5787 Commits (d6692093342fc89837abca91ebcc7a36ee661c75)
 

Author SHA1 Message Date
Alexander Makarov d669209334 Fixed advanced application to use POST for logout 11 years ago
Alexander Makarov a7a1bd8da0 Merge pull request #2578 from schmunk42/feature/update-composer-keywords 11 years ago
Alexander Makarov 1584e1585d Updated custom debug panel example 11 years ago
Carsten Brandt f90a369932 Skipping CUBRID on HHVM 11 years ago
Carsten Brandt b6e0c2b26f skipping memcache on HHVM 11 years ago
Carsten Brandt 90c7bf288d Fixed indentation in BaseInflector 11 years ago
Carsten Brandt 64e6aa6029 Merge pull request #2597 from zinzinday/patch-1 11 years ago
Qiang Xue 6bdf02dc93 Fixes #2601 11 years ago
Qiang Xue af33e821a0 typo fix. 11 years ago
Carsten Brandt 56f52f87d2 fixed AR class docs, do not break comment 11 years ago
Qiang Xue 2d9007e4d5 Merge pull request #2598 from EmilHaukeland/patch-1 11 years ago
Emil Haukeland b88716880c Fixed typo in upgrade guide 11 years ago
zinzinday 44750915e0 Add $transliteration for Vietnamese 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 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 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 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