Commit Graph

231 Commits

Author SHA1 Message Date
alexander.makarow
9c3d626d9d (Fixes issue 2452) Upgraded Blueprint CSS to 1.0.1 2011-06-17 15:54:36 +00:00
qiang.xue
2582ad5400 reverted changes. 2011-06-16 15:12:05 +00:00
qiang.xue
5f1194fc39 (Fixes issue 2443) 2011-06-15 17:39:08 +00:00
alexander.makarow
0050917775 reverted 2498 fix 2011-06-15 14:21:12 +00:00
alexander.makarow
50626f850b UPGRADE notes for before* event-methods, additional methods changed 2011-06-14 08:38:23 +00:00
alexander.makarow
cb6ce3e80d (Fixes issue 2335) Fixed default application SiteTest.php functional test 2011-05-28 23:40:20 +00:00
alexander.makarow
57982167ea (Fixes issue 2389) MessageCommand now accepts overwrite option determining if merge result will overwrite existing file 2011-05-12 23:00:19 +00:00
alexander.makarow
d8e3f0ae92 2011-04-15 23:12:10 +00:00
qiang.xue
5bbceabb70 updated skeleton code to make use client-side validation. 2011-03-25 00:52:57 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
6e353740a4 * Added transaction support for the DB migration feature. 2011-03-04 17:16:49 +00:00
qiang.xue
8974f8861a (Fixes issue 2169) 2011-03-04 15:48:00 +00:00
mdomba
04c04ceae1 (Fixes issue 2140) Removed CSS line that prevented proper display of even rows in CGridView on Firefox and Chrome 2011-03-01 10:16:36 +00:00
qiang.xue
f42909acc1 (Fixes issue 2027) 2011-02-14 16:31:24 +00:00
alexander.makarow
5076728b66 Allowed using CController instead of Controller with webapp generated application 2011-02-07 17:40:15 +00:00
keyboard.idol@gmail.com
ad36b3ff52 (Fixes issue 2042) 2011-01-29 23:04:11 +00:00
qiang.xue
0f0c332385 (Fixes issue 2026) 2011-01-21 21:53:08 +00:00
qiang.xue
f4bd6c168b 2011-01-20 01:32:49 +00:00
qiang.xue
f6790f8e55 (Fixes issue 2007) 2011-01-19 23:03:40 +00:00
alexander.makarow
c1357c13ad 2011-01-15 01:44:41 +00:00
qiang.xue
cd792ef24f 2011-01-13 19:46:40 +00:00
qiang.xue
cce0060376 (Fixes issue 1966) 2011-01-10 14:37:04 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
alexander.makarow
95b8ba5718 (Fixes issue 1885) Added ipFilters to the Gii-created config file to reduce user confusion 2010-12-12 03:40:49 +00:00
sebathi
e30bb71e74 Fixed issue #1849 2010-12-07 16:29:24 +00:00
qiang.xue
92570038f2 updated help information for migrate command. 2010-12-02 18:31:29 +00:00
qiang.xue
c43cef619a Added mark action to migrate tool. 2010-12-02 18:22:39 +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
4e7696364c 2010-12-02 04:34:07 +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
9abb56f558 migration command wording 2010-11-30 19:52:14 +00:00
qiang.xue
4681af6b2b * (Fixes 1191) Implemented the database migration feature 2010-11-30 03:12:29 +00:00
qiang.xue
bbfd0eeff3 Improved the error display in console command mode 2010-11-29 17:16:44 +00:00
alexander.makarow
de79271e84 Added more info to yiic message command help 2010-09-30 21:12:56 +00:00
mdomba
692e0b9f20 2010-09-29 19:34:47 +00:00
mdomba
b7edb133e1 Added exception to CCaptcha if requirements not met 2010-09-29 19:31:42 +00:00
qiang.xue
b9a88b2759 Fixed skipOnError bug in LoginForm. 2010-09-28 19:39:10 +00:00
qiang.xue
b111091651 (Fixes issue 1591) 2010-09-19 17:07:11 +00:00
qiang.xue
64a05ae996 (Fixes issue 1580) 2010-09-15 21:55:26 +00:00
qiang.xue
ce1cb1d450 added gii config (commented out) to skeleton code. 2010-08-30 16:18:42 +00:00
qiang.xue
9ed9a35a50 2010-08-24 19:29:13 +00:00
qiang.xue
7a096cdc4c (Fixes issue 1493) 2010-08-24 19:26:17 +00:00
qiang.xue
7273b56438 * (Fixes issue 1043) Improved view resolution to support using themeable application views in a module 2010-06-17 18:44:36 +00:00
qiang.xue
943a8b183a * (Fixes issue 1050) Fixed the bug that filter conditions were prefilled with default values when using an AR model in CGridView 2010-06-16 20:50:57 +00:00
qiang.xue
26b2fca8f5 2010-06-16 19:52:29 +00:00
alexander.makarow
105010d90b unused code cleanup 2010-06-16 19:11:00 +00:00
qiang.xue
a987e22ff1 (Fixes issue 1232) 2010-05-18 02:53:58 +00:00
alexander.makarow
9e064850b8 Fixed gii and yiic shell model generated code alignment 2010-05-17 14:35:34 +00:00
alexander.makarow
142c1d912b Changed @var declarations to class @property declarations in gii and yiic shell model templates. 2010-05-11 23:09:31 +00:00