Revisions for whups/ticket/create.php

Location: [ Horde ] / whups / ticket / create.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 (+3 -3 lines) 06/11/2008 12:26 PM Jan Schneider jan

Keep all form related files in a single directory.

1.26 (+4 -4 lines) 06/06/2008 11:24 AM Jan Schneider jan

Fix showing errors from 3rd step.

1.25 (+4 -2 lines) 06/06/2008 11:09 AM Jan Schneider jan

Add auto-completion to retrieve requesters from the address book.

1.24 (+12 -6 lines) 06/03/2008 10:33 AM Jan Schneider jan

Wrapping

1.23 (+2 -2 lines) 02/28/2008 12:01 AM Chuck Hagenbuch chuck

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

1.22 (+4 -4 lines) 02/27/2008 07:56 PM Jan Schneider jan

Add configuration for default types, states, and priorities.

1.21 (+14 -1 lines) 12/29/2007 07:15 PM Chuck Hagenbuch chuck

[cjh] When creating a ticket, preserve attachments uploaded in step 3 when
step 4 is used to assign the ticket (Bug #2514).

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

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

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

Rename $whups to $whups_driver

1.18 (+2 -2 lines) 08/12/2006 10:07 PM Chuck Hagenbuch chuck

Use the renderer that knows about datetime.

1.17 (+5 -3 lines) 07/25/2006 02:45 PM Chuck Hagenbuch chuck

Fix logic for when to show the assignment form, and rework it a bit to
hopefully be clearer to anyone reading the code (including me).

1.16 (+111 -110 lines) 07/03/2006 01:21 PM Chuck Hagenbuch chuck

Reorganize the create script to minimize indenting.

1.15 (+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.14 (+8 -8 lines) 03/08/2006 03:01 PM Chuck Hagenbuch chuck

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

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

Happy new year\!

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

Happy New Year

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

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

1.9 (+2 -2 lines) 10/27/2004 02:06 PM Chuck Hagenbuch chuck

don't encode Location: urls.

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

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

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

Things were being considered valid when they shouldn't because of this
logic - go back to simple validate() checks. Any problems with this?

1.6 (+2 -2 lines) 07/25/2004 12:57 PM Chuck Hagenbuch chuck

Basic shot at consistent ticket email. Will undoubtedly need to be
tweaked, but it's a start. Should send email on all new tickets and
updates.

Bug: 46

1.5 (+20 -18 lines) 07/24/2004 03:03 PM Chuck Hagenbuch chuck

Ticket creation is now wrapped in lib/Ticket.php too. No ticket email
is sent inside the SQL driver anymore; all email notification will be
handled by Whups_Ticket::. At the moment, no email will be
sent. Adding emails back is the next step.

1.4 (+7 -7 lines) 07/10/2004 12:21 PM Chuck Hagenbuch chuck

Creating tickets should work properly now. Make sure to drop the
comment_id column from the whups_tickets table.

1.3 (+4 -4 lines) 07/09/2004 10:16 AM eraserhd

* Fix ticket creation for new behavior of validate()/isSubmitted().

1.2 (+6 -6 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 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.