12396 Commits

Author SHA1 Message Date
b15baa09ff Update runtime-routing.md 2015-03-02 21:23:21 +01:00
fceb588b72 Merge pull request #7512 from lourdas/master
[skip ci] Minor updates to Greek language.
2015-03-02 18:23:44 +03:00
63b051418a docs/guide-ja updated [ci skip] 2015-03-02 18:44:20 +09:00
fa7d3dc8c0 docs/guide-ja/start-installation.md - updated [ci skip]
「承認テスト」=>「受入テスト」

close #7508
2015-03-01 23:51:18 +01:00
12331aea64 Added note about auth clients data available via getUserAttributes() 2015-03-02 01:21:26 +03:00
d5f37447b3 Merge pull request #7510 from marcovtwout/patch-1
[skip ci] Update structure-controllers.md
2015-03-02 00:47:38 +03:00
3f74319e26 Minor updates to Greek language. 2015-03-01 18:39:57 +02:00
e3d3b555d2 fixed asset plugin version in translated docs. 2015-03-01 10:53:07 -05:00
4afd9f112b Update structure-controllers.md
In MVC, the "M" is a model -layer-, and not just a collection of models. If we don't teach this to new users, they will quickly end up with heavily bloated model classes.

Maybe this deserves some attention in other introduction pages as well.

http://stackoverflow.com/questions/5863870/how-should-a-model-be-structured-in-mvc
2015-03-01 14:32:43 +01:00
82c1136613 prepare for next release. 2015-03-01 01:24:14 -05:00
985119350b 2.0.3 release. 2.0.3 2015-03-01 01:22:44 -05:00
57ed5127f2 Merge pull request #7509 from softark/docs-guide-small-fix
docs/guide/test-overview.md - minor change [ci skip]
2015-03-01 01:19:35 -05:00
876263931a docs/guide/test-overview.md - minor change [ci skip] 2015-03-01 13:48:52 +09:00
2aace3714c minor adjustments 2015-03-01 01:24:28 +01:00
81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget
fixes #5681
close #5897
2015-03-01 00:33:00 +01:00
d7346cbfaf Used PHP_OS instead of php_uname() to check for Linix 2015-03-01 02:31:13 +03:00
7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes
- When converting an ICU date/time format to PHP, text within single quotes will be replaced with backslashes in front of each character (the PHP date() method for escaping text), and double-single quotes will be replaced with single quotes.
- When converting an ICU date/time format to jQuery UI, text  within single quotes, and double-single quotes, will each be preserved (rather than parsed for date/time format symbols), as jQuery UI uses the same text escaping and single quote syntax as ICU.
- Add support for '' within 'escaped text' E.g. 'o''clock'

close #7151
2015-03-01 00:02:35 +01:00
29f5dc37a5 Correct phpDoc for return in several cases
close #6733
2015-02-28 23:49:16 +01:00
ba6bce4e2d fixed DateValidator to work with multibyte strings
fixes #6835
2015-02-28 23:45:17 +01:00
8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value
- fixes #6553
- Add additional testValidateAttributeICUFormat() test case using "2012-12-12foo" for "yyyy-MM-dd" date format
- close #6835
2015-02-28 23:33:17 +01:00
5ed412495e Added dot symbol to Html::getInputId()
close #7209
2015-02-28 23:15:34 +01:00
95cdd0905d fix case in asDatetime method references
close #7095
2015-02-28 23:09:10 +01:00
2e414632be fix EmailValidator - added unit tests
close #7183
fixes #7172
2015-02-28 23:04:12 +01:00
4fffd8fcef Prevented Security from erroring in case of /dev/urandom or /dev/random aren't available 2015-02-28 23:04:19 +03:00
0efe621684 Adjusted nginx docs to match older packages provided by most OSes nowadays 2015-02-28 13:56:16 +03:00
f7290bce8c Merge pull request #7494 from softark/docs-guide-ja-helper-rev
docs/guide-ja/helper reviewed [ci skip]
2015-02-28 00:56:37 -05:00
347891596d docs/guide-ja/helper reviewed [ci skip] 2015-02-28 13:27:13 +09:00
ce124fce2a Merge pull request #7492 from softark/docs-guide-ja-tutorial-rev
Docs guide ja tutorial rev [ci skip]
2015-02-27 21:41:47 -05:00
f321b5aa66 docs/guide-ja/tutorial - reviewed [ci skip] 2015-02-28 11:34:11 +09:00
cc514fdb97 docs/guide-ja/tutorial-i18n.md - reviewed [ci skip] 2015-02-28 11:34:11 +09:00
b626e5a206 docs/guide-ja/tutorial - reviewing [ci skip] 2015-02-28 11:34:10 +09:00
f11b74bf27 docs/guide-ja/tutorial - reviewing [ci skip] 2015-02-28 11:34:09 +09:00
489b35183d docs/guide-ja/test-fixtures.md - reviewed [ci skip] 2015-02-28 11:34:08 +09:00
68f78f25e0 Update CHANGELOG.md
fixed typo in issue number, 796a0e6156dae5e3a6b22707c0ae94d3d45d93dd
2015-02-27 22:11:03 +01:00
da50920ac8 improved wording in TimestampBehavior 2015-02-27 21:25:49 +01:00
e742ba0ea1 updated docs about timestamp and refresh
fixes #7484
2015-02-27 11:31:45 +01:00
94564cd766 minor fix [skip ci] 2015-02-26 21:45:57 -05:00
0eb27981cd Fixes #7440: Added support to automatically set the maxlength attribute for Html::activeTextInput() 2015-02-26 21:45:02 -05:00
7f73d6a525 Use getAttributeName() 2015-02-26 21:25:33 -05:00
cdfd73a9ff Add maxlength option to activeTextInput
Issue [#7440](https://github.com/yiisoft/yii2/issues/7440)
2015-02-26 21:25:33 -05:00
f57a517f6d Fixes #7449: Added encode option to allow not encoding select options for Html::dropDownList() and Html::listBox() 2015-02-26 21:24:46 -05:00
36aa65287a Enh #7449: HtmlTest improvements 2015-02-26 21:09:33 -05:00
9a52aab0f1 Enh #7449: yii\helpers\Html::dropDownList() and yii\helpers\Html::listBox() now supports Unicode characters in option text (yapi68) 2015-02-26 21:09:33 -05:00
aa0ebc7f5f Reverted #7459, #7469, #7470 2015-02-27 02:27:06 +03:00
30e45a4aea improve documentation about uncheck and unselect in activefield
fixes #7465
2015-02-26 19:06:51 +01:00
e83b479dfb improved validator documentation
fixes #7472
2015-02-26 18:40:13 +01:00
c0e0ba0004 Merge pull request #7468 from Riyyi/patch-1
[skip ci] Update tutorial-core-validators.md
2015-02-26 18:29:18 +03:00
11c3b23291 Merge pull request #7470 from creocoder/benchmark-composer-json-wrong-cs
Fixed wrong benchmark composer.json CS
2015-02-26 18:28:01 +03:00
257bab9d45 Fixed wrong benchmark composer.json CS 2015-02-26 18:26:10 +03:00
3d75c3fb60 Merge pull request #7469 from creocoder/fix-applications2
Several application templates fixes
2015-02-26 18:24:22 +03:00