f554d46aaa
minor fixes.
2013-12-28 13:14:33 -05:00
f18e530fe0
Merge pull request #464 from tonydspaniard/364-toAscii
...
enhance Inflector helper with ascii function
2013-12-28 07:28:53 -08:00
c31e113d95
Fixes #1671
2013-12-28 08:59:29 -05:00
8c1715d5a7
remove UTF-8 string conversion
2013-12-28 09:28:47 +01:00
b918fa507e
Merge branch 'upstream' into 364-toAscii
...
* upstream:
Fixed CSRF token masking issue.
improved error message of calling invalid scope method.
Fixed repo URL
Fixes #1650 : Added Connection::pdoClass.
code style fix.
added changelog
codestyle fix
improved checkIntegrity method
Modified extension guidlines
fix sphinx command signature
fixed bug with forgotten param, fixed behavior for one table integrity
fixed sequence reset
added postgresql features to reset seq/check integrity
2013-12-28 09:27:08 +01:00
4b569f3e90
Fixed CSRF token masking issue.
2013-12-27 23:26:38 -05:00
eb4385d4c9
improved error message of calling invalid scope method.
2013-12-27 20:31:48 -05:00
4a552c88cf
Fixes #1650 : Added Connection::pdoClass.
2013-12-27 16:01:39 -05:00
fdca106ece
code style fix.
2013-12-27 15:53:45 -05:00
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
79ef473a38
added changelog
2013-12-28 00:43:26 +04:00
9623c129df
Merge pull request #1649 from Ragazzo/dbfixture_manager_fix
...
fixed sequence reset
2013-12-27 12:32:36 -08:00
16801b9b3e
codestyle fix
2013-12-28 00:06:39 +04:00
6a9509ed8d
improved checkIntegrity method
2013-12-28 00:04:18 +04:00
61591ea4ae
update phpDoc
2013-12-27 18:09:07 +01:00
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
08aaeda397
refactored inflector's slug and improved fallback char map
2013-12-27 18:06:27 +01:00
b7904c46aa
remove TransliteratorHelper
2013-12-27 18:04:05 +01:00
4148912b82
Fixes #1643 : Added default value for Captcha::options
2013-12-27 10:46:13 -05:00
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
b10c8240b3
Allow dash char in ActionColumn’s button names.
2013-12-27 09:19:27 -05:00
65b543f68f
fixed bug with forgotten param, fixed behavior for one table integrity
2013-12-27 11:04:29 +04:00
5c2c79e776
fixed sequence reset
2013-12-27 09:51:27 +04:00
e23f869c69
added postgresql features to reset seq/check integrity
2013-12-27 09:42:51 +04:00
c8960168c5
Fixes #1634 : Use masked CSRF tokens to prevent BREACH exploits
2013-12-26 17:51:14 -05:00
2686403c0e
Use better random CSRF token.
2013-12-26 16:19:09 -05:00
26330b9381
removed ascii method and use the new TransliteratorHelper::process at its place
2013-12-26 20:56:52 +01:00
fc9fb80c21
added TransliteratorHelper class
2013-12-26 20:56:11 +01:00
7eccd9d926
Fixes #1641 : Added BaseActiveRecord::updateAttributes()
2013-12-26 12:31:13 -05:00
68cb074c6a
Fixed #1504 : Debug toolbar isn't loaded successfully in some environments when xdebug is enabled
2013-12-26 10:55:36 -05:00
f77e3b4bba
Fixes #1611 : Added BaseActiveRecord::markAttributeDirty()
2013-12-26 09:46:02 -05:00
2d3ac6b4e2
Fixes #1638 : prevent table names from being enclosed within curly brackets twice.
2013-12-26 09:29:46 -05:00
da78b6e16e
doc fix.
2013-12-26 00:29:03 -05:00
1689a9ef9a
Changed the signature of urlCreator and button creators for yii\gridview\ActionColumn
2013-12-26 00:24:11 -05:00
abdfe30cac
parameter adjustment.
2013-12-25 23:37:24 -05:00
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
ab05f0d791
Fixed the signature of Schema::findUniqueIndexes().
2013-12-25 20:30:50 -05:00
795c74100d
reverted #1598 and added a test for it
2013-12-26 01:18:55 +01:00
166f8aa582
Fix wrong array index in unique indexes for MySql
2013-12-25 20:25:29 -03:00
89f0bfe100
Making accesors public
2013-12-25 18:27:54 -03:00
d376da57e4
Get DB unique indexes information
2013-12-25 18:08:50 -03:00
dba7c02a2c
Fixes #1610 : Html::activeCheckboxList() and Html::activeRadioList() will submit an empty string if no checkbox/radio is selected
2013-12-25 11:55:47 -05:00
0345191245
Added ActiveQuery::innerJoinWith().
2013-12-24 21:27:13 -05:00
dc720d9bf4
more docs about joinwith()
2013-12-24 09:29:05 -05:00
4f44bb2416
Fixes #1581 : Added ActiveQuery::joinWith() to support joining with relations
2013-12-24 00:08:49 -05:00
2402d2d031
Draft implementation of ActiveQuery::joinWith().
2013-12-23 22:26:44 -05:00
d50fd7067b
Merge pull request #1603 from edin/master
...
Fixed sequence id match for postgresql
2013-12-23 17:33:26 -08:00
5e092ac619
Fixed sequence id match for postgresql
...
PgAdmin generates sequence as '"Schema"."Table_seq"'::regclass when
non public schema is used.
2013-12-24 02:01:54 +01:00
5fc275e935
Fixes #1499 : Added ActionColumn::controller property to support customizing the controller for handling GridView actions
2013-12-23 16:36:21 -05:00
56c361bb9e
Fixed changelog.
2013-12-23 14:55:41 -05:00