Revisions for whups/ticket/index.php

Location: [ Horde ] / whups / ticket / 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.34 (+2 -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.33 (+3 -5 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

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

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

Standardize on the same ctor signature for both ticket forms.

1.31 (+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.30 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.29 (+2 -2 lines) 12/30/2007 01:10 AM Chuck Hagenbuch chuck

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

1.28 (+3 -3 lines) 12/07/2007 02:39 PM Michael Rubinsky mrubinsk

Move this class definition out of templates/ and rename class.

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

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

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

Rename $whups to $whups_driver

1.25 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.24 (+4 -2 lines) 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.23 (+2 -2 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.22 (+2 -2 lines) 07/12/2006 04:04 PM Chuck Hagenbuch chuck

revert, the comment order is a preference

1.21 (+2 -2 lines) 07/10/2006 10:21 AM Jan Schneider jan

Tell about comment order.

1.20 (+8 -7 lines) 05/28/2006 01:00 AM Chuck Hagenbuch chuck

kill unnecessary refs

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

Happy new year\!

1.18 (+2 -2 lines) 10/12/2005 11:49 PM Matt Selsky selsky

ws

1.17 (+9 -9 lines) 08/24/2005 01:11 PM Jan Schneider jan

Lowercase variable names.

1.16 (+2 -2 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.15 (+2 -2 lines) 03/19/2005 10:08 PM Chuck Hagenbuch chuck

Make sure History tab is highlighted when it should be.

1.14 (+3 -3 lines) 02/11/2005 02:45 PM Chuck Hagenbuch chuck

Ticket feeds now work with Live Bookmarks, and link to individual transactions. We can definitely include more descriptive information in these feeds, but this is a good start.

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

Happy New Year

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

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

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

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

1.9 (+2 -1 lines) 10/15/2004 07:05 AM Jan Schneider jan

Get rid off Text::toHTML().

1.8 (+2 -9 lines) 10/12/2004 09:53 PM Chuck Hagenbuch chuck

Remove this for now. It'll be trivial to re-add if we do want to
find/display relationships here at some point.

1.7 (+3 -3 lines) 09/13/2004 08:21 PM Chuck Hagenbuch chuck

- rename to Relationship_Manager.php, going into
Horde/Relationship/Manager.php (better PEAR semantics).

- Remove last UI bits from Links. Will be completely re-done
somehow. Can use poor man's visualization for now. :)

1.6 (+7 -9 lines) 09/12/2004 05:26 PM Chuck Hagenbuch chuck

Some of the Links removal. Lots of stuff to sort out here.

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

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

1.4 (+7 -30 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.3 (+1 -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.2 (+14 -69 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.