aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni;...jocuri%softhome.net2004-02-271-3/+5
* Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.jocuri%softhome.net2004-02-271-1/+1
* Patch for bug 65313; improves the email regexp in order to detect better inva...jocuri%softhome.net2004-02-262-2/+2
* Tree bustage fix: eliminates the tabs that have been introduced while checkin...jocuri%softhome.net2004-02-251-3/+3
* Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based m...jocuri%softhome.net2004-02-241-3/+2
* Patch for bug 234264; eliminates a double escaping issue by removing filterin...jocuri%softhome.net2004-02-241-1/+1
* Patch for bug 226251 (internal error when server push is enabled): Due to ran...jocuri%softhome.net2004-02-231-7/+15
* [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer a...justdave%syndicomm.com2004-02-221-2/+8
* Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannerm...jocuri%softhome.net2004-02-142-10/+4
* Bug 233645 - fix a number of 'undef' warnings which were killing performance ...gerv%gerv.net2004-02-143-4/+10
* Fix for bug 234100: removes redundant longdescs table join criterionmyk%mozilla.org2004-02-131-1/+0
* Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, includ...gerv%gerv.net2004-02-1310-61/+88
* Adding a comment to avoid further dupes of bug 97736 -- and alsokiko%async.com.br2004-02-121-0/+2
* Bug 232897 - make collectstats.pl work with shadow databases, by reading from...gerv%gerv.net2004-02-121-1/+9
* Patch for bug 232441: Suggest solution in the error message in case admin for...jocuri%softhome.net2004-02-091-1/+1
* Patch for bug 158527: Fix up description for the editbugs group so it is clos...jocuri%softhome.net2004-02-091-1/+1
* grep is a command line program, not something you do while editing a file (to...justdave%syndicomm.com2004-02-081-1/+1
* Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org2004-02-0610-14/+49
* er, oops, wrong date :)justdave%syndicomm.com2004-02-051-1/+1
* Bump docs build date to test the xml rebuild script on the websitejustdave%syndicomm.com2004-02-051-1/+1
* - Remove html, txt, and pdf directories from CVSjustdave%syndicomm.com2004-02-0565-55574/+15
* Minor tag fix to OS X sectionjustdave%syndicomm.com2004-02-051-2/+3
* Corrections to the Mac OS X installation instructionsjustdave%syndicomm.com2004-02-051-6/+6
* Patch for bug 218401; add in some places templatization support for the bug t...jocuri%softhome.net2004-02-041-1/+1
* Patch for bug 194472; link to the product's component editor when displaying ...jocuri%softhome.net2004-02-042-2/+3
* Bug 232993: Quote the filenames in the Content-disposition header when downlo...justdave%syndicomm.com2004-02-041-1/+5
* Bug 232830 - use url_quote instead of html filtering to make sure we can dele...gerv%gerv.net2004-02-043-7/+7
* Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ...justdave%syndicomm.com2004-02-041-1/+3
* Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ...myk%mozilla.org2004-02-042-3/+7
* Fix for bustage caused by Gerv's checkin for bug 232903; basically, wekiko%async.com.br2004-02-031-0/+3
* Bug 232903: hook to allow addition of extra administration links in the foote...gerv%gerv.net2004-02-031-0/+1
* Bug 232096 - documenting content-type parameter for attachment.cgi.gerv%gerv.net2004-02-031-0/+6
* Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to onl...gerv%gerv.net2004-02-031-2/+9
* Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to preve...gerv%gerv.net2004-02-0310-17/+21
* Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs...jocuri%softhome.net2004-02-031-2/+2
* Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the sem...myk%mozilla.org2004-01-312-6/+6
* Patch for bug 213679: Implement a parameter that allows administrators to con...jocuri%softhome.net2004-01-313-0/+16
* Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net2004-01-301-1/+1
* Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net2004-01-301-1/+1
* Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugz...myk%mozilla.org2004-01-301-1/+1
* Fix for bug 232447: Warns user about missing bug number instead of dying in G...myk%mozilla.org2004-01-291-1/+2
* Fix validation problem (unescaped ampersands) by making the program listing b...myk%mozilla.org2004-01-281-2/+2
* Bug 232161 - add ability to forget or edit saved searches when the search thr...gerv%gerv.net2004-01-271-0/+22
* Bug 225043 - enhance chart migration code to populate 'All Open' charts from ...gerv%gerv.net2004-01-271-1/+15
* Fix for bug 232164: Adds backwards-compatibility hack for changedin queries f...myk%mozilla.org2004-01-261-16/+27
* Fix for bug 232160: adds the header back in to the "verify component, etc." p...myk%mozilla.org2004-01-261-0/+2
* Fix for bug 232154: Make old column lists work again by correctly translating...myk%mozilla.org2004-01-261-7/+7
* Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzil...myk%mozilla.org2004-01-261-0/+1
* Fix for bug 232150: Corrects "field changed" queries including [Bug creation]...myk%mozilla.org2004-01-261-10/+19
* Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarr...myk%mozilla.org2004-01-261-1/+1