Alexander Makarov
|
5f9e88d40f
|
Better exception message when class cannot be loaded
|
2014-01-09 15:28:09 +04:00 |
|
Carsten Brandt
|
923193d4e2
|
updated autoloader phpdoc
|
2014-01-09 11:19:50 +01:00 |
|
Qiang Xue
|
e123428c94
|
Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore)
|
2014-01-08 09:11:26 -05:00 |
|
Qiang Xue
|
34dc150f63
|
doc fixes.
|
2014-01-06 20:51:43 -05:00 |
|
Carsten Brandt
|
5eed149f24
|
fixed links in phpdoc
|
2014-01-06 05:47:49 +01:00 |
|
Qiang Xue
|
3822ffd16a
|
prepare for next release.
|
2013-12-01 13:43:09 -05:00 |
|
Qiang Xue
|
b0018e3643
|
fixed version.
|
2013-12-01 13:34:43 -05:00 |
|
Qiang Xue
|
eb3b2f45bc
|
refactored EmailTarget with the new mailer interfaces.
|
2013-11-28 09:46:20 -05:00 |
|
Carsten Brandt
|
e775c82dd8
|
Changed usage of self to static to allow extendibility
code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static
verification code for properties:
https://gist.github.com/cebe/7566916
|
2013-11-20 18:36:05 +01:00 |
|
Qiang Xue
|
d2e5f2c507
|
Fixes #1234: use dash instead of underscore to separate language and country in locale id.
|
2013-11-19 16:33:52 -05:00 |
|
slavcodev
|
b0b1c27c85
|
Fix phpDoc var tag format
|
2013-11-12 06:21:04 +02:00 |
|
Taras Gudz
|
2617dfbaf3
|
Removed links to non-existent things phpDocs [skip ci]
|
2013-11-12 03:18:01 +00:00 |
|
Taras Gudz
|
9b95a81b0c
|
Fixed the rest phpDocs [skip ci]
|
2013-11-12 03:13:37 +00:00 |
|
Qiang Xue
|
e8da628d75
|
doc fix
|
2013-11-04 07:20:09 -05:00 |
|
Qiang Xue
|
2509748fda
|
Fixes #1134: doc fix.
|
2013-11-04 06:27:27 -05:00 |
|
Alexander Mohorev
|
51211898f8
|
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
|
2013-10-28 23:51:48 +03:00 |
|
Alexander Makarov
|
ee2af2661c
|
Removed unneeded use statements
|
2013-10-24 03:12:25 +04:00 |
|
Carsten Brandt
|
33f6e81463
|
make Yii::t fallback behavior consistent with I18N::translate
|
2013-10-23 19:49:29 +02:00 |
|
Qiang Xue
|
9636b0fcb7
|
removed Yii::importNamespaces() in favor of the new yii extension installer.
|
2013-10-22 21:19:37 -04:00 |
|
Carsten Brandt
|
6f52659753
|
no need to check for trait_exists in autoloader anymore
|
2013-10-22 13:25:26 +02:00 |
|
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
2013-10-18 20:52:38 +04:00 |
|
Alexander Makarov
|
618f981112
|
Renamed i18n to be all lowecase when accessed as a property
|
2013-10-03 01:41:38 +04:00 |
|
Alexander Makarov
|
b873f9f242
|
Fixes #915: helper classes renamed again
|
2013-09-28 16:25:43 +04:00 |
|