575 Commits (30e751fec918cf3671cda0cc9819064ad122a44f)

Author SHA1 Message Date
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
Alexander Makarov 75154d351d Refactored AR find 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
Sergey Gonimar 4575c3c3eb use alias format for table names 11 years ago
Alexander Makarov 32ac899199 Added table prefix to advanced application migration (now drop table) 11 years ago
Alexander Makarov e6f91e2d59 Added table prefix to advanced application migration 11 years ago
Alexander Makarov abeea6351a Renamed fixtures 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
joseph-kuruvilla 34b085dd08 Update README.md 11 years ago
Qiang Xue 53e65b23d7 more gitignores. 11 years ago
Qiang Xue b25f1f65d7 added more ignores. 11 years ago
Qiang Xue 76a7beb67f Fixed test break. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Zhandos 9efcde3a12 Update _config.php 11 years ago
Johnny Theill f528cc9f1c Update README.md 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
Johnny Theill af8f1e254e Added advanced app tests to travis 11 years ago
Johnny Theill a5e6e2d43b username should be unique 11 years ago
Johnny Theill 95e01899c7 Changed assertions 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
Johnny Theill 70463d538c fix tests 11 years ago
Alexander Makarov 386979d6a3 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
AlexGx 9c4c8ffbcc apps code style fixes 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 Makarov d669209334 Fixed advanced application to use POST for logout 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Alexander Makarov 8a2903de03 Added verb filter to advanced app logout 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 168fb19fe7 Added status condition to PasswordResetRequestForm email validator 11 years ago
Alexander Makarov a687e6f58c Validate login data only of there are no other errors 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Alexander Makarov 036a811ea4 Fixes #2458: Added missing validaton to advanced app forms, separated validation from email sending errors for contact form 11 years ago
Carsten Brandt 72145098a1 updated timestamp behavior in advanced app to renaming 11 years ago
Mark f780bb6752 test typo fix 11 years ago
Mark 468f804293 added test-case to frontend unit tests 11 years ago
Mark 942462a5cf visibility fix 11 years ago
Mark 45bf5deea1 env. config fixed 11 years ago
Johnny Theill 67f6447ce5 Minor formatting bug in README.md 11 years ago
Johnny Theill 470930cc11 Update advanced/README.md directory structure 11 years ago