17 Commits (c144d8b7ba2bd1bfcf854a50d350cd1598667e2a)

Author SHA1 Message Date
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue f8b63591b0 Fix #2877: `yii\log\Logger` is split into `yii\log\Logger` and `yii\log\Dispatcher`. (qiangxue) 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue bda1ffa6ce Finished refactoring of DI container and service locator. 11 years ago
Qiang Xue 87df068eb0 DI WIP 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt e2b34f2c63 updated outdated docs 11 years ago
Carsten Brandt e27c3872ed doc improvements 11 years ago
Alexander Makarov 208d5eaca7 Fixes #2195 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Alexander Makarov 5f9e88d40f Better exception message when class cannot be loaded 11 years ago
Carsten Brandt 923193d4e2 updated autoloader phpdoc 11 years ago
Qiang Xue e123428c94 Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore) 11 years ago
Qiang Xue 34dc150f63 doc fixes. 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
Qiang Xue 3822ffd16a prepare for next release. 11 years ago
Qiang Xue b0018e3643 fixed version. 11 years ago
Qiang Xue eb3b2f45bc refactored EmailTarget with the new mailer interfaces. 11 years ago
Carsten Brandt e775c82dd8 Changed usage of self to static to allow extendibility 11 years ago
Qiang Xue d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 2617dfbaf3 Removed links to non-existent things phpDocs [skip ci] 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Qiang Xue e8da628d75 doc fix 11 years ago
Qiang Xue 2509748fda Fixes #1134: doc fix. 11 years ago
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. 11 years ago
Alexander Makarov ee2af2661c Removed unneeded use statements 11 years ago
Carsten Brandt 33f6e81463 make Yii::t fallback behavior consistent with I18N::translate 11 years ago
Qiang Xue 9636b0fcb7 removed Yii::importNamespaces() in favor of the new yii extension installer. 11 years ago
Carsten Brandt 6f52659753 no need to check for trait_exists in autoloader anymore 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov 618f981112 Renamed i18n to be all lowecase when accessed as a property 11 years ago
Alexander Makarov b873f9f242 Fixes #915: helper classes renamed again 11 years ago
Alexander Makarov 558f499439 Renamed YiiBase to AbstractYii 11 years ago
Carsten Brandt 8c753676db Exception about missing class in class file only when YII_DEBUG 11 years ago
Qiang Xue ea10868824 Removed Yii::import(). 11 years ago
Carsten Brandt bb2274eae2 re-added Exception about wrong class name to autoloader 11 years ago
Carsten Brandt 293b1737e1 cleanup YiiBase::autoload() 11 years ago
Qiang Xue f576add9e9 Fixes #744: simplified Yii autoloader. 11 years ago
Carsten Brandt afebb37129 avoid confusing docs about autoload return value 11 years ago
Qiang Xue 71b8dfdb2e Fixed doc. 11 years ago
Carsten Brandt c4587de53e Fixed autoloader behavior according to leading \ 11 years ago
Qiang Xue bc21de98bd Refactored the basic app. 11 years ago