Alexander Makarov
4609a94dbf
Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead
11 years ago
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.
11 years ago
Mark
af36c72023
fixed readme
11 years ago
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
11 years ago
Carsten Brandt
b7800eca60
enabled acceptance tests for basic application
11 years ago
Carsten Brandt
5f7653b0c7
run basic app functional tests within the main repo test chain
11 years ago
Carsten Brandt
1c6872ad3e
fixed basic app build
11 years ago
Qiang Xue
87495f77aa
try to fix basic app travis test.
11 years ago
Carsten Brandt
74e70646b4
try to fix basic app travis.yml
11 years ago
Carsten Brandt
17128f1026
updated apps/basic/.travis.yml
11 years ago
Carsten Brandt
0c288358d2
moved dev requirements to require-dev in app composer.json
...
fixes #1736
11 years ago
Luciano Baraglia
13d6c1fd75
Basic app: DB configuration in separated file
11 years ago
Mark
00ab5ef2d0
alias fixed
11 years ago
Carsten Brandt
b0ff35c696
Reverted config change
...
change was made in 0d263a12a9
issue #1744
11 years ago
Carsten Brandt
0d263a12a9
added .travis.yml to basic app
...
issue #1744
11 years ago
Mark
ccfb7638d0
Added to the basic app, fixed config, added to core commands.
11 years ago
Carsten Brandt
3ab56021ba
changed composer to require-dev codeception
11 years ago
Mark
9ced7b4b4d
docs fix
11 years ago
Mark
ed74305ae8
added info about setting testing environment
11 years ago
Qiang Xue
8516433f60
increase composer timeout setting for apps.
11 years ago
Qiang Xue
27658e56ae
Fixes #1647 : Changed the default CSS class of error block to be `error-block`
11 years ago
Mark
139fbcbc93
CS fix
11 years ago
Mark
1c1a310a5c
aspect mock requirement removed
11 years ago
Mark
11c42fa7c1
tests improved, aspect mock changes reverted
11 years ago
Vladimir Zbrailov
b9855a4593
move showScriptName into the common config of tests
11 years ago
Carsten Brandt
8fdd534526
reverted short array syntax in requirements.php
...
fixes #1717
11 years ago
Mark
1afe198c19
modified tests, improved configuration, introduced aspect mock and specify.
11 years ago
Qiang Xue
b471900171
removed duplicated test config.
11 years ago
Qiang Xue
0766ddca12
Fixes #1701 .
11 years ago
Qiang Xue
0788e1045f
Refactored unit tests.
11 years ago
Qiang Xue
872ade6f5e
fixed unit test config.
11 years ago
Qiang Xue
ccd4ae9f3c
Fixes #1691 : added “viewport” meta tag to layout views.
11 years ago
Qiang Xue
e16c4858e0
Fixes #1685 : UrlManager::showScriptName should be set true for tests.
11 years ago
Qiang Xue
60dd8d16a1
Fixes #1688 : ActiveForm is creating duplicated messages in error summary
11 years ago
Qiang Xue
ab3dfbac92
Simplified tests.
11 years ago
Mark
9a0e9295e5
added html layout for mail component in basic app
11 years ago
Qiang Xue
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
11 years ago
Qiang Xue
4148912b82
Fixes #1643 : Added default value for `Captcha::options`
11 years ago
Qiang Xue
a82281a8f9
fixed functional test when enablePrettyUrl is false.
11 years ago
Alexander Makarov
a7cf6a984c
Fixes #1597 : Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly
11 years ago
Qiang Xue
3d9340032e
test refactoring.
11 years ago
Qiang Xue
cf61967d76
Refactored codeception/BasePage.
11 years ago
Carsten Brandt
0a7def2055
updated codeception docs. fixes #1558
11 years ago
Carsten Brandt
71d80c2263
added meaningful content to robots.txt
11 years ago
Carsten Brandt
c70f5a1bed
finished codeception extension
11 years ago
Carsten Brandt
5e78fe7f47
adjusted tests to run on php browser and selenium
11 years ago
Carsten Brandt
4acd2c005d
removed auto generated files from repo
11 years ago
Carsten Brandt
8621949f52
cleanup and re-aranged codeception tests for basic app
...
follow up to PR #1393
11 years ago
Mark
1e24d60bcd
added new extension yii2-codeception, modified composer settings
11 years ago
Mark
520b491d1b
modified tests according yii2-codeception extension
11 years ago