Alexander Makarov
c8299697d0
Correct fix for #4060
2014-06-25 21:03:58 +04:00
Alexander Makarov
0c14f47f9a
Fixes #3793 : Changed inline autocomplete hints style to get more IDEs support
2014-06-20 17:40:00 +04:00
Alexander Makarov
cca349512e
Fixes #3979 : Alert widget in advanced app is now able to display multiple flash messages of the same type
2014-06-20 14:43:36 +04:00
Alexander Kochetov
e4a6e9cda8
Application templates refactoring
2014-06-16 18:57:09 +04:00
Qiang Xue
6b799d392d
Fixes #3358 : Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files
2014-06-13 10:04:48 -04:00
Alexander Kochetov
464af49e9c
Fix .gitignore for basic and advanced application templates
2014-06-10 02:19:11 +04:00
Mark
3c8cdd997b
fixed reset password token test
2014-06-09 16:59:26 +04:00
Mark
9949acbdd2
tabs to spaces unacceptable fix
2014-06-09 16:41:24 +04:00
Mark
a7eb306da3
README info update
2014-06-09 16:37:07 +04:00
Mark
01ddac64ec
basic application template fixtures added
2014-06-09 16:33:36 +04:00
Mark
588b8fef16
fixtures folders added
2014-06-09 16:32:48 +04:00
Mark
f17982683b
application advanced template tests fixed
2014-06-09 16:31:49 +04:00
Mark
4498ccd417
basic application template tests adjusted
2014-06-09 16:10:16 +04:00
Carsten Brandt
df65a0f9de
added explicit comment about file transport to mail config
...
fixes #3694
2014-06-04 17:43:09 +02:00
Klimov Paul
617941e009
Missing $message var reference removed from mail layouts
2014-05-29 17:41:10 +03:00
Klimov Paul
124c7e8448
Mail layout charset specification fixed
2014-05-29 17:11:45 +03:00
Alexander Makarov
07f30cb04c
Fixes #3542 : Removed requirement to specify extensions in application config
2014-05-24 18:11:59 +04:00
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
mbman
a63d7a7939
Advanced app's common tests codeception generated files gitignored
2014-05-16 14:01:26 +02:00
Qiang Xue
25ba0e0d80
finished quick start about database [skip ci]
2014-05-10 14:07:34 -04:00
Qiang Xue
af7530663d
Fixes #3383 : Added $type parameter to IdentityInterface::findIdentityByAccessToken()
2014-05-06 18:45:18 -04:00
Alexander Makarov
0b7f649148
Fixed setting defaults in User model of advanced app, see bb145f5067
2014-05-04 19:42:35 +04:00
Alexander Kochetov
c19035a874
Advanced app init usage example typo fix
2014-05-04 10:44:02 +04:00
Alexander Makarov
bb145f5067
Fixes #3179 : removed duplicate validation rules from User model in advanced app, removed User::create()
2014-04-30 02:16:28 +04:00
Paul Kofmann
a0d9641fa2
removed unnecessary lines regarding writable dirs
2014-04-24 20:52:56 +02:00
Paul Kofmann
85a56f548f
no need to set writable folders for console
2014-04-24 20:42:53 +02:00
Paul Kofmann
38cea05b55
setting writable folders in init-script
...
It is said, that these folders are handled already by composer.json, what is definitely true. But if I can't (or don't want to) call composer create-project command, I have to run post-create-project-cmd manually like `composer run-script post-create-project-cmd`. IMHO, it's consistent to make such preparations in init script.
2014-04-24 16:44:21 +02:00
Qiang Xue
520011fff6
Fixes #3088 : The debug and gii modules will manage their own URL rules now
2014-04-17 20:42:50 -04:00
Alexander Makarov
7295540c72
Code style and phpdoc fixes
2014-04-17 15:33:07 +04:00
Qiang Xue
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Qiang Xue
ea75177abc
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
Alexander Makarov
01b1c07d81
Merge pull request #2977 from PaulVanSchayck/fix-webdriver-test
...
Add wait() to login test with wrong credentials to fix WebDriver test
2014-04-10 05:00:32 -07:00
Qiang Xue
055455d814
updated error handler and requirement checker links.
2014-04-10 00:05:05 -04:00
Qiang Xue
586f5b87b0
Removed Application::preload in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
Alexander Makarov
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
Qiang Xue
a15a3835c7
Moved all filter classes to namespace yii\filters
2014-04-05 01:00:14 -04:00
Paul van Schayck
0456cd660a
Add wait() to login test with wrong credentials to fix WebDriver test
2014-04-04 12:16:17 +02:00
Alexander Makarov
c3cf72d443
#2936 : New favicon for applications
2014-04-02 00:43:23 +04:00
Sergey Gonimar
4575c3c3eb
use alias format for table names
2014-03-31 14:03:53 +06:00
Alexander Makarov
32ac899199
Added table prefix to advanced application migration (now drop table)
2014-03-31 02:12:54 +04:00
Alexander Makarov
e6f91e2d59
Added table prefix to advanced application migration
2014-03-31 02:07:11 +04:00
Alexander Makarov
abeea6351a
Renamed fixtures
2014-03-31 01:19:11 +04:00
Alexander Makarov
ab799d8ea9
Fixes #2911 : Removed tbl_ default for table prefix
2014-03-30 19:33:46 +04:00
joseph-kuruvilla
34b085dd08
Update README.md
...
Typo fix
2014-03-28 16:54:23 +05:30
Qiang Xue
53e65b23d7
more gitignores.
2014-03-25 08:37:48 -04:00
Qiang Xue
b25f1f65d7
added more ignores.
2014-03-24 22:33:50 -04:00
Qiang Xue
76a7beb67f
Fixed test break.
2014-03-16 08:19:27 -04:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Zhandos
9efcde3a12
Update _config.php
...
fixed application config for unit test
2014-03-09 23:44:46 +05:00