3223 Commits (2bb6f13505e212d68841a7e6609806fb30d04002)

Author SHA1 Message Date
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
Alexander Makarov c7daae46cd Changelog for #2607 11 years ago
Christophe BOULAIN 078fdab686 Added some documentation to new pjax attribute 11 years ago
Sorokin Victor 1a14ed2127 Update MessageController.php 11 years ago
Sorokin Victor 4d4a3f0804 Update MessageController.php 11 years ago
Christophe BOULAIN 3daa177ea2 Add an option to ignore pjax request on some links. 11 years ago
AlexGx d3171b6cfb fix code style php5.4 syntax 11 years ago
AlexGx 045eb9f7ee Inline control structures are not allowed 11 years ago
AlexGx 6d72c6a723 fix code style 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx c6183fc205 fix typo double `;`, `Each PHP statement must be on a line by itself` 11 years ago
AlexGx 35651ea122 fix code style `Expected 1 space after FUNCTION keyword; 0 found` 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx 112f67d20a fix code style `There must be one blank line after the namespace declaration` 11 years ago
AlexGx c5ed024109 fix phpFoc, added missing param 11 years ago
AlexGx 0f50e038c8 fix phpDoc, added @throws annotation BaseFileHelper::copyDirectory 11 years ago
Antonio Ramirez f5cc851fc2 return data from module scope variable 11 years ago
Alexander Makarov 9973a2fa20 Fixed phpdoc class reference in Theme 11 years ago
Sorokin Victor eba9049b61 Update MessageController.php 11 years ago
mitalcoi 4906cd3432 enchansment of db message source 11 years ago
Antonio Ramirez 0e9c2890d7 remove previous attachments if any 11 years ago
Carsten Brandt 90c7bf288d Fixed indentation in BaseInflector 11 years ago
Qiang Xue af33e821a0 typo fix. 11 years ago
Antonio Ramirez f1bf859434 add multiple grid support to gridData 11 years ago
Carsten Brandt 56f52f87d2 fixed AR class docs, do not break comment 11 years ago
zinzinday 44750915e0 Add $transliteration for Vietnamese 11 years ago
Antonio Ramirez 4fffe47903 fix formatting 11 years ago
Antonio Ramirez c31c5713b4 fix formatting 11 years ago
Antonio Ramirez ea90ac1a0f fixes #2559 11 years ago
Qiang Xue 4891aa79bf Fixes #1535: Improved `yii\web\User` to start session only when needed. Also prepared it for use without session. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 11 years ago
Qiang Xue 489c094766 Fixes #1564: Removed `yii\web\Session::autoStart` and added `hasSessionId`. Session will be automatically started when accessing session data 11 years ago
Qiang Xue 032f38a57b Added `yii\web\Request::getAuthUser()` and `getAuthPassword()` 11 years ago
Qiang Xue 24e086deaf Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` 11 years ago
Carsten Brandt 4d5ba13cba make registering of link tags optional in LinkPager 11 years ago
Carsten Brandt 5feba5946e Added relational link tags to LinkPager widget 11 years ago
Qiang Xue 8e8bbf4ed1 Improved page size and page number validation. 11 years ago
Qiang Xue 5d0ec52a52 Added support for reading page size from query parameters by `Pagination` 11 years ago
Jacob Morrison 0e2b2fcbe6 Fix for logic Query::queryScalar uses to check for SELECT DISTINCT 11 years ago
Jacob Morrison a3e128bb0b Query::queryScalar wasn't making SELECT DISTINCT queries subqueries 11 years ago
Qiang Xue f2a3dafb21 Added `Pagination::getLinks()` 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Qiang Xue 49010df192 Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
andy5 b9837d8d69 Change AssetBundle.register() return type to static 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 11 years ago
Carsten Brandt 33d6acba25 Improved behavior support, fixes #2550 11 years ago
Qiang Xue 6f9e9cd5b0 minor fix. 11 years ago
ivokund 7c63c6db3b Update Action.php 11 years ago