Revisions for incubator/Horde_Form/Horde/Form.php

Location: [ Horde ] / incubator / Horde_Form / Horde / Form.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.19 (+8 -10 lines) 08/26/2008 11:32 AM Matt Selsky selsky

Partial merge of framework/Form/Form.php 1.441

1.18 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.17 (+2 -3 lines) 09/21/2007 01:47 PM Chuck Hagenbuch chuck

Checking a boolean expression for ? true : false is always redundant.

1.16 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.15 (+137 -211 lines) 03/26/2007 07:39 PM Jan Schneider jan

Merge from framework.

1.14 (+2 -17 lines) 03/01/2007 01:12 AM Chuck Hagenbuch chuck

- mark Horde_Form_Renderer as abstract
- remove requires/includes that are handled by autoload

1.13 (+2 -2 lines) 02/25/2007 01:07 AM Chuck Hagenbuch chuck

Form knows its variables, don't need to pass them everywhere.

1.12 (+3 -3 lines) 02/24/2007 01:01 AM Chuck Hagenbuch chuck

remove factory() call

1.11 (+67 -274 lines) 02/24/2007 12:50 AM Chuck Hagenbuch chuck

More refactoring and php-5-ing of incubator Forms lib.

1.10 (+35 -67 lines) 02/17/2007 11:37 PM Chuck Hagenbuch chuck

Some more steps towards getting _all_ output code into the renderer,
real PHP 5 code, and more.

1.9 (+138 -8 lines) 02/09/2007 08:05 PM Jan Schneider jan

Merge from framework.

1.8 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.7 (+3 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.6 (+27 -32 lines) 12/09/2006 01:58 AM Chuck Hagenbuch chuck

Don't pass $vars into methods of Horde_Form.

1.5 (+12 -179 lines) 11/19/2006 09:25 PM Chuck Hagenbuch chuck

This is undoubtedly somewhat broken, but start really enforcing
getting presentation-related methods out of the Form class and mark
them for moving to the renderer.

1.4 (+2 -2 lines) 11/16/2006 12:29 PM Chuck Hagenbuch chuck

Don't hardcode 3 as the number of date parts.
Bug: 3134
Submitted by: robin (at) rainton (dot) com

1.3 (+2 -2 lines) 10/18/2006 06:21 PM Chuck Hagenbuch chuck

Fix typo.
Bug: 4524

1.2 (+7 -7 lines) 09/17/2006 10:41 PM Chuck Hagenbuch chuck

xhtml-compliant form tokens.

1.1 09/17/2006 10:20 PM Chuck Hagenbuch chuck

- Refactor to make it easier to lay these files over a base Horde
install without path changes.
- Also greatly reduce the diff between this and the standard Horde_Form.