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
Qiang Xue
53daaf81ef
Merge pull request #1714 from Ragazzo/tests_improved
...
modified tests, improved configuration, introduced aspect
2013-12-31 11:16:51 -08:00
Mark
139fbcbc93
CS fix
2013-12-31 23:13:47 +04:00
Mark
1c1a310a5c
aspect mock requirement removed
2013-12-31 23:04:02 +04:00
Mark
11c42fa7c1
tests improved, aspect mock changes reverted
2013-12-31 23:02:10 +04:00
Vladimir Zbrailov
b9855a4593
move showScriptName into the common config of tests
2013-12-31 16:21:15 +04:00
Carsten Brandt
8fdd534526
reverted short array syntax in requirements.php
...
fixes #1717
2013-12-31 11:02:32 +01:00
Mark
1afe198c19
modified tests, improved configuration, introduced aspect mock and specify.
2013-12-31 00:17:36 +04:00
Qiang Xue
b471900171
removed duplicated test config.
2013-12-30 10:15:15 -05:00
Qiang Xue
0766ddca12
Fixes #1701 .
2013-12-30 09:22:18 -05:00
Qiang Xue
0788e1045f
Refactored unit tests.
2013-12-29 20:54:20 -05:00
Qiang Xue
db11cfc5d7
Merge branch 'master' of github.com:yiisoft/yii2
2013-12-29 19:44:34 -05: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
872ade6f5e
fixed unit test config.
2013-12-29 16:25:22 -05:00
Qiang Xue
ccd4ae9f3c
Fixes #1691 : added “viewport” meta tag to layout views.
2013-12-29 15:31:35 -05:00
Qiang Xue
e16c4858e0
Fixes #1685 : UrlManager::showScriptName should be set true for tests.
2013-12-29 10:31:34 -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
ab3dfbac92
Simplified tests.
2013-12-28 19:26:18 -05:00
Mark
9a0e9295e5
added html layout for mail component in basic app
2013-12-29 02:37:32 +04:00
Qiang Xue
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
2013-12-28 15:04:08 -05:00
Qiang Xue
4148912b82
Fixes #1643 : Added default value for Captcha::options
2013-12-27 10:46:13 -05:00
Qiang Xue
a82281a8f9
fixed functional test when enablePrettyUrl is false.
2013-12-27 00:49:26 -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
Qiang Xue
3d9340032e
test refactoring.
2013-12-18 00:40:52 -05:00
Qiang Xue
cf61967d76
Refactored codeception/BasePage.
2013-12-17 23:43:43 -05:00
Carsten Brandt
0a7def2055
updated codeception docs. fixes #1558
2013-12-17 17:27:42 +01:00
Carsten Brandt
71d80c2263
added meaningful content to robots.txt
2013-12-17 01:08:40 +01:00
Carsten Brandt
c70f5a1bed
finished codeception extension
2013-12-17 01:00:13 +01:00
Carsten Brandt
5e78fe7f47
adjusted tests to run on php browser and selenium
2013-12-17 00:46:46 +01:00
Carsten Brandt
4acd2c005d
removed auto generated files from repo
2013-12-17 00:45:25 +01:00
Carsten Brandt
8621949f52
cleanup and re-aranged codeception tests for basic app
...
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Carsten Brandt
57277f7415
Merge PR #1393 branch 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2 into Ragazzo-yii2-basic-codeception
...
* 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2 :
small typo fix
added readme, changelog, license and composer files.
added new extension yii2-codeception, modified composer settings
modified tests according yii2-codeception extension
added testcase for unit tests, bootstrap files improved, tests inherited from base testcase
configs fixed and improved
tests modified, bootstrap added
colors added
new entry points for application
codeception configs, web config modifed for db-settings
Conflicts:
composer.json
2013-12-16 19:20:37 +01:00
Mark
1e24d60bcd
added new extension yii2-codeception, modified composer settings
2013-12-13 19:38:25 +04:00
Mark
520b491d1b
modified tests according yii2-codeception extension
2013-12-13 19:37:08 +04: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
Mark
22b9560723
added testcase for unit tests, bootstrap files improved, tests inherited from base testcase
2013-12-03 11:07:36 +04:00
Mark
fdd24fe341
configs fixed and improved
2013-12-03 11:06:44 +04:00
Carsten Brandt
28ae92b8a3
fixed whitespace after #1389
2013-12-02 15:17:26 +01:00
Qiang Xue
d065f8c484
Merge pull request #1389 from gitrad/master
...
Update requirements.php
2013-12-02 04:33:23 -08:00
Mark
44e515b4f7
tests modified, bootstrap added
2013-12-02 15:25:21 +04:00
Mark
8b4a6bab80
colors added
2013-12-02 15:24:33 +04:00
Mark
5c86563a08
new entry points for application
2013-12-02 15:23:58 +04:00
Mark
3cc55c2cfa
codeception configs, web config modifed for db-settings
2013-12-02 15:23:32 +04:00
gitrad
12f4b8ddfc
Update requirements.php
2013-12-02 11:00:04 +03:30
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