Commit Graph

3138 Commits

Author SHA1 Message Date
Carsten Brandt
f9024dbec1 fixed Migration::execute() to use params correctly 2014-02-24 17:37:43 +01:00
Carsten Brandt
8d2e68b40e removed duplicate arguments from base formattter 2014-02-24 17:19:01 +01:00
Carsten Brandt
36af49d90e added code coverage using scrutinizer.com 2014-02-24 16:50:03 +01:00
Qiang Xue
3aa15b709f CS fix. 2014-02-24 07:35:07 -05:00
Qiang Xue
4b930e1d10 Merge pull request #2526 from skotos/master
nulls in batchInsert. Patch available.
2014-02-24 07:34:10 -05:00
Qiang Xue
3dead3386c CS fix. 2014-02-24 07:33:16 -05:00
tof06
61767861fb Add X-PJAX-URL header when redirect a pjax request 2014-02-24 12:29:27 +01:00
tof06
8c1d39b348 Add getIsPjax method to Request 2014-02-24 12:28:33 +01:00
Scott Tester
6526f0cbfa Document commit 7ce4702 (Allow nulls in batchInsert) in CHANGELOG 2014-02-24 13:57:30 +11:00
Qiang Xue
04bf51b01a Fixes #2392: Added addCssStyle(), removeCssStyle(), cssStyleFromArray() and cssStyleToArray() to Html 2014-02-23 19:12:33 -05:00
Qiang Xue
ba2c35b894 Fixes #2482. 2014-02-23 18:09:25 -05:00
Scott Tester
7ce4702426 Allow null values for fields in batchInsert 2014-02-24 07:18:56 +11:00
Qiang Xue
9f37e133e3 Fixed test break. 2014-02-23 14:02:39 -05:00
Qiang Xue
2a6bc68ca6 minor fixes. 2014-02-23 13:43:57 -05:00
Carsten Brandt
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
Qiang Xue
50308d8788 Fixes #2491: Added support for using the same base class name of search model and data model in Gii [skip ci] 2014-02-22 15:01:18 -05:00
Carsten Brandt
26717e3e76 allow referencing the guide from API docs 2014-02-22 13:43:57 +01:00
Qiang Xue
992f8edcb0 proper implementation of View::viewFile. 2014-02-21 16:41:33 -05:00
Qiang Xue
97d291ca6a Added View::viewFile and removed ViewEvent::viewFile 2014-02-21 16:31:59 -05:00
Alexander Makarov
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
Carsten Brandt
5ee50a8454 Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
2014-02-21 19:00:45 +01:00
Carsten Brandt
505762d49c updated docs about active relation 2014-02-21 18:53:28 +01:00
Carsten Brandt
c46b35b13c allow configuring asset converter property with default class 2014-02-21 17:45:33 +01:00
Alexander Makarov
e3e26540a2 Fixes #2508 2014-02-21 15:03:10 +04:00
Carsten Brandt
8f491f2836 moved @include tags of api docs directly into the class 2014-02-20 21:30:47 +01:00
Carsten Brandt
b7fddd8dd6 Added LinkPager::$linkOptions
fixes #2367
2014-02-20 19:14:46 +01:00
Carsten Brandt
ac3ac5d107 added link about rendering of HTML attributes to Html helper 2014-02-20 19:14:46 +01:00
Alexander Makarov
752b7cf9d1 Fixes #2502: Unclear error message when $_SERVER['DOCUMENT_ROOT'] is empty 2014-02-20 20:55:02 +04:00
Alexander Makarov
6a1816a94e Allow using string for URL in case there are no parameters 2014-02-20 20:45:16 +04:00
Alexander Makarov
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
Carsten Brandt
cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 2014-02-20 16:15:10 +01:00
Alexander Makarov
7660827dd3 Fixes #2460: custom listview/gridview summary was broken 2014-02-20 17:37:30 +04:00
Alexander Makarov
8a048e998d Merge pull request #2499 from resurtm/migrate-to-datetime
Add an ability to downgrade migrations by the absolute apply time
2014-02-20 16:23:24 +03:00
Qiang Xue
ddb7141ea6 doc update about behavior. 2014-02-20 08:21:37 -05:00
Alexander Makarov
0129efcb57 Merge pull request #2500 from lucianobaraglia/master
Some minimal doc blocks changes for consitency
2014-02-20 16:03:08 +03:00
Luciano Baraglia
a625b79bf2 Some minimal doc blocks changes for consitency 2014-02-20 09:57:17 -03:00
Carsten Brandt
314b897fa4 updated classmap 2014-02-20 13:44:00 +01:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
resurtm
1974524ed9 Add changelog line related to #2499 2014-02-20 16:24:26 +06:00
resurtm
65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 2014-02-20 16:03:22 +06:00
Carsten Brandt
3b40d44909 made createQuery() config param optional 2014-02-20 05:54:47 +01:00
Carsten Brandt
1708a36d95 WIP merge ActiveRelation into ActiveQuery
allow extending only one class to add scopes, fixes #2146

TODO:

- [ ] adjust guide docs
- [ ] adjust README files of extensions
- [ ] finish work and fix test breaks
2014-02-20 05:53:36 +01:00
Qiang Xue
02d5b20bda Fixes #2360: Added AttributeBehavior and BlameableBehavior, and renamed AutoTimestamp to TimestampBehavior 2014-02-19 21:47:25 -05:00
Qiang Xue
fb3b2f2c7d Fixes #2490: yii\db\Query::count() and other query scalar methods now properly handle queries with GROUP BY clause 2014-02-19 08:38:43 -05:00
Qiang Xue
c92a260a3d Fixes #2415: Added support for inverse relations 2014-02-18 19:43:05 -05:00
Carsten Brandt
c9c7db9ae5 fixed several issues with apidoc generator 2014-02-18 05:01:49 +01:00
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
Carsten Brandt
5558fa1297 small code style fix 2014-02-17 03:56:35 +01:00
Qiang Xue
76f6896b22 doc fix. [skip ci] 2014-02-16 13:41:17 -05:00
Sergey Gonimar
ee2a6b7e76 Update Migration.php 2014-02-16 14:05:07 +05:00