Revisions for genie/lib/api.php

Location: [ Horde ] / genie / 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.19 (+4 -4 lines) 08/25/2008 03:33 PM Duck duck

Fix include

1.18 (+10 -2 lines) 02/02/2008 02:25 PM Duck duck

phpDOC

1.17 (+20 -23 lines) 12/22/2007 11:59 AM Chuck Hagenbuch chuck

- fix spelling
- no need to go up a dir level just to go back down
- small code style cleanup

1.16 (+45 -3 lines) 12/22/2007 10:08 AM Duck duck

Add api call to get someone unpurcased wishes, of course if the requested user has the rights to view them

1.15 (+52 -1 lines) 12/22/2007 09:41 AM Duck duck

Add comments

1.14 (+2 -2 lines) 06/01/2005 11:26 AM Jan Schneider jan

Fix api signatures.

1.13 (+2 -2 lines) 06/01/2005 10:28 AM Jan Schneider jan

Fix signatures.
Submitted by: Vijay Mahrra <vijay.mahrra@es.easynet.net>

1.12 (+1 -19 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.11 (+1 -10 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.10 (+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.9 (+3 -3 lines) 10/30/2003 06:37 PM Jan Schneider jan

PHP 5 fixes.

1.8 (+2 -4 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.7 (+5 -5 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.6 (+2 -2 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.5 (+1 -25 lines) 02/06/2003 12:34 AM Chuck Hagenbuch chuck

remove add api method

1.4 (+29 -65 lines) 02/06/2003 12:32 AM Chuck Hagenbuch chuck

[cjh] Add a Horde_Block for Genie.
[cjh] Basic adding/listing/viewing/editing/deleting of items works.

1.3 (+19 -19 lines) 01/23/2003 01:43 PM Chuck Hagenbuch chuck

Working summary

1.2 (+13 -13 lines) 01/17/2003 03:34 PM Chuck Hagenbuch chuck

nag -> genie

1.1 01/17/2003 03:05 PM Chuck Hagenbuch chuck

Initial Genie commit.