aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 164464 - Importxml will fail if versioncache needs updatebugreport%peshkin.net2002-08-251-1/+1
| | | | r=bbatez, timeless
* Bug 164465 - importxml.pl failsbbaetz%student.usyd.edu.au2002-08-251-14/+26
| | | | r=joel x2
* Fixed merge problem from checkin of 143826 - No bugbugreport%peshkin.net2002-08-241-2/+2
|
* Bug 143286 - Adding 2 new files missing from repositorybugreport%peshkin.net2002-08-243-0/+5
|
* Bug 163570 - Bugzilla::Search missing Date::Format includebbaetz%student.usyd.edu.au2002-08-221-0/+2
| | | | patch by jussi@comlink.fi (Jussi Sirpoma), r=bbaetz x2
* Fix for bug 163541: Corrects problem with previous patch that causes primary ↵myk%mozilla.org2002-08-221-1/+1
| | | | | | headers not to appear on some installations. 2xr=bbaetz
* Fix for bug 163541: let there be a page title but no primary page header.myk%mozilla.org2002-08-201-1/+10
| | | | 2xr=bbaetz
* Bug 163457 - bugs not registered as "new". Patch by gerv; r=timeless, bbaetz.gerv%gerv.net2002-08-201-12/+5
|
* Bug 163331 - shutdownhtml is broken. Patch by gerv; r=bbaetz.gerv%gerv.net2002-08-202-4/+5
|
* Bug 163299 - Can't change cc accessible checkboxbbaetz%student.usyd.edu.au2002-08-201-1/+4
| | | | r=joel x2
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-2016-74/+194
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Fix long line noticed by Gerv, no bug #.bbaetz%student.usyd.edu.au2002-08-191-1/+2
|
* Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au2002-08-197-121/+294
| | | | r=preed x2
* Fix typo from 43600bugreport%peshkin.net2002-08-191-1/+1
| | | | r=bbaetz x2
* Bug 162854 - buglist.cgi reporter is actually ownerbbaetz%student.usyd.edu.au2002-08-171-1/+1
| | | | r=joel x2
* bug 160631 - bug_email.pl is brokenbbaetz%student.usyd.edu.au2002-08-171-7/+1
| | | | r=joel x2
* Bug 160112 - clean up quip table conversion codebbaetz%student.usyd.edu.au2002-08-171-23/+13
| | | | r=joel x2
* Backing out patch for bug 126955 (supporting localized templates) due to ↵justdave%syndicomm.com2002-08-172-59/+1
| | | | | | fatal regression in checksetup.pl for initial checkouts/clean installs. See comment 25 onward in bug for details.
* Bug 10037 - param to disable adding new quipsbugreport%peshkin.net2002-08-173-5/+13
| | | | r=imajes, preed
* Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net2002-08-163-16/+26
| | | | code-error.html.tmpl. Patch by gerv; r=bbaetz.
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net2002-08-166-118/+236
| | | | by gerv; r=bbaetz.
* Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be ↵gerv%gerv.net2002-08-154-20/+45
| | | | l10nable. Patch by burnus; r=gerv.
* Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net2002-08-154-16/+29
| | | | code-error.html.tmpl. Patch by gerv; r=bbaetz.
* Bug 151619 - Problem with the regex in checksetup.pl to find dependanciesbbaetz%student.usyd.edu.au2002-08-151-1/+2
| | | | r=jouni, joel
* Bug 153578 - Attachment modified date is meant to be attachment creationbbaetz%student.usyd.edu.au2002-08-143-12/+49
| | | | | date r=preed, joel
* Bug 162642 - Cannot accept bugs if requiremilestone is on; regression frombbaetz%student.usyd.edu.au2002-08-141-2/+2
| | | | | bug 43600 r=preed x2
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-142-1/+15
| | | | r=joel x2
* Bug 24823 - show the last modified date at the top of show_bugbbaetz%student.usyd.edu.au2002-08-133-4/+23
| | | | | Patch by vkissoyan@yahoo.com (Vaskin Kissoyan) r=bbaetz x2
* Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au2002-08-132-1/+15
| | | | r=joel, preed
* Fixing up the changedate from my bug 43600 patch. Knew I must havebbaetz%student.usyd.edu.au2002-08-121-1/+1
| | | | forgotten something....
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-1229-366/+651
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole ↵preed%sigkill.com2002-08-121-1/+7
| | | | Bugzilla team a good bottle of tequila now (ask Baloo for details)
* D'OH! Previous checkin for Bug 160410 broke the build due to "only seen ↵preed%sigkill.com2002-08-111-0/+1
| | | | once" errors (and some unitialized errors; but I couldn't repeat those with the testing suite once I used the var twice; I guess we'll see... :-/
* Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com2002-08-114-28/+213
| | | | p=preed,r=joel,r2=bbaetz
* Bug 160557 - products that start with _ do not show up properly in ↵gerv%gerv.net2002-08-112-36/+24
| | | | query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz.
* Bug 126955 - Bugzilla should support translated/localized templates. This ↵gerv%gerv.net2002-08-102-1/+59
| | | | patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv.
* Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax ↵gerv%gerv.net2002-08-103-128/+131
| | | | error. Patch by gerv; r=bbaetz.
* Fixing bustage - missing %].gerv%gerv.net2002-08-101-1/+1
|
* Bug 159996 - bug vote instructions are misleading/confusingbbaetz%student.usyd.edu.au2002-08-101-3/+16
| | | | r=gerv x2
* Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; ↵gerv%gerv.net2002-08-103-14/+19
| | | | r=gerv.
* Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by ↵gerv%gerv.net2002-08-104-12/+23
| | | | burnus; r=gerv.
* Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs tablebbaetz%student.usyd.edu.au2002-08-102-9/+8
| | | | r=joel x2
* Fix another un-globalised SqlQuote(). Oops.gerv%gerv.net2002-08-101-1/+1
|
* Miseed &:: for call to SqlQuote, no bug # (cleanup from bug 158474)bbaetz%student.usyd.edu.au2002-08-101-1/+1
| | | | r=justdave x2
* Bug 161402 - Disable DBI taint mode in processmailbbaetz%student.usyd.edu.au2002-08-101-4/+0
| | | | r=joel x2
* Bug 158474 - Abstract out GenerateSQL into perl module. Patch by gerv; r=jouni.gerv%gerv.net2002-08-102-844/+881
|
* Add a test to check for speling errors. It only currently checks for two ↵zach%zachlipton.com2002-08-101-0/+92
| | | | | | simple errors that used to be in checksetup.pl, more errors can and will be added in the future. Bug 147151, no review needed for tests
* Bug 161450 - New search knob causes warnings. Patch by gerv; 2xr=bbaetz.gerv%gerv.net2002-08-101-1/+1
|
* Bug 160224 - remember query radio buttons don't have defaultbbaetz%student.usyd.edu.au2002-08-081-2/+1
| | | | r=gerv x2
* Bug 55753 - if order is the first param to buglist.cgi, can't resort. Patch ↵gerv%gerv.net2002-08-081-1/+1
| | | | by gerv; r=bbaetz.