Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-25 | Bug 164465 - importxml.pl fails | bbaetz%student.usyd.edu.au | 1 | -14/+26 | |
r=joel x2 | |||||
2002-08-19 | Fix typo from 43600 | bugreport%peshkin.net | 1 | -1/+1 | |
r=bbaetz x2 | |||||
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -3/+4 | |
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | |||||
2002-04-07 | Bug 134575 - some scripts trying to make world writable directories | bbaetz%student.usyd.edu.au | 1 | -5/+1 | |
r=justdave, gerv | |||||
2002-02-17 | Fix for bug 125516: the recent fix for emails truncating when a period ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv | |||||
2002-02-06 | Fix for bug 117055: Emails were being truncated if they contained a line ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake | |||||
2001-11-26 | Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ↵ | jake%acutex.net | 1 | -5/+8 | |
incorrectly quoted in Bug.pm r= justdave, louie | |||||
2001-10-05 | Fix for bug 98095:importxml.pl fails perl -wc test. Simple 1 line addition | zach%zachlipton.com | 1 | -0/+3 | |
that makes importxml.pl not fail the tests. We are on our way to 100%! Patch by Jake <jake@acutex.net>, r=zach@zachlipton.com, no 2nd review required. | |||||
2001-07-26 | fix for bug 91903: insecure dependency in require in importxml.pl under ↵ | justdave%syndicomm.com | 1 | -1/+2 | |
taint mode only in Perl 5.005. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com | |||||
2001-07-04 | Killing the "used only once" error that suddenly popped up out of nowhere on ↵ | justdave%syndicomm.com | 1 | -0/+1 | |
tinderbox. | |||||
2001-06-01 | Fix for bug 83633: perl warnings in 5.6 | justdave%syndicomm.com | 1 | -4/+9 | |
r= Hixie | |||||
2001-06-01 | backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
it on Perl 5.005. Will need to investigate. | |||||
2001-06-01 | Fix for bug 57848, perl warnings in several files. | justdave%syndicomm.com | 1 | -1/+1 | |
Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com | |||||
2000-07-14 | Bug moving code is now fully implemented. To use it, turn on the param and ↵ | endico%mozilla.org | 1 | -93/+144 | |
set the move related params. | |||||
2000-06-24 | add comment explaining how to set up mail alias | endico%mozilla.org | 1 | -0/+15 | |
2000-06-24 | add more whitespace to exporter's log message | endico%mozilla.org | 1 | -1/+1 | |
2000-06-24 | move new path code to beginning | endico%mozilla.org | 1 | -8/+8 | |
2000-06-24 | include error messages for each bug in the exporter's confirmation mail | endico%mozilla.org | 1 | -0/+7 | |
2000-06-24 | find the path this script lives in and add it to @INC and to the current ↵ | endico%mozilla.org | 1 | -1/+10 | |
working directory. | |||||
2000-06-24 | give more verbose error messages | endico%mozilla.org | 1 | -1/+6 | |
2000-06-23 | fix subject on confirmation mail | endico%mozilla.org | 1 | -4/+4 | |
2000-06-23 | send error messages as mail to appropriate parties instead of to stdout | endico%mozilla.org | 1 | -28/+97 | |
2000-06-21 | forgot the reporter and URL fields | endico%mozilla.org | 1 | -2/+24 | |
2000-06-09 | experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵ | endico%mozilla.org | 1 | -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 | |||||
2000-05-16 | remove requirement for Data::Dumper | endico%mozilla.org | 1 | -2/+0 | |
2000-05-16 | export_bug.cgi emits a bug as xml in a form that import.pl can use to import ↵ | endico%mozilla.org | 1 | -0/+435 | |
the bug into another instance of bugzilla. |