Qiang Xue
c92a260a3d
Fixes #2415 : Added support for inverse relations
2014-02-18 19:43:05 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
c9c7db9ae5
fixed several issues with apidoc generator
2014-02-18 05:01:49 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
9190e0f4dd
Changed markdown library to cebe/markdown
...
- supports GFM now
- allows defining different flavors
fixes #47
2014-02-18 03:48:31 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
5558fa1297
small code style fix
2014-02-17 03:56:35 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
76f6896b22
doc fix. [skip ci]
2014-02-16 13:41:17 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Sergey Gonimar
ee2a6b7e76
Update Migration.php
2014-02-16 14:05:07 +05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
e1f4a9cc8f
Added Connection::enableSavepoint.
2014-02-15 23:00:30 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
bea9e3fc06
Fixes #1645 : Added support for nested DB transactions
2014-02-15 22:16:09 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
04b2936d82
Fixes #1881 : Improved yii\bootstrap\NavBar with containerOptions, innerContainerOptions and renderInnerContainer
2014-02-15 19:44:26 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
54ea78d9ab
Fixes #1562 : Added yii\bootstrap\Tabs::linkOptions
2014-02-15 19:28:24 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
26cb7b2a3c
Renamed fooVar to fooParam for various classes.
2014-02-15 18:18:27 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
c0bac44f10
Fixes #1186 : Changed Sort to use comma to separate multiple sort fields and use negative sign to indicate descending sort
2014-02-15 17:54:33 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
abb2a0db97
minor improvement of label generation.
2014-02-15 14:25:32 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
10e7bca3f4
Merge pull request #2443 from djagya/2436-related-model-attributes
...
#2436 receive label of the attribute from related model
2014-02-15 11:38:21 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
9a068f50f4
Refactored batch query.
2014-02-15 11:22:48 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
e93c313aa4
Merge pull request #2429 from yiiframework-com-ua/master
...
Fix for multiple $.ajax calls with "JSONP" dataType
2014-02-15 09:05:38 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
djagya
d27073648c
#2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model
2014-02-15 13:45:08 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
djagya
da16f508c2
#2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model
2014-02-15 12:19:27 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
djagya
44f5c73111
#2436 override the function getAttributeLabel in BaseActiveRecord to receive label of the attribute, which looks like relatedMode.attribute, from the related model
2014-02-15 12:08:10 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
3a930bd675
Finished batch query feature.
2014-02-14 18:13:42 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
1571c72251
Fixes #2409 : Added support for fetching data from database in batches
2014-02-14 16:45:46 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
e79af9117e
ensure populateRelation() is called for lazy loading.
2014-02-14 10:07:19 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
a2db4e043e
Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417 )
2014-02-14 13:40:13 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
20aff5330c
added back fallback mechanism for generating salt.
2014-02-13 14:04:15 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Scott Arciszewski
660d3a57d6
Inconsistently insecure
...
Why use a strong random number generator in one place, but not another? I know salts have no cryptographic security requirement, but collisions are less likely if you use one.
2014-02-13 13:26:54 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
b4fd27a91b
Removed unnecessary PHPDoc property ( ce04134db2)
2014-02-13 19:09:50 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
25b466d278
Fixes #2083 : make sure keys of object type work with ActionColumn, GridView, etc.
2014-02-13 12:04:37 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
36aab9e36c
Removing @since tag
2014-02-13 16:42:08 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
0a27360cd8
Adding @since tag and changelog line
2014-02-13 16:41:27 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
a32753b5e5
#2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js
2014-02-13 16:13:22 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexey Samoylov
afb4aaefd8
error summary tag mistype
2014-02-13 13:42:35 +08:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
4e6aa21198
The directory holding email templates is renamed from mails to mail
2014-02-12 15:01:01 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
f59598bb8b
Added support for building SQLs with sub-queries
2014-02-11 23:23:02 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
92fb014980
Fixes #2405 : The CSS class of MaskedInput now defaults to form-control
2014-02-11 16:36:00 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
1cd3f2bbd7
Fixed test break.
2014-02-11 10:22:23 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
65a8eae717
Fixes #2399 : Fixed the bug that AssetBundle did not handle relative URLs correctly
2014-02-11 08:33:46 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
80d69a6551
Renamed csrfParam back to csrfVar for consistency.
2014-02-10 11:27:54 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
8af941fb53
added note about usage to AR::instantiate()
...
fixes #2370
2014-02-10 10:51:16 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
677ee94bb1
Fixes #2386
2014-02-09 13:54:01 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
38df4801ba
Merge pull request #2381 from Ragazzo/fixture_controller_imporved
...
improved fixture command
2014-02-09 13:41:10 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
dc644e69d2
Merge pull request #2376 from dilip-vishwa/patch-2
...
Changed csrf-var to csrf-param
2014-02-09 12:39:48 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Aleksandr Zelenin
4583c17923
gridview header/footer fix
2014-02-09 21:14:33 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
325c7a18c4
improved fixture command
2014-02-09 18:30:49 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dilip
aa669fab25
Update CHANGELOG.md
2014-02-09 19:25:25 +05:30
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dilip
04a7f6f5de
Update CHANGELOG.md
2014-02-09 19:20:37 +05:30
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
7950b7930b
Merge pull request #2374 from mintao/master
...
Some missing base unit tests
2014-02-09 14:43:29 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dilip
75fb261423
Update yii.js
2014-02-09 13:57:18 +05:30
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Florian Fackler
7b61873425
Changed Exception wording to be more clear
2014-02-09 09:13:16 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dilip
e87220bed4
Update Request.php
2014-02-09 09:07:33 +05:30
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dilip
2026eb85ac
Update BaseHtml.php
2014-02-09 09:03:38 +05:30
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)