Revisions for whups/ticket/update.php

Location: [ Horde ] / whups / ticket / update.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.40 (+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, WHUPS_1_0_RC2, WHUPS_1_0_RC1

1.39 (+2 -3 lines) 06/12/2008 08:02 AM Jan Schneider jan

There's no reason why guests shouldn't be allowed to update tickets if they
have the permission to do so.

1.38 (+3 -5 lines) 06/05/2008 01:09 PM Jan Schneider jan

Deal with queue vs. admin permissions more consistently.

1.37 (+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.36 (+2 -2 lines) 02/21/2008 10:46 AM Jan Schneider jan

Standardize on the same ctor signature for both ticket forms.

1.35 (+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.34 (+6 -6 lines) 12/30/2007 01:10 AM Chuck Hagenbuch chuck

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

1.33 (+15 -1 lines) 12/29/2007 06:02 PM Chuck Hagenbuch chuck

[cjh] When replying to a restricted comment, default to the same restriction
(Request #4902).

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

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

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

Rename $whups to $whups_driver

1.30 (+8 -1 lines) 09/17/2006 02:46 PM Chuck Hagenbuch chuck

Combine the People tab with the Update tab.

1.29 (+5 -6 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.28 (+2 -1 lines) 07/19/2006 01:01 AM Chuck Hagenbuch chuck

[cjh] Show the requester in search results (rodion (at) nezna (dot) com,
Bug #2820).
[cjh] Show either the Comment or Update tabs depending on permissions,
but not both.
[cjh] Report the last-updated date for tickets (Bug #2396).
[cjh] Tickets now have an optional due date field.

1.27 (+2 -2 lines) 07/10/2006 03:33 AM Chuck Hagenbuch chuck

the form name changed
Bug: #4100

1.26 (+4 -67 lines) 07/02/2006 10:00 PM Chuck Hagenbuch chuck

Move the ticket editing form to lib/Forms (Ben Klang, Bug #4100), and rename it to EditTicketForm.

1.25 (+6 -6 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.24 (+2 -2 lines) 05/18/2006 11:00 AM Chuck Hagenbuch chuck

Don't exclude unconfirmed states from ticket update.

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

Happy new year\!

1.22 (+3 -3 lines) 12/01/2005 02:21 PM Chuck Hagenbuch chuck

Check for a result from getGroupMemberships() before calling
array_keys() on it.
Bug: #2818

1.21 (+3 -2 lines) 05/30/2005 10:08 PM Chuck Hagenbuch chuck

Update and People tabs aren't ready for guest access.

1.20 (+11 -8 lines) 05/28/2005 11:57 PM Chuck Hagenbuch chuck

[cjh] Add links to Update/Comment from individual transactions, which quote
that transaction's comment text (Bug #823).

1.19 (+5 -3 lines) 05/28/2005 03:14 PM Chuck Hagenbuch chuck

[cjh] Add explicit permissions for assigning and updating tickets
(tmerritt@email.arizona.edu, Bug #1955).

1.18 (+2 -2 lines) 05/17/2005 08:21 PM Jan Schneider jan

convertCharset() is no longer necessary.

1.17 (+7 -6 lines) 05/17/2005 03:26 PM Chuck Hagenbuch chuck

Show full group names.

Bug: 1818

1.16 (+2 -4 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.15 (+1 -2 lines) 02/10/2005 04:10 PM Chuck Hagenbuch chuck

remove @version

1.14 (+4 -4 lines) 01/23/2005 12:48 AM Chuck Hagenbuch chuck

[cjh] Fix group-restricted comments (Bug #1225).

1.13 (+3 -3 lines) 01/11/2005 01:05 PM Jan Schneider jan

Convert charsets.
Bug: 1127
Submitted by: david (at) tmv (dot) gov (dot) tw

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

Happy New Year

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

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

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

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

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

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

1.8 (+12 -12 lines) 07/11/2004 01:49 PM Chuck Hagenbuch chuck

Everything *should* work now. Next step - replace/revamp ticket email
notifications.

1.7 (+4 -23 lines) 07/11/2004 01:28 AM Chuck Hagenbuch chuck

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

1.6 (+6 -4 lines) 07/11/2004 12:58 AM Chuck Hagenbuch chuck

I've now tested everything except Set Type and Set Queue, and it's
working. I'm sure someone will find a bug or two, of course.

1.5 (+41 -273 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.4 (+63 -57 lines) 06/23/2004 05:39 PM Chuck Hagenbuch chuck

Today's crop of Whups work.

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

fix paths and nextId() call.

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

1.2 (+16 -108 lines) 06/22/2004 05:59 PM Chuck Hagenbuch chuck

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

1.1 06/22/2004 10:09 AM Chuck Hagenbuch chuck

More work on re-organizing Whups and moving towards the new whups_logs
format. This still isn't complete, but I'm trying to get myself to
finish it so I'm getting it to another machine.