c9fe74b299
Changed descriptive extension name to ID
2014-06-20 13:34:12 +04:00
22884e7384
Fixes #3535 : Syntax changes
...
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
2014-06-20 05:13:36 +04:00
194f451a72
Fixed changelog wording
2014-06-19 21:08:46 +04:00
31e1afc15f
Renamed TwigSimpleFileLoader into FileLoader
2014-06-19 21:07:41 +04:00
0ec2e2e3cd
Fixed changelog
2014-06-19 20:56:43 +04:00
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
210a8e9a56
Merge pull request #3972 from yiisoft/inflector-slug-improvements
...
Fixes #3939 : `\yii\Inflector::slug()` improvements
2014-06-19 20:34:59 +04:00
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
59b967cc17
Fixes #3968 : Messages logged in shutdown functions are not handled
2014-06-19 12:01:57 -04:00
d3391ed5f7
Updated twig extension changelog
2014-06-19 18:59:43 +04:00
c84b3e0efd
Merge pull request #3767 from grachov/patch-1
...
Twig extensions were added twice
2014-06-19 18:53:59 +04:00
35312c5c16
Merge pull request #3967 from SanderLi/patch-1
...
Update getting-started.md
2014-06-19 09:48:39 -04:00
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
56fde4a574
Fixed CHANGELOG [skip ci]
2014-06-19 08:44:39 -04:00
0cdfc3646b
Merge pull request #3963 from joni-jones/master
...
Fixed #3934 : Added attr() method instead prop()
2014-06-19 08:41:19 -04:00
5a13121d15
Update start-forms.md
2014-06-19 14:02:34 +02:00
cea488d01b
Update start-databases.md
2014-06-19 13:42:23 +02:00
255bd33aff
Fixes #3934 : Added attr() method instead prop() to get valid action url.
2014-06-19 11:33:21 +03:00
2b8cd18ae2
Merge branch 'master' of github.com:yiisoft/yii2
2014-06-19 11:28:56 +03:00
bb1a964cb8
Fixed multiple entries of base migration in history for MongoDB
2014-06-19 11:28:32 +03:00
e94d7e29ac
Merge pull request #3961 from Theill11/patch-1
...
Typo in guide
2014-06-19 10:54:37 +03:00
b8cbc3a8ef
Typo in guide
...
Fixed typo in validation guide
2014-06-19 09:48:54 +02:00
5f8524652d
Docs about mongodb migration usage adjusted
2014-06-19 10:46:06 +03:00
0da628ae1a
Merge pull request #3947 from klimov-paul/mongodb-migration
...
Enh: MongoDB migration support
2014-06-19 10:30:07 +03:00
292072a022
Merge pull request #3958 from Alien13n/master
...
Thai Translation
2014-06-18 22:14:46 -04:00
e0a1b77e58
Update config.php
2014-06-19 09:10:48 +07:00
e0c3624faa
Create yii.php
2014-06-19 09:10:16 +07:00
785b027dbf
doc update [skip ci]
2014-06-18 17:45:10 -04:00
ff66c02cd7
Added changelog for SluggableBehavior
2014-06-19 00:39:58 +04:00
148ba636b1
Merge pull request #3911 from creocoder/sluggable-behavior
...
[READY] \yii\behaviors\SluggableBehavior
2014-06-19 00:37:41 +04:00
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
002fc2fd3d
Translate docs (guide/concept-properties.md) to russian: corrected grammatical errors.
2014-06-18 23:52:44 +04:00
c1afb0410d
Transtale docs (guide/concept-properties.md) to russian.
2014-06-18 23:41:59 +04:00
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
038257e3ed
SluggableBehavior phpDoc updated
2014-06-18 19:31:39 +04:00
9b60527778
Update README.md
2014-06-18 23:30:37 +08:00
15f3385d53
SluggableBehavior phpDoc updated
2014-06-18 19:14:23 +04:00
f368cff3ec
SluggableBehavior phpDoc updated
2014-06-18 19:10:17 +04:00
d011675b77
mongodb/CHANGELOG updated
2014-06-18 18:02:03 +03:00
3253bf316c
Data manipulation methods added to yii\mongodb\Migration
2014-06-18 17:59:19 +03:00
031c9cca06
SluggableBehavior phpDoc added
2014-06-18 18:56:47 +04:00
407ce75880
yii\mongodb\console\controllers\MigrateController created
2014-06-18 17:46:20 +03:00
7a81fff972
SluggableBehavior updated
2014-06-18 18:32:11 +04:00
3d7a91e12b
yii\mongodb\Migration created
2014-06-18 17:13:16 +03:00
1a2201e428
Merge pull request #3945 from zxcq544/ru-docs-concept-configurations
...
ru docs guide/concept-configurations and small typo fix to english version
2014-06-18 17:37:09 +04:00
c3ffce2178
Issue #3778 added to mongodb/CHANGELOG
2014-06-18 15:38:53 +03:00
28403dd35f
concept configurations on russian and small typo fix to english version
2014-06-18 16:14:48 +04:00
a8423bbaed
Removed commented code
2014-06-18 12:51:52 +04:00
769b53c255
Merge pull request #3925 from klimov-paul/3801-base-migrate-command
...
Enh #3801 : Base class for `MigrateController`
2014-06-18 09:51:55 +03:00
3aaffa1ccf
Update translation-status.md
2014-06-17 23:07:28 -04:00