1541 Commits

Author SHA1 Message Date
bfc84d0099 Update tutorial-i18n.md 2015-02-10 00:15:40 -02:00
5c167a74c1 docs/guide/concept-events.md - minor fix [ci skip] 2015-02-10 07:23:56 +09:00
9d59c47a8d Fixes #7121 2015-02-09 19:13:55 +03:00
c29a635b81 Update SiteController Documentation
This sitecontroller documentation can be improved. There are instances where you won't return in an email for Facebook (when someone registers via phone). In addition, you may not return a login as well therefore you get an error. I added a check to make sure that they returned. In my personal instance, I returned a message where they had to use another login/register method if it didn't have an email. I also used email as the login.
2015-02-09 00:05:05 -05:00
0068a94af1 Fixes #4710: added cache busting support for assets 2015-02-08 22:28:03 -05:00
813f5c16eb Update db-dao.md
Removed table prefix sign, description of which is done in the next paragraph only.
2015-02-06 10:47:49 +07:00
d3bc0b3341 Fixes #7163 [skip ci] 2015-02-04 21:05:56 -05:00
032dbbe0e1 docs/guide/structure-views.md - fix [ci skip] 2015-01-31 11:48:46 +09:00
887b167e13 docs/guide/input-forms.md - minor improvements [ci skip] 2015-01-30 21:39:24 +09:00
0764e3f39a Update tutorial-advanced-app.md
Clearer instructions on what to look for in main-local.php when configuring the db param
2015-01-28 16:04:39 -08:00
0e84842789 adjust form guide structure
fixes #7042
2015-01-27 19:16:20 +01:00
55196dc869 update guide about tabular input forms
issue #7040
2015-01-27 11:41:25 +01:00
97e3df1626 finished first part of form guide 2015-01-27 10:28:00 +01:00
6023232df6 editing the guide
small punctation and syntax changes.
2015-01-26 19:00:45 +01:00
6a4dc8a4e8 adjust version composer-asset-plugin to 1.0.0 [ci skip]
close #7024
2015-01-26 13:40:15 +01:00
dee62967e0 adjusted url guide to match change in #7025 2015-01-26 13:31:13 +01:00
6940aecd04 Update runtime-routing.md: Fix url rule order
in previous example this
Url::to(['post/index', 'year' => 2014, 'category' => 'php']) 
will not create `/index.php/posts/2014/php` 
because it will be handled by first find rule 'posts' => 'post/index' and url will be '/index.php/posts?year=2014&category=php'
2015-01-26 14:22:15 +02:00
b227eff431 docs/guide/structure-controllers.md - fixed crosslink, typs [ci skip] 2015-01-26 07:54:47 +09:00
e2ef55a21f docs/guide/structure-applications.md - typo fixed [ci skip] 2015-01-26 07:54:46 +09:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
2c2fb70f94 Fixes #6998: Fixed model name in screenshots of Gii CRUD 2015-01-24 21:34:40 +03:00
5ab1d1a0d1 Fixes #6992. 2015-01-24 08:57:53 -05:00
d9fcfcb7d9 docs/guide/start-hello.md - typo fix [ci skip] 2015-01-24 11:17:34 +09:00
01910860c7 docs/guide/start-workflow.md - small fix [ci skip] 2015-01-24 11:17:33 +09:00
d46b468acd docs/guide/start-installation.md - small changes [ci skip] 2015-01-24 11:17:33 +09:00
7f670aafe9 Additional typo fixed for Database Access Objects guide 2015-01-22 16:34:19 +03:00
4002512dd1 Minor Database Access Objects guide fixes 2015-01-22 12:46:54 +03:00
a77650ba76 Update db-dao.md
There is no queryRow! There must be queryOne in Yii2
am i right?!
2015-01-21 16:01:16 +02:00
360d5a4e53 Merge pull request #6166 from cdvrooman/patch-23
[skip ci] Update db-query-builder.md
2015-01-20 21:52:56 +03:00
cd1e9f4a99 Added example for IS NOT NULL to query builder guide 2015-01-20 21:52:34 +03:00
6c1eead86e Fixes #6925 2015-01-19 23:34:19 +03:00
63176ec446 Auth Clients guide fixes 2015-01-19 09:27:26 +03:00
074f9ac0ef Finished dao guide chapter [skip ci] 2015-01-18 23:36:39 -05:00
f7cf3b50fa Guide on auth clients 2015-01-16 00:01:28 +03:00
52f4006c11 Fixed Url::current() implementation. 2015-01-11 10:43:06 -05: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
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
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
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
23279fafc9 Fixed typo 2015-01-08 22:02:56 +08: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
228f810912 a note about database naming style
fixes #6760
2015-01-05 20:52:29 +01:00
60ef866708 Add syntax highlighting [skip ci] 2015-01-05 18:57:29 +01:00