You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ Version 1.1.17 work in progress
15
15
- Bug #3715: 1.1.16 `CSecurityManager::legacyDecrypt` was not compatible with 1.1.15 method (DanaLuther)
16
16
- Bug #3724: Fixed namespace prefix in WSDL generator for arrayType. (ametad)
17
17
- Bug #3833: Fixed `CHttpRequest::sendFile()` range support in case `mbstring.internal_encoding=UTF-8` (MonkeyMaster)
18
+
- Bug #3869: jQuery Yii GridView now doesn't fail when refreshing grid via POST request (a-t)
19
+
- Bug #3879: Numeric labels in CBreadCrumbs reindex after using array_merge (AloneCoder)
18
20
- Enh #2399: It is now possible to use table names containing spaces by introducing alias (devivan)
19
21
- Enh #3686: Wrapper div of hidden fields in CForm now have style `display:none` instead of `visibility:hidden` to not affect the layout (cebe, alaabadran)
20
22
- Enh #3738: It is now possible to override the value of 'required' html option in `CHtml::activeLabelEx()` (matteosistisette)
21
23
- Enh #3827: Added the $options parameter to be used in stream_socket_client in CRedisCache.
22
24
- Chg #3776: Autoloader now doesn't error in case of non-existing namespaced classes so other autoloaders have chance to handle these (alexandernst)
23
-
- Bug #3869: jQuery Yii GridView now doesn't fail when refreshing grid via POST request (a-t)
24
-
- Bug #3879: Numeric labels in CBreadCrumbs reindex after using array_merge (AloneCoder)
0 commit comments