1167 Commits

Author SHA1 Message Date
340e2b51d6 asset guide WIP [skip ci] 2014-09-21 10:26:24 -04:00
0ea8ef712d asset guide WIP 2014-09-20 12:58:16 -04:00
ff17d9608a Switch to 1.0.0-beta1 for the composer asset plugin. 2014-09-19 08:32:47 -04:00
00ce3a3a82 Update structure-views.md
- We do not generate static pages in controllers, but merely output them.
- We need to say that the data is needed to be plainly put into the view, as the reader might expect something more sophisticated to happen here.
2014-09-17 22:25:34 +04:00
bba9209398 Update structure-views.md
registerMetaTag() usage clarification
2014-09-17 21:57:17 +04:00
b1bb796ee0 Fixed wrong instruction. 2014-09-16 20:58:57 -04:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
5c7e84cd98 Update structure-views.md
We should note that the application is the global module itself, otherwise the paragraph can hardly be understood by someone unfamiliar with yii architecture.
2014-09-16 22:40:38 +04:00
b6a53e3046 WIP 2014-09-16 13:31:32 -04:00
017942f79e updated gii doc. [skip ci] 2014-09-14 16:57:32 -04:00
510a16c9bd ncessary -> necessary 2014-09-14 18:54:50 +04:00
9079179f50 Update structure-views.md
Above/below code reference fix
2014-09-13 16:02:48 +04:00
2635efd7be Typo in concept-behaviors.md
The method 'bar()' does not exist in this context. I believe it should be 'foo().'
2014-09-12 10:37:03 -06:00
5190fbfe37 aliases.php renamed to bootstrap.php (introduced to specific applications too) 2014-09-12 11:29:48 +04:00
ee3fc7f866 Fixes #4986 2014-09-11 12:09:10 -04:00
c1d98722aa Update tutorial-i18n.md
typod
2014-09-10 19:29:30 +02:00
2b38d6ab33 Merge branch 'master' into Erik-r-2359-formatter-refactored
* master: (22 commits)
  Fixes #4971: Fixed hardcoded table names in `viaTable` expression in model generator
  Fixed test break.
  Fixes #4955: Replaced callbacks with events for `ActiveForm`
  Fix brackets
  Rename `\yii\web\User` component param for consistency
  Html::button() type is `button` by default
  Fix bug in Estonian translation
  Typo fixed inside \yii\rest\CreateAction
  Fixed test break.
  Fixed test case.
  note about validation rules order
  Return a fixtures cleanup in case of a failing test
  Update finnish translation
  skip fixture controller test on HHVM
  Make unit tests cleanup a DB after finish
  Fixes #4945: Added `yii\test\ArrayFixture`
  added array fixture class
  minor doc adjustment [skip ci]
  Fixes #4948. Thanks, @johan162
  Fixes #4947
  ...

Conflicts:
	framework/UPGRADE.md
2014-09-10 19:26:04 +02:00
0723f409ab finished the first structure of the guide on formatting 2014-09-10 19:24:14 +02:00
d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 2014-09-10 17:56:25 +02:00
cc40fb5b13 Fix brackets
There were too many brackets.
2014-09-09 23:24:51 -03:00
91e973ce7b note about validation rules order
fixes #2268
2014-09-08 13:21:14 +02:00
92f7b3fb06 minor doc adjustment [skip ci] 2014-09-07 18:27:08 -04:00
abb807bd9d Fixes #4948. Thanks, @johan162 2014-09-08 00:25:59 +04:00
06a3f5ff8a Fixes #4947 2014-09-08 00:24:40 +04:00
98079b84a2 Merge branch 'master' into Erik-r-2359-formatter-refactored
* master: (1112 commits)
  Removed unused "use" statements
  Fixed array syntax
  Removed unused "use" statements
  Перевод runtime-handling-errors.md на русский язык
  Mark tests with problematic DBMS as skipped.
  Fixes #3511: Dropped `yii.allowAction()` and modified `yii.confirm()` in `yii.js` to support callbacks
  Update runtime-url-handling.md
  Update runtime-url-handling.md
  Update runtime-url-handling.md
  Update runtime-url-handling.md
  Update runtime-url-handling.md
  Create runtime-url-handling.md
  Fixed test break.
  Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically
  Fixes #2914: `ActiveForm::fieldConfig` will be merged recursively with the `$options` parameter in `ActiveForm::field()`
  Fixes #4936 [skip ci]
  Reverted/fixed some incorrect changes.
  missing "." sign
  Fixed formatting, initialized options array
  Fixed phpdoc
  ...

Conflicts:
	framework/CHANGELOG.md
	framework/base/Formatter.php
	framework/i18n/Formatter.php
	tests/unit/framework/base/FormatterTest.php
	tests/unit/framework/i18n/FormatterTest.php
2014-09-07 20:44:48 +02:00
8ff4db3c02 added anchor [skip ci] 2014-09-07 12:42:18 -04:00
b1e7c753ae Fixes #2702: added doc about customizing error response format [skip ci] 2014-09-07 12:40:50 -04:00
1e344dd99c Fix typo in security-authorization.md 2014-09-04 11:28:00 +02:00
212c5ee3ef Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server 2014-09-03 14:42:09 -04:00
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
b2a91e4c89 Fixes typos in security-passwords.md 2014-08-31 13:10:55 +02:00
171e84ab2a Merge branch 'master' into new-asset 2014-08-28 14:41:18 -04:00
452fcc0fcf Fixes #4845 2014-08-28 10:32:34 -04:00
269cb07842 unneeded use class 2014-08-28 12:21:59 +04:00
f51a263570 new asset management WIP 2014-08-27 16:44:00 -04:00
7dbe079bba Fixes typo in concept-configurations.md 2014-08-27 16:25:41 +02:00
2b327bf2bc removes duplicated unnecessary sentence from structure-extensions.md 2014-08-26 21:00:29 +02:00
7db5bdfffe Fixes typo in structure-assets.md 2014-08-26 20:47:14 +02:00
4e9f8bd5e5 Fixed example of transactional operations in AR guide 2014-08-26 13:16:40 +04:00
dd61be67a1 Fixes #3248: described AR transactions, locks, dirty attributes 2014-08-26 03:28:36 +04:00
f0221fb84f Fixes #4126 2014-08-26 02:39:05 +04:00
902684ed27 Fixed method name in docs 2014-08-26 02:38:55 +04:00
fc03527a07 Merge pull request #4809 from nenad-zivkovic/master
[ci skip] Adds start-gii-crud-preview image to the gii guide
2014-08-25 02:29:07 +04:00
6a1543c35d Adds start-gii-crud-preview image to gii guide 2014-08-25 00:22:08 +02:00
8fc65d254f Fixes #4724: fixed example in "Creating your own rule classes" 2014-08-25 02:19:06 +04:00
d6944067af fixes typos in start-databases.md 2014-08-24 23:18:19 +02:00
f526cc7af9 more doc [skip ci] 2014-08-24 12:17:24 -04:00
2af195d8f7 Replaced Amazon link with ISBN 2014-08-24 13:48:20 +04:00
ca40502888 Added more notes and a book reference to testing intro 2014-08-24 13:37:53 +04:00
7d795c620e First pass of edits 2014-08-23 20:06:42 -04:00