5885 Commits (740a769477b9ef622ebb981604f8491ac0f8f14b)
 

Author SHA1 Message Date
Antonio Ramirez ea90ac1a0f fixes #2559 11 years ago
Qiang Xue f22d409e8b test break fix. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Qiang Xue 6266560216 Merge commit '4891aa79bf80d5f6f1a50d71e43b3eb49cc1fe85' into feature-restapi 11 years ago
Qiang Xue 4408f520c3 Merge commit 'ec05c0eaf7060d13a23828c0c2e64137dde4bd61' into feature-restapi 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
Thiago Talma 430f862b7c Arrows to display the previous and next files. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue b9743ef65b fixed test break. 11 years ago
Qiang Xue a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 11 years ago
Carsten Brandt 15b75941fa run build against PHP5.6 and hhvm but allow to fail 11 years ago
Carsten Brandt 064da587c5 Merge pull request #2591 from AlexGx/doc-codestyle-fix 11 years ago
Carsten Brandt 6c0576af9e raised dependency for phpdocumentor docblock lib 11 years ago
AlexGx c2ea7670f4 fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 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 39947be66b rest WIP 11 years ago
Qiang Xue 1f292ef503 Merge commit '24e086deaf6336706624e77cc0f63a7062280821' into feature-restapi 11 years ago
Qiang Xue 6c88183be0 Merge commit 'd3ff343e5ee02a14dd17d6cf947aa7f52857474a' into feature-restapi 11 years ago
Qiang Xue 24e086deaf Added `yii\web\UrlRuleInterface` and `yii\web\CompositeUrlRule` 11 years ago
Carsten Brandt e99d5dba7b fixed apidoc table style 11 years ago
Carsten Brandt 8c7eb97175 apidoc style and typo 11 years ago
Carsten Brandt ebe972f36d fixed links in elasticsearch README 11 years ago
Alexander Makarov 8a2903de03 Added verb filter to advanced app logout 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
Carsten Brandt 8a32379537 fixed test break 11 years ago
Qiang Xue 9beba31fc0 rest WIP 11 years ago
Qiang Xue d3ff343e5e try to fix test break. 11 years ago
Qiang Xue 8e8bbf4ed1 Improved page size and page number validation. 11 years ago
Qiang Xue 3653db4d50 Merge pull request #2581 from jom/query-scalar-fix 11 years ago
Qiang Xue 613e6a0ccf Merge branch 'master' of git://github.com/yiisoft/yii2 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 84890625b7 Merge pull request #2573 from andy5/datepicker-language 11 years ago
Carsten Brandt db8685ccad fixed a bunch of typos and errors 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 6659919ad7 Fixed test break. 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 3073543c49 Remove language check from DatePicker 11 years ago
Alexander Makarov 48926fa6f1 Merge pull request #2576 from Ragazzo/yii2_basic_tests_bootstrap_fix 11 years ago
Mark 9e483b6461 added server name, for creating url rules 11 years ago
Alexander Makarov 46ff03965e Merge pull request #2574 from andy5/patch-1 11 years ago
Carsten Brandt c21e01930e added unit test for #2568 11 years ago
andy5 b9837d8d69 Change AssetBundle.register() return type to static 11 years ago
andy5 b52302a8bd Update CHANGELOG.md 11 years ago
andy5 6bef1c2558 Use default appliaction language in DatePicker 11 years ago
Qiang Xue ad06b80e6e Enhanced parsing the accept header. 11 years ago