Commit Graph

4221 Commits

Author SHA1 Message Date
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
Alexander Makarov
bfc2ed2aba Fixed #1635 2013-12-29 23:51:04 +01:00
Alexander Makarov
f224902b63 Fixes #1636: yii\jui\SliderInput wasn't properly initialized 2013-12-29 23:49:43 +01:00
Mark
7c70f5c356 debug module log panel improved 2013-12-30 02:36:15 +04:00
Alexander Makarov
515095bbf7 Fixes #1633: Advanced application template now works with MongoDB by default 2013-12-29 23:26:20 +01:00
Qiang Xue
872ade6f5e fixed unit test config. 2013-12-29 16:25:22 -05:00
Antonio Ramirez
1bde5e0d27 minor fix on phpDoc 2013-12-29 22:11:35 +01:00
Antonio Ramirez
fc28927ddb fix composer.json syntax 2013-12-29 21:55:07 +01:00
Antonio Ramirez
bccac04070 added CHANGELOG entry 2013-12-29 21:52:01 +01:00
Antonio Ramirez
9c4689d8fb Merge branch 'upstream' into 46-image-helper
* upstream: (35 commits)
  Fixes #1691: added “viewport” meta tag to layout views.
  Fixed the issue that query cache returns the same data for the same SQL but different query methods
  moved section
  subsection added
  typo [skip ci]
  docs about response
  Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default
  docs improved
  csrf docs added
  Fixes #1685: UrlManager::showScriptName should be set true for tests.
  Fixes #1688: ActiveForm is creating duplicated messages in error summary
  change back the visibility of findTableNames to protected.
  Typo fix.
  Fixes #1681: Added support for automatically adjusting the "for" attribute of label generated by `ActiveField::label()`
  Simplified tests.
  Fixes #1631: Charset is now explicitly set to UTF-8 when serving JSON
  Fixed typo
  added html layout for mail component in basic app
  CS fixes.
  Merge branch 'debug_module_improvements' of github.com:Ragazzo/yii2 into Ragazzo-debug_module_improvements
  ...
2013-12-29 21:51:36 +01:00
Antonio Ramirez
53160797df added tests 2013-12-29 21:43:26 +01:00
Qiang Xue
ccd4ae9f3c Fixes #1691: added “viewport” meta tag to layout views. 2013-12-29 15:31:35 -05:00
Qiang Xue
28dc23ddac Fixed the issue that query cache returns the same data for the same SQL but different query methods 2013-12-29 14:25:10 -05:00
Qiang Xue
8c4b5874ff Merge pull request #1690 from Ragazzo/controller_docs_response
docs about response
2013-12-29 10:44:39 -08:00
Mark
cf917bee78 moved section 2013-12-29 22:41:02 +04:00
Mark
2081c6f40d subsection added 2013-12-29 22:38:39 +04:00
Qiang Xue
757115bc14 typo [skip ci] 2013-12-29 13:20:23 -05:00
Mark
b079c73a94 docs about response 2013-12-29 22:08:01 +04:00
Qiang Xue
9b1c2c8064 Fixes #1586: QueryBuilder::buildLikeCondition() will now escape special characters and use percentage characters by default 2013-12-29 13:04:02 -05:00
Qiang Xue
f345068266 Merge pull request #1689 from Ragazzo/controller_docs
csrf docs added
2013-12-29 09:56:23 -08:00
Mark
b0351ba485 docs improved 2013-12-29 21:53:42 +04:00
Antonio Ramirez
6694acd568 refactor methods to simplify interface 2013-12-29 18:32:36 +01:00
Mark
5c2064bd94 csrf docs added 2013-12-29 21:31:27 +04:00
Qiang Xue
e16c4858e0 Fixes #1685: UrlManager::showScriptName should be set true for tests. 2013-12-29 10:31:34 -05:00
Qiang Xue
60dd8d16a1 Fixes #1688: ActiveForm is creating duplicated messages in error summary 2013-12-29 10:27:38 -05:00
Qiang Xue
cbad97c78d change back the visibility of findTableNames to protected. 2013-12-29 09:51:36 -05:00
Qiang Xue
70c23ca43b Typo fix. 2013-12-28 22:31:46 -05:00