Commit Graph

70 Commits

Author SHA1 Message Date
Qiang Xue
ea9949c729 minor doc update. 2013-07-28 11:49:46 -04:00
Qiang Xue
3bef7365f1 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
Qiang Xue
368a4cfe66 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
Carsten Brandt
67e9e6619f typo fix in migration docs 2013-07-14 14:50:57 +02:00
Carsten Brandt
e7b7b89f71 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  minor doc fix.
  minor doc improvement.
  Add echo into docs for link pager
  Update migration.md. Fix missed quotes
  handle array in importNamespaces.
  import namespaces.
  import namespaces.
  renamed autoload to classmap.
  Added autoload command.
  Rewording
  Added readme and license files to extensions.
  fixed the "only" option for FileHelper::findFiles()
  Added Query::indexBy
  Improved FileHelper::filterPath()
  Enhanced file options for FileHelper.
  Fixed locale command.
2013-07-14 14:48:50 +02:00
Carsten Brandt
cee45fdf26 added docs description of abstract db types in migration
replaces #618
2013-07-14 14:47:54 +02:00
Qiang Xue
4f70506c47 minor doc fix. 2013-07-13 21:59:24 -04:00
Qiang Xue
494fb8f695 minor doc improvement. 2013-07-13 17:52:32 -04:00
Ilya
3387aadfe1 Update migration.md. Fix missed quotes 2013-07-13 00:05:02 +03:00
maximal
b56908628c Typo fix: read-to-use → ready-to-use
read-to-use → ready-to-use
2013-07-10 23:20:33 +04:00
Alexander Makarov
4293c28a2c validation draft 2013-07-05 01:09:17 +04:00
Alexander Makarov
65cd163c69 query builder guide 2013-07-05 00:52:29 +04:00
Carsten Brandt
8ea5fcb561 Update database-basics.md
Database name consistency
2013-07-04 20:02:23 +02:00
resurtm
5892b265fa Merge branch 'master' of github.com:yiisoft/yii2 2013-07-04 09:42:03 +06:00
resurtm
80bc6811c4 Docs on caching:
1. Remove unnecessary samples.
2. Add configuration file location note for basic application.
3. Fix a couple of typos.
2013-07-04 09:40:40 +06:00
Alexander Makarov
279b274e5a fixed controller example 2013-07-04 03:22:47 +04:00
Alexander Makarov
a08d8a245b started controller docs 2013-07-04 02:00:24 +04:00
Sw3rtas
ab27d16efd * Fixed Model::loadMultiple() when populating from formName()
* Documentation corrections for data population and quoting names in SQL query
2013-07-03 23:02:32 +03:00
Alexander Makarov
223e259ba7 prioritized quoting using special syntax instead of doing it manually 2013-07-03 22:28:40 +04:00
resurtm
33c36f2a13 Docs: caching WIP. 2013-07-03 16:26:06 +06:00
Alexander Makarov
96184c2cb0 added docs about DB table and column quoting 2013-07-03 13:26:30 +04:00
Alexander Makarov
33285c5392 fixed wording 2013-07-03 12:09:17 +04:00
resurtm
f801115e5e Fixes #595. Add doc on changing model scenario. 2013-07-03 11:26:43 +06:00
resurtm
2433563451 Add DSN for non MySQL/MariaDB RDBMSes. 2013-07-03 09:53:43 +06:00
resurtm
02594d727b Add AR atomic operations and scenarios draft. 2013-07-03 09:31:24 +06:00
Alexander Makarov
6033e20025 added note about model validation 2013-07-03 04:37:08 +04:00
Alexander Makarov
a8a7c43f73 more structure for doc index 2013-07-03 04:32:29 +04:00
Alexander Makarov
8b8b6e5d5a Using template engines docs 2013-07-03 04:23:57 +04:00
Carsten Brandt
c92c008908 Removed part about extending attributes which is not basic usage
Discussion is here:
9bc5868dd1 (commitcomment-3552713)
2013-07-03 02:14:08 +02:00
Alexander Makarov
3aed08252a fixed code blocks in migration docs 2013-07-03 04:09:15 +04:00
Carsten Brandt
a2a4c40be0 better sentence for label example. 2013-07-03 02:07:01 +02:00
Carsten Brandt
271aecb016 Update database-basics.md 2013-07-03 02:04:46 +02:00
Alexander Makarov
8036d416f6 activerecord draft 2013-07-03 03:53:08 +04:00
Carsten Brandt
38f1e59b07 Update model.md 2013-07-03 01:41:52 +02:00
Alexander Makarov
ea3c40039d removed dao section from docs 2013-07-03 03:36:36 +04:00
Alexander Makarov
6187681633 added dabase basics docs 2013-07-03 03:36:14 +04:00
Alexander Makarov
9bc5868dd1 model guide 2013-07-03 02:18:27 +04:00
Alexander Makarov
c690504c68 added subsection to docs index 2013-07-03 02:18:04 +04:00
Qiang Xue
9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 2013-06-26 08:34:27 -04:00
Qiang Xue
051822075e Fixes issue #579: AccessControl deny rule by default 2013-06-24 21:04:44 -04:00
Qiang Xue
6fd1c16609 Revert "Added ActiveForm::mfield()."
This reverts commit 9a5ca99513.
2013-06-19 19:14:41 -04:00
Qiang Xue
9a5ca99513 Added ActiveForm::mfield(). 2013-06-19 08:37:11 -04:00
Qiang Xue
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
ploaiza
9bc99e22b7 Fixed some wording 2013-05-28 10:55:51 -03:00
Qiang Xue
595594ac8e updated the guide doc. 2013-05-24 11:15:16 -04:00
Luciano Baraglia
767d99c30b Fixing some outdated comments 2013-05-23 00:49:07 -03:00
Rinat Silnov
5a81959d4a Rename yiic to yii. Fixes #113 2013-05-17 02:33:41 +04:00
Qiang Xue
fb5993af40 Fixes issue #251: changed the signature of t() to be the same as v1.1 2013-05-15 10:09:48 -04:00
Qiang Xue
2d8a465c2f Fixes issue #257: removed the $view parameter from widget methods. 2013-05-14 07:24:37 -04:00
Qiang Xue
51f4424332 Fixes issue #172: Implemented new usage of widgets. 2013-05-11 20:59:14 -04:00