Commit Graph

5352 Commits

Author SHA1 Message Date
Edin
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
Qiang Xue
5fc275e935 Fixes #1499: Added ActionColumn::controller property to support customizing the controller for handling GridView actions 2013-12-23 16:36:21 -05:00
dev-meghraj
eabcf1c7de minor typos 2013-12-24 02:44:32 +05:30
dev-meghraj
9ea15107f4 add old yii-ext twig renderer's function into this. and as per yii2's view system changed so for now add simple directory of file based file loader for twig 2013-12-24 02:27:02 +05:30
dev-meghraj
b053fa8281 add old yii-ext twig renderer's function into this. and as per yii2's view system changed so for now add simple directory of file based file loader for twig 2013-12-24 02:16:47 +05:30
Qiang Xue
56c361bb9e Fixed changelog. 2013-12-23 14:55:41 -05:00
Qiang Xue
59f6b7fcf0 Merge pull request #1601 from omnilight/improving-buttondropdown
Added support for tagName and encodeLabel parameters in ButtonDropdown
2013-12-23 11:53:34 -08:00
Pavel Agalecky
6b95b2ad54 Added support for tagName and encodeLabel parameters in ButtonDropdown 2013-12-23 22:11:28 +04:00
Paul Klimov
b2f3bed673 OpenId client refactor in progress. 2013-12-23 17:22:40 +02:00
Paul Klimov
d6f35f07ae OAuth classes refactored. 2013-12-23 16:23:56 +02:00
Qiang Xue
c04e650799 Fixed composer about yii2-dev installation 2013-12-23 09:04:26 -05:00
Qiang Xue
d7f17b92c5 Merge pull request #1496 from schmunk42/docs-getting-started
changed install to create-project, added hint
2013-12-23 06:03:33 -08:00
Qiang Xue
55deceb061 Fixes #1076 2013-12-23 08:47:30 -05:00
Paul Klimov
7a4c1cd387 Trait "ClientTrait" converted into "BaseClient" class. 2013-12-23 15:31:23 +02:00
Qiang Xue
43ec7468c2 Merge pull request #1598 from docsolver/patch-1
Small correction in DB\Query comments
2013-12-23 04:49:19 -08:00
Paul Klimov
8abd201b3c Twitter auth client added. 2013-12-23 13:31:49 +02:00
Paul Klimov
2e66467cad OAuth url-encoded response processing fixed. 2013-12-23 13:31:33 +02:00
Paul Klimov
24d4f4b908 Signature base string generation for the OAuth1 fixed. 2013-12-23 13:04:22 +02:00
Vincent
488918d03c Refinement in comments
I checked this using XDebug, and the function actually returns null (which is something different than false). I assume it is the comment that should be changed, and not the code itself...
2013-12-23 12:00:12 +01:00
Paul Klimov
3c8c855145 'GoogleOAuth' auth client added. 2013-12-23 12:07:33 +02:00
Paul Klimov
a286f30951 Default normalize user attribute map added to OpentId clients. 2013-12-23 11:18:43 +02:00
Paul Klimov
ba95e1dd12 Normalization of user attributes added to Auth Client. 2013-12-23 11:12:14 +02:00
Qiang Xue
69cb09dbf3 doc fix. 2013-12-22 22:49:44 -05:00
Alexander Makarov
bbf4eb325e Added cache dependency docs to the guide 2013-12-22 23:49:02 +01:00
Alexander Makarov
1f2972aa1e Fixed mistyped TDB -> TBD 2013-12-22 23:36:01 +01:00
Alexander Makarov
ed337347e0 Updated doc on version numbering to match current tag 2013-12-22 23:32:34 +01:00
Qiang Xue
9649a6727a Renamed attributeName and className to targetAttribute and targetClass for UniqueValidator and ExistValidator.
Refactored UniqueValidator and ExistValidator.
2013-12-22 16:40:51 -05:00
Alexander Makarov
be5afe7da8 Fixes #1572: Added yii\web\Controller::createAbsoluteUrl() 2013-12-22 22:06:11 +01:00
Alexander Makarov
a7cf6a984c Fixes #1597: Added enableAutoLogin to basic and advanced application templates so "remember me" now works properly 2013-12-22 20:16:06 +01:00
Qiang Xue
252b6c9ef1 Fixes #797: Added support for validating multiple columns by UniqueValidator and ExistValidator 2013-12-22 11:30:59 -05:00
Qiang Xue
604d667180 Merge pull request #1596 from futbolim/patch-1
Update ActiveField.php
2013-12-22 07:38:20 -08:00
futbolim
2eee7b3f1b Update ActiveField.php
doc fixes
2013-12-22 17:36:40 +02:00
Qiang Xue
d620f3152e refactored BaseActiveRecord::isPrimaryKey() 2013-12-22 10:19:49 -05:00
Qiang Xue
d5f40b42cf Added ActiveRecordInterface::getOldPrimaryKey(). 2013-12-22 10:02:00 -05:00
Alexander Makarov
0035a982d8 fixed typo 2013-12-22 13:39:40 +01:00
Alexander Makarov
46768286b1 fixes #1593: fixed typo in Nav 2013-12-22 13:01:37 +01:00
Qiang Xue
a08de95177 Fixes #1582: Error messages shown via client-side validation should not be double encoded 2013-12-22 01:27:03 -05:00
Qiang Xue
42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
2013-12-21 23:26:35 -05:00
Larry Ullman
c1aef527e4 Edited up to "operator can be..." 2013-12-21 20:54:54 -05:00
Qiang Xue
0ff8518c21 Fixes #1550: fixed the issue that JUI input widgets did not property input IDs. 2013-12-21 17:07:31 -05:00
Qiang Xue
a126419e9e Fixes #1591: StringValidator is accessing undefined property 2013-12-21 15:37:49 -05:00
tonydspaniard
045295e3c6 Update change log 2013-12-20 14:04:48 +01:00
tonydspaniard
48363a3644 Add active id to options if input widget has a model fixes #1550 2013-12-20 14:02:59 +01:00
Qiang Xue
594fd2daed fixed composer.json. 2013-12-20 07:30:23 -05:00
tonydspaniard
47fdd47f96 Update changelog 2013-12-20 13:19:35 +01:00
Paul Klimov
f06b5ab161 Widget "yii\authclient\widgets\Choice" fixed. 2013-12-20 14:04:26 +02:00
tonydspaniard
92a967c35c Modify class name to a more logical one 2013-12-20 12:49:48 +01:00
tonydspaniard
a53b3e577e Update collapse to use bootstrap 3 classes fixes #1459 2013-12-20 12:48:38 +01:00
Paul Klimov
722c93fc48 Yandex OpenId client added. 2013-12-20 11:45:20 +02:00
Qiang Xue
65d72eb75b updated doc about using scopes. 2013-12-19 11:12:51 -05:00