84d37cff93
added bootstapping tutorial
2014-09-28 10:33:27 -04:00
61b4180f28
added bootstapping tutorial
2014-09-28 10:32:12 -04:00
d2b864da84
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
478da530bd
reverted #5189 and made markdown more clear
2014-09-27 23:08:43 +02:00
6f9d2c661c
use 1.0.0-beta2 version for composer asset plugin.
2014-09-27 12:57:43 -04:00
0544d77547
Fixes #5175 . [skip ci]
2014-09-26 22:48:14 -04:00
6bef0e628d
Fixes #5169 .
2014-09-26 22:41:46 -04:00
97e37f7864
Fixed some issues in asset command.
2014-09-26 16:32:19 -04:00
a145d3ad8f
Fix double specification of basePath
2014-09-26 14:33:34 +02:00
41c2b91c53
Fix minor typo in assets docs
2014-09-26 03:08:45 -05:00
ce83886072
Add comment to documentation sample code
...
Add comment to documentation sample code for GridView
2014-09-25 23:59:05 -05:00
ecd9181a23
Fixed wrong link [skip ci]
2014-09-26 00:07:45 -04:00
ef703e43f5
minor update. [skip ci]
2014-09-26 00:02:54 -04:00
4d6ebae3ed
finished asset.
2014-09-25 23:59:58 -04:00
a1d10b2cea
updated guide about i18n and ICU
...
fixes #2593
2014-09-23 15:42:33 +02:00
426e6c9f4c
reword/structure of the i18n and formatter guide
2014-09-23 14:32:44 +02:00
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