Commit Graph

4020 Commits

Author SHA1 Message Date
Jonathan
2a6eee6bd4 Rvt: the available since change
Changing the available since because it will be put into 1.1.15
2014-05-14 09:01:54 -05:00
Jonathan
91b651e081 Updated date to match target
Updated the date available to match the target date
2014-05-14 00:04:41 -05:00
Jonathan
ae8e4bb242 change CModule::setModules for #3359
Allow CModule::setModules to merge configuration as described in #3359
2014-05-14 00:00:12 -05:00
DaSourcerer
4b52a1a510 Merge branch 'master' of https://github.com/yiisoft/yii into 164-CEmailValidator 2014-05-13 07:48:11 +02:00
DaSourcerer
b34d0133c1 Simplification for mxSort() 2014-05-13 07:47:44 +02:00
Alexander Pletnev
dc378c4d19 remove training comma 2014-05-02 09:34:49 +04:00
Alexander Pletnev
4ab0a76ec4 add errorCallback available via clientOptions 2014-05-02 09:31:15 +04:00
Robert Korulczyk
9cf6fb3a31 Fix typo 2014-04-25 17:10:16 +02:00
Paul Klimov
8326e343e6 Merge pull request #3333 from klimov-paul/3253-enable-history-special-chars
Fix for #2519: CGridView and CListView problem with history enabled and special characters
2014-04-24 14:27:12 +03:00
Carsten Brandt
8833552a7c Merge pull request #3336 from marcovtwout/3301-improve-captcha-documentation
Add documentation explaining you cannot use ajaxValidation with CCaptcha
2014-04-23 18:25:24 +02:00
marcovtwout
5bb4f15547 Add documentation explaining you cannot use ajaxValidation with CCaptcha 2014-04-23 17:36:47 +02:00
Carsten Brandt
3adfa06b4f Merge pull request #2640 from 1allen/master
Allow sql files diff & preview in gii
2014-04-22 23:57:32 +02:00
Carsten Brandt
fafe5926cb Merge branch 'patch-2' of https://github.com/zvirusz/yii
* 'patch-2' of https://github.com/zvirusz/yii:
  Backport Request::getPreferredLanguage() from yii2
2014-04-22 23:44:08 +02:00
Carsten Brandt
72afaeed30 use HTML5 in default webapp
fixes #2683
2014-04-22 23:37:19 +02:00
Carsten Brandt
cf1ada15ef Merge branch 'master' into kadishmal-cubrid-database-support
* master: (789 commits)
  'summaryTagName' and 'emptyCssClass' options added to CBaseListView
  Missing entries added to CHANGELOG
  'cli' mode detection at 'CConsoleApplication' fixed
  Eager loading note added to 'Relational Query Options' docs
  Fix CSysLogRoute.php file comment
  Fixes #3324: add syslog support
  CDbConnection ODBC related fixes before merging
  Add ODBC to the requirements checker
  Fix #132: CDbConnection now supports ODBC
  Better fix for <script async="false"
  Fixed #3258
  Fixed #3283
  Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314
  typo fix in guide
  COciSchema: read column comments from another schema
  Update yii.php
  Add changes #3298 to CHANGELOG
  Added check for the existence of a link href attribute pager
  Added check for the existence of a link href attribute pager
  Update yii.php
  ...
2014-04-22 23:12:34 +02:00
Carsten Brandt
5b82c9dcd0 finished review on cubrid 2014-04-22 23:12:03 +02:00
Klimov Paul
fa896bac4e 'jquery.yiiGridView' and 'jquery.yiiListView' allows to handle all update options via history state data 2014-04-18 11:28:55 +03:00
Klimov Paul
f740b26f12 'State.data.ajaxUrl' renamed to 'State.data.url' 2014-04-18 11:12:54 +03:00
Klimov Paul
9e68cc00a3 'summaryTagName' and 'emptyCssClass' options added to CBaseListView 2014-04-17 17:52:00 +03:00
Klimov Paul
3b25314700 jquery.yiiListView fixed to be able handling special chars if history is enabled 2014-04-17 17:18:43 +03:00
Klimov Paul
36d82a317f jquery.yiiGridView fixed to be able handling special chars if history is enabled 2014-04-17 17:15:13 +03:00
Klimov Paul
16b6c22d29 'cli' mode detection at 'CConsoleApplication' fixed 2014-04-16 11:31:33 +03:00
resurtm
ffb9a06b2f Fix CSysLogRoute.php file comment 2014-04-11 11:54:15 +06:00
resurtm
f722d50ba3 Fixes #3324: add syslog support 2014-04-10 23:49:00 +06:00
resurtm
174b0634ee CDbConnection ODBC related fixes before merging 2014-04-10 23:14:53 +06:00
resurtm
1cdc9d567a Fix #132: CDbConnection now supports ODBC 2014-04-09 16:06:52 +06:00
Alexander Makarov
7fc9bc0b4d Better fix for <script async="false" 2014-04-05 15:02:58 +04:00
Alexander Makarov
26ddbd22a7 Merge pull request #3318 from nukkumatti/issue-3283
Fixed #3283
2014-04-04 14:55:38 +04:00
Taras Gudz
8cde4a523a Fixed #3258 2014-04-04 14:24:33 +04:00
Taras Gudz
8c68de1bb6 Fixed #3283 2014-04-04 14:16:18 +04:00
Wil Wade
3e1e4be6c3 Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314 2014-04-03 18:13:23 -04:00
gureedo
28443ded79 COciSchema: read column comments from another schema 2014-03-28 19:07:56 +06:00
winiarekk
c4da2e8c58 Update yii.php
Without word "Atrybut" (english "attribute") this phrase is grammatically incorrect when noun representing field name isn't masculine (e.g. "Hasło musi być powtórzony" should be "Hasło musi być powtórzone". "Hasło" means english "Password"). 
Also, I added missing word "exactly" (polish "dokładnie") and removed word "ponownie" (this is pleonasm http://en.wikipedia.org/wiki/Pleonasm)
2014-03-25 10:44:09 +01:00
Roman Dutchak
cd22778bab Added check for the existence of a link href attribute pager 2014-03-24 21:11:24 +02:00
Roman Dutchak
eebc13128c Added check for the existence of a link href attribute pager 2014-03-24 21:09:51 +02:00
winiarekk
defb13168b Update yii.php 2014-03-24 12:46:35 +01:00
Knut Eirik Leira Hjelle
e893af8153 Adhere to code style. 2014-03-21 15:42:05 +01:00
Knut Eirik Leira Hjelle
a0a0180869 3288 - Check if PHPUnit_Runner_Version exists before requiring. 2014-03-21 15:31:28 +01:00
lubosdz
13bdfa74a6 updated [SK] translation 2014-03-21 10:24:50 +01:00
hwmaier
906a31dd06 checkBoxList and radioButtonList to take into account closeSingleTags parameter for <br> tag
Changed checkBoxList and radioButtonList methods to generate <br/> or
<br> separator tags depending on closeSingleTags setting.
2014-03-19 10:51:10 +10:00
Carsten Brandt
45696571f9 fixed issue with CBreadcrumbs::homelink and activeLinkTemplate
fixes #3179
2014-03-09 03:56:57 +01:00
Nils
8cba7cdb5d Misspelled placeholder for {min} value 2014-03-06 23:11:41 +02:00
munawer-t
2f5981cc81 Typo 2014-03-04 13:31:15 +05:30
munawer-t
f833c68416 Typo 2014-03-04 13:25:54 +05:30
munawer-t
e920887629 Typo fix 2014-03-04 13:16:42 +05:30
Alexander Pletnev
1fd6c1aa8c strict string comparison is always better 2014-02-26 21:26:37 +04:00
Muhammad Mahad Azad
1552209695 removed display:none on hidden form fields 2014-02-22 23:54:45 +05:00
Alexander Makarov
8ce4739de8 Merge pull request #3234 from etienneq/3233-gii-namespaces
Allow absolute namespace in Gii's base class
2014-02-19 12:39:06 +03:00
Etienne Quiel
d544bfd3e2 Allow absolute namespace in Gii's base class 2014-02-19 10:34:09 +01:00
resurtm
0490e653cb Code performance fix related to #3185 2014-02-19 14:24:18 +06:00