3321 Commits (c94a40e90d95b897c78cf9018eca043c7a1cd68a)

Author SHA1 Message Date
Qiang Xue bd70ac840f Fixes #2054: Added support for using custom application configuration with the console command runner 11 years ago
Qiang Xue afda91e05d Fixes #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Alexander Makarov 6ed9848591 Removed unused assignment 11 years ago
Qiang Xue 1f42b72baa Fixes #2346: ActiveQuery used in building sub-query should not need to set FROM clause explicitly. 11 years ago
Sorokin Victor a73953c05b Update FixtureController.php 11 years ago
Qiang Xue 076c7cd38c Fixes #2310 11 years ago
Qiang Xue fb4b0ae98d The scripts in asset bundles are now registered in `View` at the end of `endBody()`. It was done in `endPage()` previously 11 years ago
Qiang Xue 73dff0146c doc improvement [skip ci] 11 years ago
Qiang Xue e70817e887 Fixes #2336. 11 years ago
Qiang Xue 0994615851 removed duplicated query parameters. 11 years ago
Qiang Xue 13b7c8e866 refactored Pjax. Added title change support. [skip ci] 11 years ago
Qiang Xue a872d60503 Fixes #2335. 11 years ago
Alexander Makarov eb3c6866dd Removed unused variable 11 years ago
Qiang Xue 2dc341f893 not sending csrf header in ajax response. 11 years ago
Alexander Makarov 97917e6580 Revert "Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters" 11 years ago
Alexander Makarov 9c0572bff9 Fixed `$model->load($data)` returned `true` if `$data` and `formName` were empty 11 years ago
Antonio Ramirez ca7723e871 update CHANGELOG.md to its correspondent location 11 years ago
Alexander Makarov 3b95aa9cd1 Added `yii\base\Module::getParam($name, $defaultValue = null)` to conveniently work with application parameters 11 years ago
Antonio Ramirez dc53a2b1e3 update CHANGELOG.md 11 years ago
pzaremba 7d96de6619 one more revert. 11 years ago
pzaremba 75ae3db906 Reverted changes unrelated to issue #2325 11 years ago
pzaremba 9b96338a63 Revert "fixing wrapping - my NetBeans has a mind of its own." 11 years ago
pzaremba 80be824fc7 fixing wrapping - my NetBeans has a mind of its own. 11 years ago
pzaremba 0bf39f6e98 Adding support for the X-HTTP-Method-Override header. 11 years ago
Qiang Xue 646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to `Session::regenerateID()` call 11 years ago
Mark 663e898ba7 fixed docs, added checks 11 years ago
Qiang Xue 87b49414b1 Fixed globalOptions array issue. 11 years ago
Mark cb8fc55a66 removed suffix, since it will be applied later in getFixturesConfig method. 11 years ago
Mark 14d303d479 added suffix 11 years ago
Mark 0e3fae36a4 added globalFixtures option 11 years ago
Qiang Xue 9669b321a6 Removed duplicated getAlias call. 11 years ago
Qiang Xue 9779e9c98d Added support for using arrays as option values for console commands 11 years ago
Qiang Xue bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 11 years ago
Qiang Xue 00f34f390a Fixes #2303: Fixed the bug that `yii\base\Theme::pathMap` did not support dynamic update with path aliases 11 years ago
Mark ff987aa4b2 controller improved 11 years ago
Qiang Xue cfc8a613f2 minor fix. 11 years ago
Qiang Xue 11bc899bc1 Refactored fixtures and fixed test break. 11 years ago
Qiang Xue c2fef048a5 typo fix [skip ci] 11 years ago
Qiang Xue cafdebb55c CS fix. doc fix. 11 years ago
Qiang Xue 2773828611 fixed test break. 11 years ago
Mark 2ed30dfeb8 fixed docs in controller 11 years ago
Mark 13e85adc8e moved magic methods 11 years ago
Mark 7522b3bc92 added docs, command fix 11 years ago
Mark 416adcaebf removed fixturePath, improved console command 11 years ago
Carsten Brandt 4a9f47bedd refactored sphinx and db AR to call parent implementation of populateRecord() 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago
Kartik Visweswaran cd1f7b10ea Removed unnecessary blank space 11 years ago
Kartik Visweswaran a0e3a3b5a6 Removed unnecessary blank space 11 years ago
Qiang Xue 266aadd230 Only treat 32bit signed integers as integers so that 32bit clients won’t have trouble. 11 years ago