Commit Graph

33 Commits

Author SHA1 Message Date
Alexander Makarov
229c352f78 Adjusted test configs structure 2014-08-17 18:45:58 +04:00
Alexander Makarov
c55a791237 Codeception test adjustments for basic and advanced applications
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
- Removed database module since we're using fixtures and migrations.
- Moved console entry points and bootstrap into `tests/codeception/bin`.
- Adjusted travis build scripts.
- Adjusted documentation to be consistent and reflect changes made.
2014-08-15 19:09:52 +04:00
Carsten Brandt
fff7565b05 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Alexander Makarov
923744d333 #2936: New favicon for applications 2014-04-02 00:43:23 +04:00
SonicGD
93cc82c4bf Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06: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
Nikola Trifunovic
ca6da5de54 Added futter. Fixes #1822 2014-01-11 16:41:39 +01: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
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
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
6a4f31a69f Fixes #1688: ActiveForm is creating duplicated messages in error summary 2013-12-29 10:27:38 -05:00
Qiang Xue
35464e4fbf Fixes #1604: fixed URL and cookie problems. Refactored tests. 2013-12-28 15:04:08 -05:00
Qiang Xue
628caf85b9 test refactoring. 2013-12-18 00:40:52 -05:00
Carsten Brandt
63886d6663 added meaningful content to robots.txt 2013-12-17 01:08:40 +01:00
Carsten Brandt
09237c013e cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Carsten Brandt
60bdb6b7cf 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
Alexander Makarov
3d6a4f66c5 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
Alexander Makarov
b6d3a5ea88 Added favicons to application templates 2013-12-12 22:04:31 +01:00
Carsten Brandt
9bacb2c51f make null format look nice by default 2013-12-10 20:42:09 +01:00
Mark
1b0fd637b8 new entry points for application 2013-12-02 15:23:58 +04:00
Qiang Xue
ca8511dd43 fixed functional test. 2013-11-14 10:36:35 -05:00
Carsten Brandt
cb30f8d0e7 add sorting icons to gridview sort links in basic and advanced app css 2013-10-25 12:02:09 +02:00
Qiang Xue
130449e2be adjusted basic app to use the new yii extension installer. 2013-10-22 21:18:41 -04:00
Yakir Sitbon
4023798e42 Convert to short syntax [2]. 2013-10-18 12:03:36 +00:00
Qiang Xue
3b3b5561e2 Fixed yii autoload precedence. 2013-08-18 20:33:11 -04:00
Qiang Xue
e4bfbc4bb3 css fix. 2013-08-12 16:20:44 -04:00
Qiang Xue
5072e526be Refactored the basic app. 2013-08-10 07:33:24 -04:00
Qiang Xue
37f69a52d7 Fixed the basic app template. 2013-08-08 21:56:58 -04:00
Qiang Xue
f6c54739ff Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
Alexander Makarov
2285c83fb8 fixes #687 2013-08-05 12:10:08 +04:00
Qiang Xue
949c567387 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00