287 Commits (a799eeb9ce3bd59b265942eba7044c70aac96b56)

Author SHA1 Message Date
Carsten Brandt 0b60e7c69c typo 10 years ago
Alexander Makarov 2f19030e37 Switched to Codeception 2.0.* for application template tests 10 years ago
Qiang Xue a2a6028253 Fixes #3992 10 years ago
Carsten Brandt 8df51a7ec0 made mcrypt a framework requirement 10 years ago
Alexander Makarov 0ff0f9d32e Missing files for #4071 10 years ago
Alexander Makarov 2457e24795 Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Kochetov e4a6e9cda8 Application templates refactoring 10 years ago
Qiang Xue 6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files 10 years ago
Alexander Kochetov 464af49e9c Fix .gitignore for `basic` and `advanced` application templates 10 years ago
Mark 01ddac64ec basic application template fixtures added 10 years ago
Mark 4498ccd417 basic application template tests adjusted 10 years ago
Carsten Brandt df65a0f9de added explicit comment about file transport to mail config 10 years ago
Klimov Paul 617941e009 Missing $message var reference removed from mail layouts 10 years ago
Klimov Paul 124c7e8448 Mail layout charset specification fixed 10 years ago
Alexander Makarov 07f30cb04c Fixes #3542: Removed requirement to specify `extensions` in application config 10 years ago
Carsten Brandt b7e493fca0 Tabs to spaces to be consistent 10 years ago
Qiang Xue 25ba0e0d80 finished quick start about database [skip ci] 11 years ago
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Qiang Xue 055455d814 updated error handler and requirement checker links. 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
Paul van Schayck 0456cd660a Add wait() to login test with wrong credentials to fix WebDriver test 11 years ago
Alexander Makarov c3cf72d443 #2936: New favicon for applications 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Qiang Xue 53e65b23d7 more gitignores. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Qiang Xue bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
Alexander Makarov 61b64d7513 Removed unused "use" statements 11 years ago
Alexander Makarov 2bb6f13505 Used ternary operator instead of "or" for constant definition 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Mark 9e483b6461 added server name, for creating url rules 11 years ago
maximal a7fc9143bf Closing and opening braces in Yii2 coding standards. 11 years ago
maximal 5d14d788f5 Further coding standards fixes. 11 years ago
MaximAL b560398bd7 Coding standards fixes. 11 years ago
Alexander Makarov a687e6f58c Validate login data only of there are no other errors 11 years ago
Johnny Theill f42af951e1 Fix newlines and missing parameter description 11 years ago
Alexander Makarov 20dad5e551 Fixes #2295: basic app description now doesn't insist it is for websites containing mainly informational pages since it was misleading 11 years ago
Johnny Theill 63272f4166 Update doc-blocks and small fixes according to coding standards 11 years ago
Johnny Theill ca12241811 Fixed minor consistency bugs in apps 11 years ago
Mark 96f2f6e52e visibility changed 11 years ago