Commit Graph

117 Commits

Author SHA1 Message Date
Alexander Makarov
f4534cb476 added changelog, fixed code formatting and docs 2013-01-08 01:42:50 +04:00
tom--
be7a6ed153 corrected 2x CPasswordManager in comments 2012-12-04 07:36:13 -05:00
tom--
dc6b84338a Merge branch 'master' of git://github.com/yiisoft/yii into CPasswordManager 2012-12-02 13:29:11 -05:00
tom--
54021ddab1 renamed. static helper methods. moved to utils. constant-time string compare 2012-12-02 13:28:57 -05:00
Alexander Makarov
97ae6b6bbd Merge branch 'innsand-CFileHelper_recursive_copy_fix' 2012-12-01 15:38:30 +04:00
Alexander Makarov
4545516540 fixed formatting, added missing docs 2012-12-01 15:27:32 +04:00
Carsten Brandt
027c1422de Fixes issue #1549 corrected CFormatter::sizeFormat
translations for sizeFormat changed to choice format.
improved number formatting
fixed translations
2012-11-28 17:05:19 +01:00
resurtm
b0195eed3c Typos. 2012-11-04 19:15:28 +06:00
resurtm
6d10c0bba1 Make CFormatter::formatHtml() more customizable. 2012-11-04 17:38:37 +06:00
Konstantin G Romanov
2888b0954a Merge remote-tracking branch 'upstream/master' into CFileHelper_recursive_copy_fix
Conflicts:
	tests/framework/utils/CFileHelperTest.php
2012-10-19 17:05:05 +04:00
Konstantin G Romanov
b892a0bab6 + CFileHelperTest
* newDirMode correctly setted on recursive creation of dst dir.
2012-10-12 14:03:52 +04:00
Alexander Makarov
af38da1667 Fixes #1499: Fixed CVarDumper highlighting "\" 2012-10-10 22:19:49 +04:00
Alexander Makarov
afe2ba2c22 adjusted CFileHelper::validatePath docs 2012-10-10 20:28:15 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Carsten Brandt
468743686a Added missing @since annotation to CFormatter::formatSize() 2012-10-01 20:16:26 +03:00
resurtm
fd53ac7d8a Added unit tests. 2012-09-22 01:01:28 +06:00
resurtm
ea22489126 Fixed possible BC break. 2012-09-21 23:07:31 +06:00
resurtm
5203a3d495 Fixes #1393: CFileHelper::getMimeTypeByExtension() used to treat $magicFile parameter as array with MIME-types, but not the string containing path of the file with MIME-types as it should be. 2012-09-21 22:42:30 +06:00
resurtm
e607bbcd3b Fixes #1393: CFileHelper::getMimeTypeByExtension() used to treat $magicFile parameter as array with MIME-types, but not the string containing path of the file with MIME-types as it should be. 2012-09-21 22:40:13 +06:00
Leo R. Lundgren
e8543a99c1 Enh #1396: Add 'text/csv' mime-type for the 'csv' file extension in utils/mimeTypes.php, in accordance with RFC4180. 2012-09-13 16:07:28 +02:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
resurtm
53424d4439 Additional unit tests for CDateTimeParser. Removed style and mbstring related issues in CDateTimeParser. 2012-09-08 20:27:16 +06:00
resurtm
3a868ae346 Merge branch 'master' of git://github.com/yiisoft/yii into 1084-CDateTimeParser-month-locale
Conflicts:
	CHANGELOG
2012-09-08 19:20:21 +06:00
Carsten Brandt
cdefc64c83 fixes #291 CFormatter dates can now be strtotime values
makes #1172 obsolete
2012-09-03 22:32:09 +02:00
resurtm
c3b1f9cb98 Fixes #1281: ogg/ogv/theora/xiph mime types. 2012-08-25 13:30:55 +06:00
resurtm
ffe17117af Code optimizations. 2012-08-25 13:13:06 +06:00
resurtm
8264bc4a9f Additional tests and proper usage of the mb_* functions. 2012-08-25 12:41:00 +06:00
resurtm
9be5a1a1d5 Some refinements for previous commit. 2012-08-25 12:07:32 +06:00
resurtm
02d2bc8ccd Fixes #1084 and #1282. 2012-08-25 12:01:07 +06:00
Konstantin G Romanov
0aeef5e973 * CSC 2012-08-09 16:29:43 +04:00
mdomba (mdwork)
1df0f13d1c added missing parameters documentation 2012-08-08 15:51:56 +02:00
Konstantin G Romanov
83815053e2 * recursive dst creation at copyDirectory.
* dir access mode is set by chmod, again (note: if dst is created recursively, then only last dir will have newDirMode access).
2012-08-07 12:17:07 +04:00
Konstantin G Romanov
f763dba41e * copyDirectory creates dstDir recursively. 2012-08-06 15:35:41 +04:00
tom--
8e8b61e369 two comment blocks should have been docblocks [ci skip] 2012-08-03 14:58:14 -04:00
resurtm
3ba959b4c2 CDateTimeParser is now able to parse short textual representation of month, e.g. Jan, Jun, Aug. 2012-07-23 23:52:08 +06:00
resurtm
2c48a5633a Usage of undeclared variable. 2012-07-23 17:13:43 +06:00
resurtm
8fe2edf16d Several minor changes and fixes. 2012-07-23 17:10:35 +06:00
Alexander Makarov
081d150c10 proper i18n for size formatter, code style corrections, fix for TB 2012-05-29 13:13:16 +03:00
Divya Kunnath
2fa2ebc518 changed the message category name for size units 2012-05-29 13:22:52 +05:30
Divya Kunnath
3a3078c9ca Merge remote branch 'upstream/master' 2012-05-29 13:19:07 +05:30
brilyuhns
c2bb5bea09 made minor changes to formatSize 2012-05-03 20:53:35 +05:30
Alexander Makarov
71b2c58e07 Enh #616: CVarDumper is now correctly highligts integer array keys 2012-05-01 20:12:33 +04:00
brilyuhns
8ef59013a2 Made minor change so that the sizeof function is not called on each iteration 2012-04-27 18:02:31 +05:30
brilyuhns
60ce465b99 Fixed the out of scope bug for the sizeFormatter 2012-04-26 11:49:43 +05:30
brilyuhns
37225f96a7 Fixed a bug in the sizeFormatter. Added yii::t to the result for sizeFormatter 2012-04-25 20:24:10 +05:30
brilyuhns
e05cd51d05 Added full forms to the size formatter function 2012-04-05 19:54:02 +05:30
brilyuhns
456debd1ad Added size formatter to the set of formatters in yii 2012-03-26 13:04:10 +05:30
CeBe
8040fae2d7 added wildcard token to CDateTimeParser
attempt to fix #286
wildcard token allows to match any character and ignore it.
2012-02-27 02:54:53 +01:00
alexander.makarow
218aab0bdc fixed wrong doc reference 2012-02-06 22:07:58 +00:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00