Carsten Brandt
8881c0c666
fixed wrong example.
2014-04-11 15:06:46 +02:00
Carsten Brandt
31d0538a8b
added not about joinWith background
2014-04-11 11:45:44 +02:00
Carsten Brandt
f939300f9e
add guide about filtering and sorting related columns
...
fixes #1581 and #3013
2014-04-11 11:32:34 +02:00
Carsten Brandt
3cdf95d5f8
Update data-grid.md
2014-04-11 10:53:21 +02:00
Carsten Brandt
5985896ca4
added docs about gridview filtering
2014-04-11 10:35:36 +02:00
Carsten Brandt
7946f453ac
typo
2014-04-11 10:14:49 +02:00
Carsten Brandt
cc05b5f068
Update data-overview.md
2014-04-11 10:14:17 +02:00
Carsten Brandt
e9363b4e41
Looks like GridView has its own section... :)
...
added a hint and link
2014-04-11 10:10:20 +02:00
Carsten Brandt
5dbf6c94bb
Some docs on GridView
2014-04-11 10:04:20 +02:00
Larry Ullman
fbc7695a94
Most trivial edit
2014-04-10 23:04:52 -04:00
armab
8478db4e28
Update authorization.md
...
RBAC Rule small fix
2014-04-10 20:26:39 +03:00
resurtm
1991c4cbbd
Add ODBC support to yii\db\Connection
2014-04-10 14:53:02 +06:00
Qiang Xue
134d3d4610
Fixes #2034 : Added ContentNegotiator to support response format and language negotiation
2014-04-09 14:57:04 -04:00
Carsten Brandt
79b4f4d64b
Merge pull request #3032 from arisk/patch-5
...
Update basics.md [skip ci]
2014-04-09 18:19:02 +02:00
Qiang Xue
586f5b87b0
Removed Application::preload in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
Alexander Makarov
b2c8dba090
Merge pull request #3041 from MetalGuardian/update-module-debug-md
...
Update module-debug.md
2014-04-09 06:31:03 -07:00
MetalGuardian
ef03e62e1f
Update module-debug.md
2014-04-09 16:28:31 +03:00
MetalGuardian
b2aaffee7c
Update model.md
2014-04-09 15:47:49 +03:00
Aris Karageorgos
6d663bd237
Fixes
2014-04-09 15:16:10 +07:00
Aris Karageorgos
86283c6c35
Update basics.md
2014-04-09 11:10:59 +07:00
Aleksandr Zelenin
034ba5e625
auth guide fix
2014-04-08 01:26:19 +04:00
Qiang Xue
46a696b0d3
Merge branch 'master' into split-find-into-find-findOne-findAll
2014-04-07 16:29:36 -04:00
Qiang Xue
0e143338d7
Finished refactoring find() .
2014-04-07 16:29:12 -04:00
Larry Ullman
2a038a1bc8
First round of edits
...
Pretty awesome feature!
2014-04-07 10:47:17 -04:00
Qiang Xue
8a7e852342
minor doc fix. [skip ci]
2014-04-07 10:10:19 -04:00
Qiang Xue
2f854bbbab
Merge pull request #2996 from hijarian/patch-1
...
Update logging.md
2014-04-07 10:09:29 -04:00
Alexander Makarov
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
Larry Ullman
c7a2227204
First round of edits
...
Note: should confirm that my additions of “inclusive” is correct.
2014-04-06 22:58:51 -04:00
Larry Ullman
1a5087cab1
Very trivial edits
...
Still feels like an incomplete, possibly unnecessary, fragment
2014-04-06 21:44:45 -04:00
Larry Ullman
36e3b0a7ff
More minor edits
2014-04-06 21:35:14 -04:00
Larry Ullman
3f2c48f3d2
Pretty minor edits
2014-04-06 20:08:39 -04:00
Larry Ullman
c328b851d0
Fix "Web"
...
Because we’re using capital “Web” not “web” (my previous mistake).
2014-04-06 20:04:59 -04:00
Larry Ullman
8390f2d2f0
Very slight edits
2014-04-06 20:00:38 -04:00
Qiang Xue
22189b3b3f
doc fix [skip ci]
2014-04-06 19:30:55 -04:00
hiltonjanfield
87a6cf58af
Clarify new usage of yii\web\View::render()
...
One paragraph description and one code snippet to clarify usage of yii\web\View::render() in a view context, as using echo is a significant change from partial view usage in Yii 1.1.
2014-04-06 13:22:03 -07:00
Saphronov Mark
16aa0078d5
Update logging.md
...
Currently `Yii::$app->log` is not the `yii\log\Logger`, but the `yii\log\Dispatcher`. Logger is transient component used indirectly and separately by the dispatcher and helper methods for logging.
2014-04-06 14:03:49 +04:00
Qiang Xue
8a3fe89149
renamed "auth" to "authenticator". [skip ci]
2014-04-06 00:53:42 -04:00
Qiang Xue
83da0cd07a
refactored authentication filters.
2014-04-06 00:50:46 -04:00
Qiang Xue
12cd71d7c4
Refactored rate limiting by turning RateLimiter into an action filter.
2014-04-05 21:31:47 -04:00
Carsten Brandt
7f73ec1fcf
Update console-migrate.md
...
fixes #2989
2014-04-05 22:59:09 +02:00
Qiang Xue
a15a3835c7
Moved all filter classes to namespace yii\filters
2014-04-05 01:00:14 -04:00
Qiang Xue
50e338127d
Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels
2014-04-04 23:30:59 -04:00
Alexander Makarov
84ac0a940c
Fixed typo
2014-04-04 23:57:57 +04:00
Alexander Makarov
574985824d
Adjusted guide
2014-04-04 23:17:52 +04:00
Qiang Xue
8b4dfcc876
Fixes #2955 : Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes
2014-04-03 10:36:52 -04:00
Qiang Xue
2efb5aaf31
added filterWhere guide.
2014-04-02 20:17:13 -04:00
Alexander Makarov
ada39df60b
Corrected theming docs not to give an example of theme view files under webroot
2014-04-02 17:07:04 +04:00
Alexander Makarov
3a232743a4
Added info about table prefix syntax to the guide
2014-04-02 14:17:19 +04:00
Qiang Xue
4a0123ed8a
AR doc improvement [skip ci]
2014-03-30 23:17:32 -04:00
Alexander Makarov
82bdcdcb94
Fixes #2924 : added a list of predefined aliases to the guide
2014-03-31 02:20:11 +04:00