4075 Commits (d40c744e0d9a2bd22f7b9e82dfe24574a486c565)

Author SHA1 Message Date
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Alexander Makarov 85bb94a668 Added nl to languages 11 years ago
Alexander Makarov 0fa418bfdb Removed app.php from vi messages, sorted languages 11 years ago
Qiang Xue 869d96ee0d Fixed test break. 11 years ago
Carsten Brandt cc0d5b6f94 added CHANGELOG lines 11 years ago
Carsten Brandt e9e59483f4 removed unnecessary code duplication 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Qiang Xue a440abad21 doc fix [skip ci] 11 years ago
Carsten Brandt a35ef1ce7a added andOnCondition and orOnCondition to ActiveQuery 11 years ago
Evgeniy Tkachenko 90caa527f2 Update ActiveRecord.php 11 years ago
Alexander Makarov ada39df60b Corrected theming docs not to give an example of theme view files under webroot 11 years ago
Alexander Makarov 663d3fedc8 Added defaultView to ViewAction 11 years ago
Nguyễn Đình Trung 6595504f81 Add Vietnamese into messages. 11 years ago
Qiang Xue c0e06b447c Refactored ViewAction. 11 years ago
Alexander Makarov 0cce768443 Removed ViewAction::afterRun() 11 years ago
Alex-Code 50efd32322 Update BaseStringHelper.php 11 years ago
Alex-Code bad1fd80fc Update CHANGELOG.md 11 years ago
Alex-Code 57a948e755 Update BaseStringHelper.php 11 years ago
resurtm a2c3538553 Proper language name is `kk`, not `kz` as it was before 11 years ago
Alexander Makarov 9fd0dcedaa Extracted render method to allow custom renderers by subclassing 11 years ago
Alex-Code ad039e125a New truncate and truncateWords methods 11 years ago
Alexander Makarov a4be5bc910 Dropped defaultView 11 years ago
Alexander Makarov 542d532b12 Renamed basePath to viewPrefix 11 years ago
Qiang Xue a0f9a6d701 Fixes #2937 11 years ago
Alexander Makarov 9936acf764 Fixes #2932: Added `yii\web\ViewAction` that allow you to render views based on GET parameter 11 years ago
Qiang Xue 271dccdc6b Fixes #2931. 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue 338b6aa7d3 Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery. 11 years ago
Carsten Brandt 3fb840f3f3 updated errorhandler views doc 11 years ago
Alexander Makarov 6054ede16a Fixed phpdoc, removed unit tests for Formatter asRelativeTime that were relative to current time since it was impossible to specify correct expected values 11 years ago
Qiang Xue 5adcac52a6 improved DI definition normalization. 11 years ago
Qiang Xue c23b671f3b better fix [skip ci] 11 years ago
Qiang Xue 03db4c468a Fixes #2921 11 years ago
Qiang Xue 4acab5c42d fixed data-method. 11 years ago
Alexander Makarov cb4488ae4c Implemented Oracle column comment reading from another schema 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt f6ce9ead97 removed unnecessary static var 11 years ago
Carsten Brandt 7be743e1a7 cleanup application errorHandler getter 11 years ago
Carsten Brandt a64429acf3 removed TODOs 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt c93231e26b improved session error handling 11 years ago
Carsten Brandt 8b4d4a0b25 cleanup web errorhandler 11 years ago
Alexander Makarov 8cd247730a Query::filter() adjustments 11 years ago
Carsten Brandt bb2906917d adjusted guide and small code adjustements 11 years ago
Carsten Brandt 33543cbdb3 improved error handler output on console app 11 years ago
Qiang Xue 92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 11 years ago
Qiang Xue 48383f9a19 app end improvement. 11 years ago
Qiang Xue 43b8430e0f improvement of Application::end() handling. 11 years ago