summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-04-23Per bug 76862, moving mysqld-watcher.pl into contribjustdave%syndicomm.com1-0/+0
2001-04-23Lots of formatting fixups, removed tab characters. Also removed incorrect ↵gerv%gerv.net1-98/+92
DB_File requirement.
2001-04-23Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by ↵gerv%gerv.net1-2/+2
matty@chariot.net.au .
2001-04-21Checking in massive changes to make this document more generic to all ↵tara%tequilarista.org1-79/+18
bugzilla installations
2001-04-21Adding new Release Notes for MattyTtara%tequilarista.org1-0/+157
2001-04-20another chmod with a leading 1 (Perl interprets this as a decimal instead of ↵justdave%syndicomm.com1-1/+1
octal)
2001-04-20Changing all chmod 1777 to chmod 01777. Without the leading 0 it's ↵justdave%syndicomm.com1-4/+4
interpreted as decimal instead of octal (oops)
2001-04-20Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org3-3/+2
final fix for bug 72721. I am a buckethead
2001-04-20landing final patch for bug 76261tara%tequilarista.org4-19/+26
2001-04-19initial checkinendico%mozilla.org1-0/+40
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com9-14/+14
2001-04-10Fix for bug 18349: query.cgi target_milestone value does not reload SELECTed ↵justdave%syndicomm.com1-1/+1
item. Patch by <jake@acutex.net> r= justdave
2001-04-10Fix for bug 72379: query.cgi component value does not reload SELECTed item.justdave%syndicomm.com1-6/+6
Patch by Myl Melez <myk@mozilla.org> r= jake, justdave
2001-04-10Fix for bug 71659: New bugs weren't creating email if the reported didn't ↵justdave%syndicomm.com1-0/+3
give a long description, and the first person who added a comment had their comment become the long description of the bug. Patch by <jake@acutex.net> r= justdave
2001-04-08Fix for bug 66014: Correct sanitycheck for the new initialowner andjustdave%syndicomm.com1-1/+2
initialqacontact fields in the components table. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke, justdave
2001-04-08Fix for bug 71808: Can't set email preferences for voters (which caused ↵justdave%syndicomm.com2-3/+31
voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave
2001-04-08Fix for bug 71912: changes email pref for "If I'm removed from that ↵justdave%syndicomm.com2-3/+22
capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave
2001-04-07Fix for bug 71607: remove "month-day only" date format from bug list views.justdave%syndicomm.com1-2/+1
Patch by Stephan Niemz <st.n@gmx.net> r= justdave
2001-04-07Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com3-89/+147
69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements. Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham) r= justdave
2001-04-07Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵justdave%syndicomm.com2-6/+6
patch submitted by Stephan Niemz [faniz] <st.n@gmx.net>, r= jake, cyeh UPGRADE NOTES: when you install this update, you will need to change the subject line in your 'changedmail' and 'newchangedmail' params from the web by running editparams.cgi. The subject line needs to be changed from: Subject: [Bug %bugid%] %neworchanged% - %summary% to Subject: [Bug %bugid%] %neworchanged%%summary% Or whatever is appropriate for the subject you are using on your system. Note the removal of the " - " in the middle.
2001-04-07Fix for bug 74394: editmilestones.cgi can't edit the name and sortkey at the ↵justdave%syndicomm.com1-7/+7
same time Patch by slee@uk.bnsmc.com (Stephen Lee)
2001-04-06Backing out Blake's misfirejustdave%syndicomm.com1-0/+0
2001-04-06Use more efficient command structure, refactor commands, broadcasters and ↵blakeross%telocity.com1-0/+0
keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-04Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.netdave%intrec.com1-1/+1
2001-04-04Fix for bug 53696: periods(.) and plusses(+) were not being accepted as ↵dave%intrec.com1-1/+1
valid in mime-types, which are legal per RFC2045 and RFC2048.
2001-03-29add comment about DB_File requirement for collectstats.plcyeh%bluemartini.com1-5/+12
2001-03-29fix for 71798: bugmail not sent when moving from cc to assigned fieldscyeh%bluemartini.com1-3/+1
checked in patch based on patch submitted by jake@acutex.net
2001-03-20Adding a comment to the top to hopefully prevent some of the confusion that ↵dave%intrec.com1-0/+5
new Bugzilla maintainers are often running into with hacking Bugzilla installs.
2001-03-20Re-re-fix for bug 71550. This will quite likely fix a number of bugs in ↵dave%intrec.com1-0/+8
other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data.
2001-03-20fix bug 72487 Create Attachment should allow user to create another attachtimeless%mac.com1-1/+3
Also adds link+desc to created patch. r=jake,terry
2001-03-16Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵dave%intrec.com1-3/+5
first watcher found.
2001-03-15Fix for bug 71550: watchers now get email based on their own preferences ↵dave%intrec.com1-23/+21
rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com
2001-03-13Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org3-9/+11
Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
2001-03-12Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵dmose%mozilla.org1-2/+13
stuff changed in a given group were set. Should have sent mail if any flags for stuff changed in a given group were set. r=dave@intrec.com,endico@mozilla.org
2001-03-12Fix for bug 71606: Duplicates not getting marked in comments which bug ↵dave%intrec.com1-1/+1
they're a dupe of.
2001-03-11Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵dave%intrec.com1-32/+36
make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision.
2001-03-11Attempted fix for bug 71574: footer anomoly cleanupdave%intrec.com1-10/+13
2001-03-10Fixing broken OS detection code for Mac PPCdave%intrec.com1-1/+1
2001-03-10backing out the changes to queries on CC since they broke normal cc queries ↵endico%mozilla.org1-7/+3
in the standard email address box at the top of the page
2001-03-10Removed windows linefeeds.gerv%gerv.net1-1502/+1502
2001-03-10fix for "My Votes" floating in space like a disconnected astronautcyeh%bluemartini.com1-4/+7
2001-03-10Whitespace changes only; removing tabs and reformatting my changes to match ↵gerv%gerv.net1-61/+56
the rest of the file. Long overdue.
2001-03-10back out changecyeh%bluemartini.com1-2/+4
2001-03-10fix for 70039: Mid-air collision page confusing, users think comments will ↵cyeh%bluemartini.com1-4/+2
be lost
2001-03-10Fix for bug 71510: permissions not set correctly on graphs directorydave%intrec.com1-1/+1
2001-03-10add notation about securing web installationcyeh%bluemartini.com1-0/+7
2001-03-10refix for 40603: Assumes user is coming from different pagecyeh%bluemartini.com1-4/+2
reduce wording
2001-03-10fix for 6682: Chart all bug statescyeh%bluemartini.com1-32/+43
patch submitted by gervase.markham@univ.ox.ac.uk (Gervase Markham)
2001-03-09Re-fix for bug 17464: oldemailtech prefs work again.dave%intrec.com1-3/+5
2001-03-09Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵endico%mozilla.org2-0/+2
same problem. HTML meta characters in the summary were not being quoted before being printed to html.