Alexander Makarov
360d5a4e53
Merge pull request #6166 from cdvrooman/patch-23
...
[skip ci] Update db-query-builder.md
2015-01-20 21:52:56 +03:00
Alexander Makarov
cd1e9f4a99
Added example for IS NOT NULL to query builder guide
2015-01-20 21:52:34 +03:00
Alexander Makarov
6c1eead86e
Fixes #6925
2015-01-19 23:34:19 +03:00
Alexander Makarov
63176ec446
Auth Clients guide fixes
2015-01-19 09:27:26 +03:00
Qiang Xue
074f9ac0ef
Finished dao guide chapter [skip ci]
2015-01-18 23:36:39 -05:00
Alexander Makarov
f7cf3b50fa
Guide on auth clients
2015-01-16 00:01:28 +03:00
Qiang Xue
52f4006c11
Fixed Url::current() implementation.
2015-01-11 10:43:06 -05:00
Alexander Makarov
420af5e616
Merge pull request #6671 from markmarco16/master
...
Update runtime-routing.md Guide ES [skip ci]
2015-01-11 15:52:02 +08:00
Alexander Makarov
a87179e197
Fixes #5685 : a bit more clarification about advanced app environments for the docs
2015-01-11 14:56:11 +08:00
Qiang Xue
201043244d
doc fixes [skip ci]
2015-01-10 23:23:36 -05:00
Angel Guevara
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
Carsten Brandt
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
Nobuo Kihara
b454d0ea6e
docs/guide/tutorial-performance-tuning.md better wordings[ci skip]
2015-01-10 16:57:00 +09:00
Carsten Brandt
cb77a4d422
Update test-fixtures.md
2015-01-09 16:44:00 +01:00
Nobuo Kihara
72bcd228cd
docs/guide/tutorial-mailing.md - corrections [ci skip]
2015-01-09 21:56:42 +09:00
Nobuo Kihara
b0a2b1b178
docs/guide/tutorial-i18n.md revised [ci skip]
2015-01-09 07:41:34 +09:00
Alexander Makarov
23279fafc9
Fixed typo
2015-01-08 22:02:56 +08:00
Carsten Brandt
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 2aa3949963 )
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
Carsten Brandt
81412f94b5
Improved the fixture guide
2015-01-07 20:38:31 +01:00
Andrew Potter
6a738a1e41
Update tutorial-mailing.md
2015-01-06 21:10:31 +01:00
Carsten Brandt
228f810912
a note about database naming style
...
fixes #6760
2015-01-05 20:52:29 +01:00
pana1990
60ef866708
Add syntax highlighting [skip ci]
2015-01-05 18:57:29 +01:00
pana1990
7206e08485
Fix link in tutorial-performance-tuning.md [skip ci]
2014-12-31 17:06:47 +01:00
pana1990
65b20ac94b
Add helper-overview.md in guide-es and add links in helper-overview.md [skip ci]
2014-12-30 23:21:52 +01:00
Qiang Xue
cc3209cf26
Fixes #4502 : Added alias support to URL route when calling Url::toRoute() and Url::to()
2014-12-29 19:26:44 -05:00
Carsten Brandt
4604022029
Update output-sorting.md
...
typos
2014-12-29 12:40:08 +01:00
Carsten Brandt
50ea97bd64
edited sorting guide
...
fixes #6682
2014-12-29 12:02:23 +01:00
Nobuo Kihara
ecadfa43d0
docs/guide/output-sorting.md - typo [ci skip]
2014-12-29 11:54:46 +01:00
Alexander Makarov
b5e5b02985
Guide to sorting
2014-12-28 15:56:43 +03:00
Alexander Makarov
22376910f7
Guide to pagination
2014-12-28 15:56:43 +03:00
Alexander Makarov
6e83bf5efc
There's no security helper and the component is already described
2014-12-28 15:56:43 +03:00
Alexander Makarov
dfa1f3bf3b
Elaborated on processing data in background in performance tuning guide
2014-12-28 15:56:43 +03:00
Alexander Makarov
905751bdd8
Fixed "jQuery UI" case in docs
2014-12-28 15:56:43 +03:00
Alexander Makarov
9d961a30e2
Added ListView description to data widgets guide
2014-12-28 15:56:43 +03:00
Marco Da Silva
17de574f6c
Upgrade of images related to guide GII [skip ci]
...
Upgrade of images related to GII, directories guide-xx/images due to commit
Fixes #6367 : Added `yii\gii\generators\crud\Generator` to support cus…
(d7c3e7815b )
where the field was removed moduleid
2014-12-27 15:51:22 -04:30
Marco Da Silva
87f9fc3278
Update concept-behaviors.md
...
miss blank
2014-12-26 19:06:38 -04:30
Nobuo Kihara
5549149433
docs/guide/security-best-practices.md - minor fix [ci skip]
2014-12-23 08:26:21 +09:00
Nobuo Kihara
c56ada5553
docs/guide/security-authorization.md - fix [ci skip]
2014-12-22 21:14:47 +09:00
Nobuo Kihara
b28629e26f
docs/guide/output-data-widgets.md link correction [ci skip]
2014-12-20 09:24:41 +09:00
Nobuo Kihara
b8747b9ef9
docs/guide/output-data-widgets.md - revised [ci skip]
2014-12-20 09:24:40 +09:00
larnu
6c80cba3ca
update spanish helper-html.md
...
close #6578
2014-12-19 01:07:37 +01:00
Alexander Makarov
2ca4f999ef
Revert "Minor fixes for helper-html.md [skip ci]"
2014-12-18 23:25:27 +03:00
larnu
660834233a
Minor fixes for helper-html.md
2014-12-18 20:04:58 +01:00
Alexander Makarov
87b10f2c23
Fixes #6564 : removed mentioning of creating files manually in case of using PhpManager
2014-12-18 21:04:01 +03:00
Nobuo Kihara
89875a105f
docs/guide/output-formatter.md - revised [ci skip]
2014-12-17 22:46:14 +09:00
Alexander Makarov
37ec930feb
Added note on how to deal with filtering column names
2014-12-17 16:32:10 +03:00
Carsten Brandt
57bca30e91
added tip about filter validator
2014-12-17 10:29:13 +01:00
Nobuo Kihara
ccf94b5558
docs/guide/input-file-upload.md - revised a bit [ci skip]
2014-12-16 22:57:51 +09:00
Nobuo Kihara
7bee6f811d
docs/guide/input-validation.md - typo [ci skip]
2014-12-15 22:27:19 +09:00
Said Bakr
318bc93b40
Update start-looking-ahead.md
...
Adding the tag titled "yii2" on Stackoverflow to Community list.
2014-12-15 03:06:24 +02:00