aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 10037 - param to disable adding new quipsbugreport%peshkin.net2002-08-173-5/+13
* Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html...gerv%gerv.net2002-08-163-16/+26
* Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...gerv%gerv.net2002-08-166-118/+236
* Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10na...gerv%gerv.net2002-08-154-20/+45
* Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html...gerv%gerv.net2002-08-154-16/+29
* Bug 151619 - Problem with the regex in checksetup.pl to find dependanciesbbaetz%student.usyd.edu.au2002-08-151-1/+2
* Bug 153578 - Attachment modified date is meant to be attachment creationbbaetz%student.usyd.edu.au2002-08-143-12/+49
* Bug 162642 - Cannot accept bugs if requiremilestone is on; regression frombbaetz%student.usyd.edu.au2002-08-141-2/+2
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-142-1/+15
* Bug 24823 - show the last modified date at the top of show_bugbbaetz%student.usyd.edu.au2002-08-133-4/+23
* Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au2002-08-132-1/+15
* Fixing up the changedate from my bug 43600 patch. Knew I must havebbaetz%student.usyd.edu.au2002-08-121-1/+1
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-1229-366/+651
* Bug 162217: fixed my bustage introduced in bug 160410; yes, I owe the whole B...preed%sigkill.com2002-08-121-1/+7
* D'OH! Previous checkin for Bug 160410 broke the build due to "only seen once"...preed%sigkill.com2002-08-111-0/+1
* Bug 160410: defparams.pl support for single/multi pulldown menus; p=preed,r=j...preed%sigkill.com2002-08-114-28/+213
* Bug 160557 - products that start with _ do not show up properly in query.cgi....gerv%gerv.net2002-08-112-36/+24
* Bug 126955 - Bugzilla should support translated/localized templates. This pat...gerv%gerv.net2002-08-102-1/+59
* Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax e...gerv%gerv.net2002-08-103-128/+131
* 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
* Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r...gerv%gerv.net2002-08-103-14/+19
* Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by ...gerv%gerv.net2002-08-104-12/+23
* Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs tablebbaetz%student.usyd.edu.au2002-08-102-9/+8
* 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
* Bug 161402 - Disable DBI taint mode in processmailbbaetz%student.usyd.edu.au2002-08-101-4/+0
* 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 simp...zach%zachlipton.com2002-08-101-0/+92
* 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
* Bug 55753 - if order is the first param to buglist.cgi, can't resort. Patch b...gerv%gerv.net2002-08-081-1/+1
* Bug 118442 - Bugzilla fails to notice if nothing has changed when editingbbaetz%student.usyd.edu.au2002-08-011-2/+1
* Bug 160227 - VERSION cookie not set correctlybbaetz%student.usyd.edu.au2002-07-311-2/+2
* Bug 113459 Bad regexp in emailregexp causes system lockoutbugreport%peshkin.net2002-07-311-1/+8
* Bug 160204 - search/knob.html.tmpl: script type missing, space missingbbaetz%student.usyd.edu.au2002-07-311-3/+3
* Bug 158236 - Remove 'watchfordiffs' column from namedqueries tablebbaetz%student.usyd.edu.au2002-07-301-13/+7
* Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz.gerv%gerv.net2002-07-294-25/+14
* Merging from 2.16 branch.gerv%gerv.net2002-07-284-0/+342
* Merging new docs from 2.16 branch.gerv%gerv.net2002-07-28104-36197/+22087
* Bug 159687 - attachment/*.tmpl should use <label>. Patch by burnus; r=gerv.gerv%gerv.net2002-07-282-11/+30
* Bug 159644 - bug/create/create.html.tmpl should use <label>. Patch by burnus;...gerv%gerv.net2002-07-281-2/+4
* Bug 159582 - search/knob.html.tmpl should use <label> for the radiobuttons. P...gerv%gerv.net2002-07-271-12/+17
* Bug 159629 - make users login to add quips. Patch by gerv; r=burnus.gerv%gerv.net2002-07-271-1/+1
* Bug 158658 - relogin.cgi should use a template. This also adds the ability to...gerv%gerv.net2002-07-274-16/+63
* Bug 150776 - Remembered query options need regrouping. Patch by gerv; r=jouni...gerv%gerv.net2002-07-272-97/+131
* Bug 106640 - allow translation of system messages. Patch by gerv; r=burnus.gerv%gerv.net2002-07-273-13/+77
* Bug 158497 - Templatise colchange.cgi. Patch by gerv; r=burnus.gerv%gerv.net2002-07-272-45/+51
* Bug 159565 - fix hash initialisation error caused by my duff patch for access...gerv%gerv.net2002-07-271-8/+8
* ... and = instead of =>.gerv%gerv.net2002-07-271-1/+1