Commit Graph

4221 Commits

Author SHA1 Message Date
Klimov Paul
a6144fc9b6 Issues #66 and #1710 added to CHANGELOG 2014-01-01 21:13:11 +02:00
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
Alexander Makarov
df8d79ee3f Merge pull request #1728 from Ragazzo/i18n_docs_view
I18n docs view
2014-01-01 09:18:35 -08:00
Mark
f80eb9fae0 typo fix 2014-01-01 21:13:10 +04:00
Mark
57f7d1337b i18n docs for view 2014-01-01 21:11:16 +04:00
Carsten Brandt
7a1949fe2d improved traceability of errors thrown in toString() methods 2014-01-01 17:11:48 +01: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
Qiang Xue
53daaf81ef Merge pull request #1714 from Ragazzo/tests_improved
modified tests, improved configuration, introduced aspect
2013-12-31 11:16:51 -08:00
Mark
139fbcbc93 CS fix 2013-12-31 23:13:47 +04:00
Mark
1c1a310a5c aspect mock requirement removed 2013-12-31 23:04:02 +04:00
Mark
11c42fa7c1 tests improved, aspect mock changes reverted 2013-12-31 23:02:10 +04:00
Alexander Makarov
c3c642ddfc Merge pull request #1723 from Ragazzo/profile_panel_fix
detailed view profile panel fix
2013-12-31 10:36: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
Qiang Xue
9e66e08bc7 Fixes #802: Added support for retrieving sub-array element or child object property through ArrayHelper::getValue() 2013-12-31 11:30:44 -05:00
Qiang Xue
9fd9487209 Merge pull request #1720 from dizews/move-urlmanager-into-common-config
move showScriptName into the common config of tests
2013-12-31 05:58:42 -08:00
Vladimir Zbrailov
b9855a4593 move showScriptName into the common config of tests 2013-12-31 16:21:15 +04:00
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