Commit Graph

478 Commits

Author SHA1 Message Date
Klimov Paul
b776706c03 OpenId::buildAxParams() fixed to add "openid.ax.required" parameter if required attributes are not empty. 2014-01-01 21:07:04 +02:00
Klimov Paul
f924984926 SREG and AX param merging order at OpenId::buildAuthUrl() changed. 2014-01-01 20:59:11 +02:00
Qiang Xue
27658e56ae Fixes #1647: Changed the default CSS class of error block to be error-block 2014-01-01 10:29:04 -05:00
Qiang Xue
978f8ec203 refactored profiling timing calculation. 2013-12-31 17:49:31 -05:00
Qiang Xue
35b5b2ef5d fixed profiling panel sorting. 2013-12-31 17:08:50 -05:00
Qiang Xue
2df7d0a8bd Merge branch '46-image-helper' of github.com:tonydspaniard/yii2 into tonydspaniard-46-image-helper
Conflicts:
	composer.json
2013-12-31 15:33:46 -05:00
Qiang Xue
011c6c14ae Fixes #1713. 2013-12-31 15:26:36 -05:00
Qiang Xue
978597919d Merge pull request #1715 from WouterSlob/1632
Make sure DatePicker is shown when inline and using a language. Remove not used use
2013-12-31 12:16:42 -08:00
Mark
a82f7c5260 fix 2013-12-31 22:28:34 +04:00
Mark
31383fe476 detailed view profile panel fix 2013-12-31 22:26:25 +04:00
Alexander Makarov
5095401a9e Merge pull request #1698 from Ragazzo/debug_module_profile_panel_improvements
improved debug module profile panel
2013-12-31 09:19:18 -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
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
38cfdb9bd3 Merge pull request #1693 from Ragazzo/debug_log_panel_improvements
debug module log panel improved
2013-12-29 16:30:56 -08:00
Luciano Baraglia
f19cf8ee85 Updated GII changelog 2013-12-29 21:00:26 -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
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
Antonio Ramirez
1bde5e0d27 minor fix on phpDoc 2013-12-29 22:11:35 +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
Qiang Xue
ccd4ae9f3c Fixes #1691: added “viewport” meta tag to layout views. 2013-12-29 15:31:35 -05: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
Antonio Ramirez
6694acd568 refactor methods to simplify interface 2013-12-29 18:32:36 +01:00
Antonio Ramirez
c7b3d2b40a keep methods interface constant 2013-12-29 00:00:31 +01:00
Antonio Ramirez
3577b5c95a Fixed typo 2013-12-28 23:43:42 +01:00
Qiang Xue
dafd360152 CS fixes. 2013-12-28 16:35:06 -05:00
Qiang Xue
1106ad1904 Merge branch 'debug_module_improvements' of github.com:Ragazzo/yii2 into Ragazzo-debug_module_improvements
Conflicts:
	extensions/yii/debug/panels/DbPanel.php
2013-12-28 16:21:15 -05:00
Qiang Xue
1e0e5f02af Fixed DB query logging category. 2013-12-28 16:16:58 -05:00
Antonio Ramirez
105a0bc4ba added frame method 2013-12-28 21:53:30 +01:00
Antonio Ramirez
7efdad9c69 remove use of dumb static variable 2013-12-28 17:07:19 +01:00
Antonio Ramirez
0efe892f15 fix merging issues 2013-12-28 09:33:55 +01:00
Antonio Ramirez
16bc71fe27 Merge branch 'upstream' into 46-image-helper
* upstream:
  Fixed CSRF token masking issue.
  improved error message of calling invalid scope method.
  Fixed repo URL
  Fixes #1650: Added Connection::pdoClass.
  code style fix.
  added changelog
  codestyle fix
  improved checkIntegrity method
  Modified extension guidlines
  fix sphinx command signature
  fixed bug with forgotten param, fixed behavior for one table integrity
  fixed sequence reset
  added postgresql features to reset seq/check integrity
2013-12-28 09:22:39 +01:00
Antonio Ramirez
e86f330164 image helper proposal 2013-12-28 09:04:32 +01:00
Antonio Ramirez
f03d85d963 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update change log
  Add active id to options if input widget has a model fixes #1550
2013-12-27 18:23:00 +01:00
Mark
5220596ead fix sphinx command signature 2013-12-27 11:21:17 +04:00
Qiang Xue
5a8517f194 minor doc fix. 2013-12-26 22:16:18 -05:00
Qiang Xue
fc19ebdf80 Merge pull request #1624 from lucianobaraglia/master
GII generates rules for unique indexes
2013-12-26 11:47:49 -08:00
Luciano Baraglia
b1fc13a31c GII unique indexes avoid autoIncrement columns 2013-12-26 16:43:36 -03:00
Qiang Xue
c1db25e3e0 updated debug retry params. 2013-12-26 13:15:10 -05:00