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
Carsten Brandt
795c74100d
reverted #1598 and added a test for it
2013-12-26 01:18:55 +01:00
Qiang Xue
5d3688ec54
Merge pull request #1622 from lucianobaraglia/master
...
Fix wrong array index in unique indexes for MySql
2013-12-25 15:40:16 -08:00
Luciano Baraglia
166f8aa582
Fix wrong array index in unique indexes for MySql
2013-12-25 20:25:29 -03:00
Qiang Xue
805e66cc3b
Merge pull request #1621 from lucianobaraglia/master
...
Get DB unique indexes information
2013-12-25 13:41:47 -08:00
Luciano Baraglia
89f0bfe100
Making accesors public
2013-12-25 18:27:54 -03:00
Qiang Xue
5c57533552
Merge pull request #1620 from klimov-paul/authclient
...
Proposal for #66 : auth client implementation
2013-12-25 13:16:44 -08:00
Luciano Baraglia
d376da57e4
Get DB unique indexes information
2013-12-25 18:08:50 -03:00
tonydspaniard
a6cc6da455
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
extensions/yii/jui/CHANGELOG.md
2013-12-25 19:35:44 +01:00
Qiang Xue
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
Qiang Xue
010e17d9dc
Merge pull request #1612 from Ragazzo/codeception_testcase_imrovements
...
extended from codeception testcase, added docs
2013-12-25 08:01:09 -08:00
Qiang Xue
5f659f90d2
Merge pull request #1614 from tanakahisateru/gii-nav-layout
...
Gii should keep horizontal layout
2013-12-25 07:54:37 -08:00
Qiang Xue
9ed1ed6ed0
Merge pull request #1617 from tanakahisateru/twbs-dropdown-caret
...
Bootstrap's dropdown encodes also trailing caret tag
2013-12-25 07:44:53 -08:00
Hisateru Tanaka
11ff78e4b4
Gii should keep horizontal layout
2013-12-26 00:28:15 +09:00
Paul Klimov
8da6f39a86
Merge branch 'master' of github.com:yiisoft/yii2 into authclient
2013-12-25 17:15:04 +02:00
Paul Klimov
c1a810ba8d
Documentation at "yii\authclient" updated.
2013-12-25 17:07:16 +02:00
Paul Klimov
d8079cc62f
Doc comments at "yii\authclient" updated.
2013-12-25 16:46:13 +02:00
Paul Klimov
52de0405f9
Auth clients "Choice" doc comments updated.
2013-12-25 16:13:33 +02:00
Paul Klimov
6b3745290b
Auth clients "Choice" widget javascript advanced.
2013-12-25 16:01:48 +02:00
Hisateru Tanaka
cfa25dd898
Bootstrap's dropdown encodes also trailing caret tag
2013-12-25 22:54:12 +09:00
Paul Klimov
ba1c5d6044
Auth clients "Choice" widget markup updated.
2013-12-25 15:52:46 +02:00
Hisateru Tanaka
a300b9d1bb
Gii should keep horizontal layout
2013-12-25 22:24:54 +09:00
Mark
44d284071e
extended from codeception testcase, added docs
2013-12-25 17:04:12 +04:00
Paul Klimov
b1f6354fea
Auth clients for Facebook, GitHub, LinkedIn added.
2013-12-25 14:07:41 +02:00
Paul Klimov
124f4fa9f7
Doc comments in "authclient" extension updated.
2013-12-25 13:33:34 +02:00
Paul Klimov
bb37b7b589
OpenId attribute validation and extraction updated.
2013-12-25 13:15:54 +02:00
Paul Klimov
d21c59bc3c
OpenId client "buildUrl()" method refactored.
2013-12-25 12:42:29 +02:00
Paul Klimov
68db74a947
OpenId client "authUrl" field added, identity/claimedId processing refactored.
2013-12-25 12:08:04 +02:00
Qiang Xue
0345191245
Added ActiveQuery::innerJoinWith().
2013-12-24 21:27:13 -05:00
Paul Klimov
f0b9e1503d
OpenId client 'discover()' method updated to return 'identity' instead of set internal field.
2013-12-24 17:25:35 +02:00
Paul Klimov
fea6520070
OpenId client identiy/claimed_id separation fixed.
2013-12-24 16:59:47 +02:00
Qiang Xue
dc720d9bf4
more docs about joinwith()
2013-12-24 09:29:05 -05:00
Paul Klimov
46746cd8a1
OpenId client 'discover()' method refactored.
2013-12-24 16:06:21 +02:00
Paul Klimov
5a137e6dec
OpenId client refactor in progress.
2013-12-24 14:18:49 +02:00
Paul Klimov
08ef80a2ae
Merge pull request #1605 from webinvader/master
...
doc fix
2013-12-24 01:39:58 -08:00
zvon
b59469b54c
doc fix
2013-12-24 10:31:16 +02:00
Qiang Xue
4f44bb2416
Fixes #1581 : Added ActiveQuery::joinWith() to support joining with relations
2013-12-24 00:08:49 -05:00
Qiang Xue
2402d2d031
Draft implementation of ActiveQuery::joinWith().
2013-12-23 22:26:44 -05:00
Qiang Xue
d50fd7067b
Merge pull request #1603 from edin/master
...
Fixed sequence id match for postgresql
2013-12-23 17:33:26 -08:00