35 Commits

Author SHA1 Message Date
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
d184fbb8ed new asset WIP [skip ci] 2014-08-29 14:54:49 -04:00
c33214b35d Adjusted test configs structure 2014-08-17 18:45:58 +04:00
7eb403bf45 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
b7e493fca0 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
c3cf72d443 #2936: New favicon for applications 2014-04-02 00:43:23 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
98e9f307db Added futter. Fixes #1822 2014-01-11 16:41:39 +01:00
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
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
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
27658e56ae Fixes #1647: Changed the default CSS class of error block to be error-block 2014-01-01 10:29:04 -05:00
60dd8d16a1 Fixes #1688: ActiveForm is creating duplicated messages in error summary 2013-12-29 10:27:38 -05:00
3f4ee3e48c Fixes #1604: fixed URL and cookie problems.
Refactored tests.
2013-12-28 15:04:08 -05:00
3d9340032e test refactoring. 2013-12-18 00:40:52 -05:00
71d80c2263 added meaningful content to robots.txt 2013-12-17 01:08:40 +01:00
8621949f52 cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
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
cedee94608 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
05c67f43b8 Added favicons to application templates 2013-12-12 22:04:31 +01:00
2c9a8b910f make null format look nice by default 2013-12-10 20:42:09 +01:00
5c86563a08 new entry points for application 2013-12-02 15:23:58 +04:00
cd7a4a6745 fixed functional test. 2013-11-14 10:36:35 -05:00
9fe0eb6c3f add sorting icons to gridview sort links in basic and advanced app css 2013-10-25 12:02:09 +02:00
de59556d2d adjusted basic app to use the new yii extension installer. 2013-10-22 21:18:41 -04:00
dfb6e1f404 Convert to short syntax [2]. 2013-10-18 12:03:36 +00:00
829c10f4fa Fixed yii autoload precedence. 2013-08-18 20:33:11 -04:00
29077460db css fix. 2013-08-12 16:20:44 -04:00
bc21de98bd Refactored the basic app. 2013-08-10 07:33:24 -04:00
a602ee0e8c Fixed the basic app template. 2013-08-08 21:56:58 -04:00
e3801fbf6b Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
322dc10d22 fixes #687 2013-08-05 12:10:08 +04:00
3bef7365f1 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00