Revisions for whups/ticket/queue.php

Location: [ Horde ] / whups / ticket / queue.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.28 (+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.27 (+16 -10 lines) 06/05/2008 01:09 PM Jan Schneider jan

Deal with queue vs. admin permissions more consistently.

1.26 (+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.25 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

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

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

Rename $whups to $whups_driver

1.23 (+3 -3 lines) 05/03/2007 12:05 AM Chuck Hagenbuch chuck

Groups aren't required unless you actually want to restrict the comment.
Bug: 5314
Submitted by: Ewan (dot) McDowall (at) hgu (dot) mrc (dot) ac (dot) uk

1.22 (+9 -8 lines) 08/10/2006 01:09 PM Chuck Hagenbuch chuck

[cjh] Allow changing ticket queues as long as the user has DELETE permissions
on the current queue and EDIT permissions on the new queue
(tmerritt@email.arizona.edu, Request, #4268).

1.21 (+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.20 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.19 (+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.18 (+2 -2 lines) 08/24/2005 01:19 AM Matt Selsky selsky

Use double-quotes.

1.17 (+2 -2 lines) 06/11/2005 12:21 PM Chuck Hagenbuch chuck

correct fetching.

1.16 (+6 -2 lines) 06/11/2005 12:18 PM Chuck Hagenbuch chuck

Fix setting queue when the new queue doesn't have a version.

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

convertCharset() is no longer necessary.

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

Show full group names.

Bug: 1818

1.13 (+4 -7 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.12 (+2 -2 lines) 01/11/2005 01:05 PM Jan Schneider jan

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

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

Happy New Year

1.10 (+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.9 (+1 -2 lines) 11/03/2004 03:30 PM Chuck Hagenbuch chuck

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

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

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

1.7 (+2 -18 lines) 10/12/2004 09:42 PM Chuck Hagenbuch chuck

Since it's currently not working anyway, I'm going to go ahead and
commit this removal of the clients code from Whups. This way we'll
have a clean slate going forward.

1.6 (+2 -2 lines) 09/17/2004 12:04 AM Chuck Hagenbuch chuck

avoid starting property names/sql aliases with '_' characters.

Bug: 595

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

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

1.4 (+11 -4 lines) 07/06/2004 02:22 PM Chuck Hagenbuch chuck

Remove deprecated functions, make sure forms are setting all relevant info.

1.3 (+11 -6 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.2 (+2 -2 lines) 07/02/2004 04:04 PM Chuck Hagenbuch chuck

period.

1.1 06/23/2004 05:39 PM Chuck Hagenbuch chuck

Today's crop of Whups work.