Revisions for ulaform/lib/Ulaform.php

Location: [ Horde ] / ulaform / lib / Ulaform.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.36 (+40 -1 lines) 04/20/2008 03:33 AM Ben Klang bklang

* Rename $ulaform to $ulaform_driver to avoid global variable conflict
* Move getFieldsList out of the driver and into the application class because URL construction does not belong in the driver

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

Happy New Year

1.34 (+2 -3 lines) 08/03/2007 01:06 PM Chuck Hagenbuch chuck

Brent has assigned his copyrights to The Horde Project.

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

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

1.32 (+61 -1 lines) 05/12/2007 01:23 AM Chuck Hagenbuch chuck

apparently i committed only the changelog?

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

Happy New Year

1.30 (+2 -2 lines) 01/01/2007 07:42 PM Jan Schneider jan

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

1.29 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.28 (+3 -3 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.27 (+2 -2 lines) 11/02/2005 11:43 AM Matt Selsky selsky

cannot

1.26 (+1 -3 lines) 07/02/2005 10:26 PM Matt Selsky selsky

"@access public" is redundant.
Specify "@access private" correctly in phpdoc.

1.25 (+2 -2 lines) 05/25/2005 06:41 PM Chuck Hagenbuch chuck

More icons and some HTML cleanups.

1.24 (+3 -6 lines) 05/25/2005 03:01 PM Chuck Hagenbuch chuck

- Nicer HTML icon
- Accesskeys and more standard Ulaform menu entries.

1.23 (+1 -2 lines) 04/20/2005 12:02 AM Matt Selsky selsky

Remove @version.

1.22 (+3 -3 lines) 02/01/2005 03:32 PM bo

allow for case-sensitivity in Horde_Form_Type class names

1.21 (+4 -4 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.20 (+20 -10 lines) 11/21/2004 05:56 PM Chuck Hagenbuch chuck

New menu.

1.19 (+3 -4 lines) 11/19/2004 10:53 PM eraserhd

* Add support for 'file' and 'image' fields to ulaform.
* Send as MIME attachments in the mailto driver.

1.18 (+3 -3 lines) 10/19/2004 04:31 AM mdjukic

another batch of gif to png

1.17 (+3 -3 lines) 10/19/2004 04:11 AM mdjukic

first lot being moved from gif to png

1.16 (+4 -4 lines) 10/18/2004 06:12 AM mdjukic

change getParam('graphics') to getImageDir()

1.15 (+3 -3 lines) 05/20/2004 12:41 PM Jan Schneider jan

Fix package names.

1.14 (+4 -4 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.13 (+10 -5 lines) 09/16/2003 12:09 AM mdjukic

don't bother including fields which are useless, get field params correctly

1.12 (+3 -3 lines) 08/22/2003 06:16 PM Jan Schneider jan

Better item name

1.11 (+28 -12 lines) 08/15/2003 11:02 AM mdjukic

- clean up comments
- fetch field info directly from the Horde_Form class

1.10 (+3 -3 lines) 08/14/2003 10:21 PM Chuck Hagenbuch chuck

use new edit.gif

1.9 (+30 -2 lines) 07/24/2003 09:35 AM mdjukic

functions to get back info and params for action drivers

1.8 (+15 -2 lines) 07/21/2003 10:55 PM mdjukic

use new menu code in horde/lib/Menu.php

1.7 (+6 -7 lines) 07/19/2003 07:15 PM mdjukic

comments tidying up

1.6 (+3 -3 lines) 05/29/2003 05:28 PM mdjukic

- fix getFieldParams() to return an empty array and not null
- get rid of Fields.php, all form setup is now done in scripts

1.5 (+8 -2 lines) 04/10/2003 11:10 PM mdjukic

small fix

1.4 (+48 -12 lines) 04/10/2003 09:10 PM mdjukic

add a number of general utility functions handling mostly the field parameters for complex Horde_Form field types

1.3 (+30 -19 lines) 04/02/2003 09:58 PM mdjukic

updated Ulaform:: class

1.2 (+23 -52 lines) 03/29/2003 09:28 PM bjn

Remove Lemos PHP forms requirements.

1.1 01/22/2003 12:48 PM Chuck Hagenbuch chuck

This breaks things, but I'm not convinced they were working in the
first place, and it's all stuff that needs to happen.

- Modernize a bit
- remove old forms library in preparation for using Horde_Form::
- add base docs/ and config/ files.