Commit Graph

7316 Commits

Author SHA1 Message Date
Alexander Makarov
8e880f6909 Used new drawings in the guide, removed old ones 2014-05-08 18:34:12 +04:00
Alexander Makarov
e62391a497 Added more arrows 2014-05-08 18:30:52 +04:00
Alexander Makarov
983238744e Fixed drawing misalignment 2014-05-08 18:25:04 +04:00
Alexander Makarov
6ad4383cdd Redone structure drawing 2014-05-08 18:21:33 +04:00
Alexander Makarov
8d0a38e8e6 Corrected $this->render usage in template engine docs 2014-05-08 17:54:24 +04:00
Qiang Xue
a4ba2776bd Merge pull request #3404 from djfly/patch-4
Update input-forms.md
2014-05-08 09:36:48 -04:00
ff
8a95d19aac Update input-forms.md
is array?
2014-05-08 21:34:34 +08:00
Qiang Xue
66b141d8fc guide wip [skip ci] 2014-05-08 08:32:46 -04:00
Alexander Makarov
e2f6a55507 Application lifecycle and structure schemas 2014-05-08 15:50:25 +04:00
Alexander Makarov
ba061e2b85 Fixed docs on init usage 2014-05-08 13:53:40 +04:00
Alexander Makarov
818b542767 Fixes #3400 2014-05-08 11:53:25 +04:00
Qiang Xue
3e351fb879 guide wip [skip ci] 2014-05-07 19:56:34 -04:00
Alexander Makarov
e4bd3b5932 Merge pull request #3378 from yiisoft/db-integrity-exception
Database IntegrityException
2014-05-07 23:13:40 +04:00
Alexander Makarov
b491441246 Removed yii\rest\ActiveController::$transactional property and connected functionality 2014-05-07 22:16:37 +04:00
Alexander Makarov
11cded9b7c Fixed Sphinx schema 2014-05-07 22:02:47 +04:00
Qiang Xue
afff6a2ffa Finished installation section [skip ci] 2014-05-07 14:01:37 -04:00
Alexander Makarov
a17e5582cd Marked part of PostgreSQL test as incomplete 2014-05-07 21:25:19 +04:00
Alexander Makarov
8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 2014-05-07 20:56:51 +04:00
Alexander Makarov
ab96c1abc1 Merge branch 'master' 2014-05-07 20:49:28 +04:00
Alexander Makarov
e0b701bb87 Added SQL files for RBAC back 2014-05-07 20:49:03 +04:00
Carsten Brandt
b65b0ce591 better exception message for non existing validator 2014-05-07 13:09:39 +02:00
Alexander Makarov
bea7cf8449 Moved exception handling to schema 2014-05-07 04:27:21 +04:00
Alexander Makarov
5cb243025a Merge branch 'master' 2014-05-07 04:04:49 +04:00
Alexander Makarov
b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 2014-05-07 04:04:44 +04:00
Qiang Xue
15c5f94f80 Merge pull request #3386 from adamaltman/master
correct typo in phpdoc for HttpBearerAuth class
2014-05-06 19:55:52 -04:00
Alexander Makarov
8077ea3f70 Silenced migrations output in rbac test in case there's no error 2014-05-07 03:11:35 +04:00
Alexander Makarov
a86d2ad11e Added yii\console\Controller::EXIT_CODE_NORMAL and yii\console\Controller::EXIT_CODE_ERROR constants, yii\console\MigrateController now returns yii\console\Controller::EXIT_CODE_ERROR in case of failed migration 2014-05-07 03:11:35 +04:00
Alexander Makarov
c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 2014-05-07 03:11:35 +04:00
Alexander Makarov
edc92a86df Added missing changelog line for mongodb fix 2014-05-07 03:11:34 +04:00
Adam Altman
1ddcd8e705 correct typo in phpdoc for HttpBearerAuth class 2014-05-06 17:56:13 -05:00
Qiang Xue
af7530663d Fixes #3383: Added $type parameter to IdentityInterface::findIdentityByAccessToken() 2014-05-06 18:45:18 -04:00
Alexander Makarov
f11d608936 Re-init application if it was destroyed during RBAC test 2014-05-07 01:50:58 +04:00
Alexander Makarov
3af22ece0a Fixed mongodb to use non-deprecated method of determining if there's an active connection 2014-05-07 01:19:54 +04:00
Alexander Makarov
440c402bde Simplified RBAC DB manager test 2014-05-07 01:03:44 +04:00
Alexander Makarov
ef4d9683ce Fixed RBAC migration for SQLite 2014-05-07 00:52:56 +04:00
Alexander Makarov
905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 2014-05-07 00:19:33 +04:00
Alexander Makarov
12732cfa53 Fixed rbac tests to use migration 2014-05-06 21:02:35 +04:00
Alexander Makarov
ff3a20a785 Removed duplicate property 2014-05-06 21:02:35 +04:00
Carsten Brandt
0df677a064 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Fixes #699: fixed wrong usage of self and static
  Fixed wrong links
2014-05-06 18:15:10 +02:00
Carsten Brandt
676b366928 adjusted elasticsearch extension to version 1.0 of ES
breaking changes.
2014-05-06 18:14:32 +02:00
Alexander Makarov
d0ddb56639 Fixes #699: fixed wrong usage of self and static 2014-05-06 20:05:41 +04:00
Alexander Makarov
ca465eae18 Renamed handleError to handleException 2014-05-06 19:15:18 +04:00
Alexander Makarov
48dbde3911 Fixed PostgreSQL test 2014-05-06 19:14:10 +04:00
Alexander Makarov
6cfc949691 Added CUBRID support for throwing integrity exception 2014-05-06 19:13:54 +04:00
Alexander Makarov
7764086c5d IntegrityException should be thrown for relational DBs only 2014-05-06 19:07:23 +04:00
Alexander Makarov
d1ec2a0241 Better naming for Schema properties 2014-05-06 19:06:34 +04:00
Marius Kubrakov
1182ba5e45 Fixes #3368 value also has to be parsed. 2014-05-06 17:44:34 +03:00
Carsten Brandt
4ccf093193 Merge pull request #3379 from marsuboss/fix-guide-link-security
Fixed wrong links
2014-05-06 16:40:37 +02:00
MarsuBoss
38a872ec2d Fixed wrong links 2014-05-06 16:39:10 +02:00
Alexander Makarov
2aa5555654 Fixes #2435: yii\db\IntegrityException is now thrown on database integrity errors instead of general yii\db\Exception 2014-05-06 18:28:06 +04:00