Revisions for whups/admin/index.php

Location: [ Horde CVS ] / whups / admin / index.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.
Show Branch:
  Revision Date Author Log Message
1.22 HEAD 07/01/2009 02:30 PM Matt Selsky selsky

Don't use references with new().
Variables -> Horde_Variables.

1.21 06/10/2009 01:33 PM Michael M Slusarz slusarz

Variables:: -> Horde_Variables::

1.20 03/16/2009 11:22 AM Jan Schneider jan

MFB: Save queue email addresses when editing queues (horde@hatzidakis.org, Bug #7905).

1.18.2.2 FRAMEWORK_3 03/16/2009 11:11 AM Jan Schneider jan

Save queue email addresses when editing queues (horde@hatzidakis.org, Bug #7905).

1.19 01/06/2009 01:02 PM Jan Schneider jan

Happy New Year

1.18.2.1 FRAMEWORK_3 01/06/2009 10:28 AM Jan Schneider jan

Happy New Year

1.18 06/26/2008 06:25 PM Jan Schneider jan

Use getInfo() to retrieve the form field parameters.

Tags: WHUPS_1_0, WHUPS_1_0_RC2

1.17 06/24/2008 12:16 PM Jan Schneider jan

Add form replies.

Tags: WHUPS_1_0_RC1

1.16 06/13/2008 12:10 PM Jan Schneider jan

Add email address per queue for ticket notifications.

1.15 06/11/2008 06:20 PM Jan Schneider jan

Allow to specify field types and parameters for attributes.

1.14 06/05/2008 07:00 PM Jan Schneider jan

Split up admin form classes.

1.13 02/27/2008 07:56 PM Jan Schneider jan

Add configuration for default types, states, and priorities.

1.12 02/27/2008 01:14 PM Jan Schneider jan

Wrapping, whitespace, indention.

1.11 02/20/2008 07:20 PM Jan Schneider jan

Highlight correct tab when editing type details.

1.10 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.9 12/10/2007 01:28 PM Michael Rubinsky mrubinsk

Initial support for adding/editing queue slugs.  Uniqueness is enforced
on the server end only for now.  Still need to implement an AJAX check
on the client side.
Also, are we calling these things 'slugs' in the UI also? In other words...
I welcome any suggestions on how to describe this field to the user :)

1.8 06/15/2007 11:22 AM Chuck Hagenbuch chuck

Rename $whups to $whups_driver

1.7 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.6 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.5 11/20/2006 07:51 PM Chuck Hagenbuch chuck

more spacing

1.4 11/20/2006 07:47 PM Chuck Hagenbuch chuck

space between forms

1.3 08/04/2006 12:33 PM Chuck Hagenbuch chuck

Remove queue subjectlists.

1.2 08/03/2006 03:52 PM Chuck Hagenbuch chuck

[cjh] Always use Summary for the ticket summary.

1.1 07/03/2006 01:24 PM Chuck Hagenbuch chuck

Move the admin forms to lib/Forms and the admin script to admin/; goal
is to break it into smaller scripts eventually.