Revisions for ulaform/lib/api.php

Location: [ Horde ] / ulaform / lib / api.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.14 (+7 -7 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.13 (+10 -3 lines) 02/04/2008 08:43 AM Chuck Hagenbuch chuck

API docs
Submitted by: duck@obala.net

1.12 (+75 -1 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.11 (+58 -30 lines) 05/12/2007 01:23 AM Chuck Hagenbuch chuck

apparently i committed only the changelog?

1.10 (+2 -2 lines) 05/31/2004 02:22 PM Jan Schneider jan

Block APIs are now exposed globally by the Horde API.
Some blocks probably have yet to be fixed because we don't include
lib/base.php anymore.

1.9 (+2 -18 lines) 05/29/2004 05:12 PM Jan Schneider jan

Blocks are no longer defined by the applications' api.php files or
registry.php. Instead we scan all application/lib/Block directories for blocks
once per session now.

1.8 (+4 -4 lines) 05/24/2004 12:18 PM John Morrissey jwm

use new stringArray type instead of 'array.' The argument types look sane,
but some of the return types aren't quite right yet, mostly the block API
calls, which return Horde_Block objects.

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

Happy new year everyone.

1.6 (+3 -3 lines) 10/30/2003 06:38 PM Jan Schneider jan

PHP 5 fixes.

1.5 (+32 -32 lines) 10/28/2003 08:46 PM Chuck Hagenbuch chuck

Another chunk of Blocks work:

- move all parameter listing into block getParams() methods
- remove unused parameters from the _blocks() arrays
- make sure that all apps that have getParams() blocks have
a defineBlock() method.

Still need to move parameters for the Horde (applet) blocks, and
clean up registry.php.

1.4 (+12 -8 lines) 10/28/2003 01:23 PM Chuck Hagenbuch chuck

- Block::isEditable() isn't used and isn't needed
- Make classnames consistent in all applications
- Make block instantiation consistent in most applications.

1.3 (+7 -5 lines) 09/11/2003 03:49 PM Chuck Hagenbuch chuck

Various fixes to prevent errors in the portal view when things aren't configured, etc.

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

comments tidying up

1.1 04/09/2003 03:33 AM mdjukic

horde_block libraries