Commit Graph

13368 Commits

Author SHA1 Message Date
Alexander Makarov
bafcd23b94 Merge pull request #9764 from pana1990/patch
Schema is never used
2015-09-24 14:01:07 +03:00
Daniel Gomez Pan
b647bac451 Schema is never used 2015-09-24 12:44:20 +02:00
Alexander Makarov
13a2b70a65 Fixes #9758: phpdoc correction 2015-09-24 00:48:31 +03:00
Alexander Makarov
00f432ab65 Fixes #9747: added tests for Url::isRelative() 2015-09-23 15:47:51 +03:00
Boudewijn Vahrmeijer
dd818e17df Fixes #9754: Fixed \yii\web\Request error when path info is empty 2015-09-23 15:06:23 +03:00
trbsi
56400add97 Added Croatian language
close #9739
2015-09-21 15:03:58 +02:00
Carsten Brandt
989699614f fixed test break 2015-09-19 18:29:41 +02:00
Daniel Gomez Pan
be25fa6ed1 Update composer-asset-plugin
close #9729
2015-09-19 18:06:22 +02:00
Carsten Brandt
4e7adc13ea adjusted docs about Query::from() and subqueries
also added a  test to verify behavior

close #9720
close #9266
2015-09-19 17:41:45 +02:00
namlier
cf2c722a1f update comments in \yii\base\Controller
I had problems with understanding of why AccessControll filter didn't work, as i wish, with PageCache. Then i remembered the quote "The validation rules are evaluated in the order they are listed." from guide http://www.yiiframework.com/doc-2.0/guide-input-validation.html#declaring-rules, but when i tried to redirect some certain user using beforeAction(), as you advised, it didn't work.

close #9717
2015-09-19 17:09:35 +02:00
Carsten Brandt
be92b9f092 Merge pull request #9716 from ShNURoK42/master
Change 'de' to 'en' in comments of Formatter.php
2015-09-19 17:04:08 +02:00
Alexandr
ded75253ca Change 'de' to 'en' in comments of Formatter.php 2015-09-18 02:16:17 +07:00
Alexander Makarov
b53bbb34e9 Fixed typo 2015-09-16 17:38:02 +03:00
Alexander Makarov
e25378eca7 Merge pull request #9693 from yiijan/docs-ja-i18n-update
docs/guide-ja/tutorial-i18n.md updated [ci skip]
2015-09-15 16:53:19 +03:00
Paul Klimov
6d8c9ae209 Merge pull request #9692 from yiijan/docs-i18n-fix
docs/guide/tutorial-i18n.md grammar fixed [ci skip]
2015-09-15 16:39:13 +03:00
Nobuo Kihara
c0d54c692a docs/guide-ja/tutorial-i18n.md updated [ci skip] 2015-09-15 22:24:30 +09:00
Nobuo Kihara
aac2af1bdd docs/guide/tutorial-i18n.md grammar fixed [ci skip] 2015-09-15 22:13:54 +09:00
Alexander Makarov
bfa4ce1d53 Merge pull request #9685 from mpestov/guide-ru
Corrected typos in docs
2015-09-14 22:58:09 +03:00
Maksim Pestov
8afe2f66e9 corrected typos in docs 2015-09-14 22:30:48 +03:00
Maksim Pestov
cc3017bf9b corrected typos in docs 2015-09-14 22:23:27 +03:00
Alexander Makarov
efb61c350b Merge pull request #9675 from yiijan/docs-ja-0913
docs/guide-ja/tutorial-performance-tuning.md updated [ci skip]
2015-09-14 02:12:58 +03:00
Alexander Makarov
2506bc2b1f Merge pull request #9674 from lichunqiang/translate-for-zh-TW
Update the yii.php for zh-TW translation [skip ci]
2015-09-14 02:12:35 +03:00
Alexander Makarov
f95a757525 Expanded i18n message formatting docs
- Fixed positional parameter example.
- Added info about character escaping within ICU rules.
- Added more explanations to all message formatting sections.
- Added info about extra options for plural, ordinal, spellout, duration.
- Added info about selectordinal.
- Implemented http://intl.rmcreative.ru/, refenced it from docs.
2015-09-14 01:58:54 +03:00
Alexander Makarov
97f2fca72f Fixes #9678: I18N::format() wasn't able to handle named placeholder in "selectordinal" 2015-09-14 00:42:33 +03:00
Nobuo Kihara
264b611d13 docs/guide-ja/tutorial-performance-tuning.md updated [ci skip] 2015-09-13 13:40:02 +09:00
lichunqiang
a31f77abca Update the yii.php for zh-TW translation 2015-09-13 10:49:00 +08:00
Alexander Makarov
50ba8628b7 Fixes #9668: enhanced suggestion to use non-file storage for sessions in performance guide with details about file-based session locks 2015-09-11 16:16:33 +03:00
Alexander Makarov
c0f1ed9603 Merge pull request #9663 from yiijan/docs-ja-0911
docs/guide-ja/security-authorization.md updated [ci skip]
2015-09-11 01:34:44 +03:00
Nobuo Kihara
1489377b6a docs/guide-ja/security-authorization.md updated [ci skip] 2015-09-11 07:21:55 +09:00
Alexander Makarov
d43ebdd773 Merge pull request #9655 from arogachev/9635-action-column-add-header-class
Closed #9635: Added default CSS class for ActionColumn header
2015-09-10 15:22:14 +03:00
Alexander Makarov
776f029845 Clarified that IDs in AccessRule::$controllers should be prefixed with module ID 2015-09-10 15:03:20 +03:00
Alexey Rogachev
ad69fb9c7e Closed #9635: Added default CSS class for \yii\grid\ActionColumn header 2015-09-10 18:01:30 +06:00
Alexander Makarov
3587da881a Merge pull request #9640 from yiijan/docs-ja-update
docs/guide-ja updated [ci skip]
2015-09-09 02:14:00 +03:00
Nobuo Kihara
c70e625e1c docs/guide-ja updated [ci skip] 2015-09-09 07:35:31 +09:00
Boudewijn Vahrmeijer
b4da7b570c Better fix for #9288 2015-09-08 15:25:56 +03:00
Carsten Brandt
99fc362e10 Merge pull request #9636 from icron/doc-show-all-errors
Show errors from all models
2015-09-08 12:19:29 +02:00
Alexander Lukyanchikov
5f26b9b7d2 Show errors from all models 2015-09-08 13:33:01 +04:00
Alexander Makarov
ab06e9c8dc Fixes #9605 2015-09-08 02:24:56 +03:00
Alexander Makarov
7064abb30b #9629: used port 80 by default for PHP builtin server at installtion page 2015-09-08 01:53:49 +03:00
Alexander Makarov
5396eb1480 Adjusted #9629 further 2015-09-08 01:51:13 +03:00
Alexander Makarov
5f7739fb87 #9629: Mentioned PHP built-in web server in installation guide as a simple way to get started 2015-09-08 01:27:47 +03:00
Alexander Makarov
2595d10eb9 Merge pull request #9630 from dynasource/i18n-hour-nl-bug
Dutch I18n fixes [skip ci]
2015-09-08 00:37:06 +03:00
Boudewijn Vahrmeijer
08ae0b7388 Update yii.php
another fix
2015-09-07 19:53:52 +02:00
Boudewijn Vahrmeijer
e2fc0cb3cf Update yii.php
dutch translation for multiple hours is incorrect
2015-09-07 19:49:47 +02:00
Alexander Makarov
43d51bb658 Merge pull request #9619 from yiijan/docs-guide-ja-update
Docs guide ja update [ci skip]
2015-09-07 12:19:22 +03:00
Nobuo Kihara
8be4337c18 more updates in docs/guide-ja [ci skip] 2015-09-07 07:40:27 +09:00
Alexander Makarov
1ec61969c7 Merge pull request #9618 from ZxUkr/patch-1
Update security-authentication.md [skip ci]
2015-09-06 23:23:22 +03:00
Alexander Makarov
b4ac86b4a3 Merge pull request #9607 from yiijan/tutorial-i18n-fix
docs/guide/tutorial-i18n.md small fixes [ci skip]
2015-09-06 23:02:40 +03:00
ZxUkr
a4cb3b8178 Update security-authentication.md
Fix important typo.
2015-09-06 23:00:09 +03:00
Nobuo Kihara
2dc9568733 additional fix [ci skip] 2015-09-06 11:31:39 +09:00