Commit Graph

4221 Commits

Author SHA1 Message Date
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
Paul Klimov
938b6c4e9e Google open id default params added. 2013-12-19 17:06:41 +02:00
Carsten Brandt
19c7c001d4 Moved elasticsearch connect to a later pos in travis.yml
avoid failure when it is not started at that point
2013-12-19 13:24:38 +01:00
Carsten Brandt
d8cf758187 Update controller.md
Fixes #1577
2013-12-19 13:21:26 +01:00
Paul Klimov
21fff9429c Mongo full text search test updated. 2013-12-19 12:21:20 +02:00
Qiang Xue
7cec68561a Merge pull request #1574 from lucianobaraglia/master
Debug tables wraps content [SKIP CI]
2013-12-18 19:18:08 -08:00
Luciano Baraglia
01c0dd3c4c Debug tables wraps content [SKIP CI] 2013-12-19 00:13:29 -03:00
Qiang Xue
b71c8c769a Merge pull request #1573 from jom/master
Fixed issue with tabular input in ActiveField::radio and checkbox
2013-12-18 12:19:01 -08:00
Jacob Morrison
226c9f22d0 Fixed issue with tabular input in ActiveField::radio and checkbox 2013-12-18 08:56:19 -08:00
Carsten Brandt
702cf513ca make elasticsearch tests only work on yiitext index 2013-12-18 17:31:32 +01:00
Carsten Brandt
b4612637ec make count behave like in SQL
also fixed count behavior according to limit and offset.
fixes #1458
2013-12-18 17:22:56 +01:00
Qiang Xue
617de8ac55 Merge branch 'master' of github.com:yiisoft/yii2 2013-12-18 11:12:17 -05:00
Qiang Xue
3181964132 refactored TestCase. 2013-12-18 11:12:04 -05:00
Qiang Xue
a047bec997 Merge pull request #1571 from docsolver/patch-2
Quick example of inline validator (original doc did not mention inline v...
2013-12-18 07:57:36 -08:00
Carsten Brandt
37e22e577e Paginiation and Sort can now create absolute URLs 2013-12-18 16:33:20 +01:00
Vincent
7b8289275f Quick example of inline validator (original doc did not mention inline validator) 2013-12-18 16:15:21 +01:00
Qiang Xue
157b1ffd32 Merge pull request #1568 from cebe/jsonserializable
Json::encode did not handle JsonSerializable objects
2013-12-18 05:34:51 -08:00
Qiang Xue
a4fe805cf0 Merge pull request #1567 from crtlib/master
short array syntax
2013-12-18 05:34:09 -08:00
Carsten Brandt
060775b0da Json::encode did not handle JsonSerializable objects 2013-12-18 14:31:43 +01:00
Paul Kofmann
8c4412be50 short array syntax 2013-12-18 14:05:00 +01:00
Qiang Xue
3d9340032e test refactoring. 2013-12-18 00:40:52 -05:00
Qiang Xue
cf61967d76 Refactored codeception/BasePage. 2013-12-17 23:43:43 -05:00
Carsten Brandt
4d1390ceb1 fixed travis mongodb 2013-12-18 04:33:41 +01:00
Carsten Brandt
e36f7a63c5 better sudo 2013-12-18 03:19:54 +01:00
Carsten Brandt
4f155c9e49 sudo! 2013-12-18 03:14:43 +01:00
Carsten Brandt
6bf6d2f4e7 enable mongo textsearch on travis 2013-12-18 02:51:30 +01:00
Carsten Brandt
514a825d02 travis: create mongo database and add user 2013-12-18 02:05:00 +01:00
Carsten Brandt
596345bdb2 getting mongo right on travis 2013-12-18 01:24:31 +01:00
Carsten Brandt
90c99c94b9 pecl fails when installed, even with -s wtf? 2013-12-18 01:09:32 +01:00
Carsten Brandt
89a5edb913 pecl: do not fail if already installed 2013-12-18 01:02:03 +01:00
Carsten Brandt
119abd1dfc Update getting-started.md 2013-12-18 00:51:50 +01:00
Carsten Brandt
2b2a000ff5 added mongodb to travis 2013-12-18 00:46:09 +01:00