summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-02-08Bug 192182 - editflagtypes uses ^ instead of **bbaetz%acm.org1-1/+1
2003-02-07Bug 191020 - back out bits of generic charting checked in by mistake. Apologies.gerv%gerv.net1-18/+0
2003-02-07Bug 191020 - buglist.cgi doesn't always get query names right for filename to...gerv%gerv.net1-16/+36
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org12-106/+67
2003-02-06This checkin contains two fixes:jake%bugzilla.org27-327/+394
2003-02-06Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.gerv%gerv.net1-1/+5
2003-02-05bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ...burnus%gmx.de2-1/+2
2003-02-02Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org1-5/+4
2003-02-01Recompiling the docs because of the large change to the installation section ...jake%bugzilla.org37-6005/+6560
2003-02-01Bug 191034, step 1 - Refactoring the installation chapter to provide sections...jake%bugzilla.org6-1616/+960
2003-01-30Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org1-1/+1
2003-01-29Fix "variable declaration masks earler declaration" warning. No bug number.gerv%gerv.net1-1/+1
2003-01-29bug 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/Fe...burnus%gmx.de1-1/+1
2003-01-28Spell servlet correctly. Also, Scarab is now at Version 1.0 Beta 13, as long ...jake%bugzilla.org2-4/+4
2003-01-26The GNU Free Documentation License should be at the end of the guide (in an a...jake%bugzilla.org6-24/+22
2003-01-25Bug 190582 - quips table initial definition in checksetup.pl missing approved...burnus%gmx.de1-1/+2
2003-01-25Bug 190521 - If the attachment didn't have a Content-Description: header in t...jake%bugzilla.org1-2/+3
2003-01-24Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch...burnus%gmx.de2-0/+8
2003-01-24Bug 106918: the "movers" param was not being interpreted correctly by move.pl...justdave%syndicomm.com3-2/+6
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net6-122/+269
2003-01-23Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi ...timeless%mozdev.org1-5/+8
2003-01-23Bug 188712 Apple's Browser Safari does not support server-pushtimeless%mozdev.org1-6/+7
2003-01-23Bug 189446 - Can't change product of a bugbbaetz%acm.org1-1/+8
2003-01-23Bug 188161 - assignee/qa missing change knobs.bbaetz%acm.org2-6/+6
2003-01-22Bug 189790 voting info not displayed when editing/viewing a bugbugreport%peshkin.net1-1/+1
2003-01-17Fix for bug 184909: show status whiteboard on bug lists when the user request...myk%mozilla.org1-1/+1
2003-01-16Bug 105692: Script to compile all docs directories.matty%chariot.net.au1-0/+78
2003-01-15Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv...gerv%gerv.net2-18/+47
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to b...justdave%syndicomm.com5-35/+115
2003-01-15Bug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, ...jouni%heikniemi.net1-5/+2
2003-01-15Bumping minimum versions for DBI and DBD::mysql to match what was just checke...jake%bugzilla.org2-4/+4
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au9-198/+322
2003-01-14Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=...jouni%heikniemi.net4-3/+10
2003-01-14remove these, they belong on the branch (woops!)zach%zachlipton.com3-205/+0
2003-01-14Readd the changes back on the (now updated) branch :(zach%zachlipton.com3-0/+205
2003-01-13Recompile the docs to pick up recent changes for the website.jake%bugzilla.org19-486/+1555
2003-01-13Update links to tldp.org and Bugzilla version numbers. Also, added some text abjake%bugzilla.org4-44/+82
2003-01-13Bug 187566 - Making the upgrading section much clearer and presenting multipl...jake%bugzilla.org2-56/+378
2003-01-12XUL Chrome should use |content| over |_content|. r/a=justdave via irccaillon%returnzero.com1-1/+1
2003-01-12Bug 153874: Query in sidebar wasn't workingjustdave%syndicomm.com2-1/+5
2003-01-12Bug 188656 Change required mysqld minimum to 3.23.41bugreport%peshkin.net3-3/+3
2003-01-11Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com4-19/+33
2003-01-10Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdavejouni%heikniemi.net2-2/+2
2003-01-10Bug 179328 - Mozilla-specific wording in duplicates.cgi explanation text. Pat...gerv%gerv.net1-16/+13
2003-01-07Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summarytimeless%mozdev.org1-1/+1
2003-01-06Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=j...gerv%gerv.net1-1/+1
2003-01-06Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ...gerv%gerv.net13-12/+12
2003-01-06Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a...gerv%gerv.net2-54/+42
2003-01-05We use the GD::Graph perl module, not GD::Chart (which doesn't exist)jake%bugzilla.org4-6/+6
2003-01-03Bumping the rev number for 2.17.3 release.preed%sigkill.com1-1/+1