Commit Graph

4490 Commits

Author SHA1 Message Date
Qiang Xue
4a552c88cf Fixes #1650: Added Connection::pdoClass. 2013-12-27 16:01:39 -05:00
Qiang Xue
fdca106ece code style fix. 2013-12-27 15:53:45 -05:00
Qiang Xue
f9c5d87622 Merge pull request #1648 from Ragazzo/postgresql_features
added postgresql features to reset seq/check integrity
2013-12-27 12:51:47 -08:00
Mark
79ef473a38 added changelog 2013-12-28 00:43:26 +04:00
Qiang Xue
9623c129df Merge pull request #1649 from Ragazzo/dbfixture_manager_fix
fixed sequence reset
2013-12-27 12:32:36 -08:00
Mark
16801b9b3e codestyle fix 2013-12-28 00:06:39 +04:00
Mark
6a9509ed8d improved checkIntegrity method 2013-12-28 00:04:18 +04:00
Qiang Xue
42b4a9914a Merge pull request #1661 from suralc/patch-2
Modified extension guidlines
2013-12-27 12:00:27 -08:00
suralc
55f62bfe92 Modified extension guidlines 2013-12-27 20:50:32 +01:00
Antonio Ramirez
f03d85d963 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update change log
  Add active id to options if input widget has a model fixes #1550
2013-12-27 18:23:00 +01:00
Antonio Ramirez
61591ea4ae update phpDoc 2013-12-27 18:09:07 +01:00
Antonio Ramirez
6f932d99ae Merge branch 'upstream' into 364-toAscii
* upstream: (21 commits)
  Fixes #1643: Added default value for `Captcha::options`
  Fixes #1654: Fixed the issue that a new message source object is generated for every new message being translated
  Allow dash char in ActionColumn’s button names.
  Added SecurityTest.
  fixed functional test when enablePrettyUrl is false.
  fixed composer.json
  minor doc fix.
  Fixes #1634: Use masked CSRF tokens to prevent BREACH exploits
  Use better random CSRF token.
  GII unique indexes avoid autoIncrement columns
  updated debug retry params.
  Added sleep().
  Added unit test for ActiveRecord::updateAttributes().
  Fixes #1641: Added `BaseActiveRecord::updateAttributes()`
  Fixed #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled
  Mongo README.md updated.
  Fixes #1611: Added `BaseActiveRecord::markAttributeDirty()`
  Number validator was missing
  Fixes #1638: prevent table names from being enclosed within curly brackets twice.
  Unique indexes rules for single columns into array
  ...
2013-12-27 18:07:42 +01:00
Antonio Ramirez
08aaeda397 refactored inflector's slug and improved fallback char map 2013-12-27 18:06:27 +01:00
Antonio Ramirez
b7904c46aa remove TransliteratorHelper 2013-12-27 18:04:05 +01:00
Qiang Xue
4148912b82 Fixes #1643: Added default value for Captcha::options 2013-12-27 10:46:13 -05:00
Qiang Xue
5e8a48a60a Fixes #1654: Fixed the issue that a new message source object is generated for every new message being translated 2013-12-27 09:32:17 -05:00
Qiang Xue
b10c8240b3 Allow dash char in ActionColumn’s button names. 2013-12-27 09:19:27 -05:00
Qiang Xue
3b1602acc8 Added SecurityTest. 2013-12-27 09:12:58 -05:00
Mark
5220596ead fix sphinx command signature 2013-12-27 11:21:17 +04:00
Mark
65b543f68f fixed bug with forgotten param, fixed behavior for one table integrity 2013-12-27 11:04:29 +04:00
Mark
5c2c79e776 fixed sequence reset 2013-12-27 09:51:27 +04:00
Qiang Xue
a82281a8f9 fixed functional test when enablePrettyUrl is false. 2013-12-27 00:49:26 -05:00
Mark
e23f869c69 added postgresql features to reset seq/check integrity 2013-12-27 09:42:51 +04:00
Qiang Xue
6eb6e22630 fixed composer.json 2013-12-26 22:22:26 -05:00
Qiang Xue
5a8517f194 minor doc fix. 2013-12-26 22:16:18 -05:00
Qiang Xue
c8960168c5 Fixes #1634: Use masked CSRF tokens to prevent BREACH exploits 2013-12-26 17:51:14 -05:00
Qiang Xue
2686403c0e Use better random CSRF token. 2013-12-26 16:19:09 -05:00
Antonio Ramirez
26330b9381 removed ascii method and use the new TransliteratorHelper::process at its place 2013-12-26 20:56:52 +01:00
Antonio Ramirez
fc9fb80c21 added TransliteratorHelper class 2013-12-26 20:56:11 +01:00
Qiang Xue
fc19ebdf80 Merge pull request #1624 from lucianobaraglia/master
GII generates rules for unique indexes
2013-12-26 11:47:49 -08:00
Luciano Baraglia
b1fc13a31c GII unique indexes avoid autoIncrement columns 2013-12-26 16:43:36 -03:00
Qiang Xue
c1db25e3e0 updated debug retry params. 2013-12-26 13:15:10 -05:00
Qiang Xue
85abc2c70b Added sleep(). 2013-12-26 13:09:42 -05:00
Qiang Xue
7654fff26d Added unit test for ActiveRecord::updateAttributes(). 2013-12-26 12:39:38 -05:00
Qiang Xue
7eccd9d926 Fixes #1641: Added BaseActiveRecord::updateAttributes() 2013-12-26 12:31:13 -05:00
dev-meghraj
b1a1458d70 fixes code style. 2013-12-26 21:47:37 +05:30
Qiang Xue
68cb074c6a Fixed #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled 2013-12-26 10:55:36 -05:00
Klimov Paul
dcee382e76 Mongo README.md updated. 2013-12-26 17:39:48 +02:00
Qiang Xue
f77e3b4bba Fixes #1611: Added BaseActiveRecord::markAttributeDirty() 2013-12-26 09:46:02 -05:00
Qiang Xue
3fff4e0304 Merge pull request #1639 from docsolver/patch-1
Number validator was missing
2013-12-26 06:33:35 -08:00
Vincent
d5fccf672d Number validator was missing 2013-12-26 15:32:26 +01:00
Qiang Xue
2d3ac6b4e2 Fixes #1638: prevent table names from being enclosed within curly brackets twice. 2013-12-26 09:29:46 -05:00
Antonio Ramirez
6b3abeee1d Merge branch 'upstream' into 364-toAscii
* upstream: (2012 commits)
  doc fix.
  Changed the signature of `urlCreator` and button creators for `yii\gridview\ActionColumn`
  parameter adjustment.
  The signature for `yii\gridview\ActionColumn::urlCreator` is changed - the `$action` parameter is moved to the first
  Fixed the signature of Schema::findUniqueIndexes().
  reverted #1598 and added a test for it
  Fix wrong array index in unique indexes for MySql
  Making accesors public
  Get DB unique indexes information
  Fixes #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected
  Gii should keep horizontal layout
  Documentation at "yii\authclient" updated.
  Doc comments at "yii\authclient" updated.
  Auth clients "Choice" doc comments updated.
  Auth clients "Choice" widget javascript advanced.
  Bootstrap's dropdown encodes also trailing caret tag
  Auth clients "Choice" widget markup updated.
  Gii should keep horizontal layout
  extended from codeception testcase, added docs
  Auth clients for Facebook, GitHub, LinkedIn added.
  ...

Conflicts:
	framework/yii/helpers/BaseInflector.php
	tests/unit/framework/helpers/InflectorTest.php
2013-12-26 13:51:57 +01:00
Luciano Baraglia
bdafb4becb Unique indexes rules for single columns into array 2013-12-26 02:43:35 -03:00
Qiang Xue
da78b6e16e doc fix. 2013-12-26 00:29:03 -05:00
Qiang Xue
1689a9ef9a Changed the signature of urlCreator and button creators for yii\gridview\ActionColumn 2013-12-26 00:24:11 -05:00
Luciano Baraglia
bd07bc1dcd GII generates rules for unique indexes 2013-12-26 02:18:40 -03:00
Qiang Xue
abdfe30cac parameter adjustment. 2013-12-25 23:37:24 -05:00
Qiang Xue
bae5cda5b9 The signature for yii\gridview\ActionColumn::urlCreator is changed - the $action parameter is moved to the first 2013-12-25 23:36:28 -05:00
Qiang Xue
ab05f0d791 Fixed the signature of Schema::findUniqueIndexes(). 2013-12-25 20:30:50 -05:00