|
e346330329
|
removed incorrect doc. [skip ci]
|
2014-04-24 13:14:25 -04:00 |
|
|
8c79c4f08b
|
Fixed typo
|
2014-04-24 19:49:24 +04:00 |
|
|
78e3eee2f1
|
Merge pull request #3223 from it3rmit/master
Just fixing small misspelling
|
2014-04-23 11:18:48 -04:00 |
|
|
774b2fe5c7
|
Just fixing small misspelling
Small misspelling
|
2014-04-23 18:05:13 +03:00 |
|
|
bea8f94683
|
Fixes #3208
|
2014-04-21 15:01:41 -04:00 |
|
|
f8dd0b1ffe
|
Fixed code block formatting
|
2014-04-20 23:42:57 +04:00 |
|
|
ad7f57de01
|
Fixes #503: Finished DI documentation. [skip ci]
|
2014-04-19 21:39:10 -04:00 |
|
|
29b9a92a99
|
di doc WIP [skip ci]
|
2014-04-19 11:10:40 -04:00 |
|
|
7e16837b92
|
Fixes #2592: added info on how to translate framework messages at application level
|
2014-04-18 23:18:05 +04:00 |
|
|
e04dca4dae
|
added more rbac doc [skip ci]
|
2014-04-18 10:02:18 -04:00 |
|
|
f7b8e7a023
|
Improved RBAC docs
|
2014-04-18 15:51:26 +04:00 |
|
|
398b77daf6
|
Merge pull request #3162 from it3rmit/master
[ci skip] Update basics.md
|
2014-04-18 13:54:36 +04:00 |
|
|
4493cf4deb
|
Update basics.md
I think, the correct form is `should be defined` OR `is defined`, but not `be defined`
|
2014-04-18 12:43:23 +03:00 |
|
|
520011fff6
|
Fixes #3088: The debug and gii modules will manage their own URL rules now
|
2014-04-17 20:42:50 -04:00 |
|
|
1168cb749c
|
Updated data-grid.md to fix wrong path to GridView
Path was wrong
|
2014-04-17 16:33:04 -06:00 |
|
|
6f0d218a7d
|
Fixes #2939: documented the process of creating your own application template
|
2014-04-18 02:22:39 +04:00 |
|
|
cfb5ebee03
|
Fixes #3048: emphasized that sourcePath in asset bundle means "copy all the contents of it to the web/assets"
|
2014-04-18 01:17:45 +04:00 |
|
|
823c4a15c2
|
Fixes #2621: improved theming docs with better wording and module example
|
2014-04-18 01:09:03 +04:00 |
|
|
4df8a6e5bc
|
Fixes #2899: added more details about canonical URLs to the guide
|
2014-04-18 00:47:23 +04:00 |
|
|
a42b80ec9c
|
minor doc update [skip ci]
|
2014-04-17 08:58:52 -04:00 |
|
|
cd9eb31035
|
Notes about jsCompressor and cssCompressor added to assets.md
|
2014-04-17 13:28:42 +03:00 |
|
|
650440d941
|
Added info about theming widget views. Fixes #3142
|
2014-04-17 12:29:47 +04:00 |
|
|
0842c4a723
|
Adjusted statc pages docs
|
2014-04-17 11:56:40 +04:00 |
|
|
2edc895342
|
Update view.md
|
2014-04-17 09:29:36 +03:00 |
|
|
a3632dbb51
|
Fixes #3129: added RBAC documentation.
|
2014-04-16 22:51:12 -04:00 |
|
|
65dfedf0fd
|
Fixes #3127: added more doc [skip ci]
|
2014-04-16 09:10:12 -04:00 |
|
|
50d4d93bdf
|
Add yii\bootstrap\ActiveForm to the bootstrap guide
|
2014-04-16 10:58:40 +02:00 |
|
|
cb95efe8b9
|
Added info about assets dir
http://www.yiiframework.com/forum/index.php/topic/53430-appasset-questions-getting-404-error-on-asset-files/page__gopid__246055#entry246055
|
2014-04-16 07:20:54 +02:00 |
|
|
a60d295253
|
Added support for using sub-queries when building a DB query with IN condition
|
2014-04-15 20:20:18 -04:00 |
|
|
d79d01278a
|
Merge pull request #3102 from githubjeka/origin/patch-2
Update gii guide.
|
2014-04-15 13:59:21 +04:00 |
|
|
846433bcfe
|
Update model.md
|
2014-04-15 12:20:19 +03:00 |
|
|
89ae09f75f
|
Update model.md
Add `whenClient` description
|
2014-04-15 12:10:41 +03:00 |
|
|
242d1d94df
|
upd image
|
2014-04-15 11:11:07 +03:00 |
|
|
b2f906c796
|
Update gii.md
fixes for https://github.com/yiisoft/yii2/issues/951#issuecomment-25934549
|
2014-04-15 10:44:07 +03:00 |
|
|
bff3868e07
|
updated appd-advanced.md
added predefined path aliases of advanced yii application template
|
2014-04-15 01:14:29 +02:00 |
|
|
cf9795baf8
|
Update apps-advanced.md
just a type correction and suggestion on adding a comma and one word (ie 'by') to make it more easily to be understand.
|
2014-04-14 04:40:03 +07:00 |
|
|
7bc52f32a4
|
Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped yii\rbac\PhpManager .
|
2014-04-12 16:55:50 -04:00 |
|
|
8881c0c666
|
fixed wrong example.
|
2014-04-11 15:06:46 +02:00 |
|
|
31d0538a8b
|
added not about joinWith background
|
2014-04-11 11:45:44 +02:00 |
|
|
f939300f9e
|
add guide about filtering and sorting related columns
fixes #1581 and #3013
|
2014-04-11 11:32:34 +02:00 |
|
|
3cdf95d5f8
|
Update data-grid.md
|
2014-04-11 10:53:21 +02:00 |
|
|
5985896ca4
|
added docs about gridview filtering
|
2014-04-11 10:35:36 +02:00 |
|
|
7946f453ac
|
typo
|
2014-04-11 10:14:49 +02:00 |
|
|
cc05b5f068
|
Update data-overview.md
|
2014-04-11 10:14:17 +02:00 |
|
|
e9363b4e41
|
Looks like GridView has its own section... :)
added a hint and link
|
2014-04-11 10:10:20 +02:00 |
|
|
5dbf6c94bb
|
Some docs on GridView
|
2014-04-11 10:04:20 +02:00 |
|
|
fbc7695a94
|
Most trivial edit
|
2014-04-10 23:04:52 -04:00 |
|
|
8478db4e28
|
Update authorization.md
RBAC Rule small fix
|
2014-04-10 20:26:39 +03:00 |
|
|
1991c4cbbd
|
Add ODBC support to yii\db\Connection
|
2014-04-10 14:53:02 +06:00 |
|
|
134d3d4610
|
Fixes #2034: Added ContentNegotiator to support response format and language negotiation
|
2014-04-09 14:57:04 -04:00 |
|