Commit Graph

7004 Commits

Author SHA1 Message Date
Fourteenmeister
3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution)
This alternative solution LIMIT, OFFSET problem SQL Server version older than 2012.
2014-05-08 13:04:36 +09: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
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
Alexander Makarov
ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 2014-05-06 18:26:27 +04:00
Carsten Brandt
76b3d89d83 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (43 commits)
  `BaseActiveRecord::findAll()` comment fix
  Fixes #2913: RBAC `DbManager` is now initialized via migration
  [NL] Removed app.php
  [NL] brought translations up to date
  Fix for comparing numeric attributes in JavaScript
  Better Gii caption english
  Fix for comparing numeric attributes in JavaScript
  HHVM compatibility Fixes for Yii 2 Console Application
  Rough creation of a doc style guide
  typo
  Finished Edits
  Edited up to Active Record
  renamed chapter to section [skip ci]
  Catalan translation
  Edited up through "I18N"
  Cleaned Up
  updated guide toc [skip ci]
  Update concept-behaviors.md
  Fixed wrong links [skip ci]
  Fixed document for multisort in BaseArrayHelper
  ...
2014-05-06 16:00:45 +02:00
Carsten Brandt
c3fe4aa0fd @inheritdoc from interfaces and params 2014-05-06 15:59:52 +02:00
Alexander Makarov
00d00a3eda Merge pull request #3370 from kartik-v/patch-2
[ci skip] Better English for Gii Caption
2014-05-06 17:09:20 +04:00
Alexander Makarov
b86f5a14f7 #2435 Tests for integrity exception 2014-05-06 16:56:51 +04:00
Alexander Makarov
d773ce66c2 Merge pull request #3375 from creocoder/baseactiverecord-findall-comment-fix
`BaseActiveRecord::findAll()` comment fix
2014-05-06 16:20:54 +04:00
Alexander Kochetov
d041116b94 BaseActiveRecord::findAll() comment fix 2014-05-06 16:18:01 +04:00
Alexander Makarov
42c566935e Fixes #2913: RBAC DbManager is now initialized via migration 2014-05-06 14:59:40 +04:00
Carsten Brandt
01ee85e0f9 Merge pull request #3373 from Blizzke/master
[NL] brought translations up to date
2014-05-06 11:19:30 +02:00
Steve Guns
8347ca5cb1 [NL] Removed app.php 2014-05-06 11:15:46 +02:00
Steve Guns
ddce87a355 [NL] brought translations up to date 2014-05-06 10:56:38 +02:00