Revisions for whups/ticket/delete.php

Location: [ Horde ] / whups / ticket / delete.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.23 (+2 -2 lines) 06/25/2008 12:12 PM Jan Schneider jan

Gettext tweak.

Tags: WHUPS_1_0, WHUPS_1_0_RC2

1.22 (+3 -2 lines) 06/24/2008 06:26 PM Jan Schneider jan

Limit Robert's copyright to the years of his contributions. We should really find him.

Tags: WHUPS_1_0_RC1

1.21 (+18 -16 lines) 06/05/2008 01:09 PM Jan Schneider jan

Deal with queue vs. admin permissions more consistently.

1.20 (+3 -4 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

[cjh] Use pretty URLs if Horde is configured for them (Request #5922).

1.19 (+2 -2 lines) 02/21/2008 10:46 AM Jan Schneider jan

Standardize on the same ctor signature for both ticket forms.

1.18 (+2 -3 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.17 (+3 -3 lines) 12/30/2007 01:10 AM Chuck Hagenbuch chuck

[cjh] Include attribute values in ticket emails, including "diffs" for changes
(Bug #1083).

1.16 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.15 (+5 -5 lines) 06/15/2007 11:22 AM Chuck Hagenbuch chuck

Rename $whups to $whups_driver

1.14 (+4 -4 lines) 08/08/2006 03:00 PM Chuck Hagenbuch chuck

due dates now have hours and minutes. This is a big commit just for that, but
I needed to add a custom renderer because we don't have a datetime field in Horde_Form proper, and it was either this or add the hours/minutes seperately as
another field.

1.13 (+5 -5 lines) 06/26/2006 06:28 PM Chuck Hagenbuch chuck

more reference cleanup - keep them for forms since  is an object, but remove where not needed elsewhere. some of these are php 4.4 fixes

1.12 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.11 (+2 -2 lines) 05/11/2005 05:42 PM Chuck Hagenbuch chuck

Fix a bunch of places where we were either unnecessarily calling
isValid() in addition to validate(), or where we weren't checking
validate() at all.

1.10 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.9 (+2 -1 lines) 11/03/2004 03:42 PM Chuck Hagenbuch chuck

On second thought, better not to pollute common-header.inc with the menu.

1.8 (+1 -2 lines) 11/03/2004 03:30 PM Chuck Hagenbuch chuck

Use new <ul> menu. Consolidates things even a bit more.

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

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

1.6 (+2 -21 lines) 07/11/2004 01:28 AM Chuck Hagenbuch chuck

Use $ticket->setDetails() to avoid a bunch of duplicated code.

1.5 (+6 -9 lines) 07/10/2004 03:16 PM Chuck Hagenbuch chuck

Fix deleting tickets.

1.4 (+31 -2 lines) 07/06/2004 11:43 AM Chuck Hagenbuch chuck

More progress, cleanup, slimming, and updates. This is getting closer
to finished, but still isn't really tested. Need to get it into CVS so
I can hack at it on other machines, though.

1.3 (+5 -5 lines) 06/23/2004 05:39 PM Chuck Hagenbuch chuck

Today's crop of Whups work.

1.2 (+2 -2 lines) 06/22/2004 10:25 PM Chuck Hagenbuch chuck

fix paths and nextId() call.

Submitted by: Johan FISCHER <linux@fischaz.com>

1.1 06/22/2004 05:59 PM Chuck Hagenbuch chuck

Latest round of work on Whups. More things work, not everything.