1821 Commits

Author SHA1 Message Date
8260cfa4ea Compare with null instead of isset 2015-10-10 01:12:59 +03:00
a5c92eb4cb register STDIN, STDOUT, and STDERR if not defined by PHP
this ensures that they are defined if needed and reduces redundant
code in the entry script.

close #6853
2015-07-11 17:46:32 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 2014-06-24 10:50:43 -04:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
bbea1ab19c Fixes #2629: Module::controllerPath is now read only, and all controller classes must be namespaced under Module::controllerNamespace 2014-03-07 10:35:15 -05:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
4f17c45f00 Fix typos in constant 2014-01-25 01:33:28 +04:00
4b7c879c6d Defined STDOUT in entry scripts in case console application is running via CGI 2014-01-21 17:32:27 +04:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
b594e0092d Merge pull request #1872 from tanakahisateru/i18n-ja
Add Japanese Language
2014-01-10 17:07:56 -08:00
f6530314e2 Merge pull request #1765 from yiisoft/elasticsearch-pk-refactoring
[WIP] Changed elasticsearch AR primary key handling
2014-01-10 15:56:22 -08:00
813069a2de Add Japanese translation for command messages 2014-01-11 00:59:29 +09:00
a455ef2b7e Add Japanese Language 2014-01-11 00:46:59 +09:00
a8498358e0 Merge pull request #1863 from gimox/gimox
Italian typo Fix
2014-01-10 03:18:34 -08:00
a4eb54cb07 Merge pull request #1882 from vova07/1874-ro-lang
Romanian language. Fixes #1874
2014-01-10 03:16:16 -08:00
22e7f9c785 Merge pull request #1867 from qiansen1386/master
Add Chinese translation
2014-01-10 03:14:17 -08:00
572a2508a5 Romanian language. Fixes #1874 2014-01-10 09:48:56 +02:00
ee93c95230 Added spanish translation 2014-01-09 23:58:55 -03:00
d40065cdc2 Typo in MessageController [skip ci] 2014-01-09 22:26:34 -03:00
4ac4bff457 fix languages list in messages config 2014-01-09 21:20:48 +01:00
53781a5e20 Merge branch 'master' into polish-translation
Conflicts:
	framework/yii/messages/config.php
2014-01-09 20:06:41 +01:00
2ed2cca0e9 added polish translation 2014-01-09 20:01:37 +01:00
3010cbdff4 Added translations for danish language 2014-01-09 19:12:41 +01:00
ac5b6b34a2 Update yii.php 2014-01-10 01:03:25 +08:00
148fee982a Correction of chinese core message translation.
Signed-off-by: qiansen1386 <qiansen1386@gmail.com>
2014-01-10 00:46:59 +08:00
f8f8903a7e Polish Chinese translation. Symbols
Signed-off-by: qiansen1386 <qiansen1386@gmail.com>
2014-01-10 00:40:55 +08:00
fff8e62113 Continue to polish chinese Translation. Fix all the issue mentioned by @samdark. Removed all comments.
Signed-off-by: qiansen1386 <qiansen1386@gmail.com>
2014-01-10 00:35:36 +08:00
7f2280ac0a polish the Translation 2014-01-10 00:06:52 +08:00
b405969d3e Add Chinese translation
Signed-off-by: qiansen1386 <qiansen1386@gmail.com>
2014-01-09 23:55:52 +08:00
e0a8e06136 Fixes #1866: fixed German translation message 2014-01-09 19:31:43 +04:00
d0731ab270 Fixed italian translation 2014-01-09 15:42:25 +01:00
dfc079f679 Added missing translation for Russian messages 2014-01-09 18:33:21 +04:00
319bca8616 fixed german translation 2014-01-09 15:31:39 +01:00
5fc01bce69 Better names for PHP error-exceptions 2014-01-09 18:29:29 +04:00
9fb50b911a fixed de translation 2014-01-09 15:28:26 +01:00
eb4cdd6835 Update Language Translation 2014-01-09 15:27:05 +01:00
ba70130ef7 Italian Translation Typo Fix 2014-01-09 15:04:22 +01:00
c79994c773 Removed exception translation, updated translations 2014-01-09 18:03:25 +04:00
95c32d485d Update yii.php 2014-01-09 15:00:23 +01:00
5d85064a48 Updates pt-BR translation 2014-01-09 14:08:28 +01:00
5dca1257b2 reverted primaryKey of elasticsearch to be array again
meet the AR interface requirements.
2014-01-09 13:44:12 +01:00
d3b632f5f4 Merge pull request #1861 from gimox/gimox
Add Italian Language
2014-01-09 04:29:46 -08:00
5f9e88d40f Better exception message when class cannot be loaded 2014-01-09 15:28:09 +04:00
cf30268639 typo. fixes #1858 2014-01-09 12:16:15 +01:00
5a94cca085 Add Italian Language 2014-01-09 11:45:39 +01:00
923193d4e2 updated autoloader phpdoc 2014-01-09 11:19:50 +01:00
6bb89e7717 added german translation
thanks to @chris68 PR #1338
2014-01-09 09:57:08 +01:00
4bee9e8430 Merge pull request #1852 from creocoder/activerecord-tablename-prefix-fixes
[WIP] ActiveRecord::tableName() hardcoded prefix fix
2014-01-08 20:44:37 -08:00