Revisions for whups/scripts/bugzilla-import.php

Location: [ Horde ] / whups / scripts / bugzilla-import.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.13 (+6 -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.12 (+3 -3 lines) 06/15/2007 11:24 AM Chuck Hagenbuch chuck

Rename $GLOBALS['whups'] references to $GLOBALS['whups_driver']

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

Rename $whups to $whups_driver

1.10 (+6 -3 lines) 08/04/2006 12:33 PM Chuck Hagenbuch chuck

Remove queue subjectlists.

1.9 (+11 -11 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.8 (+2 -2 lines) 04/18/2006 11:39 AM Jan Schneider jan

Consistently use /usr/bin/php in script shebangs.

1.7 (+11 -2 lines) 01/18/2006 12:49 PM Ben Chavet ben

use DB_PORTABILITY_RTRIM for mssql connections

1.6 (+2 -1 lines) 10/13/2005 04:03 AM Matt Selsky selsky

Make sure portability option is set on when using databases.

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

ws

1.4 (+2 -2 lines) 09/02/2004 03:43 PM Chuck Hagenbuch chuck

Make sure upgrade scripts are dated and move them to a seperate
directory.

1.3 (+2 -2 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.2 (+9 -5 lines) 04/11/2004 09:41 PM jon

Fail with an error if we can't connect to the Bugzilla database.

1.1 04/11/2004 09:30 PM jon

Adding the first draft of a Bugzilla import script.