|
63c7a4cfca
|
Docs regarding Security component usage updated.
|
2014-06-27 14:33:20 +03:00 |
|
|
8e96623a56
|
Fixes #1452: Added Module::getInstance() to allow accessing the module instance from anywhere within the module
|
2014-06-26 22:04:41 -04:00 |
|
|
7a8c8df41c
|
small mistakes in service locator guide.
besides, what is `app\components\SolrService`?
|
2014-06-27 01:20:31 +08:00 |
|
|
2457e24795
|
Fixes #4071: mail component renamed to mailer , yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer
|
2014-06-26 18:28:28 +04:00 |
|
|
2d5b20c972
|
Fixed the route for the User link
|
2014-06-26 18:59:55 +08:00 |
|
|
69fa11fd2d
|
note about asArray abstraction level
fixes #2859
|
2014-06-25 23:35:13 +02:00 |
|
|
c6f711ccca
|
Fixes #3765: Added yii\web\User::enableSession to support authentication without using session
|
2014-06-25 16:21:54 -04:00 |
|
|
be78c434ab
|
guide about conditional comments and JS position
fixes #4053
|
2014-06-25 19:23:22 +02:00 |
|
|
cc351d065e
|
tip about environment related asset config
fixes #3324
|
2014-06-25 18:54:48 +02:00 |
|
|
1c1dcc2c15
|
fixed gridview documentation
fixes #4045
|
2014-06-25 18:33:50 +02:00 |
|
|
d825b745c3
|
added note about default order
fixes #4042
|
2014-06-25 12:56:26 +02:00 |
|
|
f871a047fb
|
added information about relation aliases to the guide
fixes #4047
|
2014-06-25 12:42:59 +02:00 |
|
|
6e0ee4ed2a
|
Merge pull request #4026 from yiisoft/transaction-isolation
Added support for transaction isolation levels
|
2014-06-24 03:57:27 +02:00 |
|
|
cc8a8360cb
|
added unit test and notes about dbms specific settings
|
2014-06-24 03:11:34 +02:00 |
|
|
e9996007c9
|
added guide about transaction isolation levels
|
2014-06-24 01:50:00 +02:00 |
|
|
cc9c57e195
|
guide WIP [skip ci]
|
2014-06-23 17:03:09 -04:00 |
|
|
9637fa1da0
|
added note about resubmitting forms
thanks to @Ragazzo
fixes #3799
|
2014-06-23 18:29:47 +02:00 |
|
|
b26305757c
|
Fix typo [skip ci]
|
2014-06-23 11:38:21 +02:00 |
|
|
756308d2d9
|
Finished widget tutorial [skip ci]
|
2014-06-22 21:46:25 -04:00 |
|
|
f1a815a89c
|
Merge pull request #4008 from lucianobaraglia/translation-es
English guide typo [skip ci]
|
2014-06-22 22:25:56 +02:00 |
|
|
67043fb997
|
English guide typo [skip ci]
|
2014-06-22 17:23:12 -03:00 |
|
|
a4ed79192b
|
Update intro-upgrade-from-v1.md
I think it is a small mistake.
|
2014-06-23 04:11:12 +08:00 |
|
|
60b38a1a33
|
Finished filter section [skip ci]
|
2014-06-21 21:04:30 -04:00 |
|
|
ee9f7ed401
|
doc improvement [skip ci]
|
2014-06-20 10:33:26 -04:00 |
|
|
3acdd3aba7
|
doc improvement.
|
2014-06-20 10:00:00 -04:00 |
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
28b6bc5eeb
|
Merge pull request #3978 from yiisoft/twig-syntax-changes
Fixes #3535: Syntax changes
|
2014-06-20 13:34:49 +04:00 |
|
|
42c464cf3e
|
Update a tip and an example
- add a tip that rbac.php is needed to create manually when using PhpManager.
- update that RbacController example needs to import Yii namespace.
|
2014-06-20 15:58:45 +07:00 |
|
|
22884e7384
|
Fixes #3535: Syntax changes
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
|
2014-06-20 05:13:36 +04:00 |
|
|
46041d0c65
|
Fixes #3280: Support dynamically attaching anonymous behaviors
|
2014-06-19 16:45:41 -04:00 |
|
|
b8cbc3a8ef
|
Typo in guide
Fixed typo in validation guide
|
2014-06-19 09:48:54 +02:00 |
|
|
28403dd35f
|
concept configurations on russian and small typo fix to english version
|
2014-06-18 16:14:48 +04:00 |
|
|
768f94f9bf
|
Finished module guide [skip ci]
|
2014-06-17 23:04:42 -04:00 |
|
|
9d178cef1b
|
Finished editing
|
2014-06-16 18:49:04 -04:00 |
|
|
8a32204035
|
Edited up through "Creating AR"
|
2014-06-16 18:08:54 -04:00 |
|
|
4cdf19be15
|
Finished editing
|
2014-06-16 17:14:27 -04:00 |
|
|
d24a0a716b
|
Edited; need an image
We need an image of the CRUD preview (or we need to change the text).
|
2014-06-16 16:59:39 -04:00 |
|
|
5c4deb739e
|
Edited "Starting" Section
Not clear how define('YII_ENV', 'dev') creates the YII_ENV_DEV
constant. Seems like an odd bit of magic that may confuse others…
|
2014-06-16 16:59:39 -04:00 |
|
|
a58eb8e20a
|
guide WIP [skip ci]
|
2014-06-16 15:36:04 -04:00 |
|
|
d68e7ead02
|
Added "not"
Should it be “quality of these articles may not be as good”?
|
2014-06-16 14:58:08 -04:00 |
|
|
ad081f68e9
|
Edited
|
2014-06-16 14:57:17 -04:00 |
|
|
5e56bc5ff0
|
Edited
|
2014-06-16 13:58:28 -04:00 |
|
|
6a877674e2
|
Remove production word [skip ci]
|
2014-06-16 10:59:26 +02:00 |
|
|
1e59b07b82
|
Fix typo [skip ci]
|
2014-06-16 10:16:30 +02:00 |
|
|
973013babc
|
Small fix in english guide [skip ci]
|
2014-06-16 01:28:54 -03:00 |
|
|
9249f6ffc1
|
English guide small fix [skip ci]
|
2014-06-15 20:46:04 -03:00 |
|
|
c8cb40cb50
|
Finished view tutorial [skip ci]
|
2014-06-15 18:16:11 -04:00 |
|
|
f6c446aed9
|
docs about file validator fixed
|
2014-06-15 15:29:30 +04:00 |
|
|
916e059f11
|
Added "validation events" section [skip ci]
|
2014-06-14 21:25:20 -04:00 |
|
|
80d2d64247
|
Merge pull request #3861 from klevron/temp
Fix links [skip ci]
|
2014-06-13 23:57:33 +04:00 |
|