Commit Graph

322 Commits

Author SHA1 Message Date
mdomba
f61510bd64 doc fix 2011-01-29 21:02:46 +00:00
mdomba
dcffa53ac0 Fixed example error 2011-01-28 07:56:42 +00:00
qiang.xue
4e26cd3257 Added pattern option to url rule. 2011-01-21 17:00:57 +00:00
haertl.mike
b372ed1235 Fixed typo in query builder docs 2011-01-20 15:57:03 +00:00
qiang.xue
44d779eb2f removed 1.0 version information in guide. 2011-01-18 15:58:34 +00:00
qiang.xue
a5b6904338 * (Fixes issue 802) Added RESTful URL support 2011-01-18 15:31:24 +00:00
qiang.xue
1f15c7da26 2011-01-16 14:57:33 +00:00
qiang.xue
46e440f658 merged yiidoc. 2011-01-16 14:55:27 +00:00
alexander.makarow
8d32431017 docs: fixed i18n examples 2011-01-16 04:56:12 +00:00
haertl.mike
42d1ac6edf Fixed typo in query builder doc 2011-01-15 22:11:10 +00:00
haertl.mike
11ea072f74 Fixed typo in guide 2011-01-15 10:22:03 +00:00
haertl.mike
28acfee16f Fixed typo in guide 2011-01-15 09:20:03 +00:00
alexander.makarow
c1357c13ad 2011-01-15 01:44:41 +00:00
alexander.makarow
4048fddb9c fixed i18n docs block naming 2011-01-13 02:16:19 +00:00
alexander.makarow
fdda26ddfa (Fixes issue 1875) Added support for CLDR-based plural forms format to Yii::t 2011-01-13 01:29:55 +00:00
alexander.makarow
137ab63470 database.query-builder doc: missing quote added, examples → example where there is only one block of code 2011-01-12 21:31:22 +00:00
alexander.makarow
b94ce65949 test.unit doc: fixed link to PHPUnit documentation 2011-01-12 21:04:12 +00:00
qiang.xue
cce0060376 (Fixes issue 1966) 2011-01-10 14:37:04 +00:00
alexander.makarow
d9eeb1a4f7 docs: fixed query builder docs 2011-01-02 04:00:33 +00:00
qiang.xue
42436761bd changed like operands. 2011-01-02 01:14:27 +00:00
alexander.makarow
0d7a4dda1c documentation fixes 2010-12-31 00:22:33 +00:00
qiang.xue
978a406f71 (Fixes issue 1888) 2010-12-28 18:24:27 +00:00
qiang.xue
6ad97750e9 (Fixes issue 1897) 2010-12-28 16:20:41 +00:00
qiang.xue
16e6a2ada6 (Fixes issue 1914) 2010-12-28 16:18:06 +00:00
jefftulsa
19b0e57269 Issue 1886: removing the first two lines of the .htaccess example as they are not explicitly relevant to the apache url re-writing process. 2010-12-26 16:58:38 +00:00
alexander.makarow
a156f0399a reverted AUTOINCREMENT change 2010-12-24 14:48:44 +00:00
alexander.makarow
a76bf177b0 database.ar: AUTOINCREMENT → AUTO_INCREMENT 2010-12-24 14:46:26 +00:00
alexander.makarow
ea4ce0f7a3 caching.overview: added link to zend data cache 2010-12-24 13:40:32 +00:00
weizhuo
93d4bca43d Use appropriate headings instead of 'Overview', promote some h3 headings to h2 2010-12-14 01:50:04 +00:00
qiang.xue
50f0925cd6 2010-12-07 15:17:04 +00:00
qiang.xue
c43cef619a Added mark action to migrate tool. 2010-12-02 18:22:39 +00:00
qiang.xue
836e11ed6f * Added support for adding/dropping foreign key constraints using query builder. 2010-12-02 17:23:27 +00:00
qiang.xue
19b3718ed4 refactored migration tool. 2010-12-02 15:33:35 +00:00
qiang.xue
909e0760e8 refactored the migrate command. 2010-12-02 05:28:08 +00:00
qiang.xue
028bbeefd1 * Added support for using anonymous parameters and global options in console commands 2010-12-02 04:30:18 +00:00
alexander.makarow
a42c36f905 toc fix 2010-12-01 13:08:26 +00:00
alexander.makarow
4d390cdd84 migrations guide wording 2010-11-30 20:23:09 +00:00
qiang.xue
05e82faa63 Added documentation on db migration. 2010-11-30 17:47:23 +00:00
qiang.xue
d2d2daa9e9 swap the parameter order of createIndex/dropIndex. 2010-11-30 02:38:24 +00:00
qiang.xue
fb256b4605 refactored query builder methods. 2010-11-28 19:55:05 +00:00
qiang.xue
3d984fbc25 * Added query builder methods for building database schema manipulation queries. 2010-11-28 02:49:35 +00:00
jefftulsa@gmail.com
bbee344fbc small editorial changes 2010-11-26 16:08:14 +00:00
qiang.xue
6980fcfc7f * Added "Best MVC Practices" tutorial. 2010-11-22 19:13:16 +00:00
qiang.xue
3c2077e24b * Finished query builder documentation. 2010-11-17 19:56:48 +00:00
qiang.xue
a02968cd5e merge from yiidoc. 2010-11-14 14:22:13 +00:00
qiang.xue
871212032f merge from yiidoc. 2010-11-14 14:17:44 +00:00
jefftulsa@gmail.com
b5b5e4d77e making a few additional to address Issue 747: Improving the guide on authentication and RBAC 2010-11-11 14:18:59 +00:00
jefftulsa@gmail.com
400af6e507 changes made to address Issue 747: Improving the guide on authentication and RBAC 2010-11-11 04:39:58 +00:00
haertl.mike
4a78fd638a Guide fix: Moved widget themes to 1.1.5 in changes 2010-11-09 10:05:20 +00:00
qiang.xue
e100b0a230 * (Fixes issue 1742) Exposing the class map feature that was previously only available to core classes 2010-11-08 21:13:33 +00:00