aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 65190: add comparison type "all words as substrings" and "any ↵justdave%syndicomm.com2001-06-022-1/+33
| | | | | | | words as substrings" to the text fields in query.cgi Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
* Fix for bug 78407: extra safeguard against overpopping the email list when ↵justdave%syndicomm.com2001-06-021-0/+1
| | | | | | | pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 83596: optional dependency on XML::Parser now checked in ↵justdave%syndicomm.com2001-06-021-5/+13
| | | | | | | checksetup.pl Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.justdave%syndicomm.com2001-06-021-1/+5
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* More leak pluggin. This one fixes bug 39526.jake%acutex.net2001-06-011-3/+22
| | | | | Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com2001-06-011-4/+9
| | | | r= Hixie
* Fix for bug 73249: perl warnings under 5.6.0.justdave%syndicomm.com2001-06-011-13/+13
| | | | | Patch by Chris Yeh <Chris.Yeh@nokia.com> r= justdave@syndicomm.com
* Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pljustdave%syndicomm.com2001-06-011-28/+30
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵justdave%syndicomm.com2001-06-011-1/+1
| | | | it on Perl 5.005. Will need to investigate.
* Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pljustdave%syndicomm.com2001-06-013-2/+16
|
* Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com2001-06-013-2/+6
| | | | | Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com
* Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net2001-05-315-69/+160
| | | | | | | groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
* Fix for bug 45164 - New users created by the admin were not subject to the ↵jake%acutex.net2001-05-301-60/+88
| | | | | | | userregexp for groupsets. Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
* Dummy commit so I can put the attributions I forgot in the previous one.justdave%syndicomm.com2001-05-301-0/+1
| | | | | Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 65290: can now edit user-regexps for system groupsjustdave%syndicomm.com2001-05-301-9/+26
|
* Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" ↵justdave%syndicomm.com2001-05-301-2/+4
| | | | | | | in use at query.cgi due to no components defined in a product. Patch by Matthias Radestock <matthias@sorted.org> r= justdave@syndicomm.com
* Additional cleanup for bug 73191. newquip.html is no longer needed.justdave%syndicomm.com2001-05-301-37/+0
|
* Fix for bug 78045: change references to README in error messages to point to ↵justdave%syndicomm.com2001-05-291-3/+4
| | | | | | | the Bugzilla Guide instead. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com
* Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>justdave%syndicomm.com2001-05-292-1/+66
| | | | | Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org r= justdave@syndicomm.com
* Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and ↵justdave%syndicomm.com2001-05-291-49/+116
| | | | | | improve IE5 compatibility Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
* Bug 79739 - Initial Owner and QA Contact were not being handled correctly by ↵jake%acutex.net2001-05-251-23/+12
| | | | | | the email interface after they were changed to userid's in bug 66876. r= justdave@syndicomm.com
* Mention the Bugzilla project page and where to report bugsjake%acutex.net2001-05-241-0/+7
| | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com, jake@acutex.net
* Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net2001-05-246-805/+157
| | | | r= justdave@syndicomm.com
* Fix for bug 38859: escape invalid email addresses for HTML before displaying ↵justdave%syndicomm.com2001-05-121-0/+3
| | | | | | | to the user. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net, justdave@syndicomm.com
* Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on ↵justdave%syndicomm.com2001-05-111-0/+1
| | | | | | | errors looking up email addresses. Patch by <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 38854: reports.cgi needs to escape (untrusted) url paramsjustdave%syndicomm.com2001-05-101-62/+46
| | | | | Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url paramsjustdave%syndicomm.com2001-05-102-3/+54
| | | | | Patch by Myke Melez <myk@mozilla.org> r= jake@acutex.net
* Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).justdave%syndicomm.com2001-05-101-1/+1
| | | | | Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com
* rolling version number to 2.13 for developmentjustdave%syndicomm.com2001-04-281-1/+1
|
* addition to 2.12 release notesjustdave%syndicomm.com2001-04-281-0/+4
|
* Backing out .htaccess commit, these don't belong here yet. It broke ↵justdave%syndicomm.com2001-04-261-7/+0
| | | | checksetup.pl, too.
* Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net2001-04-2624-618/+1551
| | | | | | I added related information to the Bugzilla Guide, and tacked in a couple of last-minute additions. Also fixed the annoying "Tip: HINT:" thing.
* Tara is a bucket head. Floating version to 2.12 ship for tag and stripetara%tequilarista.org2001-04-251-1/+1
|
* Removing forward planning texttara%tequilarista.org2001-04-251-6/+0
|
* Fix for confusing language regarding protection of data/ & shadow/ directoriesbarnboy%trilobyte.net2001-04-255-17/+34
| | | | and localconfig file.
* Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.barnboy%trilobyte.net2001-04-2592-2083/+10070
| | | | | | The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove.
* Checking in the last of the changes for 76837 for 2.12. Good enough for ↵tara%tequilarista.org2001-04-241-3/+0
| | | | government work.
* README now points everybody to the release notes and the new user guidetara%tequilarista.org2001-04-241-2/+18
|
* Adding reference to data/comments needing to be an exception to the blocking ↵justdave%syndicomm.com2001-04-231-2/+3
| | | | of the 'data' folder.
* Checking in Matty's update to the release notesjustdave%syndicomm.com2001-04-231-1/+1
|
* Added a couple of lines about mysqld-watcher.pl. Bug 76862.gerv%gerv.net2001-04-231-3/+5
|
* Per bug 76862, moving mysqld-watcher.pl into contribjustdave%syndicomm.com2001-04-231-0/+0
|
* Lots of formatting fixups, removed tab characters. Also removed incorrect ↵gerv%gerv.net2001-04-231-98/+92
| | | | DB_File requirement.
* Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by ↵gerv%gerv.net2001-04-221-2/+2
| | | | matty@chariot.net.au .
* Checking in massive changes to make this document more generic to all ↵tara%tequilarista.org2001-04-211-79/+18
| | | | bugzilla installations
* Adding new Release Notes for MattyTtara%tequilarista.org2001-04-201-0/+157
|
* another chmod with a leading 1 (Perl interprets this as a decimal instead of ↵justdave%syndicomm.com2001-04-201-1/+1
| | | | octal)
* Changing all chmod 1777 to chmod 01777. Without the leading 0 it's ↵justdave%syndicomm.com2001-04-201-4/+4
| | | | interpreted as decimal instead of octal (oops)
* Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org2001-04-203-3/+2
| | | | final fix for bug 72721. I am a buckethead
* landing final patch for bug 76261tara%tequilarista.org2001-04-204-19/+26
|