Revisions for whups/ticket/comment.php

Location: [ Horde ] / whups / ticket / comment.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.27 (+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.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 (+3 -3 lines) 06/15/2007 11:22 AM Chuck Hagenbuch chuck

Rename $whups to $whups_driver

1.23 (+2 -2 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.22 (+3 -3 lines) 03/10/2006 12:04 PM Chuck Hagenbuch chuck

Fix comment form title.

1.21 (+43 -78 lines) 03/08/2006 03:01 PM Chuck Hagenbuch chuck

Add CAPTCHA support to the Add Comment and Create Ticket forms.

1.20 (+7 -1 lines) 02/10/2006 12:47 PM Jan Schneider jan

Add option to subscribe as watcher when entering a comment.

Bug: 3428
Submitted by: tokoe (at) kde (dot) org

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

Happy new year\!

1.18 (+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.17 (+10 -1 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.16 (+2 -2 lines) 05/17/2005 08:21 PM Jan Schneider jan

convertCharset() is no longer necessary.

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

Show full group names.

Bug: 1818

1.14 (+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.13 (+3 -3 lines) 01/23/2005 12:48 AM Chuck Hagenbuch chuck

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

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 -2 lines) 12/18/2004 04:02 PM Chuck Hagenbuch chuck

[cjh] Remove the Attachment tab, as it currently serves no purpose beyond
the Comment tab (Bug: #868).

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 (+5 -2 lines) 08/06/2004 01:15 AM Chuck Hagenbuch chuck

Fix guest email comments.

Bug: 447

1.5 (+10 -7 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.4 (+2 -4 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 (+34 -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.