a7e06d8464
docs/guide-ja/helper-html.md - added [ci skip]
2015-01-13 22:03:26 +09:00
29b115a82d
[Uk] Guide corrections [skip ci]
2015-01-13 05:19:44 +01:00
00c9741a03
docs/guide-ja/helper-array.md - added [ci skip]
2015-01-13 08:03:03 +09:00
24b1e31e0b
docs/guide-ja/helper-overview.md - added [ci skip]
2015-01-12 23:29:52 +09:00
c414eb3ede
Merge pull request #6831 from softark/docs-guide-ja-tut-templ
...
/docs/guide-ja/tutorial-template-engines.md added [ci skip]
2015-01-12 13:32:50 +01:00
2c28ddfa65
docs/guide-ja/widget-bootstrap.md, widget-jui.md added [ci skip]
2015-01-12 13:13:48 +09:00
723a51a233
docs/guide-ja/tutorial-yii-integration.md - added [ci skip]
2015-01-12 11:51:51 +09:00
1e7f0f03b8
docs/guide-ja/tutorial-template-engines.md - added [ci skip]
2015-01-12 10:03:21 +09:00
1d396e24b6
docs/guide-ja updated [ci skip]
2015-01-12 10:03:21 +09:00
514fc3bc37
Update tutorial-i18n.md
2015-01-11 21:17:56 +03:00
52f4006c11
Fixed Url::current() implementation.
2015-01-11 10:43:06 -05:00
34d762c25f
Merge pull request #6679 from pana1990/guide-es
...
Update intro-upgrde-from-v1.md in guide-es [skip ci]
2015-01-11 22:57:52 +08:00
7f7050d564
Fix small mistakes in guide-es [skip ci]
2015-01-11 09:53:39 +01:00
67a6fdc30e
Merge pull request #6761 from DEN007/master
...
[skip ci] Added and translated documentation file in Russian
2015-01-11 15:53:02 +08:00
420af5e616
Merge pull request #6671 from markmarco16/master
...
Update runtime-routing.md Guide ES [skip ci]
2015-01-11 15:52:02 +08:00
a87179e197
Fixes #5685 : a bit more clarification about advanced app environments for the docs
2015-01-11 14:56:11 +08:00
201043244d
doc fixes [skip ci]
2015-01-10 23:23:36 -05:00
5fedb8da59
fixed invalid UTF8 problem in guide indexer
...
fixes #6741
2015-01-10 21:12:51 +01:00
87c6eec52e
Describe both configuration options for authManager
...
only the phpManager configuration was described, the DbManager configuration was not found on this documentation
close #6771
2015-01-10 19:53:27 +01:00
9415c7921d
date formatter fall back to PHP impl. to solve Y2K38 issue
...
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
On a 64bit system the intl formatter is used in all cases if installed.
fixes #5577
2015-01-10 18:27:35 +01:00
0ddc87b8a1
Update intro-upgrade-from-v1.md
2015-01-10 16:13:18 +02:00
8625b482a9
Merge pull request #6815 from softark/docs-guide-tutorial-performance
...
docs/guide/tutorial-performance-tuning.md better wordings[ci skip]
2015-01-10 21:29:50 +08:00
1c68269384
docs/guide-ja/tutorial-shared-hosting.md - added [ci skip]
2015-01-10 19:17:21 +09:00
d01e2c3504
docs/guide-ja/tutorial-performance-tuning.md - added [ci skip]
2015-01-10 16:58:36 +09:00
b454d0ea6e
docs/guide/tutorial-performance-tuning.md better wordings[ci skip]
2015-01-10 16:57:00 +09:00
cb77a4d422
Update test-fixtures.md
2015-01-09 16:44:00 +01:00
ce2431d3dd
Merge pull request #6807 from softark/docs-guide-ja-tutorial-mailing
...
docs/guide-ja/tutorial-mailing.md - added [ci skip]
2015-01-09 22:49:41 +08:00
e7d7d580d0
docs/guide-ja/tutorial-mailing.md - added [ci skip]
2015-01-09 22:04:11 +09:00
72bcd228cd
docs/guide/tutorial-mailing.md - corrections [ci skip]
2015-01-09 21:56:42 +09:00
b0a2b1b178
docs/guide/tutorial-i18n.md revised [ci skip]
2015-01-09 07:41:34 +09:00
01bedde923
Merge pull request #6786 from nicdnepr/patch-1
...
Update start-hello.md
2015-01-08 22:45:53 +08:00
f11c91ad5f
Merge pull request #6791 from softark/docs-guide-ja-tutorial-i18n
...
Docs guide ja tutorial i18n [ci skip]
2015-01-08 22:35:47 +08:00
23279fafc9
Fixed typo
2015-01-08 22:02:56 +08:00
7b79166f16
docs/guide-ja updated [ci skip]
2015-01-08 22:46:32 +09:00
bdf5e62486
docs/guide-ja/tutorial-i18n.md - completed [ci skip]
2015-01-08 22:09:51 +09:00
66bbe4d981
docs/guide-ja/tutorial-i18n.md - WIP
2015-01-08 22:09:51 +09:00
0d7fe0bd7d
docs/guide-ja/tutorial-i18n.md - WIP [ci skip]
2015-01-08 22:09:50 +09:00
a6646fec5a
docs/guide-ja/tutorial-i18n.md - WIP [ci skip]
2015-01-08 22:09:49 +09:00
482f616b6a
Update start-hello.md
...
fix typo
2015-01-08 11:00:54 +02:00
dc7aa25ae7
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (23 commits)
datepicker should show empty field when value is empty string
complete docs about Nav to include the style
Update tutorial-mailing.md
Reverted #3665 (reverted from commit 2aa394996371c2b081bce4adfbc3f1c7a18b15cc)
Unit test for `yii\console\controllers\AssetController` advanced
Doc comments for `yii\console\controllers\AssetController` extended
`yii\console\controllers\AssetController` now handles bundle files from external resources properly
skip requirements checker test on HHVM
Update README.md in guide-es [skip ci]
Add helper-array.md in guide-es [skip ci]
a note about database naming style
Add syntax highlighting [skip ci]
docs/guide-ja/tutorial-core-validators.md - completed [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token
`\yii\authclient\AuthAction::defaultCancelUrl()` changed to use `yii\web\User::loginUrl`
MongoDB PHP extension min version raised up to 1.5.0
Были различные ссылки в русском гайде - привел все к английскому виду ссылки. Файлы по этим ссылкам еще не существуют поэтому переименовывать их и не нужно.
Fixed typo.
...
2015-01-07 22:45:42 +01:00
81412f94b5
Improved the fixture guide
2015-01-07 20:38:31 +01:00
6a738a1e41
Update tutorial-mailing.md
2015-01-06 21:10:31 +01:00
95c7a6fe42
Merge pull request #6764 from pana1990/arrayhelper-guide-es
...
Arrayhelper guide es
2015-01-06 01:38:46 +01:00
366d1c1750
Update README.md in guide-es [skip ci]
2015-01-05 23:32:56 +01:00
201c683cf2
Add helper-array.md in guide-es [skip ci]
2015-01-05 23:25:23 +01:00
228f810912
a note about database naming style
...
fixes #6760
2015-01-05 20:52:29 +01:00
c643d2b22e
Added and translated documentation file in Russian
2015-01-05 22:45:18 +03:00
60ef866708
Add syntax highlighting [skip ci]
2015-01-05 18:57:29 +01:00
9271c0407d
Merge pull request #6755 from keltstr/20150105_guide_hyperlinks_in_line_with_the_English_version
...
[skip ci] Были различные ссылки в русском гайде - привел все к английскому виду ссылок.
2015-01-06 00:02:04 +08:00
46f2f6e755
docs/guide-ja/tutorial-core-validators.md - completed [ci skip]
2015-01-05 23:06:07 +09:00