Commit Graph

15402 Commits

Author SHA1 Message Date
Carsten Brandt
db37d03e32 added more tests for russian plurals 2015-02-24 20:42:51 +01:00
Alexander Makarov
7721baae1f Used StringHelper for byte operations 2015-02-24 19:20:28 +03:00
Alexander Makarov
94d6e139b9 Added more info to UPGRADE 2015-02-24 17:27:06 +03:00
Alexander Makarov
575b0e3807 Merge pull request #7419 from SamMousa/fix-issue-7417
Fixed widgets using echo in their run. #7417
2015-02-24 17:21:48 +03:00
Alexander Makarov
e882f6803c Merge pull request #7422 from softark/docs-guide-ja-test-rev
Docs guide ja test rev [ci skip]
2015-02-24 17:11:50 +03:00
Nobuo Kihara
83954bac36 docs/internals-ja/design-decisions.md updated [ci skip] 2015-02-24 23:08:56 +09:00
Nobuo Kihara
02a5624c9f docs/guide-ja/test reviewed [ci skip] 2015-02-24 23:08:18 +09:00
Nobuo Kihara
26aed13290 docs-guide-ja updates [ci skip] 2015-02-24 23:08:17 +09:00
Sam
7a4dc49a45 Re-added line endings to pass tests. 2015-02-24 15:00:57 +01:00
Sam
b918e8ea12 Fixed widgets using echo in their run. #7417 2015-02-24 14:44:39 +01:00
Alexander Makarov
51f25cac62 Fixes #7417: Used return in Tabs widgets instead of echo 2015-02-24 16:05:00 +03:00
Alexander Makarov
f7f838e9d0 Added upgrade not about Security 2015-02-24 15:49:09 +03:00
Carsten Brandt
89d1e55f91 phpdoc fix, close #7404 2015-02-24 13:26:01 +01:00
Carsten Brandt
f84b3d9139 added unsigned int decision to design decision file 2015-02-24 13:02:36 +01:00
Alexander Makarov
b2f5739781 Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements
#7301 adds checking of the icu version in requirements
2015-02-24 14:22:40 +03:00
Alexander Makarov
54ccd388fe Added tests for Nav and Dropdown 2015-02-24 14:17:03 +03:00
nkovacs
8f54c5dc81 Fixes #7412: Removed unnecessary unsets in Dropdown and Nav 2015-02-24 14:17:02 +03:00
tom--
4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 2015-02-24 14:03:41 +03:00
Qiang Xue
a3ea7b774d Fixes #7350: Added yii\helpers\Html::$dataAttributes to support customizing data attributes. 2015-02-23 21:30:45 -05:00
Sidney Lins - WMaior.com
183dc43b6f Merge branch 'master' of github.com:yiisoft/yii2 into 7301-check-icu-version-in-requirements 2015-02-23 21:08:24 -03:00
Sidney Lins - WMaior.com
61e695b39b Solve conflicts on upstream merging 2015-02-23 21:07:44 -03:00
Alexander Makarov
a5b9aec6cd Fixed phpdoc typo 2015-02-24 03:05:43 +03:00
Sidney Lins - WMaior.com
f0cc302802 [i18n, #7301] Check ICU version in requirements warning when < 49 2015-02-23 20:45:31 -03:00
Alexander Makarov
02f8f7ef9d Fixes #7332: Added ability to remove yii\widgets\Menu container tag by setting options['tag'] to false 2015-02-24 02:06:42 +03:00
Boudewijn Vahrmeijer
e385f323eb Update Menu.php
The feature:
http://getbootstrap.com/components/#list-group-linked

Currently, Menu isnt capable of creating a bootstraps list-group-linked because:
- Menu forces a item container around the link

Menu does allow:
- defining the tag of the menu container
- defining the tag of the item container
- defining the template of the link

This means, that it is a small step to enable a menu like the list-group-linked in which:
- menu container is a DIV
- there are no item containers
- there are only links which should get the correct status by the (link)template

I provided a patch in which you can set the item-tag on false. When this is done,
the item tag is ignored and no LI is created, which is necessary for the list-group-linked.
2015-02-24 01:52:00 +03:00
Alexander Makarov
25535429c7 Merge pull request #7372 from egoroof/patch-1
[skip ci] [ru docs update] fix grammar
2015-02-24 01:39:20 +03:00
pana1990
c2621a140a Updated caching-data.md in guide-es [skip ci]
close #7401
2015-02-23 21:21:40 +01:00
Carsten Brandt
6dc45276b5 Added hint about safeUp/safeDown 2015-02-23 21:19:53 +01:00
Carsten Brandt
a4871ba801 skip imagick and gmagick on hhvm 2015-02-23 18:54:24 +01:00
Tomáš Votruba
2cea8e7da3 travis: add imagick and gmagick extensions 2015-02-23 18:54:24 +01:00
Alexander Makarov
8df025d752 Added example of caching when doing AR query. Fixes #7399 2015-02-23 20:39:36 +03:00
Carsten Brandt
7333c65518 added note about currency format and locale
issue #7391
2015-02-23 13:18:46 +01:00
Alexander Makarov
fd3c3ee8be Merge pull request #7397 from softark/docs-guide-ja-tools-rev
[skip ci] Docs guide ja tools rev
2015-02-23 14:53:53 +03:00
Alexander Makarov
a2861c08e3 Merge pull request #7396 from softark/docs-guide-tool-fix
Docs guide tool fix [ci skip]
2015-02-23 14:53:36 +03:00
Nobuo Kihara
25d8697c38 docs/guide/tool small fixes [ci skip] 2015-02-23 20:45:27 +09:00
Nobuo Kihara
d7ab4aa461 docs/guide-ja/tool reviewed [ci skip] 2015-02-23 20:44:20 +09:00
Nobuo Kihara
7dfc62edfa docs/guide-ja/tutorial-performance-tuning.md - updated [ci skip] 2015-02-23 19:56:53 +09:00
Nobuo Kihara
096b2a3c6c Merge branch 'master' of github.com:yiisoft/yii2 2015-02-23 19:44:19 +09:00
Alexander Makarov
259e6bb145 Merge pull request #7392 from TomasVotruba/patch-1
travis: speedup - run coverage just once
2015-02-23 13:06:02 +03:00
Tomas Votruba
a69c9f5e65 travis: run coverage just once 2015-02-23 10:45:06 +01:00
Qiang Xue
e56bf03130 Fixed test break. 2015-02-22 19:33:23 -05:00
Qiang Xue
57c298a523 Fixes #7361: The trim validator now works on the client side too 2015-02-22 19:25:06 -05:00
Nobuo Kihara
1c18de7349 Merge branch 'master' of github.com:yiisoft/yii2 2015-02-23 08:04:43 +09:00
Alexander Makarov
f515535b42 Merge pull request #7390 from softark/docs-guide-ja-rest-rev
Docs guide ja rest rev [ci skip]
2015-02-23 01:57:08 +03:00
Nobuo Kihara
d3ca556128 docs/guide-ja/rest - reviewed [ci skip] 2015-02-23 07:50:06 +09:00
Nobuo Kihara
364c4863dd docs/guide-ja/rest reviewing [ci skip] 2015-02-23 07:50:05 +09:00
Nobuo Kihara
18060d5f85 docs/guide-ja/rest - reviewed [ci skip] 2015-02-23 07:44:19 +09:00
Nobuo Kihara
1b98c5d673 docs/guide-ja/rest reviewing [ci skip] 2015-02-23 07:44:19 +09:00
Carsten Brandt
63af984d7c improved framework README 2015-02-22 22:01:34 +01:00
Carsten Brandt
da26cfe8ac improved extensions readme 2015-02-22 21:59:30 +01:00