Luciano Baraglia
d376da57e4
Get DB unique indexes information
11 years ago
Qiang Xue
dba7c02a2c
Fixes #1610 : `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected
11 years ago
Qiang Xue
010e17d9dc
Merge pull request #1612 from Ragazzo/codeception_testcase_imrovements
...
extended from codeception testcase, added docs
11 years ago
Qiang Xue
5f659f90d2
Merge pull request #1614 from tanakahisateru/gii-nav-layout
...
Gii should keep horizontal layout
11 years ago
Qiang Xue
9ed1ed6ed0
Merge pull request #1617 from tanakahisateru/twbs-dropdown-caret
...
Bootstrap's dropdown encodes also trailing caret tag
11 years ago
Hisateru Tanaka
11ff78e4b4
Gii should keep horizontal layout
11 years ago
Hisateru Tanaka
cfa25dd898
Bootstrap's dropdown encodes also trailing caret tag
11 years ago
Hisateru Tanaka
a300b9d1bb
Gii should keep horizontal layout
11 years ago
Mark
44d284071e
extended from codeception testcase, added docs
11 years ago
Qiang Xue
0345191245
Added ActiveQuery::innerJoinWith().
11 years ago
Qiang Xue
dc720d9bf4
more docs about joinwith()
11 years ago
Paul Klimov
08ef80a2ae
Merge pull request #1605 from webinvader/master
...
doc fix
11 years ago
zvon
b59469b54c
doc fix
11 years ago
Qiang Xue
4f44bb2416
Fixes #1581 : Added `ActiveQuery::joinWith()` to support joining with relations
11 years ago
Qiang Xue
2402d2d031
Draft implementation of ActiveQuery::joinWith().
11 years ago
Qiang Xue
d50fd7067b
Merge pull request #1603 from edin/master
...
Fixed sequence id match for postgresql
11 years ago
Edin
5e092ac619
Fixed sequence id match for postgresql
...
PgAdmin generates sequence as '"Schema"."Table_seq"'::regclass when
non public schema is used.
11 years ago
Qiang Xue
5fc275e935
Fixes #1499 : Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions
11 years ago
Qiang Xue
56c361bb9e
Fixed changelog.
11 years ago
Qiang Xue
59f6b7fcf0
Merge pull request #1601 from omnilight/improving-buttondropdown
...
Added support for tagName and encodeLabel parameters in ButtonDropdown
11 years ago
Pavel Agalecky
6b95b2ad54
Added support for tagName and encodeLabel parameters in ButtonDropdown
11 years ago
Qiang Xue
c04e650799
Fixed composer about yii2-dev installation
11 years ago
Qiang Xue
d7f17b92c5
Merge pull request #1496 from schmunk42/docs-getting-started
...
changed install to create-project, added hint
11 years ago
Qiang Xue
55deceb061
Fixes #1076
11 years ago
Qiang Xue
43ec7468c2
Merge pull request #1598 from docsolver/patch-1
...
Small correction in DB\Query comments
11 years ago
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...
11 years ago
Qiang Xue
69cb09dbf3
doc fix.
11 years ago
Alexander Makarov
bbf4eb325e
Added cache dependency docs to the guide
11 years ago
Alexander Makarov
1f2972aa1e
Fixed mistyped TDB -> TBD
11 years ago
Alexander Makarov
ed337347e0
Updated doc on version numbering to match current tag
11 years ago
Qiang Xue
9649a6727a
Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator`.
...
Refactored UniqueValidator and ExistValidator.
11 years ago
Alexander Makarov
be5afe7da8
Fixes #1572 : Added `yii\web\Controller::createAbsoluteUrl()`
11 years ago
Alexander Makarov
a7cf6a984c
Fixes #1597 : Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly
11 years ago
Qiang Xue
252b6c9ef1
Fixes #797 : Added support for validating multiple columns by `UniqueValidator` and `ExistValidator`
11 years ago
Qiang Xue
604d667180
Merge pull request #1596 from futbolim/patch-1
...
Update ActiveField.php
11 years ago
futbolim
2eee7b3f1b
Update ActiveField.php
...
doc fixes
11 years ago
Qiang Xue
d620f3152e
refactored BaseActiveRecord::isPrimaryKey()
11 years ago
Qiang Xue
d5f40b42cf
Added ActiveRecordInterface::getOldPrimaryKey().
11 years ago
Alexander Makarov
0035a982d8
fixed typo
11 years ago
Alexander Makarov
46768286b1
fixes #1593 : fixed typo in Nav
11 years ago
Qiang Xue
a08de95177
Fixes #1582 : Error messages shown via client-side validation should not be double encoded
11 years ago
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()`
11 years ago
Larry Ullman
c1aef527e4
Edited up to "operator can be..."
11 years ago
Qiang Xue
0ff8518c21
Fixes #1550 : fixed the issue that JUI input widgets did not property input IDs.
11 years ago
Qiang Xue
a126419e9e
Fixes #1591 : StringValidator is accessing undefined property
11 years ago
Qiang Xue
594fd2daed
fixed composer.json.
11 years ago
tonydspaniard
47fdd47f96
Update changelog
11 years ago
tonydspaniard
92a967c35c
Modify class name to a more logical one
11 years ago
tonydspaniard
a53b3e577e
Update collapse to use bootstrap 3 classes fixes #1459
11 years ago
Qiang Xue
65d72eb75b
updated doc about using scopes.
11 years ago