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
Carsten Brandt
236abe322b
Merge pull request #2663 from Theill11/travis-advanced-app
...
Added advanced app tests to travis
2014-03-09 03:27:22 +01:00
Johnny Theill
f528cc9f1c
Update README.md
2014-03-09 03:17:09 +01:00
Luciano Baraglia
269d1303a9
Code style fixes
2014-03-08 20:47:04 -03:00
Johnny Theill
6a193f3846
Merge branch 'master' of https://github.com/yiisoft/yii2 into travis-advanced-app
2014-03-08 22:21:35 +01:00
Alexander Makarov
34db2d2082
Merge pull request #2652 from Theill11/fix-test-breaks
...
Update advanced app tests
2014-03-08 12:41:06 +03:00
Johnny Theill
af8f1e254e
Added advanced app tests to travis
2014-03-08 07:09:04 +01:00
Carsten Brandt
a8ef7bab9e
Merge branch 'code-style'
...
* code-style:
fix php5.4 array syntax
many phpcs fixes
fix phpDoc LuaScriptBuilder build @throws
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
2014-03-07 21:56:40 +01:00
Carsten Brandt
1b7e1cd027
Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
...
* 'feature' of https://github.com/mongosoft/yii2 :
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/models/Context.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/bootstrap/views/index.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/views/index.php
extensions/apidoc/templates/offline/views/offline.php
extensions/apidoc/templates/online/views/index.php
extensions/elasticsearch/Connection.php
extensions/redis/ActiveQuery.php
framework/base/ErrorException.php
framework/helpers/BaseFileHelper.php
tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
Johnny Theill
a5e6e2d43b
username should be unique
2014-03-07 21:50:04 +01:00
Johnny Theill
95e01899c7
Changed assertions
2014-03-07 21:26:01 +01:00
Qiang Xue
bbea1ab19c
Fixes #2629 : Module::controllerPath is now read only, and all controller classes must be namespaced under Module::controllerNamespace
2014-03-07 10:35:15 -05:00
Johnny Theill
70463d538c
fix tests
2014-03-07 00:13:28 +01:00
Qiang Xue
e38c4225b2
Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi
...
Conflicts:
framework/db/BaseActiveRecord.php
2014-03-06 00:00:33 -05: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