Carsten Brandt
|
c21e01930e
|
added unit test for #2568
|
2014-02-27 15:13:51 +01:00 |
|
andy5
|
b9837d8d69
|
Change AssetBundle.register() return type to static
Enable IDE typehints for custom AssetBundle properties (related to #2572).
|
2014-02-27 05:50:14 -08:00 |
|
andy5
|
b52302a8bd
|
Update CHANGELOG.md
|
2014-02-27 03:37:14 -08:00 |
|
andy5
|
6bef1c2558
|
Use default appliaction language in DatePicker
Fix https://github.com/yiisoft/yii2/issues/2562
|
2014-02-27 03:23:07 -08:00 |
|
Qiang Xue
|
ad06b80e6e
|
Enhanced parsing the accept header.
|
2014-02-26 23:11:59 -05:00 |
|
Alexander Makarov
|
452c486faa
|
Merge pull request #2567 from thiagotalma/master
Fixed typos
|
2014-02-27 01:28:08 +03:00 |
|
Thiago Talma
|
7037769fa7
|
Fixed typo
|
2014-02-26 19:22:15 -03:00 |
|
Thiago Talma
|
8f7aa2fb8f
|
Fixed typos
|
2014-02-26 17:11:56 -03:00 |
|
Carsten Brandt
|
33d6acba25
|
Improved behavior support, fixes #2550
call hasMethod() instead of using method_exists
|
2014-02-26 14:18:24 +01:00 |
|
Qiang Xue
|
6f9e9cd5b0
|
minor fix.
|
2014-02-26 08:02:54 -05:00 |
|
Carsten Brandt
|
2c8e0e80c0
|
Merge pull request #2554 from ivokund/patch-1
Fix for #2549
|
2014-02-26 13:49:07 +01:00 |
|
ivokund
|
7c63c6db3b
|
Update Action.php
Fixed typo in runWithParams
|
2014-02-26 14:30:10 +02:00 |
|
Alexander Makarov
|
314cc8ab59
|
Merge pull request #2553 from xmasterpx/patch-1
Typo fixes for $user->attributes
|
2014-02-26 15:28:42 +03:00 |
|
xmasterpx
|
a3580e2dda
|
Typo fixes for $user->attributes
print_r($data) should be print_r($user->attributes)
|
2014-02-26 13:24:06 +01:00 |
|
Qiang Xue
|
c79d233ea4
|
Fixes #2552.
|
2014-02-26 07:10:47 -05:00 |
|
Qiang Xue
|
f9648fed4e
|
Fixed action beforeRun/afterRun calls.
|
2014-02-26 07:06:30 -05:00 |
|
Alexander Makarov
|
80d3afa0dc
|
Gii extension generator adjustments
|
2014-02-26 12:46:57 +04:00 |
|
Alexander Makarov
|
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 |
|
Tobias Munk
|
1d835e8aa6
|
fixed order
|
2014-02-26 00:50:34 +01:00 |
|
Tobias Munk
|
3bd6c1ac27
|
updated CHANGELOG
|
2014-02-26 00:49:28 +01:00 |
|
Tobias Munk
|
c624f91dc3
|
fixed typos
|
2014-02-26 00:38:46 +01:00 |
|
Tobias Munk
|
d32b3a0e8f
|
updated docs and hints
|
2014-02-26 00:38:23 +01:00 |
|
Tobias Munk
|
9ad28d9088
|
added safe validator for keywords
|
2014-02-26 00:37:26 +01:00 |
|
Qiang Xue
|
eaa1ba029f
|
minor cs fixes.
|
2014-02-25 16:43:31 -05:00 |
|
Qiang Xue
|
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 |
|
Alexander Makarov
|
725ec9a999
|
More data widget docs
|
2014-02-26 01:21:51 +04:00 |
|
Alexander Makarov
|
ea6f29dd19
|
Started data components documentation
|
2014-02-26 00:04:31 +04:00 |
|
Alexander Makarov
|
3d1d7f72ed
|
Fixes #2544: Changed DetailView's name:format:label to attribute:format:label to match GridView
|
2014-02-25 23:16:05 +04:00 |
|
Alexander Makarov
|
03b2fc3e58
|
Adjusted code formatting
|
2014-02-25 23:02:40 +04:00 |
|
Alexander Makarov
|
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 |
|
Carsten Brandt
|
023f4d0ab6
|
refactored apidoc extensions completely.
separated guide and apidoc, better maintainability
|
2014-02-25 19:52:15 +01:00 |
|
Carsten Brandt
|
683a46d9ee
|
test for deeply nested relation
close #2543
|
2014-02-25 15:03:54 +01:00 |
|
Alexander Makarov
|
4ac784cd6f
|
Restructured i18n doc, finished i18n formatter section
|
2014-02-25 18:01:49 +04:00 |
|
Alexander Makarov
|
cec59b1a2d
|
Documented more ways of attaching behaviors
|
2014-02-25 18:01:49 +04:00 |
|
Alexander Makarov
|
94b414faa2
|
Completed events doc
|
2014-02-25 18:01:49 +04:00 |
|
Alexander Makarov
|
855b913dae
|
Documented "Catching all incoming requests"
|
2014-02-25 18:01:48 +04:00 |
|
Carsten Brandt
|
6b603c060b
|
added anchors to ApiMarkdown
fixes #2220
|
2014-02-25 14:38:06 +01:00 |
|
Carsten Brandt
|
149acbf008
|
edited assets guide
|
2014-02-25 13:44:11 +01:00 |
|
Carsten Brandt
|
d2d94ab358
|
fixed arrayHelper::toArray() recursive call
added a missing argument
|
2014-02-25 12:51:08 +01:00 |
|
Carsten Brandt
|
d3d832a3bf
|
phpdoc fixes
|
2014-02-25 12:51:08 +01:00 |
|
Carsten Brandt
|
3645701290
|
Delete .coveralls.yml
No need for it anymore.
|
2014-02-25 12:39:21 +01:00 |
|
Carsten Brandt
|
a1825c2e2f
|
Increased timeout for scrutinizer code coverage
travis seems to be really slow currently...
|
2014-02-25 12:38:50 +01:00 |
|
Alexander Makarov
|
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 |
|
Qiang Xue
|
a516bfd1a4
|
Merge pull request #2539 from jom/clone_activequery_fix
ActiveRelationTrait:: __clone() doesn't call parent (Component::__clone())
|
2014-02-24 23:16:12 -05:00 |
|
Jacob Morrison
|
614bffb01a
|
Fixed issue with preventing from clearing events and behaviors on clone
|
2014-02-24 18:15:19 -08:00 |
|
Alexander Makarov
|
6db89c23e6
|
Removed context section from logging docs
|
2014-02-25 04:36:54 +04:00 |
|
Alexander Makarov
|
db1a722ec8
|
Debug module docs including custom panel example, profiling docs in logging
|
2014-02-25 04:34:40 +04:00 |
|
Tobias Munk
|
be54f24b47
|
updated defaults, UI, validation and templates
|
2014-02-25 01:11:42 +01:00 |
|
Vincent
|
84a48ac93e
|
updated changelog
|
2014-02-24 13:45:44 -08:00 |
|
Vincent
|
9f6cc54154
|
updated code according to code style and removed unused property
|
2014-02-24 13:26:55 -08:00 |
|