Commit Graph

  • 2d3ac6b4e2 Fixes #1638: prevent table names from being enclosed within curly brackets twice. Qiang Xue 2013-12-26 09:29:46 -0500
  • 6b3abeee1d Merge branch 'upstream' into 364-toAscii Antonio Ramirez 2013-12-26 13:51:57 +0100
  • bdafb4becb Unique indexes rules for single columns into array Luciano Baraglia 2013-12-26 02:43:35 -0300
  • da78b6e16e doc fix. Qiang Xue 2013-12-26 00:29:03 -0500
  • 1689a9ef9a Changed the signature of `urlCreator` and button creators for `yii\gridview\ActionColumn` Qiang Xue 2013-12-26 00:24:11 -0500
  • bd07bc1dcd GII generates rules for unique indexes Luciano Baraglia 2013-12-26 02:18:40 -0300
  • abdfe30cac parameter adjustment. Qiang Xue 2013-12-25 23:37:24 -0500
  • bae5cda5b9 The signature for `yii\gridview\ActionColumn::urlCreator` is changed - the `$action` parameter is moved to the first Qiang Xue 2013-12-25 23:36:28 -0500
  • ab05f0d791 Fixed the signature of Schema::findUniqueIndexes(). Qiang Xue 2013-12-25 20:30:50 -0500
  • 795c74100d reverted #1598 and added a test for it Carsten Brandt 2013-12-26 01:18:55 +0100
  • 5d3688ec54 Merge pull request #1622 from lucianobaraglia/master Qiang Xue 2013-12-25 15:40:16 -0800
  • 166f8aa582 Fix wrong array index in unique indexes for MySql Luciano Baraglia 2013-12-25 20:25:29 -0300
  • 805e66cc3b Merge pull request #1621 from lucianobaraglia/master Qiang Xue 2013-12-25 13:41:47 -0800
  • 89f0bfe100 Making accesors public Luciano Baraglia 2013-12-25 18:27:54 -0300
  • 5c57533552 Merge pull request #1620 from klimov-paul/authclient Qiang Xue 2013-12-25 13:16:44 -0800
  • d376da57e4 Get DB unique indexes information Luciano Baraglia 2013-12-25 18:08:50 -0300
  • a6cc6da455 Merge remote-tracking branch 'upstream/master' tonydspaniard 2013-12-25 19:35:44 +0100
  • dba7c02a2c Fixes #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected Qiang Xue 2013-12-25 11:55:47 -0500
  • 010e17d9dc Merge pull request #1612 from Ragazzo/codeception_testcase_imrovements Qiang Xue 2013-12-25 08:01:09 -0800
  • 5f659f90d2 Merge pull request #1614 from tanakahisateru/gii-nav-layout Qiang Xue 2013-12-25 07:54:37 -0800
  • 9ed1ed6ed0 Merge pull request #1617 from tanakahisateru/twbs-dropdown-caret Qiang Xue 2013-12-25 07:44:53 -0800
  • 11ff78e4b4 Gii should keep horizontal layout Hisateru Tanaka 2013-12-26 00:28:15 +0900
  • 8da6f39a86 Merge branch 'master' of github.com:yiisoft/yii2 into authclient Paul Klimov 2013-12-25 17:15:04 +0200
  • c1a810ba8d Documentation at "yii\authclient" updated. Paul Klimov 2013-12-25 17:07:16 +0200
  • d8079cc62f Doc comments at "yii\authclient" updated. Paul Klimov 2013-12-25 16:46:13 +0200
  • 52de0405f9 Auth clients "Choice" doc comments updated. Paul Klimov 2013-12-25 16:13:33 +0200
  • 6b3745290b Auth clients "Choice" widget javascript advanced. Paul Klimov 2013-12-25 16:01:48 +0200
  • cfa25dd898 Bootstrap's dropdown encodes also trailing caret tag Hisateru Tanaka 2013-12-25 22:54:12 +0900
  • ba1c5d6044 Auth clients "Choice" widget markup updated. Paul Klimov 2013-12-25 15:52:46 +0200
  • a300b9d1bb Gii should keep horizontal layout Hisateru Tanaka 2013-12-25 22:24:54 +0900
  • 44d284071e extended from codeception testcase, added docs Mark 2013-12-25 17:04:12 +0400
  • b1f6354fea Auth clients for Facebook, GitHub, LinkedIn added. Paul Klimov 2013-12-25 14:07:41 +0200
  • 124f4fa9f7 Doc comments in "authclient" extension updated. Paul Klimov 2013-12-25 13:33:34 +0200
  • bb37b7b589 OpenId attribute validation and extraction updated. Paul Klimov 2013-12-25 13:15:54 +0200
  • d21c59bc3c OpenId client "buildUrl()" method refactored. Paul Klimov 2013-12-25 12:42:29 +0200
  • 68db74a947 OpenId client "authUrl" field added, identity/claimedId processing refactored. Paul Klimov 2013-12-25 12:08:04 +0200
  • 0345191245 Added ActiveQuery::innerJoinWith(). Qiang Xue 2013-12-24 21:27:13 -0500
  • f0b9e1503d OpenId client 'discover()' method updated to return 'identity' instead of set internal field. Paul Klimov 2013-12-24 17:25:35 +0200
  • fea6520070 OpenId client identiy/claimed_id separation fixed. Paul Klimov 2013-12-24 16:59:47 +0200
  • 46746cd8a1 OpenId client 'discover()' method refactored. Paul Klimov 2013-12-24 16:06:21 +0200
  • 5a137e6dec OpenId client refactor in progress. Paul Klimov 2013-12-24 14:18:49 +0200
  • eabcf1c7de minor typos dev-meghraj 2013-12-24 02:44:32 +0530
  • 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 dev-meghraj 2013-12-24 02:27:02 +0530
  • 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 dev-meghraj 2013-12-24 02:16:47 +0530
  • dc720d9bf4 more docs about joinwith() Qiang Xue 2013-12-24 09:29:05 -0500
  • 08ef80a2ae Merge pull request #1605 from webinvader/master Paul Klimov 2013-12-24 01:39:58 -0800
  • b59469b54c doc fix zvon 2013-12-24 10:31:16 +0200
  • 4f44bb2416 Fixes #1581: Added `ActiveQuery::joinWith()` to support joining with relations Qiang Xue 2013-12-24 00:08:49 -0500
  • 2402d2d031 Draft implementation of ActiveQuery::joinWith(). Qiang Xue 2013-12-23 22:26:44 -0500
  • d50fd7067b Merge pull request #1603 from edin/master Qiang Xue 2013-12-23 17:33:26 -0800
  • 5e092ac619 Fixed sequence id match for postgresql Edin 2013-12-24 02:01:54 +0100
  • 5fc275e935 Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions Qiang Xue 2013-12-23 16:36:21 -0500
  • 56c361bb9e Fixed changelog. Qiang Xue 2013-12-23 14:55:41 -0500
  • 59f6b7fcf0 Merge pull request #1601 from omnilight/improving-buttondropdown Qiang Xue 2013-12-23 11:53:34 -0800
  • 6b95b2ad54 Added support for tagName and encodeLabel parameters in ButtonDropdown Pavel Agalecky 2013-12-23 22:11:28 +0400
  • b2f3bed673 OpenId client refactor in progress. Paul Klimov 2013-12-23 17:22:40 +0200
  • d6f35f07ae OAuth classes refactored. Paul Klimov 2013-12-23 16:23:56 +0200
  • c04e650799 Fixed composer about yii2-dev installation Qiang Xue 2013-12-23 09:04:26 -0500
  • d7f17b92c5 Merge pull request #1496 from schmunk42/docs-getting-started Qiang Xue 2013-12-23 06:03:33 -0800
  • 55deceb061 Fixes #1076 Qiang Xue 2013-12-23 08:47:30 -0500
  • 7a4c1cd387 Trait "ClientTrait" converted into "BaseClient" class. Paul Klimov 2013-12-23 15:31:23 +0200
  • 43ec7468c2 Merge pull request #1598 from docsolver/patch-1 Qiang Xue 2013-12-23 04:49:19 -0800
  • 8abd201b3c Twitter auth client added. Paul Klimov 2013-12-23 13:31:49 +0200
  • 2e66467cad OAuth url-encoded response processing fixed. Paul Klimov 2013-12-23 13:31:33 +0200
  • 24d4f4b908 Signature base string generation for the OAuth1 fixed. Paul Klimov 2013-12-23 13:04:22 +0200
  • 488918d03c Refinement in comments Vincent 2013-12-23 12:00:12 +0100
  • 3c8c855145 'GoogleOAuth' auth client added. Paul Klimov 2013-12-23 12:07:33 +0200
  • a286f30951 Default normalize user attribute map added to OpentId clients. Paul Klimov 2013-12-23 11:18:43 +0200
  • ba95e1dd12 Normalization of user attributes added to Auth Client. Paul Klimov 2013-12-23 11:12:14 +0200
  • 69cb09dbf3 doc fix. Qiang Xue 2013-12-22 22:49:44 -0500
  • bbf4eb325e Added cache dependency docs to the guide Alexander Makarov 2013-12-22 23:49:02 +0100
  • 1f2972aa1e Fixed mistyped TDB -> TBD Alexander Makarov 2013-12-22 23:36:01 +0100
  • ed337347e0 Updated doc on version numbering to match current tag Alexander Makarov 2013-12-22 23:32:34 +0100
  • 9649a6727a Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator`. Refactored UniqueValidator and ExistValidator. Qiang Xue 2013-12-22 16:40:51 -0500
  • be5afe7da8 Fixes #1572: Added `yii\web\Controller::createAbsoluteUrl()` Alexander Makarov 2013-12-22 22:06:11 +0100
  • a7cf6a984c Fixes #1597: Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly Alexander Makarov 2013-12-22 20:15:57 +0100
  • 252b6c9ef1 Fixes #797: Added support for validating multiple columns by `UniqueValidator` and `ExistValidator` Qiang Xue 2013-12-22 11:30:59 -0500
  • 604d667180 Merge pull request #1596 from futbolim/patch-1 Qiang Xue 2013-12-22 07:38:20 -0800
  • 2eee7b3f1b Update ActiveField.php futbolim 2013-12-22 17:36:40 +0200
  • d620f3152e refactored BaseActiveRecord::isPrimaryKey() Qiang Xue 2013-12-22 10:19:49 -0500
  • d5f40b42cf Added ActiveRecordInterface::getOldPrimaryKey(). Qiang Xue 2013-12-22 10:02:00 -0500
  • 0035a982d8 fixed typo Alexander Makarov 2013-12-22 13:39:40 +0100
  • 46768286b1 fixes #1593: fixed typo in Nav Alexander Makarov 2013-12-22 13:01:37 +0100
  • a08de95177 Fixes #1582: Error messages shown via client-side validation should not be double encoded Qiang Xue 2013-12-22 01:27:03 -0500
  • 42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner. Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()` Qiang Xue 2013-12-21 23:26:35 -0500
  • c1aef527e4 Edited up to "operator can be..." Larry Ullman 2013-12-21 20:54:54 -0500
  • 0ff8518c21 Fixes #1550: fixed the issue that JUI input widgets did not property input IDs. Qiang Xue 2013-12-21 17:07:31 -0500
  • a126419e9e Fixes #1591: StringValidator is accessing undefined property Qiang Xue 2013-12-21 15:37:49 -0500
  • 045295e3c6 Update change log tonydspaniard 2013-12-20 14:04:48 +0100
  • 48363a3644 Add active id to options if input widget has a model fixes #1550 tonydspaniard 2013-12-20 14:02:59 +0100
  • 594fd2daed fixed composer.json. Qiang Xue 2013-12-20 07:30:23 -0500
  • 47fdd47f96 Update changelog tonydspaniard 2013-12-20 13:19:35 +0100
  • f06b5ab161 Widget "yii\authclient\widgets\Choice" fixed. Paul Klimov 2013-12-20 14:04:26 +0200
  • 92a967c35c Modify class name to a more logical one tonydspaniard 2013-12-20 12:49:48 +0100
  • a53b3e577e Update collapse to use bootstrap 3 classes fixes #1459 tonydspaniard 2013-12-20 12:48:38 +0100
  • 722c93fc48 Yandex OpenId client added. Paul Klimov 2013-12-20 11:45:20 +0200
  • 65d72eb75b updated doc about using scopes. Qiang Xue 2013-12-19 11:12:51 -0500
  • 938b6c4e9e Google open id default params added. Paul Klimov 2013-12-19 17:06:41 +0200
  • 19c7c001d4 Moved elasticsearch connect to a later pos in travis.yml Carsten Brandt 2013-12-19 13:24:38 +0100
  • d8cf758187 Update controller.md Carsten Brandt 2013-12-19 13:21:26 +0100