summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-01-22Bug 227155 - make sure running collectstats.pl twice in a day, or migrating ↵gerv%gerv.net2-0/+15
data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave.
2004-01-22Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net4-18/+23
UI tweaks. Patch by gerv; r=kiko, a=myk.
2004-01-21Bug 225075: Fix exact case search so it only selects bugs with matching case ↵bugreport%peshkin.net1-1/+1
strings. r=bbaetz, a=justdave
2004-01-21Bug 231026 - improve the appearance of the buglist options at the bottom of ↵gerv%gerv.net1-5/+5
the buglist. Patch by gerv; r,a=justdave.
2004-01-20Bug 36379: adds command-line switches for default product, component, and ↵justdave%syndicomm.com1-2/+30
version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave
2004-01-20improved readability (for both readers and editors); added docbook tags for ↵myk%mozilla.org1-82/+98
variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers
2004-01-20Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵gerv%gerv.net1-3/+1
longer support OS 9.) Patch by gerv; r,a=justdave.
2004-01-20Backing out bug 230293, we decided this was the wrong approach.justdave%syndicomm.com1-1/+1
a= justdave
2004-01-20Backing out code change that was accidently left in the patch on bug 228894 ↵justdave%syndicomm.com1-2/+1
(see comment 9)
2004-01-19Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - ↵gerv%gerv.net1-0/+191
probably still needs further polish.
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net112-113/+114
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2004-01-18Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.gerv%gerv.net1-1/+1
2004-01-17Bug 224420 - add a warning that only public bugs are counted by the new ↵gerv%gerv.net1-0/+5
charting system at the moment. Patch by gerv; r,a=justdave.
2004-01-17Rebuilt guide for kiko's install changes.gerv%gerv.net1-1918/+1913
2004-01-17Rebuild docs for kiko's changes to install; cvs add an HTML file I missed ↵gerv%gerv.net5-15/+174
last time.
2004-01-17Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br3-7/+55
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
2004-01-17Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fieldskiko%async.com.br3-6/+9
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch by me, inspired by work done by joseph@picsel.com (Joseph Heenan). contrib-only. a=myk
2004-01-16Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.gerv%gerv.net1-5/+1
2004-01-16Minor adjustment to documentation to account for changes made in bugkiko%async.com.br2-4/+4
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written by me and ignored by Gerv :-P
2004-01-16Another pre-2.17.7 rev.gerv%gerv.net37-10327/+10161
2004-01-16Updated PDF from large changes pre-2.17.6.gerv%gerv.net1-12958/+9803
2004-01-16Phase 1 of a big documentation update before 2.17.6.gerv%gerv.net89-10985/+11040
2004-01-16Adding bits about localconfig.js (I always forget it) and rewording onekiko%async.com.br1-1/+6
of the steps slightly.
2004-01-15Fix for bug 194290: irc:// links are not highlighted as links. Adds irckiko%async.com.br1-1/+1
to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2004-01-14Additional bustage fix for bug 229800; swapped tabs for spaces (groan).kiko%async.com.br1-1/+1
2004-01-14Fix for bug 229800: whineatnews.pl doesn't whine about REOPENED bugs.kiko%async.com.br2-19/+23
Change whine script to look to REOPENED bugs too, and modified text in relevant param to account for this. Patch by joseph@picsel.com (Joseph Heenan). r=kiko, a=myk.
2004-01-13Bug 216523: t/Support/Files.pm fails to include ↵jocuri%softhome.net1-1/+2
Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave.
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org6-0/+132
standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
2004-01-11Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME ↵jocuri%softhome.net1-1/+1
type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave.
2004-01-04Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdavejouni%heikniemi.net1-0/+8
2003-12-11Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did thekiko%async.com.br8-552/+17
repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
2003-12-10Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.jocuri%softhome.net3-3/+3
2003-12-10Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net10-148/+281
jth, gerv; r/a=justdave.
2003-12-09Bug 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net3-4/+9
series to database. Patch by gerv; r=kiko, a=justdave.
2003-12-08Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; ↵jocuri%softhome.net1-0/+7
a=justdave.
2003-12-08Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on.gerv%gerv.net2-3/+3
2003-12-08Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl.gerv%gerv.net1-1/+2
2003-12-08Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵gerv%gerv.net2-1/+9
number, component or status. Patch by gerv; r=kiko, a=justdave.
2003-12-08Bug 227122 - pie chart link missing from certain tabular reports. Patch by ↵gerv%gerv.net1-1/+1
gerv; r=jouni, a=justdave.
2003-12-08Bug 226682 - make it possible to edit series. This also changes the Series ↵gerv%gerv.net2-94/+104
object interface a bit. Patch by gerv; r=kiko, a=justdave.
2003-12-08Bug 218568 - Clean up charting UI. Having played with it for a bit, it ↵gerv%gerv.net5-120/+129
needed work. Patch by gerv; r=kiko, a=justdave.
2003-12-08Fix for bug 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br4-23/+23
chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
2003-12-07Fix for bug 226982: Move password change code into Bugzilla::Auth (partkiko%async.com.br1-28/+50
1). Factored code out from Bugzilla::Auth::DB->authenticate() into separate methods so we can use them externally. Add extra API to DB.pm, which is currently used only internally (pending part 2). r=bbaetz, a=justdave
2003-12-07Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used ↵justdave%syndicomm.com3-7/+8
only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper. r=bbaetz, a=justdave
2003-12-04Bug 166346: Set html title attribute (tooltip) for local dot -drawn ↵jouni%heikniemi.net1-14/+59
dependency graphs. r=kiko, justdave; a=justdave
2003-12-01Bug 226932: flag request email sends '&nbsp;' in subject. Removekiko%async.com.br1-2/+2
entities that were introduced by the fix for bug 13540. Patch by Stephen Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
2003-11-27Ultra-trivial single-word fix, r=ssdbotkiko%async.com.br1-1/+1
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br5-37/+48
logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
2003-11-27Bug 226229: Query.cgi HTML Transitional 4.01 validation fails forkiko%async.com.br3-16/+18
query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave
2003-11-23Bug 226027: Use the Perl CGI module to send cookies.justdave%syndicomm.com1-8/+45
r=bbaetz, a=justdave