|
|
683a46d9ee
|
test for deeply nested relation
close #2543
|
2014-02-25 15:03:54 +01:00 |
|
|
|
04bf51b01a
|
Fixes #2392: Added addCssStyle(), removeCssStyle(), cssStyleFromArray() and cssStyleToArray() to Html
|
2014-02-23 19:12:33 -05:00 |
|
|
|
9f37e133e3
|
Fixed test break.
|
2014-02-23 14:02:39 -05:00 |
|
|
|
c229ba729a
|
fixed a bug in MessageSource and missingtranslation event
fixes #2519: MessageSource removed translation messages when event handler
was bound to `missingTranslation`-event
|
2014-02-23 14:26:47 +01:00 |
|
|
|
d8d44b6127
|
Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-21 23:53:15 +03:00 |
|
|
|
5ee50a8454
|
Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
|
2014-02-21 19:00:45 +01:00 |
|
|
|
505762d49c
|
updated docs about active relation
|
2014-02-21 18:53:28 +01:00 |
|
|
|
43c17d99cc
|
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-20 20:10:33 +04:00 |
|
|
|
ddb7141ea6
|
doc update about behavior.
|
2014-02-20 08:21:37 -05:00 |
|
|
|
02d5b20bda
|
Fixes #2360: Added AttributeBehavior and BlameableBehavior, and renamed AutoTimestamp to TimestampBehavior
|
2014-02-19 21:47:25 -05:00 |
|
|
|
c92a260a3d
|
Fixes #2415: Added support for inverse relations
|
2014-02-18 19:43:05 -05:00 |
|
|
|
26cb7b2a3c
|
Renamed fooVar to fooParam for various classes.
|
2014-02-15 18:18:27 -05:00 |
|
|
|
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 |
|
|
|
9a068f50f4
|
Refactored batch query.
|
2014-02-15 11:22:48 -05:00 |
|
|
|
3a930bd675
|
Finished batch query feature.
|
2014-02-14 18:13:42 -05:00 |
|
|
|
1571c72251
|
Fixes #2409: Added support for fetching data from database in batches
|
2014-02-14 16:45:46 -05:00 |
|
|
|
7950b7930b
|
Merge pull request #2374 from mintao/master
Some missing base unit tests
|
2014-02-09 14:43:29 +01:00 |
|
|
|
89fe354921
|
Merge pull request #2285 from yiisoft/missing-translation-formatting
When translation is missing source language should be used for formatting
|
2014-02-08 19:05:40 -05:00 |
|
|
|
83a459cc67
|
Merge branch 'master'
|
2014-02-09 02:17:01 +04:00 |
|
|
|
6e1ec30906
|
Added missing Object.php unit tests for 100% code coverage
|
2014-02-08 21:42:27 +01:00 |
|
|
|
c600572f34
|
The missing Component.php tests
|
2014-02-08 21:11:03 +01:00 |
|
|
|
614ac19c5c
|
exclude test with invalid PHP code from HHVM
|
2014-02-08 10:50:21 +01:00 |
|
|
|
77fec9c25b
|
fixed BaseMailer test to work on APC and HHVM
|
2014-02-08 10:45:06 +01:00 |
|
|
|
4a201c7ad5
|
Removed unused variables
|
2014-02-07 13:39:35 +04:00 |
|
|
|
dd26d39dd8
|
Removed unused namespace imports
|
2014-02-07 13:26:00 +04:00 |
|
|
|
11bc899bc1
|
Refactored fixtures and fixed test break.
|
2014-02-03 21:16:57 -05:00 |
|
|
|
ccae78ef33
|
Fixed test break.
|
2014-02-03 16:56:34 -05:00 |
|
|
|
2773828611
|
fixed test break.
|
2014-02-03 15:28:01 -05:00 |
|
|
|
e539482d88
|
Added failing test for #2209
|
2014-02-03 05:02:43 +04:00 |
|
|
|
b64f618545
|
refactored file validator.
|
2014-02-01 09:15:40 -05:00 |
|
|
|
baa78bc213
|
fixed test break.
|
2014-01-31 18:33:28 -05:00 |
|
|
|
c829dd6b47
|
added more tests.
|
2014-01-27 17:24:48 -05:00 |
|
|
|
18d7224ac8
|
Fixes #2149: Added yii\base\DynamicModel to support ad-hoc data validation
|
2014-01-27 16:13:25 -05:00 |
|
|
|
ff8e78c655
|
Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions
Conflicts:
framework/messages/config.php
|
2014-01-26 17:48:44 -05:00 |
|
|
|
b2b10d1685
|
more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching
|
2014-01-26 15:02:26 +01:00 |
|
|
|
661fe24aab
|
Merge pull request #2137 from Ana1oliy/issue-1659
issue #1659: released buildLimitOffset() for MSSQL
|
2014-01-25 13:27:42 -08:00 |
|
|
|
9c97fe11cb
|
issue #1659: released buildLimitOffset() for MSSQL
|
2014-01-24 04:10:55 +08:00 |
|
|
|
1e602adb6e
|
- Fixed BaseFileHelper::localize docs.
- DbMessageSource now performs UNION ALL.
- Fixed message merging for php and po.
- Updated tests.
|
2014-01-23 20:34:46 +04:00 |
|
|
|
9d986daf4f
|
Update QueryBuilderTest.php
Comment test because it proceed an errors when tries to run at mssql and other DBMS.
|
2014-01-23 18:35:55 +03:00 |
|
|
|
dd79325a0a
|
Update QueryBuilderTest.php
Add test for UNION/UNION ALL function.
It could be useful to use "phpunit --group=db --filter testBuildUnion" command for run it.
|
2014-01-23 17:03:32 +03:00 |
|
|
|
9aa006e5ea
|
Removed implementation of Arrayable from yii\Object
|
2014-01-21 16:44:28 -05:00 |
|
|
|
4844886431
|
added schema parameter to createAbsoluteUrl() to force 'http' or 'https'
fixes #1585
|
2014-01-21 19:00:17 +01:00 |
|
|
|
dcf8f450f5
|
AssetController adjusting URLs at same line has been fixed.
|
2014-01-21 12:45:56 +02:00 |
|
|
|
1fd7dc66c5
|
Unit test for AssetController has been fixed.
|
2014-01-20 16:14:46 +02:00 |
|
|
|
b496a04f49
|
refactored fixture feature.
|
2014-01-19 23:17:53 -05:00 |
|
|
|
7d33a5d3b5
|
Some Code style fixes
|
2014-01-19 13:35:36 -03:00 |
|
|
|
c978b9c25e
|
Merge pull request #2057 from creocoder/auto-timestamp-field-renaming
AutoTimestamp field renaming
|
2014-01-19 02:13:10 -08:00 |
|
|
|
0ec5643ce3
|
Unit tests updated
|
2014-01-19 13:51:56 +04:00 |
|
|
|
87be9deaf0
|
refactored fixture.
|
2014-01-18 16:18:33 -05:00 |
|
|
|
12ff86305a
|
refactored fixture implementation.
|
2014-01-17 23:35:14 -05:00 |
|