39 Commits

Author SHA1 Message Date
Tommy
784341c970 FIX: fix #4506 and add some unit tests to test for regressions 2022-12-27 15:57:57 +01:00
Arhell
fad0c5be77 update links 2022-08-07 11:54:16 +03:00
Ken Guest
926a66c8f6 Fix #4279: PHP 7.4 compatibility: Drop use of accessing string offsets using curly braces 2019-12-03 00:02:49 +03:00
Carsten Brandt
0c10c18c4f fixed indentation 2016-01-13 16:37:44 +01:00
Carsten Brandt
5568c1ec8b Added support for formatting DateTime instances to CFormatter
fixes #3023
2013-11-08 14:53:41 +01:00
Carsten Brandt
24dd2792f7 Merge pull request #2054 branch '1818-localized-formatter'
* 1818-localized-formatter:
  documentation and changelog for localized formatter
  Created a LocalizedFormatter class

Conflicts:
	CHANGELOG
2013-05-27 01:22:30 +02:00
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
ddbdbb14bd documentation and changelog for localized formatter 2013-01-30 18:00:36 +01:00
Carsten Brandt
9630a882a1 Created a LocalizedFormatter class
issue #1818
2013-01-30 16:59:04 +01: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
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
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
Carsten Brandt
468743686a Added missing @since annotation to CFormatter::formatSize() 2012-10-01 20:16:26 +03:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Carsten Brandt
cdefc64c83 fixes #291 CFormatter dates can now be strtotime values
makes #1172 obsolete
2012-09-03 22:32:09 +02: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
brilyuhns
c2bb5bea09 made minor changes to formatSize 2012-05-03 20:53:35 +05:30
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
alexander.makarow
218aab0bdc fixed wrong doc reference 2012-02-06 22:07:58 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
qiang.xue
c94f9e6c58 (Fixes issue 839) 2010-01-17 21:38:41 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
3a74e23407 * Added CFormatter and CApplication::format 2009-12-18 04:31:19 +00:00