Commit Graph

  • 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
  • 21fff9429c Mongo full text search test updated. Paul Klimov 2013-12-19 12:21:20 +0200
  • 7cec68561a Merge pull request #1574 from lucianobaraglia/master Qiang Xue 2013-12-18 19:18:08 -0800
  • 01c0dd3c4c Debug tables wraps content [SKIP CI] Luciano Baraglia 2013-12-19 00:13:29 -0300
  • b71c8c769a Merge pull request #1573 from jom/master Qiang Xue 2013-12-18 12:19:01 -0800
  • 226c9f22d0 Fixed issue with tabular input in ActiveField::radio and checkbox Jacob Morrison 2013-12-18 08:56:19 -0800
  • 702cf513ca make elasticsearch tests only work on yiitext index Carsten Brandt 2013-12-18 17:31:32 +0100
  • b4612637ec make count behave like in SQL Carsten Brandt 2013-12-18 17:22:04 +0100
  • 617de8ac55 Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2013-12-18 11:12:17 -0500
  • 3181964132 refactored TestCase. Qiang Xue 2013-12-18 11:12:04 -0500
  • a047bec997 Merge pull request #1571 from docsolver/patch-2 Qiang Xue 2013-12-18 07:57:36 -0800
  • 37e22e577e Paginiation and Sort can now create absolute URLs Carsten Brandt 2013-12-18 16:33:20 +0100
  • 7b8289275f Quick example of inline validator (original doc did not mention inline validator) Vincent 2013-12-18 16:15:21 +0100
  • 157b1ffd32 Merge pull request #1568 from cebe/jsonserializable Qiang Xue 2013-12-18 05:34:51 -0800
  • a4fe805cf0 Merge pull request #1567 from crtlib/master Qiang Xue 2013-12-18 05:34:09 -0800
  • 060775b0da Json::encode did not handle JsonSerializable objects Carsten Brandt 2013-12-18 14:31:43 +0100
  • 8c4412be50 short array syntax Paul Kofmann 2013-12-18 14:05:00 +0100
  • 3d9340032e test refactoring. Qiang Xue 2013-12-18 00:40:52 -0500
  • cf61967d76 Refactored codeception/BasePage. Qiang Xue 2013-12-17 23:43:43 -0500
  • 4d1390ceb1 fixed travis mongodb Carsten Brandt 2013-12-18 03:41:19 +0100
  • e36f7a63c5 better sudo Carsten Brandt 2013-12-18 03:19:54 +0100
  • 4f155c9e49 sudo! Carsten Brandt 2013-12-18 03:14:43 +0100
  • 6bf6d2f4e7 enable mongo textsearch on travis Carsten Brandt 2013-12-18 02:51:30 +0100
  • 514a825d02 travis: create mongo database and add user Carsten Brandt 2013-12-18 02:05:00 +0100
  • 596345bdb2 getting mongo right on travis Carsten Brandt 2013-12-18 01:24:31 +0100
  • 90c99c94b9 pecl fails when installed, even with -s wtf? Carsten Brandt 2013-12-18 01:09:32 +0100
  • 89a5edb913 pecl: do not fail if already installed Carsten Brandt 2013-12-18 01:01:27 +0100
  • 119abd1dfc Update getting-started.md Carsten Brandt 2013-12-18 00:51:50 +0100
  • 2b2a000ff5 added mongodb to travis Carsten Brandt 2013-12-18 00:46:09 +0100
  • 85a15424bd typo in bootstrap composer.json Carsten Brandt 2013-12-18 00:35:19 +0100
  • 5036a1e122 Added note about changes in composer.json for yii2-dev Carsten Brandt 2013-12-18 00:07:31 +0100
  • 382cee156c Made yii2-dev composer.json more lightweight Carsten Brandt 2013-12-18 00:03:40 +0100
  • 4839ac22e2 Fixes #1381: better description of Apache config required to hide index.php Alexander Makarov 2013-12-17 20:11:38 +0100
  • 12e6c9bc29 Fixes #1522: added example of executing extra queries right after establishing DB connection Alexander Makarov 2013-12-17 20:05:19 +0100
  • 68fc694e1b Merge pull request #1485 from schmunk42/docs-extensions Alexander Makarov 2013-12-17 10:38:59 -0800
  • 249243a7b0 updated database, based on @cebe's comment https://github.com/yiisoft/yii2/pull/1485#discussion_r8410809 Tobias Munk 2013-12-17 19:14:38 +0100
  • ffe4867d66 updated autoloading info Tobias Munk 2013-12-17 18:28:11 +0100
  • 35594c73be removed based on samdark's comment from https://github.com/yiisoft/yii2/pull/1485/files#r8293528 Tobias Munk 2013-12-17 18:27:38 +0100
  • 0a7def2055 updated codeception docs. fixes #1558 Carsten Brandt 2013-12-17 17:24:23 +0100
  • 7a81110f6b make ActiveRelation reusable Carsten Brandt 2013-12-17 17:01:01 +0100
  • 089eeaa561 Merge pull request #1560 from cebe/1545-query-reuse Qiang Xue 2013-12-17 07:23:42 -0800
  • b2d9166927 refactored scalar query functions to share common code Carsten Brandt 2013-12-17 16:14:27 +0100