Commit Graph

1501 Commits

Author SHA1 Message Date
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
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
Alexander Makarov
874c6331d2 A plan on security guide CSRF section 2014-12-14 23:51:14 +03:00
pana1990
0f0d9020b3 fix mistake small [skip ci] 2014-12-14 18:01:41 +01:00
Alexander Makarov
996856c04c Security best practices guide 2014-12-14 18:34:20 +03:00
Alexander Makarov
e75e233db9 Added example about configuring theme runtime 2014-12-14 12:20:51 +05:00
Qiang Xue
4e7421d630 Fixes #6505 2014-12-12 22:56:51 -05:00
Nobuo Kihara
47e98daf75 docs/guide/input-forms.md - small fix [ci skip] 2014-12-11 10:08:36 +09:00
Qiang Xue
107a5208f5 Fixes #6372. [skip ci] 2014-12-09 16:23:04 -05:00
Nikola Basic
84d416d1e4 Deleted double tip [skip ci] 2014-12-09 10:34:44 +01:00
Nobuo Kihara
d2e413c809 docs/guide/db-active-record.md - typo [ci skip] 2014-12-09 00:24:04 +09:00
Nobuo Kihara
d6f0419a6b docs/guide/db-active-record.md - small fixes [ci skip] 2014-12-09 00:22:56 +09:00
Nobuo Kihara
e486061052 docs/guide/db-active-record.md - small change [ci skip] 2014-12-09 00:22:55 +09:00