alexander.makarow
|
446328de9a
|
removed alias method from CLocale
|
2011-09-16 15:02:53 +00:00 |
|
alexander.makarow
|
23c287c11e
|
(Fixes issue 2808) Added ability to override core classes using YiiBase::classMap
|
2011-09-15 16:16:08 +00:00 |
|
alexander.makarow
|
10c82cf1c2
|
(Fixes issue 2811) Fully automated CLDR data update. Added getLanguageID, getScriptID, getTerritoryID, getRegionID, getLocaleDisplayName, getLanguage, getScript, getTerritory methods to CLocale
|
2011-09-15 15:39:00 +00:00 |
|
alexander.makarow
|
64668ecb11
|
added note about getting clip contents from a widget
|
2011-09-15 00:36:54 +00:00 |
|
alexander.makarow
|
c2d0ddae51
|
(Fixes issue 2751) Added removeOld parameter to yiic message command that allows not to add obsolete lines to translation file generated
|
2011-09-14 21:31:30 +00:00 |
|
qiang.xue
|
d861edade1
|
modified powered-by message.
|
2011-09-14 20:59:32 +00:00 |
|
alexander.makarow
|
d41b7784b9
|
(Fixes issue 2795) Added Yii::t() to YiiBase::powered()
|
2011-09-14 20:54:47 +00:00 |
|
qiang.xue
|
eaaa1876e0
|
|
2011-09-14 00:20:47 +00:00 |
|
alexander.makarow
|
bad18d1b97
|
Upgraded jQuery to 1.6.4
|
2011-09-13 13:58:35 +00:00 |
|
alexander.makarow
|
eff86ba514
|
Upgraded jQuery to 1.6.3
|
2011-09-06 17:01:28 +00:00 |
|
qiang.xue
|
a03a93213d
|
|
2011-09-06 00:50:58 +00:00 |
|
alexander.makarow
|
bf96e34451
|
(Fixes issue 2773) Fixed possible CUrlManager::createUrl parameters conflict when using custom URL rule classes
|
2011-09-04 15:15:43 +00:00 |
|
mdomba
|
65b9912457
|
removed checking for ajax calls in CErrorHandler::handleException() - was preventing to customize the display of the exception during an ajax call.
|
2011-08-25 11:20:33 +00:00 |
|
alexander.makarow
|
f5359be493
|
Upgraded JQuery UI to 1.8.16
|
2011-08-20 19:37:25 +00:00 |
|
mdomba
|
7f05ad4d46
|
doc fix
|
2011-08-19 07:46:27 +00:00 |
|
alexander.makarow
|
292f555d33
|
(Fixes issue 2335) Updated example selenium test
|
2011-08-15 23:26:26 +00:00 |
|
alexander.makarow
|
6c7b81cac3
|
Unified messages for CHttpException 400
|
2011-08-11 20:56:12 +00:00 |
|
mdomba
|
49041615df
|
jquery.yiiactiveform.js fix to prevent error when using CActiveForm in dialogs
|
2011-08-11 13:49:42 +00:00 |
|
alexander.makarow
|
1032222121
|
Upgraded JQuery UI to 1.8.15
|
2011-08-09 21:31:58 +00:00 |
|
keyboard.idol@gmail.com
|
a3a07e9a57
|
Suppressing possible PHP error
|
2011-08-06 16:04:41 +00:00 |
|
alexander.makarow
|
4acef346e5
|
(Fixes issue 2631)
|
2011-08-05 23:20:09 +00:00 |
|
alexander.makarow
|
d96d9840cb
|
(Fixes issue 2713)
|
2011-08-05 22:28:57 +00:00 |
|
alexander.makarow
|
a8f5b10c4b
|
(Fixes issue 2717) Extracted MigrateCommand::createMigrationHistoryTable method from MigrateCommand::getMigrationHistory
|
2011-08-05 22:25:19 +00:00 |
|
mdomba
|
b32cc23307
|
(Rollback r3365 and r3367) invalid fix
|
2011-08-04 07:55:11 +00:00 |
|
mdomba
|
376fd8f00d
|
Added CWebUser->loginRequiredAjaxResponse - value to be returned for ajax calls in case the user session has expired
|
2011-08-03 22:37:52 +00:00 |
|
mdomba
|
311c963c81
|
(Fixes issue 2709) enableCookieValidation breaks cookie based autoLogin feature
|
2011-08-03 21:24:48 +00:00 |
|
mdomba
|
20c60a2a45
|
(Fixes issue 2709) enableCookieValidation breaks cookie based autoLogin feature
|
2011-08-03 21:21:05 +00:00 |
|
mdomba
|
4ce552a2a6
|
Fixex issue 2686 - doc fix in CLogRouter
|
2011-07-28 07:32:47 +00:00 |
|
alexander.makarow
|
a65817318b
|
Documented CModule accessors with @property for better IDE autocomplete
|
2011-07-27 14:02:57 +00:00 |
|
qiang.xue
|
10b835467c
|
|
2011-07-18 11:25:17 +00:00 |
|
qiang.xue
|
6241e241a4
|
(Fixes issue 2654)
|
2011-07-15 13:29:09 +00:00 |
|
alexander.makarow
|
d34cb72224
|
(Fixes issue 2635) MigrateCommand migration execution time is now measured correctly
|
2011-07-12 21:39:39 +00:00 |
|
alexander.makarow
|
9c2e4c616f
|
(Fixes issue 2636) CConsoleCommand::init() wasn't called in yiic shell mode
|
2011-07-12 21:34:43 +00:00 |
|
alexander.makarow
|
fb260f51a3
|
|
2011-07-12 21:20:01 +00:00 |
|
alexander.makarow
|
8e225f54e2
|
(Fixes issue 2604) CArrayDataProvider::keyField can now be set to false to use keys from $rawData array instead of a named keyField
|
2011-07-12 21:10:36 +00:00 |
|
alexander.makarow
|
76a61a8c14
|
(Fixes issue 2637) Related table alias set dynamically in relational query is now available in the scopes of reated model
|
2011-07-12 21:05:22 +00:00 |
|
alexander.makarow
|
b5c6777323
|
(Fixes issue 2334) CHttpRequest::getPathInfo() now properly decodes both UTF-8 and ISO-8859-1 encoded URIs
|
2011-07-08 23:18:18 +00:00 |
|
mdomba
|
855de765f6
|
better description for unsetAttributes()
|
2011-07-08 11:27:53 +00:00 |
|
mdomba
|
950f422cb2
|
Fixes issue 2623
|
2011-07-08 08:51:15 +00:00 |
|
qiang.xue
|
c1fbf16a72
|
|
2011-07-07 01:01:56 +00:00 |
|
alexander.makarow
|
a8f3a422bb
|
(Fixes issue 2602) Better error handling in CHttpSession::open() when using PHP <5.3.0
|
2011-07-06 22:35:27 +00:00 |
|
alexander.makarow
|
e1d1fe0290
|
(Fixes issue 2618)
|
2011-07-06 22:16:44 +00:00 |
|
alexander.makarow
|
320ac8b60e
|
|
2011-07-06 22:04:50 +00:00 |
|
alexander.makarow
|
1680724f1f
|
(Fixes issue 2029) Added scope support to Model::relations()
|
2011-07-06 21:49:58 +00:00 |
|
alexander.makarow
|
18db42675b
|
Updated CDbCriteria API doc
|
2011-07-06 21:19:30 +00:00 |
|
alexander.makarow
|
a649d811ba
|
(Fixes issue 2403)
|
2011-07-06 20:59:41 +00:00 |
|
alexander.makarow
|
304c0c2b0f
|
|
2011-07-06 08:52:38 +00:00 |
|
alexander.makarow
|
116ba3384f
|
(Fixes issue 2387) Numeric keys are now displayed in error/exception stacktrace call argument if array isn't 0..X indexed
|
2011-07-06 00:22:47 +00:00 |
|
alexander.makarow
|
90e4f6255b
|
Fixed the bug that CDbHttpSession::regenerateID call when session isn't started results in SQL error
|
2011-07-05 23:10:47 +00:00 |
|
alexander.makarow
|
b029edc533
|
CHttpRequest.sendFile() gives incorrect content length when output_handler is enabled through code or non output_handler directive
|
2011-07-04 21:14:17 +00:00 |
|