Commit Graph

2193 Commits

Author SHA1 Message Date
Alexander Makarov
2a5fc9d219 Merge pull request #554 from marcovtwout/553-cactivefinder-reset-related-criteria
AR: Restore criteria on related model after find when using 'with' and 'scopes'.
2012-05-01 12:08:13 -07:00
Alexander Makarov
1761986619 Merge remote-tracking branch 'origin/master' 2012-05-01 21:16:44 +04:00
Alexander Makarov
a4392cb83e Enh #578: Added extension checks to CMemCache 2012-05-01 20:45:49 +04:00
Maurizio Domba
4f21f62c76 Merge pull request #647 from cebe/console-exit-codes
Console exit codes
2012-05-01 09:41:59 -07:00
Alexander Makarov
71b2c58e07 Enh #616: CVarDumper is now correctly highligts integer array keys 2012-05-01 20:12:33 +04:00
Bethrezen
84b5cdbbd4 Enh #652: Added namespace to yiiGridView events, so they can be easily removed by .off() jQuery method (Bethrezen) 2012-05-01 17:18:40 +04:00
CeBe
b0d51705aa small doc enhancements
ensure clearness
2012-05-01 00:03:57 +02:00
Alban Jubert
f3fb4482ef Added filterHtmlOptions property to the CGridColumn component 2012-04-29 17:58:47 +02:00
Maurizio Domba
caf838adb0 Merge pull request #650 from dalli/master
added Korean message
2012-04-29 05:14:15 -07:00
dalli
f2d88e4ae3 Update framework/messages/ko_kr/yii.php 2012-04-29 20:15:23 +09:00
dalli
d3feee5def Update framework/messages/ko_kr/zii.php 2012-04-29 20:14:15 +09:00
Carsten Brandt
a098f97b0e code style and small documentation fixes
due to comments in a6d8222 4fd934d
2012-04-28 00:32:09 +02:00
Carsten Brandt
4fd934d0bd adjusted all framework commands to use proper exit codes
use console exit codes introduced in pull request #647
2012-04-27 23:01:24 +02:00
Carsten Brandt
a6d8222df1 for consistency: alwas return integer exit code
the default implementation of CConsoleCommand now always returns integer
exit code.
If for some reason someone does not want application to exit he could
overide run() method to return null or some other non integer value.
2012-04-27 22:28:01 +02:00
Carsten Brandt
e45ee07185 added missing param doc 2012-04-27 19:37:00 +02:00
Carsten Brandt
2d1aa75bfe Yii::app()->end() is better than exit() 2012-04-27 19:33:44 +02:00
Carsten Brandt
86b75f31f1 Allowed returning exit code in console actions
Allowed returning integer values as application exit code in
CConsoleCommand actions.
Application will now exit with the given integer values as exit code.
This is better than just exit(1) because onAfterAction event is called
And you can use the return value when doing
Yii::app()->getCommandRunner()->run(...) to run a specific command
inside an other command.
2012-04-27 19:24:27 +02:00
Carsten Brandt
0f3ab344ac fixed typos and whitespace
documentation of stopCommand was just the other way round
2012-04-27 19:04:15 +02:00
DaSourcerer
d2e85c6006 Added a warning to the CCache phpdoc regarding usage of the igbinary
serializer
2012-04-27 12:53:25 +02:00
dalli
71c411ddeb Update framework/messages/config.php 2012-04-27 10:42:56 +09:00
Cha SangKug
184dedbb86 Korean language file add 2012-04-27 10:31:06 +09:00
DaSourcerer
dec9c4fd4c Add support for igbinary serialization 2012-04-26 15:02:10 +02:00
Alexander Makarov
f30ce7e3a9 Merge remote-tracking branch 'origin/master'
Conflicts:
	CHANGELOG
2012-04-19 02:37:50 +04:00
Alexander Makarov
541ad600d0 Upgraded JQuery UI to 1.8.19 2012-04-19 02:34:01 +04:00
Qiang Xue
7b767a910c Merge pull request #619 from tanakahisateru/patch-1
Update i18n data using newest(6546) CLDR
2012-04-17 17:18:41 -07:00
Hisateru Tanaka
6f9338069f Update i18n data using newest(6546) CLDR xml and 5c26d01fab 2012-04-17 21:34:53 +09:00
Suralc
182e91c149 Updated documentation of CHttpCookie. 2012-04-16 16:12:32 +02:00
Suralc
eb4478f482 Merge remote-tracking branch 'remotes/upstream/master' into configure-chttpcookie-by-array 2012-04-15 16:54:53 +02:00
Alexander Makarov
9a9fa75361 Merge remote-tracking branch 'origin/master' 2012-04-15 11:57:26 +02:00
Alexander Makarov
b74caf3606 Added usage example to CDbCriteria phpdoc 2012-04-15 11:55:54 +02:00
Qiang Xue
bc9c6c1e34 Fixes issue #599 - Added case sensitivity check when autoloading classes. 2012-04-14 21:23:41 -04:00
Musterknabe
3c7628fcf3 Added @since doc 2012-04-13 23:30:31 +02:00
Musterknabe
63dd38dcae added default value to CConsoleCommand::confirm() 2012-04-13 23:21:01 +02:00
mdomba (mdlap)
22a5213ece Fixes issue #601 added loginRequired() to the IWebUser interface 2012-04-12 23:23:11 +02:00
Luis Lobo Borobia
479b65f218 fixed typo on CPagination commentary 2012-04-12 09:57:08 -03:00
mdomba (mdlap)
3aaed2ca0b doc fix- missing quote 2012-04-10 21:26:35 +02:00
mdomba (mdwork)
aee449599a Fixes issue #568 - added check for space in CHtml::getIdByName() 2012-04-02 14:36:31 +02:00
suralc
eb2452c396 Removed headline from configure and removed unnecessary brackets 2012-03-31 13:09:43 +02:00
suralc
4a5f140926 Improved documentation of options parameter 2012-03-29 14:42:04 +02:00
suralc
fb490843db Using identical operator instead of equals for comparison 2012-03-29 14:35:05 +02:00
suralc
4cedf4bd78 Fixed documentation 2012-03-29 14:32:08 +02:00
Suralc
abbcf870b0 Updated Changelog 2012-03-28 17:30:45 +02:00
Suralc
9ee91b5ff2 Added third parameter to CHttpCookie::__construct() and added new method configure() 2012-03-28 17:00:41 +02:00
marcovtwout
781691e5c8 FIX: Issue #553 - restore criteria on related model after find when using 'with' and 'scopes'. 2012-03-27 11:43:21 +02:00
Alexander Makarov
d4f009cb99 Merge pull request #544 from suralc/fix-220
Fix #220 - Use protocol relative URL in CGoogleApi
2012-03-24 01:56:54 -07:00
Suralc
82c44907f9 Fixed typo in updated URL description. 2012-03-23 16:41:03 +01:00
Suralc
22f466eccf Updated the URL to the Google documentation in CGoogleApi 2012-03-23 16:37:36 +01:00
mdomba (mdwork)
c4a089a557 added .gitignore to exclude list 2012-03-23 11:29:40 +01:00
Suralc
8dd4ca5d62 Added documentation for CGoogleApi::$bootstrapUrl 2012-03-22 22:05:44 +01:00
Suralc
3fabfa62ce Fix #220 - Use protocol relative URL in CGoogleApi 2012-03-22 15:00:05 +01:00