Commit Graph

7547 Commits

Author SHA1 Message Date
Alexander Makarov
90d5e5cfe4 Updated HTMLPurified dependency to 4.6.* 2013-12-31 11:47:34 +01:00
Carsten Brandt
8fdd534526 reverted short array syntax in requirements.php
fixes #1717
2013-12-31 11:02:32 +01:00
Carsten Brandt
71018175ea Merge pull request #1719 from andersonamuller/patch-1
Doc fix
2013-12-31 01:55:01 -08:00
Anderson Müller
82c54bb204 Typo 2013-12-31 10:33:58 +01:00
Anderson Müller
f08a6c6f10 Doc fix 2013-12-31 10:31:56 +01:00
Qiang Xue
c84588a4ae updated doc. 2013-12-30 21:54:31 -05:00
Qiang Xue
1edeb7aa5e Fixed test break. 2013-12-30 21:35:15 -05:00
Qiang Xue
5f8e6d377b Fixes #1706: Added support for registering a single JS/CSS file with dependency 2013-12-30 21:02:42 -05:00
Qiang Xue
b83414f682 Merge pull request #1716 from WouterSlob/Remove-not-used-uses
Remove not used uses
2013-12-30 16:21:08 -08:00
Mark
9a416f3cc4 CS fixes 2013-12-31 01:16:58 +04:00
Wouter Slob
1c368d93de Remove not used uses 2013-12-30 22:13:55 +01:00
Wouter Slob
6a2ed98dc1 Make sure DatePicker is shown when inline and using a language. Remove not used use 2013-12-30 21:58:49 +01:00
Wouter Slob
6c01f238fc Revert "Make sure DatePicker is shown when inline and using a language. Remove not used use"
This reverts commit 90c2f1095e.
2013-12-30 21:58:22 +01:00
Wouter Slob
90c2f1095e Make sure DatePicker is shown when inline and using a language. Remove not used use 2013-12-30 21:58:03 +01:00
Antonio Ramirez
52ad66e3fc added README file 2013-12-30 21:22:47 +01:00
Mark
1afe198c19 modified tests, improved configuration, introduced aspect mock and specify. 2013-12-31 00:17:36 +04:00
Carsten Brandt
dabeea7a38 testing: do not require php ext in composer.json and use composer phpunit on travis 2013-12-30 20:53:30 +01:00
Carsten Brandt
f09bf4ea1d Merge pull request #1711 from creocoder/phpunit-usage-fix
Actualize phpunit usage approach
2013-12-30 11:39:36 -08:00
Alexander Kochetov
32ea48c7ba Actualize phpunit usage approach 2013-12-30 22:34:24 +04:00
Carsten Brandt
fbb9918a46 fixed an issue with message source and model as params 2013-12-30 19:22:26 +01:00
Carsten Brandt
5b8971352c Merge pull request #1708 from crtlib/patch-2
Small fixes for the sake of consistency
2013-12-30 08:00:02 -08:00
Carsten Brandt
173c7de82b changed default value of Component::_events 2013-12-30 16:55:57 +01:00
Carsten Brandt
ea47ce5ca2 code style fixes 2013-12-30 16:55:32 +01:00
Paul Kofmann
934051e804 Small fixes for the sake of consistency 2013-12-30 16:48:11 +01:00
Qiang Xue
b471900171 removed duplicated test config. 2013-12-30 10:15:15 -05:00
Qiang Xue
89afcdece8 Merge pull request #1700 from crtlib/patch-1
Using constants instead of literals in Behavior docs
2013-12-30 07:08:53 -08:00
Qiang Xue
0b28f290f3 Fixes #1704: Incorrect regexp is used in Inflector::camelize() 2013-12-30 10:07:44 -05:00
Qiang Xue
1361bd3c7f Merge pull request #1683 from Ragazzo/mail_event
Mail events before/after
2013-12-30 06:57:22 -08:00
Mark
12e46921b3 line fix 2013-12-30 18:40:10 +04:00
Qiang Xue
b09f709adc Fixed build break. 2013-12-30 09:32:51 -05:00
Mark
c0a2201143 end of line fix 2013-12-30 18:30:43 +04:00
Mark
f267f4623f reverted $isValid for events. 2013-12-30 18:25:38 +04:00
Qiang Xue
bf73fe80d4 Merge pull request #1703 from crtlib/patch-2
Removed redundant code in detachBehaviors()
2013-12-30 06:24:23 -08:00
Qiang Xue
0766ddca12 Fixes #1701. 2013-12-30 09:22:18 -05:00
Qiang Xue
c88016f9d8 added default mail config to application. 2013-12-30 09:16:39 -05:00
Paul Kofmann
ee81915a1e Removed redundant code in detachBehaviors()
After ensureBehaviors() call $this->_behaviors is an array already.
And since detachBehavior() unsets elements in $this->_behaviors, $this->_behaviors turns out to be an empty array after all iterations.
2013-12-30 15:14:11 +01:00
Paul Kofmann
6e34488fa5 Using constants instead of literals in Behavior 2013-12-30 12:42:41 +01:00
Mark
24ff3d3d85 improved debug module profile panel 2013-12-30 10:30:43 +04:00
Qiang Xue
369b9c27d9 added README for extensions. 2013-12-29 23:46:47 -05:00
Qiang Xue
943bf88904 doc fix. 2013-12-29 23:36:19 -05:00
Qiang Xue
513e98cf25 Merge pull request #1697 from Ragazzo/debug_module_db_panel_improvements
improved database panel in debug module
2013-12-29 20:13:43 -08:00
Mark
d5bc3c7033 improved database panel in debug module 2013-12-30 08:09:25 +04:00
Qiang Xue
0788e1045f Refactored unit tests. 2013-12-29 20:54:20 -05:00
Qiang Xue
db11cfc5d7 Merge branch 'master' of github.com:yiisoft/yii2 2013-12-29 19:44:34 -05:00
Qiang Xue
38cfdb9bd3 Merge pull request #1693 from Ragazzo/debug_log_panel_improvements
debug module log panel improved
2013-12-29 16:30:56 -08:00
Qiang Xue
5da46c0cd5 Merge pull request #1695 from lucianobaraglia/master
Typo in changelog [skip ci]
2013-12-29 16:24:22 -08:00
Luciano Baraglia
f19cf8ee85 Updated GII changelog 2013-12-29 21:00:26 -03:00
Luciano Baraglia
a76275f891 Typo in changelog 2013-12-29 20:49:58 -03:00
Alexander Makarov
1028899fa3 Fixes #1609: Adjusted code style, added some docs 2013-12-30 00:46:19 +01:00
Alexander Makarov
2528cd5498 Merge branch 'add_old_features_twig_view_renderer' of github.com:dev-mraj/yii2 into dev-mraj-add_old_features_twig_view_renderer 2013-12-30 00:10:15 +01:00