|
1.5.2.3 FRAMEWORK_3 (+2 -0 lines) |
05/21/2008 09:25 PM |
Chuck Hagenbuch chuck |
MFH:
1.2 +1 -1 framework/View/lib/Horde/View/Base.php
1.1 +179 -0 framework/View/lib/Horde/View/Helper/Url.php (new)
1.10 +2 -0 framework/View/package.xml Tags: HORDE_3_2_1, HORDE_3_2 |
|
1.10 (+2 -0 lines) |
05/21/2008 09:24 PM |
Chuck Hagenbuch chuck |
Add some URL helpers - some of this should be moved to other helpers
eventually. Mostly useful for linkToUnlessCurrent right now. |
|
1.5.2.2 FRAMEWORK_3 (+35 -19 lines) |
05/15/2008 10:57 PM |
Chuck Hagenbuch chuck |
sync with HEAD |
|
1.9 (+4 -0 lines) |
04/10/2008 04:38 PM |
Chuck Hagenbuch chuck |
Add a view helper for displaying Horde_Block objects |
|
1.8 (+21 -9 lines) |
03/05/2008 03:37 PM |
Chuck Hagenbuch chuck |
Standardize on doc/examples/lib/script/test for Horde 4 packages. |
|
1.7 (+1 -1 lines) |
02/12/2008 05:18 PM |
Chuck Hagenbuch chuck |
bump version a point so pear.horde.org can reflect the correct name Tags: RELEASE_0_2_1 |
|
1.6 (+10 -10 lines) |
02/12/2008 05:11 PM |
Chuck Hagenbuch chuck |
rename to Horde/View Tags: RELEASE_0_2_0 |
|
1.5.2.1 FRAMEWORK_3 (+0 -0 lines) |
12/20/2007 08:50 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.5 (+1 -2 lines) |
07/09/2007 05:58 PM |
Chuck Hagenbuch chuck |
Kill __autoload.php files; I don't think we can go this way. Also try to
make sure that tests are independent of AllTests.php files. Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA |
|
1.4 (+1 -0 lines) |
04/08/2007 08:19 PM |
Chuck Hagenbuch chuck |
- Add a base Helper class so all helpers can easily have a reference
to the calling View object.
- Updated Helper handling in the abstract view class
- Update the Interface to match the changes |
|
1.3 (+2 -0 lines) |
03/11/2007 05:53 PM |
Chuck Hagenbuch chuck |
- add an __autoload.php file for including all classes
- add Interface.php to package.xml
- Ensure that short_open_tag (for <?= $var ?> syntax) is enabled in view scripts. |
|
1.2 (+6 -6 lines) |
03/08/2007 11:30 AM |
Chuck Hagenbuch chuck |
Tweaks and corrections to package.xml for initial alpha release. |
|
1.1 |
03/08/2007 02:05 AM |
Chuck Hagenbuch chuck |
Initial, very simple, Solar/Savant/Zend-like Horde_View implementation. |