Commit Graph

7892 Commits

Author SHA1 Message Date
Alexander Makarov
06be8f7a8a Merge pull request #3983 from sitawit/patch-1
Update a tip and an example
2014-06-20 13:25:24 +04:00
sitawit
42c464cf3e Update a tip and an example
- add a tip that rbac.php is needed to create manually when using PhpManager.
- update that RbacController example needs to import Yii namespace.
2014-06-20 15:58:45 +07:00
Qiang Xue
209dd7e600 Fixes #3956: Flash messages set via Yii::$app->session->setFlash() will be removed only if they are accessed 2014-06-19 21:36:48 -04:00
Qiang Xue
46041d0c65 Fixes #3280: Support dynamically attaching anonymous behaviors 2014-06-19 16:45:41 -04:00
Qiang Xue
0087339a42 log fatal errors to yii logs. 2014-06-19 15:35:04 -04:00
Alexander Makarov
a1251460f6 Merge pull request #3974 from HaruAtari/translate-docs
Translate docs(concept-components.md) to russian.
2014-06-19 23:08:41 +04:00
HaruAtari
059a41582a Corrected grammatical errors. 2014-06-19 23:02:25 +04:00
HaruAtari
7ecf6867a8 Translate docs(concept-components.md) to russian. 2014-06-19 22:58:45 +04:00
Paul Klimov
51b04828de Merge pull request #3964 from klimov-paul/sphinx-gii
Enh: Sphinx Gii generator created
2014-06-19 20:23:37 +03:00
Alexander Makarov
194f451a72 Fixed changelog wording 2014-06-19 21:08:46 +04:00
Alexander Makarov
31e1afc15f Renamed TwigSimpleFileLoader into FileLoader 2014-06-19 21:07:41 +04:00
Alexander Makarov
0ec2e2e3cd Fixed changelog 2014-06-19 20:56:43 +04:00
Alexander Makarov
e6d5af03e2 Merge pull request #3878 from dapatrese/3877-twig-lexer-options-exception
Fixes Twig lexerOptions throwing exception (#3877)
2014-06-19 20:54:47 +04:00
Alexander Makarov
210a8e9a56 Merge pull request #3972 from yiisoft/inflector-slug-improvements
Fixes #3939: `\yii\Inflector::slug()` improvements
2014-06-19 20:34:59 +04:00
Alexander Makarov
c3de3450a7 Fixes #3939: \yii\Inflector::slug() improvements:
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation.
- Added proper tests for both intl-based slug and PHP fallback.
- Removed character maps for non-latin languages.
- Improved overall slug results.
- Added note about the fact that intl is required for non-latin languages to requirements checker.
2014-06-19 20:33:52 +04:00
Qiang Xue
59b967cc17 Fixes #3968: Messages logged in shutdown functions are not handled 2014-06-19 12:01:57 -04:00
Alexander Makarov
d3391ed5f7 Updated twig extension changelog 2014-06-19 18:59:43 +04:00
Alexander Makarov
c84b3e0efd Merge pull request #3767 from grachov/patch-1
Twig extensions were added twice
2014-06-19 18:53:59 +04:00
Qiang Xue
35312c5c16 Merge pull request #3967 from SanderLi/patch-1
Update getting-started.md
2014-06-19 09:48:39 -04:00
Litvinov Alexander
3e9295673b Update getting-started.md
Change git clone git@github.com:yiisoft/yii2-app-basic.git to 
git clone https://github.com/yiisoft/yii2-app-basic
2014-06-19 16:53:21 +04:00
Qiang Xue
56fde4a574 Fixed CHANGELOG [skip ci] 2014-06-19 08:44:39 -04:00
Qiang Xue
0cdfc3646b Merge pull request #3963 from joni-jones/master
Fixed #3934: Added attr() method instead prop()
2014-06-19 08:41:19 -04:00
Antonio Ramirez
5a13121d15 Update start-forms.md 2014-06-19 14:02:34 +02:00
Antonio Ramirez
cea488d01b Update start-databases.md 2014-06-19 13:42:23 +02:00
Klimov Paul
7e823f0972 Docs about Sphinx Gii generator added 2014-06-19 13:27:54 +03:00
Klimov Paul
b85074a2bc Sphinx Gii generator created 2014-06-19 13:23:33 +03:00
joni-jones
255bd33aff Fixes #3934: Added attr() method instead prop() to get valid action url. 2014-06-19 11:33:21 +03:00
Klimov Paul
2b8cd18ae2 Merge branch 'master' of github.com:yiisoft/yii2 2014-06-19 11:28:56 +03:00
Klimov Paul
bb1a964cb8 Fixed multiple entries of base migration in history for MongoDB 2014-06-19 11:28:32 +03:00
Paul Klimov
e94d7e29ac Merge pull request #3961 from Theill11/patch-1
Typo in guide
2014-06-19 10:54:37 +03:00
Johnny Theill
b8cbc3a8ef Typo in guide
Fixed typo in validation guide
2014-06-19 09:48:54 +02:00
Klimov Paul
5f8524652d Docs about mongodb migration usage adjusted 2014-06-19 10:46:06 +03:00
Paul Klimov
0da628ae1a Merge pull request #3947 from klimov-paul/mongodb-migration
Enh: MongoDB migration support
2014-06-19 10:30:07 +03:00
Qiang Xue
292072a022 Merge pull request #3958 from Alien13n/master
Thai Translation
2014-06-18 22:14:46 -04:00
Alien13n
e0a1b77e58 Update config.php 2014-06-19 09:10:48 +07:00
Alien13n
e0c3624faa Create yii.php 2014-06-19 09:10:16 +07:00
Qiang Xue
785b027dbf doc update [skip ci] 2014-06-18 17:45:10 -04:00
Alexander Makarov
ff66c02cd7 Added changelog for SluggableBehavior 2014-06-19 00:39:58 +04:00
Alexander Makarov
148ba636b1 Merge pull request #3911 from creocoder/sluggable-behavior
[READY] \yii\behaviors\SluggableBehavior
2014-06-19 00:37:41 +04:00
Alexander Makarov
b2ceceb196 Merge pull request #3954 from HaruAtari/translate-docs
Translate docs (guide/concept-properties.md) to russian.
2014-06-19 00:16:47 +04:00
HaruAtari
002fc2fd3d Translate docs (guide/concept-properties.md) to russian: corrected grammatical errors. 2014-06-18 23:52:44 +04:00
HaruAtari
c1afb0410d Transtale docs (guide/concept-properties.md) to russian. 2014-06-18 23:41:59 +04:00
Carsten Brandt
93cac00f48 Merge pull request #3949 from yii2-chinesization/master
Move the white space outside of the link
2014-06-18 18:01:23 +02:00
Alexander Kochetov
038257e3ed SluggableBehavior phpDoc updated 2014-06-18 19:31:39 +04:00
东方孤思子(Paris·QianSen)
9b60527778 Update README.md 2014-06-18 23:30:37 +08:00
Alexander Kochetov
15f3385d53 SluggableBehavior phpDoc updated 2014-06-18 19:14:23 +04:00
Alexander Kochetov
f368cff3ec SluggableBehavior phpDoc updated 2014-06-18 19:10:17 +04:00
Klimov Paul
d011675b77 mongodb/CHANGELOG updated 2014-06-18 18:02:03 +03:00
Klimov Paul
3253bf316c Data manipulation methods added to yii\mongodb\Migration 2014-06-18 17:59:19 +03:00
Alexander Kochetov
031c9cca06 SluggableBehavior phpDoc added 2014-06-18 18:56:47 +04:00