Revisions for ulaform/forms.php

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

more avoiding double-defines

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

Standardize copyright wrapping and spacing.

1.26 (+2 -1 lines) 02/16/2005 03:41 PM Chuck Hagenbuch chuck

Set page titles (#1391)

1.25 (+2 -2 lines) 12/23/2004 12:01 PM Jan Schneider jan

Use normal sized delete icon.

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

New menu.

1.23 (+3 -3 lines) 10/19/2004 11:22 AM mdjukic

Change all references to *.gif images to the new *.png.

1.22 (+4 -4 lines) 10/19/2004 04:31 AM mdjukic

another batch of gif to png

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

first lot being moved from gif to png

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

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

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

change getParam('graphics') to getImageDir()

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

Fix package names.

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

fix notification

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

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

1.15 (+3 -3 lines) 12/13/2003 10:14 AM Jan Schneider jan

Use only two Horde delete icons.
Fix some img() calls while I was there.

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

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

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

Use the new Util:: class.

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

use new edit.gif

1.11 (+4 -3 lines) 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

1.10 (+4 -4 lines) 07/19/2003 07:11 PM mdjukic

comments tidying up

1.9 (+6 -3 lines) 06/19/2003 10:55 PM Chuck Hagenbuch chuck

error checking

1.8 (+3 -3 lines) 05/29/2003 05:37 PM mdjukic

- use ULAFORM_TEMPLATES
- new .pot file

1.7 (+10 -1 lines) 04/25/2003 08:12 PM mdjukic

somewhat more complete file headers

1.6 (+6 -1 lines) 04/09/2003 01:18 PM mdjukic

- for not put admin only on the management scripts
- display of forms does not require auth for now, until permissioning system is finished

1.5 (+4 -3 lines) 04/09/2003 02:29 AM mdjukic

add a couple of more images

1.4 (+2 -2 lines) 04/03/2003 05:18 AM Jan Schneider jan

Silence warning.

1.3 (+20 -1976 lines) 04/02/2003 09:46 PM mdjukic

the script which manages the forms

1.2 (+1 -1 lines) 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.

1.1 02/18/2002 10:02 PM Chuck Hagenbuch chuck

Adding Ulaform, a Brent special. :)