borales
6d19a150d4
Replacing spaces with tabs, removing dots
...
[ci skip]
2013-03-06 20:59:38 +02:00
borales
78df92fb92
Replacing spaces with tabs
...
[ci skip]
2013-03-06 08:56:25 +02:00
borales
a7af2c5371
Fixing some typos, PHPDocs
...
[ci skip]
2013-03-06 00:24:35 +02:00
Carsten Brandt
15bbc6f5de
updated docs of CFormatter class
2013-01-30 16:24:40 +01:00
Carsten Brandt
f4c8464703
Merge pull request #1978 branch '1977-CFormatter-normalizeDateValue-protected' of https://github.com/etienneq/yii into etienneq-1977-CFormatter-normalizeDateValue-protected
...
* '1977-CFormatter-normalizeDateValue-protected' of https://github.com/etienneq/yii :
minor change in changelog entry
changelog
#1977 : declared CFormatter::normalizeDateValue() as protected
Conflicts:
CHANGELOG
2013-01-30 16:24:09 +01:00
Alexander Makarov
cdf7240cf1
Merge pull request #1917 from and-ers/master
...
array_push optimizations (reverse-merged from commit 157ff017a0 )
2013-01-29 10:25:03 +01:00
Alexander Makarov
157ff017a0
Merge pull request #1917 from and-ers/master
...
array_push optimizations
2013-01-26 10:19:14 -08:00
Alexander Makarov
5da6b89065
Better paragraphs replacement for CFormatter::formatNtext
2013-01-25 21:40:00 +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
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Etienne Quiel
e648132788
#1977 : declared CFormatter::normalizeDateValue() as protected
2013-01-14 11:36:33 +01:00
and-ers
25fbd6952e
replaced an array_push function call with an ordinary statement
2013-01-08 19:06:54 +01:00
Alexander Makarov
e1940813c5
fixed another typo in password helper phpdoc
2013-01-08 13:34:48 +04:00
Alexander Makarov
38a8777116
fixed password helper phpdoc typos
2013-01-08 12:47:11 +04:00
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