Commit Graph

211 Commits

Author SHA1 Message Date
Carsten Brandt
b9e1ce3f97 more validation for password reset token in advanced app
fixes #2099
2014-01-21 17:13:40 +01:00
Carsten Brandt
13f0bd6656 doc typos
fixes #2094
2014-01-21 15:22:28 +01:00
kumorig
1c882a79e4 PHPDocs: "app\models" changed to "common\models" 2014-01-21 23:10:41 +09:00
kumorig
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
Alexander Makarov
4b7c879c6d Defined STDOUT in entry scripts in case console application is running via CGI 2014-01-21 17:32:27 +04:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Carsten Brandt
ab882a3c00 code style 2014-01-19 17:00:14 +01:00
Alexander Kochetov
7d157abdb8 Advanced app migrations updated 2014-01-19 13:50:06 +04:00
Alexander Kochetov
ddb0e9b0e6 Advanced app User model updated 2014-01-19 13:49:29 +04:00
Alexander Makarov
a2e0d2d04f init of advanced application now allows to specify answer for overwriting files via init --overwrite=n 2014-01-14 22:33:56 +04:00
Alexander Makarov
ee109a6f4a Fixes #1937: Fixed wrong behavior or advanced app's init --env when called without parameter actually specified 2014-01-13 00:01:05 +04:00
Alexander Makarov
69eebffad9 Used dirname instead of realpath to avoid extra FS operations 2014-01-12 22:40:50 +04:00
Alexander Makarov
83dfce63b8 fixes #1888: updated Alert phpdoc 2014-01-12 20:25:06 +04:00
Alexander Makarov
8496b21710 Merge pull request #1912 from johonunu/1822-sticky-futter
Added sticky futter. Fixes #1822
2014-01-11 07:46:55 -08:00
Nikola Trifunovic
98e9f307db Added futter. Fixes #1822 2014-01-11 16:41:39 +01:00
Alexander Kochetov
53194796a6 [IMPORTANT] Path corrections 2014-01-11 09:52:43 +04:00
Qiang Xue
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
Alexander Kochetov
b4c60c142c Yii 2 advanced app environments usage fix 2014-01-11 03:33:41 +04:00
Alexander Makarov
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
Alexander Makarov
e267af0f7e Fixed production environment for advanced app 2014-01-09 04:21:01 +04:00
Alexander Makarov
1f47d94eca Fixes #1846 2014-01-09 02:41:12 +04:00
Alexander Makarov
8e013aacd0 Fixes #1633: fixed scenarios for User model in advanced application allowing setting default values for User model 2014-01-09 00:49:03 +04:00
Alexander Makarov
c98d1fb9a6 Adjusted advanced application template docs to reflect DB config movement 2014-01-08 22:52:34 +04:00
Alexander Makarov
0f87c990f9 Advanced app template: moved database connection DSN, login and password to -local config not to expose it to VCS 2014-01-08 22:44:39 +04:00
Alexander Makarov
dc45de127c Added --prefer-dist to all docs
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
2014-01-07 01:27:16 +04:00
Carsten Brandt
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
Carsten Brandt
0c288358d2 moved dev requirements to require-dev in app composer.json
fixes #1736
2014-01-03 23:43:25 +01:00
Qiang Xue
8516433f60 increase composer timeout setting for apps. 2014-01-01 21:57:32 -05:00
Qiang Xue
27658e56ae Fixes #1647: Changed the default CSS class of error block to be error-block 2014-01-01 10:29:04 -05:00
Carsten Brandt
8fdd534526 reverted short array syntax in requirements.php
fixes #1717
2013-12-31 11:02:32 +01:00
Alexander Makarov
515095bbf7 Fixes #1633: Advanced application template now works with MongoDB by default 2013-12-29 23:26:20 +01:00
Qiang Xue
ccd4ae9f3c Fixes #1691: added “viewport” meta tag to layout views. 2013-12-29 15:31:35 -05:00
Qiang Xue
60dd8d16a1 Fixes #1688: ActiveForm is creating duplicated messages in error summary 2013-12-29 10:27:38 -05:00
Qiang Xue
4148912b82 Fixes #1643: Added default value for Captcha::options 2013-12-27 10:46:13 -05:00
Alexander Makarov
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
Carsten Brandt
71d80c2263 added meaningful content to robots.txt 2013-12-17 01:08:40 +01:00
Alexander Kozhevnikov
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
Alexander Makarov
cedee94608 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
Alexander Makarov
05c67f43b8 Added favicons to application templates 2013-12-12 22:04:31 +01:00
Carsten Brandt
a7c0505e76 removed composer.lock from gitignore
we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
2013-12-12 21:55:40 +01:00
Carsten Brandt
2c9a8b910f make null format look nice by default 2013-12-10 20:42:09 +01:00
Qiang Xue
ecc1688d70 change back the readme instruction for creating new project. 2013-12-01 14:52:44 -05:00
Qiang Xue
3822ffd16a prepare for next release. 2013-12-01 13:43:09 -05:00
Qiang Xue
7f10555d60 prepare for 2.0.0-alpha release. 2013-12-01 13:23:40 -05:00
Qiang Xue
84e2f3ba08 Fixed doc. 2013-12-01 13:18:32 -05:00
Qiang Xue
4e434f1afa improved README of apps. 2013-12-01 12:17:58 -05:00
Qiang Xue
629d7f7193 Merge pull request #1378 from gitrad/master
Update requirements.php
2013-12-01 06:28:07 -08:00
gitrad
35e6a7c51d Update requirements.php 2013-12-01 15:41:52 +03:30
Qiang Xue
494e3e3f23 changed composer setting to match all requirements. 2013-11-30 23:52:36 -05:00
Qiang Xue
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00