Commit Graph

114 Commits

Author SHA1 Message Date
Qiang Xue
a99f1d5a9c more build tool fixes. 2012-07-29 22:06:57 -04:00
Qiang Xue
85826b6564 Fixed build script. 2012-07-29 20:54:32 -04:00
Qiang Xue
19349c0494 Fixed build script. 2012-07-29 16:29:54 -04:00
Alexander Makarov
6d2666bc1f fixed formatting of Utf8Command, added proper header 2012-07-20 22:14:29 +04:00
CeBe
5cb7b3590c fixed PHPUnit autoloading
- removed requirement for PHPUnit from build command #963
- fixed PHPUnit autoloading in CTestCase
  register phpunit autoloader before Yii autoloader to handle phpunit
  autoloads correctly.
  Also require PHPUnit/Util/Filesystem.php to avoid Yii autoloader to
  crash initializing of PHPUnit autoloader, see also:
  sebastianbergmann/phpunit#605
  https://github.com/sebastianbergmann/phpunit/pull/605
- imported CTestCase in CWebTestCase to ensure PHPUnit autoloader is
  initialized correctly
2012-07-15 04:17:56 +02:00
Alexander Makarov
1e73776140 Merge pull request #960 from resurtm/translation-command-typo
TranslationsCommand: typos in docblocks.
2012-07-12 07:11:25 -07:00
Alexander Makarov
dce42206c6 added missing report template 2012-07-12 18:09:56 +04:00
Alexander Makarov
a9d2d2a109 added utf8 command from yiidoc 2012-07-12 18:02:05 +04:00
resurtm
3c5ee0e5c5 TranslationsCommand: typos in docblocks. 2012-07-12 19:54:40 +06:00
Alexander Makarov
12abfca12a Added TranslationsCommand build command aimed to help translation teams
Example output:

- http://rmcreative.ru/playground/yii_translation_reports/report_guide_ru.html
- http://rmcreative.ru/playground/yii_translation_reports/report_blog_pt.html
2012-07-12 17:40:19 +04:00
Hisateru Tanaka
5c26d01fab Change CldrCommand to use medium dateTimeFormat 2012-04-17 21:32:37 +09:00
mdomba (mdwork)
2b2ab62d1d changed .svn to .gitignore in commands in build folder 2012-03-23 11:25:18 +01:00
mdomba (mdwork)
5ef06e73ad Issue #538 - additional fixes 2012-03-23 10:08:22 +01:00
mdomba (mdwork)
629b891667 removed .svn from exclude list 2012-03-22 15:25:09 +01:00
mdomba (mdwork)
3cde3cfe22 Issue #538 - changed class reference source code links to GitHub. 2012-03-22 11:27:58 +01:00
resurtm
9152c7af2f Fixes #279 2012-02-17 18:37:58 +06:00
qiang.xue
f051966c5a (Fixes issue 3062) 2012-02-13 01:27:50 +00:00
qiang.xue
ec8dfc4499 prepare for 1.1.9 release. 2012-01-01 03:18:43 +00:00
alexander.makarow
a418b97fcc Added command to check for BOM and optionally remove it, removed BOM from php files 2011-12-30 20:34:36 +00:00
alexander.makarow
5990b1e664 (Fixes issue 2786) Fixed inheritance in CLDR months parsing 2011-12-25 00:54:34 +00:00
alexander.makarow
fa55d225d1 2011-11-23 16:10:55 +00:00
alexander.makarow
5a90468c93 More accessors docs, a script to re-generate docs automatically 2011-10-25 00:03:52 +00:00
alexander.makarow
10c82cf1c2 (Fixes issue 2811) Fully automated CLDR data update. Added getLanguageID, getScriptID, getTerritoryID, getRegionID, getLocaleDisplayName, getLanguage, getScript, getTerritory methods to CLocale 2011-09-15 15:39:00 +00:00
mdomba
3e7d4a701c api check - adjusted regular expression to read properly phpdoc like @param integer|boolean $mon month 2011-05-13 07:56:48 +00:00
mdomba
1bc6d882e8 class reference - fixed method anchors 2011-02-08 11:42:22 +00:00
mdomba
5c50e87b40 better URL_PATERN 2011-02-02 14:44:24 +00:00
mdomba
69d94733a2 2011-02-02 11:17:01 +00:00
qiang.xue
fe7d1c9dd8 (Fixes issue 2061) 2011-02-01 20:31:01 +00:00
alexander.makarow
d83cfe93f7 Fixed 'build cldr' command, updated data, added tests 2011-01-15 23:15:17 +00:00
mdomba
93ccfb777c Automatically set getter/setter documentation for the public methods table documentation 2011-01-14 11:38:43 +00:00
alexander.makarow
fdda26ddfa (Fixes issue 1875) Added support for CLDR-based plural forms format to Yii::t 2011-01-13 01:29:55 +00:00
qiang.xue
f59d5e5195 (Fixes issue 1948) 2011-01-03 17:16:40 +00:00
qiang.xue
13c801d977 changed copyright year. 2011-01-01 19:36:52 +00:00
keyboard.idol@gmail.com
610546f8cf (Fixes issue 1848) 2010-12-07 23:30:21 +00:00
qiang.xue
b95e032639 Updated build scripts. 2010-11-12 21:45:42 +00:00
qiang.xue
d5cf3f349c 2010-11-12 20:25:56 +00:00
qiang.xue
feda3028f4 2010-10-06 14:10:24 +00:00
mdomba
9885f3dffe Changed $class->name to $method->definedBy, they are same as we are skiping inherited methods but the later is more appropriate 2010-10-06 09:22:28 +00:00
mdomba
3e48dfda34 added creation of apiPackage.txt file 2010-10-05 13:53:41 +00:00
mdomba
d6df83e362 fixed small typo 2010-10-04 12:48:19 +00:00
mdomba
fcad427f72 changed CSS ID to prevent wrong display for properties like "header" and "footer" 2010-09-24 12:08:37 +00:00
mdomba
ff2a43a83f Added "check" option do "build api" command 2010-09-24 11:44:06 +00:00
qiang.xue
46a73c6c3c 2010-09-23 14:14:11 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
mdomba
67110cdaaa styling for source code 2010-09-20 13:56:30 +00:00
mdomba
1dbf5f26fe Documentation fix: generating proper link anchor/ID when a class has same name method and property at the same time preserving BC links...
example: CActiveRecord::primaryKey and CActiveRecord::primaryKey()
2010-09-20 10:08:00 +00:00
qiang.xue
21c49ba071 doc style fix. 2010-09-18 20:09:19 +00:00
qiang.xue
7e59d2c9e5 doc fix. 2010-09-18 19:37:52 +00:00
qiang.xue
482668e2b0 2010-09-18 01:01:54 +00:00
mdomba
118070478f removed reference to "version" variable 2010-09-17 21:52:07 +00:00