aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 207039: Add documentation explaining how to install bugzilla under ↵bugreport%peshkin.net2004-03-221-1/+365
| | | | | | regular user privileges r=vlad, a=justdave
* Bug 126252: add the gnatsparse Python script to the contrib directory; ↵jocuri%softhome.net2004-03-225-0/+1667
| | | | author: Daniel Berlin <dan@dberlin.org>; a=justdave.
* Patch for bug 238033: eliminate HTML closing tags that haven't been opened ↵jocuri%softhome.net2004-03-211-3/+1
| | | | and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
* Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the ↵gerv%gerv.net2004-03-201-36/+36
| | | | page. Patch by gerv; r,a=justdave.
* Bug 228423: Document adjustment of MySQL 4GB default table size limitbugreport%peshkin.net2004-03-201-1/+18
| | | | r=kiko, a=justdave
* Patch for bug 179351: improve variable scoping issues in order to fix a bug ↵jocuri%softhome.net2004-03-201-4/+3
| | | | causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.
* Patch for bug 238025: generate HTML table header in editkeywords.cgi even ↵jocuri%softhome.net2004-03-201-1/+3
| | | | when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
* Bug 234293 - complete the conversion from "query" terminology to "search" ↵gerv%gerv.net2004-03-1910-35/+35
| | | | terminology. Patch by gerv; r=justdave, kiko, a=justdave.
* Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug"timeless%mozdev.org2004-03-196-15/+15
| | | | | also fix the spelling of decipher r=gerv r=kiko a=justdave
* Bug 237517 inconsistent spelling of cancelled or canceledtimeless%mozdev.org2004-03-193-3/+3
| | | | r=kiko a=justdave
* Bug 237514 Confirmed email address is missing </td>timeless%mozdev.org2004-03-191-1/+1
| | | | r=kiko a=justdave
* Bug 237512 Should auth_err_tag be listed in <tt>timeless%mozdev.org2004-03-191-1/+1
| | | | r=justdave a=justdave
* Bug 237513 Change password uses semi empty <th>timeless%mozdev.org2004-03-191-1/+1
| | | | r=kiko a=justdave
* Bug 203869: Update documentation to better describe group controlsbugreport%peshkin.net2004-03-181-86/+207
| | | | r=gerv, a=justdave
* Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵justdave%syndicomm.com2004-03-184-8/+8
| | | | | | of Token got missed) r= gerv, a= justdave
* Bug 132066 - add a note to the login page about needing cookies for a good ↵gerv%gerv.net2004-03-181-0/+5
| | | | user experience. Patch by gerv; r,a=justdave.
* Bug 24496 part 2: fix burning tinderbox - a couple filters were left out.justdave%syndicomm.com2004-03-181-5/+5
|
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵justdave%syndicomm.com2004-03-184-1/+77
| | | | | | | prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-1818-1205/+54
| | | | | | | they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
* Fix for bug 237757: Resolved bugs are no longer struck out on dependencykiko%async.com.br2004-03-184-4/+52
| | | | | | | trees. This was bustage from bug bug 232397 which added CSS classes but didn't add them consistently to all templates. Includes a global CSS file that defines the relevant bz_* classes and adds a link to it from the global header template. r,a=myk.
* Adding a .cvsignore for the txt, html, and pdf folders, which are no longer ↵justdave%syndicomm.com2004-03-171-0/+3
| | | | | | in CVS, but can be created by the makedocs.pl script a= justdave
* Bustage fix: adding filters defined in bug 232397. New filters need tokiko%async.com.br2004-03-171-1/+2
| | | | be added to both test 004 *and* test 008.
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-1713-28/+55
| | | | | | | | specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
* Fix the version-detection code with Fredrik Lundh's test suggested atkiko%async.com.br2004-03-171-2/+3
| | | | | | http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net -- this stops bugzilla-submit complaining about vendor versions of Python 2.3.
* Fix for bug 236424: Allow showdependencies trees to collapse. Addskiko%async.com.br2004-03-171-0/+37
| | | | | | [optional] Javascript-enabled +/- controls that allow branches in the dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>, minor cleanups by me, r=myk, kiko, a=justdave.
* Patch for bug 237646: fix for regression in userprefs.cgi that disallowed ↵jocuri%softhome.net2004-03-171-3/+2
| | | | users to change their password via this page; r=kiko; a=myk.
* Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net2004-03-176-4/+162
| | | | William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
* Patch for bug 237540: remove unused hidden field from edit-multiple; patch ↵jocuri%softhome.net2004-03-171-2/+0
| | | | by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.
* Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Termstimeless%mozdev.org2004-03-151-1/+1
| | | | r=justdave a=justdave
* Bug 232491 - try harder to avoid parameterless searches (either saved or ↵gerv%gerv.net2004-03-152-5/+9
| | | | otherwise.) Patch by gerv; r,a=myk.
* Patch for bug 236664: make checksetup.pl print good install instructions for ↵jocuri%softhome.net2004-03-141-15/+49
| | | | Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
* Bug 214457 Updated user page is uselesstimeless%mozdev.org2004-03-141-10/+28
| | | | r=justdave a=justdave
* Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.jocuri%softhome.net2004-03-121-12/+12
|
* Fix for bug 236322: trivial inaccuracy in description of "find a specific ↵myk%mozilla.org2004-03-121-2/+2
| | | | | | | bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does). r=justdave a=justdave
* Bug 236575 - update the "newer build" information to cover the new ↵gerv%gerv.net2004-03-101-19/+24
| | | | mozilla.org products. Patch by gerv; r,a=justdave.
* Patch for bug 143490: eliminate unsupported calls from checksetup.pl when ↵jocuri%softhome.net2004-03-081-89/+139
| | | | running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave.
* Bug 232176 - Add a preferences panel for saved searches, to allow management ↵gerv%gerv.net2004-03-083-0/+52
| | | | all in one place. Patch by gerv; r,a=justdave.
* Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net2004-03-083-683/+0
| | | | votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
* Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net2004-03-0811-25/+749
| | | | votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
* Bug 232141 - all all saved searches to footer until linkinfooter UI returns. ↵gerv%gerv.net2004-03-081-5/+3
| | | | Patch by gerv; r=myk, a=justdave.
* Patch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by ↵jocuri%softhome.net2004-03-071-2/+2
| | | | Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
* Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-072-24/+27
|
* Fix for bug 236634: move colon out of anchor text in "Targetkiko%async.com.br2004-03-061-2/+1
| | | | Milestone:" in show_bug. r=gerv, a=justdave.
* Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, ↵jocuri%softhome.net2004-03-061-0/+68
| | | | a=justdave.
* Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-061-4/+4
|
* Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-061-11/+16
|
* Patch for bug 236443: respect customization of customized words in ↵jocuri%softhome.net2004-03-061-1/+3
| | | | create.html.tmpl; r=kiko, a=justdave.
* Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; ↵jocuri%softhome.net2004-03-062-49/+59
| | | | r=kiko, a=justdave.
* Patch for bug 236567: Update the documentation describing the Perl modules ↵jocuri%softhome.net2004-03-061-2/+14
| | | | installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
* Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; ↵gerv%gerv.net2004-03-051-1/+2
| | | | r,a=justdave.