Revisions for ulaform/genhtml.php

Location: [ Horde ] / ulaform / genhtml.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.31 (+2 -2 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.30 (+2 -3 lines) 02/05/2008 04:42 PM Chuck Hagenbuch chuck

more avoiding double-defines

1.29 (+2 -2 lines) 01/10/2008 11:37 AM Chuck Hagenbuch chuck

- Add api method to display a form (not need to create a separete http request to integrate in existing horde app)
- Make getForm return and error if form does not exist so we handle a sql error or form existence check in the same check.
- Do not user select *
- @define -> define
Submitted by: duck@obala.net

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

Happy New Year

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

Happy New Year

1.26 (+6 -4 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.25 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.24 (+24 -18 lines) 09/12/2006 01:58 PM Chuck Hagenbuch chuck

- Never include session id in generated links (Bug 4410).
- nicer genhtml output

1.23 (+2 -2 lines) 09/12/2006 01:47 PM Chuck Hagenbuch chuck

come to think of it, it's also singular.

1.22 (+2 -2 lines) 09/12/2006 01:46 PM Chuck Hagenbuch chuck

iframes is an html tag, don't capitalize it.

1.21 (+2 -1 lines) 03/27/2006 01:17 PM Chuck Hagenbuch chuck

minor additional CS/cleanup

1.20 (+6 -10 lines) 03/27/2006 01:16 PM Chuck Hagenbuch chuck

Get rid of a bunch of unnecessary references
remove Horde_Form::singleton() calls.

1.19 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.18 (+2 -2 lines) 09/09/2005 12:07 AM Chuck Hagenbuch chuck

HTML cleanup.

1.17 (+2 -2 lines) 08/24/2005 01:31 AM Matt Selsky selsky

Use double-quotes.

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

Happy New Year

1.15 (+3 -6 lines) 11/21/2004 05:56 PM Chuck Hagenbuch chuck

New menu.

1.14 (+3 -3 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

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

Fix package names.

1.12 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.11 (+4 -4 lines) 03/03/2004 07:42 AM mdjukic

fix notification

1.10 (+4 -3 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.9 (+7 -7 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.8 (+3 -3 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.7 (+3 -3 lines) 01/13/2004 03:46 PM mdjukic

fix horde_form paths

1.6 (+3 -3 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.5 (+3 -4 lines) 09/29/2003 07:36 AM mdjukic

set only menu in parts tag and display as such in templates

1.4 (+3 -3 lines) 09/28/2003 04:20 AM mdjukic

use the setButtons() function for setting submit/reset buttons in Horde_Form

1.3 (+5 -5 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.2 (+26 -17 lines) 08/15/2003 11:03 AM mdjukic

- clean up the php_pear type
- clean up iframes and add some parameters

1.1 08/14/2003 02:26 PM mdjukic

- add an html generation script for embedding ulaform forms in external html pages
- for now only basic php with PEAR and iframes is supported, need to be cleaned up, layout, etc. and add simple php, js inline, js popup, etc.
- parameter setting up needs to be completed after the selection of the embed type