Carsten Brandt
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
Alexander Makarov
c3cf72d443
#2936 : New favicon for applications
2014-04-02 00:43:23 +04:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Alexander Makarov
386979d6a3
Revert "Used ternary operator instead of "or" for constant definition"
...
This reverts commit 2bb6f13505 .
2014-03-06 01:56:51 +04:00
Alexander Makarov
2bb6f13505
Used ternary operator instead of "or" for constant definition
2014-03-04 22:17:11 +04:00
Nikola Trifunovic
98e9f307db
Added futter. Fixes #1822
2014-01-11 16:41:39 +01:00
Qiang Xue
ab47d58c69
path fixes.
2014-01-10 21:58:50 -05:00
Alexander Makarov
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
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
2014-01-05 14:45:09 +01:00
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
60dd8d16a1
Fixes #1688 : ActiveForm is creating duplicated messages in error summary
2013-12-29 10:27:38 -05:00
Qiang Xue
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
2013-12-28 15:04:08 -05:00
Qiang Xue
3d9340032e
test refactoring.
2013-12-18 00:40:52 -05:00
Carsten Brandt
71d80c2263
added meaningful content to robots.txt
2013-12-17 01:08:40 +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
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
2c9a8b910f
make null format look nice by default
2013-12-10 20:42:09 +01:00
Mark
5c86563a08
new entry points for application
2013-12-02 15:23:58 +04:00
Qiang Xue
cd7a4a6745
fixed functional test.
2013-11-14 10:36:35 -05:00
Carsten Brandt
9fe0eb6c3f
add sorting icons to gridview sort links in basic and advanced app css
2013-10-25 12:02:09 +02:00
Qiang Xue
de59556d2d
adjusted basic app to use the new yii extension installer.
2013-10-22 21:18:41 -04:00
Yakir Sitbon
dfb6e1f404
Convert to short syntax [2].
2013-10-18 12:03:36 +00:00
Qiang Xue
829c10f4fa
Fixed yii autoload precedence.
2013-08-18 20:33:11 -04:00
Qiang Xue
29077460db
css fix.
2013-08-12 16:20:44 -04:00
Qiang Xue
bc21de98bd
Refactored the basic app.
2013-08-10 07:33:24 -04:00
Qiang Xue
a602ee0e8c
Fixed the basic app template.
2013-08-08 21:56:58 -04:00
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
Alexander Makarov
322dc10d22
fixes #687
2013-08-05 12:10:08 +04:00
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00