aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Killing the "used only once" error that suddenly popped up out of nowhere on ↵justdave%syndicomm.com2001-07-041-0/+1
| | | | tinderbox.
* Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com2001-06-011-4/+9
| | | | r= Hixie
* backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵justdave%syndicomm.com2001-06-011-1/+1
| | | | it on Perl 5.005. Will need to investigate.
* Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com2001-06-011-1/+1
| | | | | Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-93/+144
| | | | set the move related params.
* add comment explaining how to set up mail aliasendico%mozilla.org2000-06-241-0/+15
|
* add more whitespace to exporter's log messageendico%mozilla.org2000-06-241-1/+1
|
* move new path code to beginningendico%mozilla.org2000-06-241-8/+8
|
* include error messages for each bug in the exporter's confirmation mailendico%mozilla.org2000-06-241-0/+7
|
* find the path this script lives in and add it to @INC and to the current ↵endico%mozilla.org2000-06-241-1/+10
| | | | working directory.
* give more verbose error messagesendico%mozilla.org2000-06-241-1/+6
|
* fix subject on confirmation mailendico%mozilla.org2000-06-231-4/+4
|
* send error messages as mail to appropriate parties instead of to stdoutendico%mozilla.org2000-06-231-28/+97
|
* forgot the reporter and URL fieldsendico%mozilla.org2000-06-211-2/+24
|
* experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵endico%mozilla.org2000-06-091-281/+306
| | | | object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi
* remove requirement for Data::Dumperendico%mozilla.org2000-05-161-2/+0
|
* export_bug.cgi emits a bug as xml in a form that import.pl can use to import ↵endico%mozilla.org2000-05-161-0/+435
the bug into another instance of bugzilla.