Commit Graph

26 Commits

Author SHA1 Message Date
Paul Klimov
4e398ece03 Private method 'CFileHelper::mkdir()' has been converted into public 'CFileHelper::createDirectory()'. 2013-08-29 13:13:57 +03:00
Pavel Voronin
046301a771 CFileHelperTest.testFindFiles_relativePaths was added 2013-08-27 12:29:23 +04:00
Pavel Voronin
b1882e8d02 CFileHelperTest.testFindFiles_absolutePaths was added 2013-08-27 12:29:06 +04:00
resurtm
7b72148d43 Fixes #1725: CFileHelper::removeDirectory() has been added. 2013-05-30 20:01:25 +06:00
Carsten Brandt
9630a882a1 Created a LocalizedFormatter class
issue #1818
2013-01-30 16:59:04 +01:00
resurtm
e77143105d CFormatter::formatNtext() method can replace newlines with <p></p> not just with <br /> as it was before. 2013-01-25 13:47:48 +06: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
Alexander Makarov
e6892c6920 fix for Windows tests 2012-12-01 15:16:21 +04:00
Carsten Brandt
f0bb2a51a7 Fixed unit test, resetting language in tearDown 2012-11-30 15:16:54 +01: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
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
resurtm
17c6bf8fdf CFileHelperTest: involved usage of the Yii::getPathOfAlias(). 2012-09-23 22:44:41 +06:00
resurtm
9af34d9a3d CFileHelperTest: involved usage of the tearDown and setUp. 2012-09-23 19:06:18 +06:00
resurtm
9122cb80e8 Better unit tests for CFileHelper. 2012-09-23 17:29:00 +06:00
resurtm
fd53ac7d8a Added unit tests. 2012-09-22 01:01:28 +06:00
resurtm
c771d1f270 Removed bad test. 2012-09-08 20:39:19 +06:00
resurtm
eb3c7d09b9 Fixed CDateTimeParser short month titles test. 2012-09-08 20:30:27 +06: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
8264bc4a9f Additional tests and proper usage of the mb_* functions. 2012-08-25 12:41:00 +06:00
resurtm
02d2bc8ccd Fixes #1084 and #1282. 2012-08-25 12:01:07 +06:00
resurtm
1c2488d47a Added a little bit of randomness into CDateTimeParser tests. 2012-07-24 00:11:20 +06: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
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
1f757cbf53 improved unit tests 2011-02-18 15:25:38 +00:00