|
|
33d6acba25
|
Improved behavior support, fixes #2550
call hasMethod() instead of using method_exists
|
2014-02-26 14:18:24 +01:00 |
|
|
|
6f9e9cd5b0
|
minor fix.
|
2014-02-26 08:02:54 -05:00 |
|
|
|
7c63c6db3b
|
Update Action.php
Fixed typo in runWithParams
|
2014-02-26 14:30:10 +02:00 |
|
|
|
c79d233ea4
|
Fixes #2552.
|
2014-02-26 07:10:47 -05:00 |
|
|
|
f9648fed4e
|
Fixed action beforeRun/afterRun calls.
|
2014-02-26 07:06:30 -05:00 |
|
|
|
692821e77d
|
Merge pull request #2411 from schmunk42/feature/gii-extension-generator
first draft of the extension generator
|
2014-02-26 11:17:17 +03:00 |
|
|
|
1d835e8aa6
|
fixed order
|
2014-02-26 00:50:34 +01:00 |
|
|
|
3bd6c1ac27
|
updated CHANGELOG
|
2014-02-26 00:49:28 +01:00 |
|
|
|
eaa1ba029f
|
minor cs fixes.
|
2014-02-25 16:43:31 -05:00 |
|
|
|
3ad7d6d356
|
Merge pull request #2284 from kartik-v/patch-12
Raw content return for Grid DataColumn & Column
|
2014-02-25 16:37:39 -05:00 |
|
|
|
3d1d7f72ed
|
Fixes #2544: Changed DetailView's name:format:label to attribute:format:label to match GridView
|
2014-02-25 23:16:05 +04:00 |
|
|
|
03b2fc3e58
|
Adjusted code formatting
|
2014-02-25 23:02:40 +04:00 |
|
|
|
dab4f9d665
|
Merge branch '2524-formatter-format-file-size' of github.com:VinceG/yii2 into VinceG-2524-formatter-format-file-size
Conflicts:
framework/CHANGELOG.md
|
2014-02-25 22:59:12 +04:00 |
|
|
|
d2d94ab358
|
fixed arrayHelper::toArray() recursive call
added a missing argument
|
2014-02-25 12:51:08 +01:00 |
|
|
|
d3d832a3bf
|
phpdoc fixes
|
2014-02-25 12:51:08 +01:00 |
|
|
|
1a5ccebef2
|
Fixes #2527: Source language for app message category was always en no matter which application sourceLanguage was used
|
2014-02-25 14:21:51 +04:00 |
|
|
|
614bffb01a
|
Fixed issue with preventing from clearing events and behaviors on clone
|
2014-02-24 18:15:19 -08:00 |
|
|
|
84a48ac93e
|
updated changelog
|
2014-02-24 13:45:44 -08:00 |
|
|
|
9f6cc54154
|
updated code according to code style and removed unused property
|
2014-02-24 13:26:55 -08:00 |
|
|
|
da13b336be
|
minor css fixes.
|
2014-02-24 15:26:47 -05:00 |
|
|
|
3cb97fb8c8
|
updated formatting
|
2014-02-24 12:01:53 -08:00 |
|
|
|
14064492ff
|
Merge pull request #2534 from Alex-Code/pjax
Pjax container fix
|
2014-02-24 14:48:41 -05:00 |
|
|
|
d12c8d5820
|
#2524 updated as size method to include translation and verbose mode
|
2014-02-24 10:57:36 -08:00 |
|
|
|
f9024dbec1
|
fixed Migration::execute() to use params correctly
|
2014-02-24 17:37:43 +01:00 |
|
|
|
8d2e68b40e
|
removed duplicate arguments from base formattter
|
2014-02-24 17:19:01 +01:00 |
|
|
|
f7911bc9ac
|
Unused?
|
2014-02-24 15:57:28 +00:00 |
|
|
|
72ff9c58df
|
Pjax container only required on first load.
Pjax inserts the response HTML into the container, it doesn't replace it.
So any subsequent pjax requests duplicate the container.
|
2014-02-24 15:56:31 +00:00 |
|
|
|
36af49d90e
|
added code coverage using scrutinizer.com
|
2014-02-24 16:50:03 +01:00 |
|
|
|
3aa15b709f
|
CS fix.
|
2014-02-24 07:35:07 -05:00 |
|
|
|
4b930e1d10
|
Merge pull request #2526 from skotos/master
nulls in batchInsert. Patch available.
|
2014-02-24 07:34:10 -05:00 |
|
|
|
3dead3386c
|
CS fix.
|
2014-02-24 07:33:16 -05:00 |
|
|
|
61767861fb
|
Add X-PJAX-URL header when redirect a pjax request
|
2014-02-24 12:29:27 +01:00 |
|
|
|
8c1d39b348
|
Add getIsPjax method to Request
|
2014-02-24 12:28:33 +01:00 |
|
|
|
6526f0cbfa
|
Document commit 7ce4702 (Allow nulls in batchInsert) in CHANGELOG
|
2014-02-24 13:57:30 +11:00 |
|
|
|
9427f4e76b
|
no need for as number #2524
|
2014-02-23 16:36:17 -08:00 |
|
|
|
e311cd0093
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 2524-formatter-format-file-size
|
2014-02-23 16:23:12 -08:00 |
|
|
|
9e231eb8c8
|
added asSize method to format file size #2524
|
2014-02-23 16:23:05 -08:00 |
|
|
|
04bf51b01a
|
Fixes #2392: Added addCssStyle(), removeCssStyle(), cssStyleFromArray() and cssStyleToArray() to Html
|
2014-02-23 19:12:33 -05:00 |
|
|
|
ba2c35b894
|
Fixes #2482.
|
2014-02-23 18:09:25 -05:00 |
|
|
|
7ce4702426
|
Allow null values for fields in batchInsert
|
2014-02-24 07:18:56 +11:00 |
|
|
|
9f37e133e3
|
Fixed test break.
|
2014-02-23 14:02:39 -05:00 |
|
|
|
2a6bc68ca6
|
minor fixes.
|
2014-02-23 13:43:57 -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 |
|
|
|
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 |
|
|
|
26717e3e76
|
allow referencing the guide from API docs
|
2014-02-22 13:43:57 +01:00 |
|
|
|
992f8edcb0
|
proper implementation of View::viewFile.
|
2014-02-21 16:41:33 -05:00 |
|
|
|
97d291ca6a
|
Added View::viewFile and removed ViewEvent::viewFile
|
2014-02-21 16:31:59 -05: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 |
|