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
mbman
a63d7a7939
Advanced app's common tests codeception generated files gitignored
2014-05-16 14:01:26 +02: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 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
Alexander Makarov
7295540c72
Code style and phpdoc fixes
2014-04-17 15:33:07 +04:00
Alexander Makarov
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
Alexander Makarov
abeea6351a
Renamed fixtures
2014-03-31 01:19:11 +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
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
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
AlexGx
9c4c8ffbcc
apps code style fixes
2014-03-04 23:04:20 +02:00
Alexander Makarov
61b64d7513
Removed unused "use" statements
2014-03-04 22:40:04 +04:00
Alexander Makarov
2bb6f13505
Used ternary operator instead of "or" for constant definition
2014-03-04 22:17:11 +04:00
Alexander Mohorev
c7e8d8b900
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
Alexander Mohorev
6e7edfdf5b
short array syntax
2014-03-03 20:21:55 +03:00
Qiang Xue
7a04dbaae1
Support for other auth types.
2014-03-03 10:18:39 -05:00
Qiang Xue
48a12559b2
rest api WIP
2014-03-01 23:14:16 -05:00
Alexander Makarov
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
Alexander Makarov
a687e6f58c
Validate login data only of there are no other errors
2014-02-21 00:57:29 +04:00
Alexander Makarov
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
Carsten Brandt
72145098a1
updated timestamp behavior in advanced app to renaming
2014-02-20 13:18:33 +01:00
Mark
942462a5cf
visibility fix
2014-02-18 18:30:29 +04:00
Qiang Xue
7797e89d0d
Merge branch 'yii2_advanced_app_codeception' of github.com:Ragazzo/yii2 into Ragazzo-yii2_advanced_app_codeception
...
Conflicts:
apps/advanced/README.md
2014-02-17 17:45:40 -05:00
Mark
bf35e19da8
newlines fixed, code-guy deleted
2014-02-16 19:42:30 +04:00
Mark
9d3596c05e
added codeception main yaml
2014-02-16 19:18:47 +04:00
Mark
22a6bf5a79
added codeception tests to common
2014-02-16 19:18:25 +04:00
Johnny Theill
f42af951e1
Fix newlines and missing parameter description
2014-02-16 03:14:28 +01:00
Johnny Theill
63272f4166
Update doc-blocks and small fixes according to coding standards
2014-02-15 17:53:57 +01:00
Johnny Theill
b2c44c4658
Minor typo
2014-02-15 15:18:11 +01:00
Qiang Xue
4e6aa21198
The directory holding email templates is renamed from mails to mail
2014-02-12 15:01:01 -05:00
Alexander Makarov
dd26d39dd8
Removed unused namespace imports
2014-02-07 13:26:00 +04:00
Alexander Makarov
f226ee5610
password_reset_token is now null when reset
2014-02-06 00:22:01 +04:00
Alexander Makarov
d13ed43212
Fixed signup/restore password flow
2014-02-06 00:14:23 +04:00
Alexander Makarov
9da28421ee
Use fileTransport for email in debug mode by default
2014-02-06 00:14:01 +04:00
Alexander Makarov
6cac7c61e5
Removed Yii::$app->getParam usage
2014-02-05 23:21:57 +04:00
Alexander Makarov
b8235c717d
Added password reset token expiration
2014-02-05 18:23:59 +04:00
Alexander Makarov
a1497ca01c
Removed extra \models\forms namespace, moved all models to just \models
2014-02-05 17:41:47 +04:00
Alexander Makarov
5d7e7f4d91
Moved creating user to static method of the model
2014-02-04 13:31:26 +04:00
Alexander Makarov
c2e0b5beb5
Optimized forms code a bit
2014-02-01 23:08:39 +04:00
Alexander Makarov
a43be083e8
Moved forms used in frontend only to frontend
2014-02-01 22:23:29 +04:00
Alexander Makarov
d98ec80cd1
Used setter as field
2014-02-01 20:32:07 +04:00
Alexander Makarov
e4c98f0fa3
Fixed constructor overriding to allow array configuration
2014-02-01 17:47:18 +04:00