586f5b87b0
Removed Application::preload in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
a15a3835c7
Moved all filter classes to namespace yii\filters
2014-04-05 01:00:14 -04:00
c3cf72d443
#2936 : New favicon for applications
2014-04-02 00:43:23 +04:00
4575c3c3eb
use alias format for table names
2014-03-31 14:03:53 +06:00
32ac899199
Added table prefix to advanced application migration (now drop table)
2014-03-31 02:12:54 +04:00
e6f91e2d59
Added table prefix to advanced application migration
2014-03-31 02:07:11 +04:00
abeea6351a
Renamed fixtures
2014-03-31 01:19:11 +04:00
ab799d8ea9
Fixes #2911 : Removed tbl_ default for table prefix
2014-03-30 19:33:46 +04:00
34b085dd08
Update README.md
...
Typo fix
2014-03-28 16:54:23 +05:30
53e65b23d7
more gitignores.
2014-03-25 08:37:48 -04:00
b25f1f65d7
added more ignores.
2014-03-24 22:33:50 -04:00
76a7beb67f
Fixed test break.
2014-03-16 08:19:27 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
9efcde3a12
Update _config.php
...
fixed application config for unit test
2014-03-09 23:44:46 +05:00
236abe322b
Merge pull request #2663 from Theill11/travis-advanced-app
...
Added advanced app tests to travis
2014-03-09 03:27:22 +01:00
f528cc9f1c
Update README.md
2014-03-09 03:17:09 +01:00
269d1303a9
Code style fixes
2014-03-08 20:47:04 -03:00
6a193f3846
Merge branch 'master' of https://github.com/yiisoft/yii2 into travis-advanced-app
2014-03-08 22:21:35 +01:00
34db2d2082
Merge pull request #2652 from Theill11/fix-test-breaks
...
Update advanced app tests
2014-03-08 12:41:06 +03:00
af8f1e254e
Added advanced app tests to travis
2014-03-08 07:09:04 +01:00
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
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
a5e6e2d43b
username should be unique
2014-03-07 21:50:04 +01:00
95e01899c7
Changed assertions
2014-03-07 21:26:01 +01:00
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
70463d538c
fix tests
2014-03-07 00:13:28 +01:00
e38c4225b2
Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi
...
Conflicts:
framework/db/BaseActiveRecord.php
2014-03-06 00:00:33 -05:00
386979d6a3
Revert "Used ternary operator instead of "or" for constant definition"
...
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00
9c4c8ffbcc
apps code style fixes
2014-03-04 23:04:20 +02:00
61b64d7513
Removed unused "use" statements
2014-03-04 22:40:04 +04:00
2bb6f13505
Used ternary operator instead of "or" for constant definition
2014-03-04 22:17:11 +04:00
d669209334
Fixed advanced application to use POST for logout
2014-03-03 23:01:40 +04:00
a7a1bd8da0
Merge pull request #2578 from schmunk42/feature/update-composer-keywords
...
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557 )
2014-03-03 21:39:41 +03:00
c7e8d8b900
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
6e7edfdf5b
short array syntax
2014-03-03 20:21:55 +03:00
7a04dbaae1
Support for other auth types.
2014-03-03 10:18:39 -05:00
48a12559b2
rest api WIP
2014-03-01 23:14:16 -05:00
8a2903de03
Added verb filter to advanced app logout
2014-02-28 21:13:30 +04:00
825a71c6df
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
9e483b6461
added server name, for creating url rules
2014-02-27 18:37:34 +04:00
a7fc9143bf
Closing and opening braces in Yii2 coding standards.
2014-02-24 20:32:15 +04:00
5d14d788f5
Further coding standards fixes.
2014-02-24 20:17:38 +04:00
b560398bd7
Coding standards fixes.
2014-02-24 18:45:35 +03:00
d8d44b6127
Merge pull request #2501 from yiisoft/unify-urls
...
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
168fb19fe7
Added status condition to PasswordResetRequestForm email validator
2014-02-21 01:43:39 +04:00
a687e6f58c
Validate login data only of there are no other errors
2014-02-21 00:57:29 +04:00
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
036a811ea4
Fixes #2458 : Added missing validaton to advanced app forms, separated validation from email sending errors for contact form
2014-02-20 17:50:53 +04:00
72145098a1
updated timestamp behavior in advanced app to renaming
2014-02-20 13:18:33 +01:00