88 Commits

Author SHA1 Message Date
7295540c72 Code style and phpdoc fixes 2014-04-17 15:33:07 +04:00
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
abeea6351a Renamed fixtures 2014-03-31 01:19:11 +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
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
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
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
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
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
72145098a1 updated timestamp behavior in advanced app to renaming 2014-02-20 13:18:33 +01:00
942462a5cf visibility fix 2014-02-18 18:30:29 +04:00
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
bf35e19da8 newlines fixed, code-guy deleted 2014-02-16 19:42:30 +04:00
9d3596c05e added codeception main yaml 2014-02-16 19:18:47 +04:00
22a6bf5a79 added codeception tests to common 2014-02-16 19:18:25 +04:00
f42af951e1 Fix newlines and missing parameter description 2014-02-16 03:14:28 +01:00
63272f4166 Update doc-blocks and small fixes according to coding standards 2014-02-15 17:53:57 +01:00
b2c44c4658 Minor typo 2014-02-15 15:18:11 +01:00
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
f226ee5610 password_reset_token is now null when reset 2014-02-06 00:22:01 +04:00
d13ed43212 Fixed signup/restore password flow 2014-02-06 00:14:23 +04:00
9da28421ee Use fileTransport for email in debug mode by default 2014-02-06 00:14:01 +04:00
6cac7c61e5 Removed Yii::$app->getParam usage 2014-02-05 23:21:57 +04:00
b8235c717d Added password reset token expiration 2014-02-05 18:23:59 +04:00
a1497ca01c Removed extra \models\forms namespace, moved all models to just \models 2014-02-05 17:41:47 +04:00
5d7e7f4d91 Moved creating user to static method of the model 2014-02-04 13:31:26 +04:00
c2e0b5beb5 Optimized forms code a bit 2014-02-01 23:08:39 +04:00
a43be083e8 Moved forms used in frontend only to frontend 2014-02-01 22:23:29 +04:00
d98ec80cd1 Used setter as field 2014-02-01 20:32:07 +04:00
e4c98f0fa3 Fixed constructor overriding to allow array configuration 2014-02-01 17:47:18 +04:00
6ad0d72a48 Extracted password-related code into User model methods 2014-01-31 23:44:26 +04:00
71fba07700 Moved most of the user-related logic into form models 2014-01-31 23:18:07 +04:00
84f408e85e Update .gitignore
Local files should not be committed to version control
2014-01-31 18:39:10 +01:00
86747e89ef Aliases moved to aliases.php 2014-01-28 22:19:00 +04:00
4e77105277 Rollback $params variable 2014-01-28 22:18:37 +04:00
a4c8617f42 Cleaner environments for yii2-advanced-app 2014-01-22 12:24:15 +04:00
ddb0e9b0e6 Advanced app User model updated 2014-01-19 13:49:29 +04:00