14535 Commits (67b5f4ea19babffbf4917782b7da9d66468d0140)
 

Author SHA1 Message Date
Evgeniy Tkachenko 8f26e93b20 Update phpDoc MailerInterface::compose() 9 years ago
Chris Harris 8c0b075bed Merge branch '9340-add-after-method-to-migrations-schema-builder' into 9562-add-char-datatype 9 years ago
Chris Harris a9b454ac49 Merge branch 'master' of git://github.com/yiisoft/yii2 into 9340-add-after-method-to-migrations-schema-builder 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Chris Harris eaa00b6fd9 Merge branch 'master' of git://github.com/yiisoft/yii2 9 years ago
Alexander Makarov d7f6f11193 HTMLPurifier dependency updated to ~4.7.0 9 years ago
Daniel Gomez Pan c8a8bfb093 WIP #10840: add @since [skip ci] 9 years ago
Daniel Gomez Pan ea14db4eca WIP #10840: rename 'key_exists' to 'array_key_exists' 9 years ago
Alexander Makarov 5389342767 Merge pull request #10915 from pana1990/10903-migration-docs 9 years ago
Daniel Gomez Pan dc13fd8cfe fix docs [skip ci] 9 years ago
Carsten Brandt 6c5c2ff64f added test for AccessRule class 9 years ago
Daniel Gomez Pan 6a5df64768 WIP #10840: fix regexp 9 years ago
Daniel Gomez Pan c6d7ba188d WIP #10840: refactor regexp 9 years ago
Chris Harris 0400eb9cee Resolved merge conflict in changelog 9 years ago
Dmitry Naumenko 2c3e31b580 Merge pull request #10891 from lukBarros/patch-2 9 years ago
Dmitry Naumenko 9b9d198f24 Merge pull request #10890 from lukBarros/patch-1 9 years ago
Lucas Barros af8e792f0d grammatical adjustment 9 years ago
Lucas Barros c9cc8fb42f Change link broken by outher file of doc 9 years ago
Daniel Gomez Pan ab18f77fcc WIP #10840: fixes phpdocs [skip ci] 9 years ago
Alexander Makarov 1918341a50 Merge pull request #10888 from careykevin/patch-2 9 years ago
Alexander Makarov c9d7f761d4 Merge pull request #10887 from careykevin/patch-1 9 years ago
Kevin Carey 75b40c08ea Fix spelling 9 years ago
Kevin Carey 836a65b697 Fix spelling 9 years ago
Daniel Gomez Pan 29b76e2e8c WIP #10840: add phpdocs [skip ci] 9 years ago
Carsten Brandt 187c314d01 better fix for test break b9880f3247 9 years ago
SilverFire - Dmitry Naumenko 4e4fb02264 Fixed QueryBuilterTest for PgSQL 9 years ago
Dmitry Naumenko 4640f7478a Merge pull request #10874 from lukBarros/patch-1 9 years ago
Lucas Barros f639d63cf9 Sync the file guid, translater, review for ptBR 9 years ago
Daniel Gomez Pan f6c2a4382d WIP #10840: fix naming var 9 years ago
Daniel Gomez Pan 26ff223855 WIP #10840: add display shorcuts in help command 9 years ago
Daniel Gomez Pan edfdb54430 WIP #10840: rename shortCuts() to optionAliases() 9 years ago
Carsten Brandt b9880f3247 added test for custom index hints in FROM and JOIN 9 years ago
Daniel Gomez Pan a0a44c382a WIP #10840 9 years ago
Carsten Brandt 33f86b3913 updated composer.json to match the one in framework 9 years ago
Alexander Makarov bf3d8fe40f Use $arr[] = 'x' instead of array_push 9 years ago
Alexander Makarov 4bc7c51180 Removed unnecessary if 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago
Alexander Makarov 1f7134634b Use static:: instead of $this for static method calls 9 years ago
Alexander Makarov 97bc4e0567 Fixed wrong case in method calls 9 years ago
Alexander Makarov 608479dc53 Use actual cache methods instead of deprecated ones, fixed static method call in non-static context 9 years ago
Alexander Makarov b6caff1952 Removed unused imports 9 years ago
Alexander Makarov 1af5980b35 Removed unused use statement, replaced preg_split with explode 9 years ago
Dmitry Naumenko 84a3bc2ebf Merge pull request #10842 from lukBarros/master 9 years ago
Alexander Makarov 69d8f2296f Merge pull request #10860 from pana1990/patch 9 years ago
Alexander Makarov 386aacae5c Fixes #10422: `yii\db\ColumnSchemaBuilder::buildNotNullString` now returns `NULL` instead of empty string to properly work with MSSQL (reverted from commit 2498a9b3bb) 9 years ago
Daniel Gomez Pan 8b0f28f780 Add @since [skip ci] 9 years ago
nevermnd 2498a9b3bb Fixes #10422: `yii\db\ColumnSchemaBuilder::buildNotNullString` now returns `NULL` instead of empty string to properly work with MSSQL 9 years ago
Sam Mousa af5f5d0e3e Fixes #9851: Fixed partial commit / rollback in nested transactions 9 years ago
quantum 7b46bd1f7c Fixes #10451: Check of existence of `$_SERVER` in `\yii\web\Request` before using it 9 years ago
Alexander Makarov 1ec972fbf7 Fixes #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs 9 years ago