7a5a29c767
Added ArrayHelper::keyExists().
2013-12-02 20:57:24 -05:00
83623851f3
Fixes #1397 : support customization of the container tag for Html::checkbox() and radio()
2013-12-02 10:06:56 -05:00
8d68044982
Fixes #1373 : optimized FileHelper::filterPath
2013-12-01 08:59:53 -05:00
fb3ebe7000
doc cleanup.
2013-11-29 12:47:10 -05:00
a1612f5d7e
Fixes #1362 : added itemOptions to Html::radioList and checkboxList.
2013-11-29 12:13:53 -05:00
8307075f74
Fixes #1362 : doc fix.
2013-11-29 11:34:34 -05:00
0b1ddc9327
Merge pull request #1346 from slavcodev/clean-var-dumper
...
Remove extra var
2013-11-28 05:54:37 -08:00
f1452d3070
Remove extra var
2013-11-28 13:21:30 +02:00
3a613e8565
allow setting css rel explicitly
...
used e.g. for less client side compiling
2013-11-26 17:33:05 +01:00
454a9ee52e
fixes #1303 : Security::decrypt now returns null w/o error when null is passed as $data
2013-11-23 19:44:03 +04:00
4941db1eee
Checkboxlist documentation fix
...
"Item" parameter keys are the values of the checkbox list,
while the values are the checkbox labels.
2013-11-21 22:37:03 +01:00
e775c82dd8
Changed usage of self to static to allow extendibility
...
code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static
verification code for properties:
https://gist.github.com/cebe/7566916
2013-11-20 18:36:05 +01:00
53457a0a3f
Simplified ArrayHelper::multisort().
2013-11-19 14:10:00 -05:00
7d9639ea49
Fixed test break.
2013-11-19 11:47:09 -05:00
3959b8dbda
Fixed test break.
2013-11-19 11:33:25 -05:00
b06caa297b
Fixes #1206 .
2013-11-16 08:00:39 -05:00
9b95a81b0c
Fixed the rest phpDocs [skip ci]
2013-11-12 03:13:37 +00:00
abb349361b
use json format.
2013-11-08 21:47:54 -05:00
f09c78aad9
save security keys as a serialized string instead of exported variable.
2013-11-08 21:35:51 -05:00
1af4ffd21a
Fixes #1056 : removed 5.3 compatibiltiy code from ArrayHelper::multisort, fixed phpdoc
2013-10-24 16:57:05 +04:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
f716bdd70d
Fixed option merging in Console::prompt()
...
defaults overided settings
2013-10-17 04:19:42 +02:00
fceb2d6e21
Fixes #957 : Json::encode() doesn't handle empty object correctly.
2013-10-09 20:33:06 -04:00
293cb9d86f
Fixed search form.
2013-10-04 20:35:58 -04:00
d56bf3f00a
Merge pull request #921 from ekerazha/master
...
Fix phpdoc.
2013-09-29 10:06:04 -07:00
64a33e7849
Fix phpdoc.
2013-09-29 18:18:59 +02:00
c4f4e52a5a
fixed test break.
2013-09-29 12:16:20 -04:00
cb7921b8a5
Fix StringHelper::substr() call.
2013-09-29 17:59:31 +02:00
6dc69e68b5
Add data padding and key derivation.
2013-09-29 17:21:41 +02:00
efef0e52ca
Fixed beforeCopy option.
2013-09-28 20:13:48 -04:00
40629ca49b
Added missing beforeCopy option to FileHelper::copyDirectory
...
It was mentioned in AssetManager::publish phpdoc.
2013-09-28 23:30:54 +04:00
b873f9f242
Fixes #915 : helper classes renamed again
2013-09-28 16:25:43 +04:00
76cab3ea64
Renamed base helper classes
2013-09-28 02:01:06 +04:00
3e94fb479f
Fixed phpdoc
2013-09-27 20:51:08 +04:00
bc9a6f3e16
Better strtr arguments format
2013-09-16 23:20:17 +04:00
51c29e444d
renamed Request::csrfTokenName to csrfVar.
...
added version, csrfVar and csrfToken to yii js module.
2013-09-15 18:54:26 -04:00
a8d21805f5
Security::generateRandomKey enhancements:
...
- Equals sign is now replaced with dot.
- Slash is now replaced with dash.
- Better phpdoc.
2013-09-16 01:49:54 +04:00
0284bc4a45
Fixes #875 : Security::generateRandomKey() can now be safely used in URLs
2013-09-15 16:34:19 +04:00
e9a5b92dd9
Added StringHelper::dirname()
2013-09-09 21:59:50 -04:00
4e1ab6e5a5
Fixes #848 : Added hidden field for Html::activeFileInput().
2013-09-06 08:40:16 -04:00
7fa81949bf
various documentation changes
2013-09-01 19:47:26 +02:00
4b7f5a728a
improved control over and handling of file and dir permissions
...
- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 775 instead of 777
- added some properties to classes that deal with files to allow control
over directory permissions.
2013-08-30 16:52:33 +02:00
3b8aff5a44
Blowfish cost must be in range 4…31, not 4…30
...
`generateSalt` parameter validation fix.
2013-08-26 20:49:23 +04:00
6c1ef346aa
fixed typos in ArrayHelperBase phpdoc
2013-08-26 03:21:37 +04:00
b9553eb57a
Replaced diff vendor.
2013-08-19 14:21:40 -04:00
c7c7683f8f
Added StringHelper::diff().
2013-08-19 08:52:39 -04:00
9a9a9c0b56
code style fix.
2013-08-16 16:48:53 -04:00
65352e500f
refactored ActiveField.
2013-08-14 21:17:13 -04:00
6f42e87ebf
Added Html::error().
2013-08-14 08:24:19 -04:00
b96fd24ef5
Finished documentation of Console Helper and Controller
...
fixes #33
2013-08-12 02:27:23 +02:00