Commit Graph

815 Commits

Author SHA1 Message Date
mdomba
6551a8f45c few improvements to JS code in jquery.yiiactiveform.js 2011-12-14 13:05:32 +00:00
alexander.makarow
b971b66a25 (Fixes issue 2999) CSort::getDirections, error when array is passed via $_GET 2011-12-06 21:14:07 +00:00
mdomba
db930489b6 (Fixes issue 2981) added CHtml::liveEvents 2011-12-06 14:30:45 +00:00
alexander.makarow
54d09d1757 (Fixes issue 2987) Upgraded jQuery to 1.7.1 2011-12-04 01:11:26 +00:00
alexander.makarow
98cd59a95d Upgraded CMaskedTextField jQuery plugin (Masked Input) to 1.3, added minified version 2011-12-04 01:09:42 +00:00
alexander.makarow
7100fd54bf (Fixes issue 2974) 2011-11-21 16:31:01 +00:00
alexander.makarow
3e085ed31d (Fixed issue 2951) Removed CConfiguration::createObject, CController::paginate and CHtml::getActiveId deprecated since 1.0.x 2011-11-21 02:13:03 +00:00
alexander.makarow
429d6ce9ab (Fixes issue 2974) Fixed CWebModule::getLayoutPath phpdoc 2011-11-21 01:51:00 +00:00
alexander.makarow
8ffab7c656 Removed automated mtime on source. Framework should not touch these. 2011-11-20 20:42:45 +00:00
alexander.makarow
14bc01df9f Better performance for CAssetManager when forceCopy is used 2011-11-12 02:11:42 +00:00
alexander.makarow
e69b588534 better approach to solving issue 2932 2011-11-09 02:48:50 +00:00
alexander.makarow
84f110a85b CAssetManager now generates different hash for files/directories with different mtime 2011-11-08 20:41:19 +00:00
alexander.makarow
ac8b1d4605 (Fixes issue 2939) 2011-11-07 23:05:34 +00:00
alexander.makarow
c957a0491b better fix for CDbAuthManager type problem 2011-11-07 22:58:50 +00:00
mdomba
b10e82f79e jQuery fix: used prop() instead of attr() for the 'checked attribute' 2011-11-07 15:03:58 +00:00
alexander.makarow
d9bda32bed missing file 2011-11-07 14:53:49 +00:00
mdomba
207b6d9712 (Fixes issue 2934) upgrade to jQuery 1.7 and updated third-party library list versions 2011-11-06 17:23:49 +00:00
alexander.makarow
f80b44826b fixed API docs for CAuthItem 2011-11-06 12:08:28 +00:00
mdomba
6dac47b789 (Fixes issue 2929) added forceDownload to xSendFile options 2011-11-04 18:24:38 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
320356909f (Fixes issue 2860) typo in phpdoc 2011-10-20 21:23:38 +00:00
mdomba
8cec50f263 2011-10-17 13:09:08 +00:00
mdomba
21882a111b (Reverted r3412 - regarding issue 2859) 2011-10-17 10:21:58 +00:00
mdomba@gmail.com
a839a35249 updated documentation for radioButtonList 2011-10-10 17:38:17 +00:00
mdomba
5ea7f5f294 (Fixes issue 2859) getIsSecureConnection() now checks SERVER_PORT in case HTTPS is not set for SSL connections 2011-10-10 10:40:33 +00:00
mdomba
9b475e0f88 (Fixes issue 2853) Fixed sending of the button name in CActiveForm with enableAjaxValidation enabled 2011-10-05 07:42:07 +00:00
alexander.makarow
54b8aef803 (Fixes issue 2822) Fixed warning when "Host:" isn't present or is empty in HTTP request headers 2011-09-26 22:29:27 +00:00
alexander.makarow
1e361bfe78 (Fixes issue 2830) API doc error 2011-09-26 22:15:29 +00:00
alexander.makarow
8386b948e0 Documented CHttpRequest accessors with @property for better IDE autocomplete 2011-09-23 15:03:27 +00:00
alexander.makarow
64668ecb11 added note about getting clip contents from a widget 2011-09-15 00:36:54 +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
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
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
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
qiang.xue
6241e241a4 (Fixes issue 2654) 2011-07-15 13:29:09 +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
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
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
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