3621 Commits (eeb9f6026dbbd0b0bb44a973461d5395eb026459)

Author SHA1 Message Date
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 11 years ago
Carsten Brandt d4ad533d48 moved error handling related methods from app to errorhandler 11 years ago
Qiang Xue b9b4555da6 move assetManager to base application. 11 years ago
Qiang Xue d44e42ab9e Fixed oci querybuilder. 11 years ago
Qiang Xue 13c0931b23 Fixes #2880 11 years ago
Carsten Brandt 093f5ebd32 ensure log dispatcher gets registered with logger in all cases 11 years ago
Carsten Brandt 00614b465b docs about JsonParser 11 years ago
Carsten Brandt c73cfe147f Fixed inconsistencies with setting old attributes and pks 11 years ago
Carsten Brandt 6f552e0fdf ensure logger gets set before any other config 11 years ago
Carsten Brandt f0dcceb37c ensure Dispatchers logger gets set when requested. 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Alexander Makarov 3c1a8141fd fixes #2002 11 years ago
Qiang Xue f7edebb295 Fixed test break. 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 e87e120040 refactored GridView to have clear separation between value and content 11 years ago
Qiang Xue ec3aadfffb Fixes #2862: Using `DbCache` while enabling schema caching may cause infinite loops 11 years ago
Qiang Xue f3c26d3c6b Fixes #2880. 11 years ago
Carsten Brandt 85412adb46 perform API auth before configured User class may require login 11 years ago
Carsten Brandt fdface1646 added stack trace to exception output in API when YII_DEBUG is true 11 years ago
Nikola Trifunovic e480a273a4 Repositioned CHANGELOG line 11 years ago
Carsten Brandt 435747cf98 apidoc and codestyle fixes 11 years ago
Nikola Trifunovic e250b96a8f Added summaryOptions and emptyTextOptions to BaseListView 11 years ago
Qiang Xue 39667aa6b7 Fixed activequery select issue. 11 years ago
Qiang Xue bc378d1cae properly quote table names for join(). 11 years ago
Philippe Gaultier 3da39f0387 Adding changelog for UploadedFile upgrade 11 years ago
Philippe Gaultier 1a7da8be90 Use correct files array to allow inheritence 11 years ago
Carsten Brandt d1663a5fb7 fixed potential problem with MessageFormatter and broken messages 11 years ago
Carsten Brandt 27659d1776 fixed FileHelper private method static call 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt 293e807017 added missing constructor call 11 years ago
Qiang Xue 78136d4278 Fixes #2880: filterByModels() should prefix key columns in a join query. 11 years ago
Carsten Brandt cc4d4933d4 fixed undefined variable problem in AccessControl 11 years ago
Carsten Brandt 0b2aafc780 fixed private / self in helpers 11 years ago
Carsten Brandt d774e7f127 fixed recursive call of ArrayHelper::toArray() 11 years ago
Carsten Brandt 8a6eceb852 phpdoc fixes 11 years ago
Carsten Brandt 9b8372d580 phpdoc 11 years ago
Qiang Xue f9befd58fc typo. [skip ci] 11 years ago
Qiang Xue e343d2d7db Fixes #2881. 11 years ago
Carsten Brandt ccd16e184f added mailer to the message when using compose 11 years ago
Carsten Brandt 488767914a do not remove records that have no primary key selected 11 years ago
Carsten Brandt de32f41485 added missing change to changelog 11 years ago
Carsten Brandt 1e75427393 updated classmap and phpdoc 11 years ago
Qiang Xue 2ec58e64d6 Fixed whenClient. 11 years ago
winiarekk f7b0c5c72f Update yii.php 11 years ago
Jani Mikkonen fa51a7a482 Update finnish translation 11 years ago
Qiang Xue b6b7a8f235 removed srand() 11 years ago
Qiang Xue 4c939eee3e reverted back change to parsing body params. 11 years ago
Qiang Xue f54dd266df reverted incorrect renaming. 11 years ago
Carsten Brandt 94fb8672d1 fixed url helper to not prepend to relative URLs 11 years ago
Carsten Brandt a9e37b906c fixed typo 11 years ago