Alexander Makarov
7fd54ec5ed
Updated readme in apps/basic/tests
2014-02-07 19:36:20 +04:00
Alexander Makarov
caf8874782
Fixes #2341 , fixes #2317 : moved codeception dependecies to "suggest" section, fixed codeception version on stable branch
2014-02-07 19:11:09 +04:00
Qiang Xue
042ba3f435
CS fix.
2014-02-06 20:39:55 -05:00
Mark
5f6a9d4a66
tests improved
2014-02-07 05:36:46 +04:00
Mark
e877a23aad
code fix
2014-02-07 05:34:33 +04:00
Mark
1cc276076a
tests improved
2014-02-07 05:22:11 +04:00
Mark
d703b819b8
docs added
2014-02-07 04:24:58 +04:00
Qiang Xue
3cb2721885
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
Qiang Xue
b59b213c58
Fixes #1856 : The default CSS class for hint generated by ActiveField
is changed to help-block
2014-01-29 18:39:07 -05:00
Aleksandr Zelenin
4d854f7471
Fix typos in constant
2014-01-25 01:33:28 +04:00
Qiang Xue
c710fe7dba
doc update.
2014-01-22 11:09:59 -05:00
Qiang Xue
e27b07ffd9
Fixes #1782
2014-01-22 09:28:59 -05:00
Qiang Xue
ceabdffd57
Merge branch 'tests_improved_verify' of github.com:Ragazzo/yii2 into Ragazzo-tests_improved_verify
...
Conflicts:
apps/basic/tests/README.md
apps/basic/tests/unit/models/LoginFormTest.php
2014-01-22 09:27:11 -05:00
Alexander Makarov
5d01d3a752
Defined STDOUT in entry scripts in case console application is running via CGI
2014-01-21 17:32:27 +04:00
Qiang Xue
103375976b
fixed test break.
2014-01-20 11:52:50 -05:00
Qiang Xue
19b2defb1a
refactored fixture feature.
2014-01-19 23:17:53 -05:00
Luciano Baraglia
b40b962628
Some Code style fixes
2014-01-19 13:35:36 -03:00
Luciano Baraglia
747cc1a189
Some Basic App readme updates [skip ci]
2014-01-16 08:56:26 -03:00
Carsten Brandt
b23137bd38
removed specify dependency from extension to app
...
fixes #1913
2014-01-12 16:10:50 +01:00
Carsten Brandt
1c696926f2
removed hard dependency on codeception from codeception extension
...
no need to download codeception via composer when phar is used.
fixes #1913
2014-01-11 22:29:29 +01:00
Alexander Makarov
1deeb17006
Merge pull request #1912 from johonunu/1822-sticky-futter
...
Added sticky futter. Fixes #1822
2014-01-11 07:46:55 -08:00
Nikola Trifunovic
ca6da5de54
Added futter. Fixes #1822
2014-01-11 16:41:39 +01:00
Alexander Kochetov
1f8ccd7580
[IMPORTANT] Path corrections
2014-01-11 09:52:43 +04:00
Qiang Xue
bffdcdd416
adjusted codeception composer.json
2014-01-10 22:24:23 -05:00
Qiang Xue
d9069fc8a9
path fixes.
2014-01-10 21:58:50 -05:00
Alexander Makarov
e97177f930
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
c4ee842556
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
Mark
dfc28ef46b
fixed readme
2014-01-06 01:21:06 +04:00
Carsten Brandt
c38b028970
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
8740490848
enabled acceptance tests for basic application
2014-01-05 13:01:24 +01:00
Carsten Brandt
63b173ff40
run basic app functional tests within the main repo test chain
2014-01-05 12:49:37 +01:00
Carsten Brandt
f36a0382bc
fixed basic app build
2014-01-05 04:07:21 +01:00
Qiang Xue
c761aab7c6
try to fix basic app travis test.
2014-01-04 19:19:02 -05:00
Mark
e460d4b241
tests improved, verify added
2014-01-05 03:12:40 +04:00
Carsten Brandt
3f57b61bd1
try to fix basic app travis.yml
2014-01-04 15:20:50 +01:00
Carsten Brandt
e9461c2fdc
updated apps/basic/.travis.yml
2014-01-04 04:38:23 +01:00
Carsten Brandt
d35698afe6
Merge pull request #1761 from lucianobaraglia/master
...
Basic app: DB configuration in separated file
2014-01-03 14:49:27 -08:00
Carsten Brandt
3859f2a500
moved dev requirements to require-dev in app composer.json
...
fixes #1736
2014-01-03 23:43:25 +01:00
Luciano Baraglia
fc5ffd62a0
Basic app: DB configuration in separated file
2014-01-03 19:28:33 -03:00
Carsten Brandt
66b8e92540
Merge pull request #1759 from Ragazzo/fixtures_controller_improvements
...
Added to the basic app, fixed config, added to core commands.
2014-01-03 14:22:51 -08:00
Mark
e88d1527b3
alias fixed
2014-01-04 02:18:02 +04:00
Carsten Brandt
ddee0621ec
Reverted config change
...
change was made in 0d263a12a9dbf3f0cb8569db40f0581dc002285b
issue #1744
2014-01-03 23:07:50 +01:00
Carsten Brandt
7579336af6
added .travis.yml to basic app
...
issue #1744
2014-01-03 22:51:30 +01:00
Mark
86d0e987a5
Added to the basic app, fixed config, added to core commands.
2014-01-04 01:16:05 +04:00
Carsten Brandt
f7116a0339
changed composer to require-dev codeception
2014-01-03 01:47:34 +01:00
Mark
5e023a39a3
docs fix
2014-01-02 11:04:07 +04:00
Mark
49ec2729a6
added info about setting testing environment
2014-01-02 11:02:48 +04:00
Qiang Xue
34cbe06852
increase composer timeout setting for apps.
2014-01-01 21:57:32 -05:00
Qiang Xue
f92502753f
Fixes #1647 : Changed the default CSS class of error block to be error-block
2014-01-01 10:29:04 -05:00
Qiang Xue
6ffc766bed
Merge pull request #1714 from Ragazzo/tests_improved
...
modified tests, improved configuration, introduced aspect
2013-12-31 11:16:51 -08:00