summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com4-43/+59
Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
2003-04-25Bug 192661: Dependency graphs were printing bug summaries without HTML ↵justdave%syndicomm.com1-1/+2
filtering. r= bbaetz, gerv a= justdave
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com19-27/+825
templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
2003-04-23Missed a couple of SGML references that should have been changed.jake%bugzilla.org1-2/+2
2003-04-23Realphabetize the directory list.jake%bugzilla.org1-1/+1
2003-04-23Recompile the docs from the XML source in anticipation of the 2.17.4 release.jake%bugzilla.org15-972/+1121
2003-04-23Updating date for the 2.17.4 release.jake%bugzilla.org1-1/+1
2003-04-23The source files for the Bugzilla Guide have long been using the XML version ↵jake%bugzilla.org37-7792/+71
of DocBook but still residing in the sgml/ directory with an extension of .sgml. In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
2003-04-22Bug 198458: Added LDAP Sync script contributed by ↵justdave%syndicomm.com2-15/+170
thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory. a= justdave (no review for contrib)
2003-04-22Bug 202744: Removing unnecessary output from collectstats.pl cron jobjustdave%syndicomm.com1-1/+2
r= gerv, a= justdave
2003-04-21Per bug 200472 - Changing the version information for Date::Parse (any) to ↵jake%bugzilla.org4-4/+4
instead specify Date::Format (2.21).
2003-04-19Fix typo in previous checking for bug 200472. Date::Format should be ↵justdave%syndicomm.com1-1/+1
version *2*.21.
2003-04-19Bug 200472: Require specific version of Date::Format to ensure we don't run ↵justdave%syndicomm.com1-2/+2
into a bug in an older version that we're triggering. r= jake, a= justdave
2003-04-19bug 202534 - Login with unrestricted IP address fails - tries to access ↵bugreport%peshkin.net1-1/+1
missing get_netaddr r=bbaetz a=myk
2003-04-09Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de4-2/+43
r=bbaetz,a=justdave
2003-04-09Fixing tinderbox bustage from previous checkin (bug 199012)justdave%syndicomm.com1-2/+2
2003-04-09Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. ↵gerv%gerv.net2-3/+4
Patch by gerv; r,a=myk
2003-04-08Fix for bug 200961: unhorks display of bug ID in RDF version of bug list.myk%mozilla.org1-2/+2
r=justdave a=justdave
2003-04-05Bug 200072 - Creating new users from LDAP at authentication time is brokenbbaetz%acm.org1-3/+3
r,a=justdave
2003-04-03Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi ↵burnus%gmx.de1-1/+1
for consistency r,a=justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org12-118/+193
r=gerv a=justdave
2003-04-02Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in ↵jake%bugzilla.org2-0/+12
MySQL 4.
2003-04-02Bug 194541 - Dot is a binary executable, not a perl script so we don't need ↵jake%bugzilla.org2-76/+0
to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away.
2003-04-02Misc. updates to the FAQ.jake%bugzilla.org2-20/+22
2003-04-02Bug 171674 - Adding a section to the Troubleshooting section describing how ↵jake%bugzilla.org4-0/+148
to fix the File::Temp problems in perl 5.6.0.
2003-04-01Bug 195530 - Make javascript version of buglists available. r=bbaetz, jesse, ↵gerv%gerv.net1-0/+33
a=justdave.
2003-04-01Bug 80157 - Add "regenerate" option to collectstats.pl. Patch by ↵gerv%gerv.net1-5/+202
rwalters@qualcomm.com, with tweaks by jean_seb@hybride.com, dberlin@dberlin.org and gerv@mozilla.org; r=gerv, a=justdave.
2003-04-01Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, ↵gerv%gerv.net1-3/+6
a=justdave.
2003-03-30Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org2-2/+2
r=bbaetz a=justdave
2003-03-30Bug 65319 editmilestones & editversions don't have extra add.timeless%mozdev.org2-2/+2
r=justdave a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org56-157/+116
r=justdave a=justdave
2003-03-25Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; ↵gerv%gerv.net1-10/+2
r,a=justdave.
2003-03-24Bug 190892: Radio button for "run this query" looks silly if it's the only ↵justdave%syndicomm.com1-11/+20
choice. Make it a hidden input if it's the only one. r= Gerv, a= justdave
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org25-484/+1152
r=gerv, justdave a=justdave
2003-03-22Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2-1/+24
r=gerv, a=myk
2003-03-16Bug 197180 - Long comment names not flagged as an errorbbaetz%acm.org1-1/+13
r,a=justdave
2003-03-14Bug 193989: EmailSuffix wasn't getting used for password change tokens. ↵justdave%syndicomm.com2-8/+2
Also removes real name from To: header which wasn't being escaped properly for RFC2822 specs. Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=justdave, a=justdave
2003-03-14Bug 194917: Javascript missing HTML comments in flag list.justdave%syndicomm.com1-0/+2
Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=myk, a=myk
2003-03-09Bug 190848: Adding a new product results in a software error.jouni%heikniemi.net1-1/+0
Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
2003-03-09Fix for bug 191051: make substring searches actually do substring instead of ↵myk%mozilla.org1-1/+1
anyexact. r+a=justdave
2003-03-08Bug 196101: use ANSI-compliant SQL for group checks in sanitycheckjustdave%syndicomm.com1-14/+12
2003-03-08Bug 194345: checksetup.pl would die if you had your params set for a local ↵justdave%syndicomm.com1-1/+1
dot, and the executable didn't exist. The polite error message it was supposed to print works now. r= burnus, a= justdave
2003-03-08Bug 196420 - jsmagic for add/and/or in boolean charts isn't workingbbaetz%acm.org1-3/+3
r/a=justdave
2003-03-07Bug 156436 IBM Web Browser is unrecognizedtimeless%mozdev.org1-1/+1
patch by mkaply@us.ibm.com r=timeless a=justdave
2003-02-28180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de1-0/+1
Fix broken tree. r,a=justdave
2003-02-28Bug 180692 - enter_bug shows keywords option even if keywords are disabledburnus%gmx.de2-10/+14
r=bbaetz, a=justdave
2003-02-27Bug 195137 - Keywords are not sent in new bug mailbbaetz%acm.org1-1/+1
r,a=justdave
2003-02-27Bug 194744 - fix dead link to confirmhelp.html. Patch by gerv; r,a=justdave.gerv%gerv.net1-2/+1
2003-02-25Bug 183017 - Only numbers displayed when bar chart contains too many ↵gerv%gerv.net1-0/+13
products. Patch by gerv; r=joel, a=justdave.
2003-02-23Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org4-6/+18
r,a=justdave