81 Commits

Author SHA1 Message Date
ea75177abc Refactored app bootstrap logic. 2014-04-10 15:05:01 -04:00
586f5b87b0 Removed Application::preload in favor of Application::bootstrap 2014-04-09 10:47:10 -04:00
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
c3cf72d443 #2936: New favicon for applications 2014-04-02 00:43:23 +04:00
53e65b23d7 more gitignores. 2014-03-25 08:37:48 -04:00
b25f1f65d7 added more ignores. 2014-03-24 22:33:50 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
6a193f3846 Merge branch 'master' of https://github.com/yiisoft/yii2 into travis-advanced-app 2014-03-08 22:21:35 +01:00
af8f1e254e Added advanced app tests to travis 2014-03-08 07:09:04 +01:00
95e01899c7 Changed assertions 2014-03-07 21:26:01 +01:00
70463d538c fix tests 2014-03-07 00:13:28 +01:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
d669209334 Fixed advanced application to use POST for logout 2014-03-03 23:01:40 +04:00
8a2903de03 Added verb filter to advanced app logout 2014-02-28 21:13:30 +04:00
7797e89d0d Merge branch 'yii2_advanced_app_codeception' of github.com:Ragazzo/yii2 into Ragazzo-yii2_advanced_app_codeception
Conflicts:
	apps/advanced/README.md
2014-02-17 17:45:40 -05:00
bf35e19da8 newlines fixed, code-guy deleted 2014-02-16 19:42:30 +04:00
4a1610f421 added button attributes to skip sf-crawler bug 2014-02-16 19:16:02 +04:00
d2d27747bf added codeception to backend 2014-02-16 19:15:13 +04:00
f42af951e1 Fix newlines and missing parameter description 2014-02-16 03:14:28 +01:00
63272f4166 Update doc-blocks and small fixes according to coding standards 2014-02-15 17:53:57 +01:00
ca12241811 Fixed minor consistency bugs in apps
* Added 'return' to goHome() calls in actions
* Changed $_POST to Yii::$app->request->post()
2014-02-15 16:32:24 +01:00
a1497ca01c Removed extra \models\forms namespace, moved all models to just \models 2014-02-05 17:41:47 +04:00
71fba07700 Moved most of the user-related logic into form models 2014-01-31 23:18:07 +04:00
2046563849 Revert "Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block"
This reverts commit 7ae4695d0cf46f3347ff8f340f572a08419f21a7.
2014-01-29 20:33:24 -05:00
7ae4695d0c Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block 2014-01-29 18:39:07 -05:00
4e77105277 Rollback $params variable 2014-01-28 22:18:37 +04:00
a4c8617f42 Cleaner environments for yii2-advanced-app 2014-01-22 12:24:15 +04:00
dcb174e39f PHPDocs: "app\models" changed to "common\models"
Just a minor PHPDocs change. In the advanced application there is no such thing as "app\models".
2014-01-21 22:55:08 +09:00
98e9f307db Added futter. Fixes #1822 2014-01-11 16:41:39 +01:00
4609a94dbf Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead 2014-01-09 05:00:09 +04:00
3d59b19a21 added classes to grid, list and detail view
to allow specific styling
also fixed an issue with gridview sort indicator css.

fixes #1000
2014-01-05 14:45:09 +01:00
27658e56ae Fixes #1647: Changed the default CSS class of error block to be error-block 2014-01-01 10:29:04 -05:00
ccd4ae9f3c Fixes #1691: added “viewport” meta tag to layout views. 2013-12-29 15:31:35 -05:00
60dd8d16a1 Fixes #1688: ActiveForm is creating duplicated messages in error summary 2013-12-29 10:27:38 -05:00
a7cf6a984c Fixes #1597: Added enableAutoLogin to basic and advanced application templates so "remember me" now works properly 2013-12-22 20:16:06 +01:00
d366a959a8 Disallow indexing backend by default
Backend should be always totally closed for indexing by search engine robots
2013-12-13 12:29:30 +03:00
cedee94608 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
05c67f43b8 Added favicons to application templates 2013-12-12 22:04:31 +01:00
2c9a8b910f make null format look nice by default 2013-12-10 20:42:09 +01:00
8995c0b0ca Code style fixes for layouts 2013-11-28 01:19:43 +04:00
c6318050d9 removed unneeded setting. 2013-11-24 21:29:11 -05:00
d2e5f2c507 Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
4c4f7bd708 Move AppAsset from config to assets directory 2013-11-13 18:17:05 +02:00
75dc290a24 Fixes #1193 2013-11-13 08:31:49 -05:00
016d796e95 advanced app: go back after login, not home 2013-11-12 11:07:14 +01:00
93dd629411 Fix apps phpDoc and short tags 2013-11-12 06:24:07 +02:00
03d70b6e7e Update main.php 2013-11-12 05:21:06 +02:00
998cf7e675 updated apps to use the mail component. 2013-11-07 23:01:13 -05:00
f2484fd616 Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions 2013-11-07 01:19:36 +04:00