Revisions for whups/config/hooks.php.dist

Location: [ Horde ] / whups / config / hooks.php.dist 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.7 (+1 -96 lines) 06/24/2008 01:38 PM Jan Schneider jan

Remove attributes hooks. They are not really necessary anymore with the new
attributes code and would have to be rewritten anyway.

Tags: WHUPS_1_0_RC1

1.6 (+28 -1 lines) 06/06/2008 01:14 PM Jan Schneider jan

[jan] Add a hook that is called if a ticket is being updated, for automatic
ticket changes.

1.5 (+24 -1 lines) 02/21/2008 10:41 AM Jan Schneider jan

Add a hook to customize field grouping in the ticket views.

1.4 (+7 -5 lines) 02/21/2008 09:34 AM Jan Schneider jan

Refactor Whups_Ticket::addAttribute() to not add attribute fields to the form,
but retrun attributes instead. Add attributes fields inside the form
constructors.

1.3 (+86 -93 lines) 02/21/2008 09:06 AM Jan Schneider jan

Wrapping, CS.

1.2 (+95 -15 lines) 02/01/2008 08:04 PM Michael Rubinsky mrubinsk

I'm pretty sure this is something like what was originallly intended
for the hooks.  Also, a slight change in the way the custom attributes
must be defined. The hooks are basically being used to define custom
form field types. The attribute names themselves must still be defined via
whups' admin UI as described in the hook file.

marko, if this is not what was inteded, please let me know...but at least this
gives us some working hooks :)

Bug: 6192

1.1 09/10/2007 06:28 PM Jan Schneider jan

Move application-specific hook examples to the application's config directories.