Commit Graph

4490 Commits

Author SHA1 Message Date
Alexander Makarov
c3e4d63606 Docs on creating your own rule classes 2013-11-30 11:08:06 +04:00
Alexander Makarov
bcff068b3c Added crosslinks to Action Filters subsection of controller docs 2013-11-30 11:08:06 +04:00
Alexander Makarov
f22c521261 A bit more docs on console applications 2013-11-30 11:08:06 +04:00
Alexander Makarov
951da01c9d Added "Setting component defaults classwide" to docs 2013-11-30 11:08:06 +04:00
Alexander Makarov
c5108b25f7 Docs on combining and compressing assets, asset format conversion 2013-11-30 11:08:06 +04:00
Qiang Xue
8245e574d9 fixed readme 2013-11-29 23:59:09 -05:00
Qiang Xue
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00
Carsten Brandt
d0fc987f0b fixed test break 2013-11-30 03:15:35 +01:00
Qiang Xue
dd9facceed Added $key parameter to several methods in grid view. 2013-11-29 20:34:06 -05:00
Carsten Brandt
ff52f28d0a adjusted elasticsearch and redis AR to use BaseAR 2013-11-30 01:30:31 +01:00
Qiang Xue
79866ee3e0 Improved Query::select() doc. 2013-11-29 19:26:01 -05:00
Qiang Xue
64ff5e7403 Merge pull request #1364 from sasselin/patch-1
fix doc typo
2013-11-29 14:56:30 -08:00
Sébastien Asselin
37f5920014 Update index.md 2013-11-29 17:14:27 -05:00
Carsten Brandt
c3eb4d926c created BaseActiveRecord 2013-11-29 21:28:27 +01:00
Carsten Brandt
1499480934 Merge branch 'master' into activerecord-interface
* master: (30 commits)
  replaced inheritdoc tags.
  doc cleanup.
  Moved key serialization from data provider to data viewers.
  Fixes #1356: Alias for authFile in rbac/PhpManager not resolved
  Fixes #1296: stricter check of dashes in route.
  Fixes #1362: added itemOptions to Html::radioList and checkboxList.
  Fixes #1362: doc fix.
  really small doc typo fix
  Fixes #1332: generate subdirectories when needed during message extraction process.
  typo fix.
  Fixes #1335: support view extension fallback
  More TDB for the guide
  Added reference to Composer section of the guide from 1.1.x differences page
  Better docs structure and minor fixes
  More docs on performance
  Structure for console application docs
  Docs on using behaviors
  doc fix.
  Refactored MessageInterface::send().
  refactored EmailTarget with the new mailer interfaces.
  ...
2013-11-29 19:56:31 +01:00
Klimov Paul
27a1c63e26 Mongo "_id" processing advanced. 2013-11-29 20:55:41 +02:00
Qiang Xue
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
Qiang Xue
fb3ebe7000 doc cleanup. 2013-11-29 12:47:10 -05:00
Qiang Xue
c9e4773ebb Moved key serialization from data provider to data viewers. 2013-11-29 12:42:26 -05:00
Qiang Xue
975f263ef4 Fixes #1356: Alias for authFile in rbac/PhpManager not resolved 2013-11-29 12:35:17 -05:00
Qiang Xue
323008b177 Fixes #1296: stricter check of dashes in route. 2013-11-29 12:31:09 -05:00
Qiang Xue
a1612f5d7e Fixes #1362: added itemOptions to Html::radioList and checkboxList. 2013-11-29 12:13:53 -05:00
Qiang Xue
8307075f74 Fixes #1362: doc fix. 2013-11-29 11:34:34 -05:00
Paul Klimov
3fd6d95aff Unit test for Mongo Active Relation added. 2013-11-29 17:25:17 +02:00
Paul Klimov
479fbf77ef Unit test for Mongo ActiveDataProvider added. 2013-11-29 17:12:13 +02:00
Paul Klimov
a39b2d3799 Default options setup added to Mongo Collection operations. 2013-11-29 16:59:38 +02:00
Carsten Brandt
9238434db7 ActiveRecord Interface 2013-11-29 15:41:14 +01:00
Paul Klimov
9c7d2b23c2 Mongo Active Record and Active Query fixed. 2013-11-29 16:40:57 +02:00
Paul Klimov
0f7ded8f53 Mongo query unit test fixed. 2013-11-29 12:27:22 +02:00
Alexander Makarov
2ef1c300f8 Merge pull request #1353 from jfragoulis/master
really small doc typo fix
2013-11-29 00:52:00 -08:00
John Fragkoulis
d4b88555fa really small doc typo fix 2013-11-29 10:17:11 +02:00
Qiang Xue
d803b6f409 Fixes #1332: generate subdirectories when needed during message extraction process. 2013-11-29 00:26:40 -05:00
Qiang Xue
c4f7d024d9 typo fix. 2013-11-29 00:25:45 -05:00
Qiang Xue
a1f7f8bcbe Fixes #1335: support view extension fallback 2013-11-28 23:58:14 -05:00
Alexander Makarov
9d57b40b6d More TDB for the guide 2013-11-29 04:23:33 +04:00
Alexander Makarov
b3de71a633 Added reference to Composer section of the guide from 1.1.x differences page 2013-11-29 04:21:43 +04:00
Alexander Makarov
2c7e9e45c9 Better docs structure and minor fixes 2013-11-29 04:17:11 +04:00
Alexander Makarov
97a5a9d45f More docs on performance 2013-11-29 04:16:29 +04:00
Alexander Makarov
1a7ce04bb5 Structure for console application docs 2013-11-29 03:49:56 +04:00
Alexander Makarov
55e954b682 Docs on using behaviors 2013-11-29 03:31:19 +04:00
Klimov Paul
37664fff9b Mongo Active Record created as draft. 2013-11-28 21:25:17 +02:00
Klimov Paul
dc3ada65a5 Mongo query "IN" condition shortcut syntax added. 2013-11-28 20:36:38 +02:00
Klimov Paul
a038449801 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-11-28 20:06:56 +02:00
Qiang Xue
05272b7120 doc fix. 2013-11-28 12:34:10 -05:00
Paul Klimov
9da7a80f0f Mongo query condition composition composed. 2013-11-28 17:21:47 +02:00
Qiang Xue
bd8f74cf12 Refactored MessageInterface::send(). 2013-11-28 09:55:35 -05:00
Qiang Xue
eb3b2f45bc refactored EmailTarget with the new mailer interfaces. 2013-11-28 09:46:20 -05:00
Qiang Xue
c22409e397 Fixed test break using file transport. 2013-11-28 09:22:08 -05:00
Qiang Xue
d6f97ff4c1 Added Application::getMail(). 2013-11-28 09:08:02 -05:00
Qiang Xue
0390a99833 Use backquotes to quote column and table names for sqlite (related with #1318) 2013-11-28 09:04:16 -05:00