Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-10 | Fix for bug 72379: query.cgi component value does not reload SELECTed item. | justdave%syndicomm.com | 1 | -6/+6 | |
Patch by Myl Melez <myk@mozilla.org> r= jake, justdave | |||||
2001-04-10 | Fix for bug 71659: New bugs weren't creating email if the reported didn't ↵ | justdave%syndicomm.com | 1 | -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-08 | Fix for bug 66014: Correct sanitycheck for the new initialowner and | justdave%syndicomm.com | 1 | -1/+2 | |
initialqacontact fields in the components table. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke, justdave | |||||
2001-04-08 | Fix for bug 71808: Can't set email preferences for voters (which caused ↵ | justdave%syndicomm.com | 2 | -3/+31 | |
voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave | |||||
2001-04-08 | Fix for bug 71912: changes email pref for "If I'm removed from that ↵ | justdave%syndicomm.com | 2 | -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-07 | Fix for bug 71607: remove "month-day only" date format from bug list views. | justdave%syndicomm.com | 1 | -2/+1 | |
Patch by Stephan Niemz <st.n@gmx.net> r= justdave | |||||
2001-04-07 | Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵ | justdave%syndicomm.com | 3 | -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-07 | Re-fix for bug 29820: remove "Changed" from email subject line. Based on ↵ | justdave%syndicomm.com | 2 | -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-07 | Fix for bug 74394: editmilestones.cgi can't edit the name and sortkey at the ↵ | justdave%syndicomm.com | 1 | -7/+7 | |
same time Patch by slee@uk.bnsmc.com (Stephen Lee) | |||||
2001-04-06 | Backing out Blake's misfire | justdave%syndicomm.com | 1 | -0/+0 | |
2001-04-06 | Use more efficient command structure, refactor commands, broadcasters and ↵ | blakeross%telocity.com | 1 | -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-04 | Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net | dave%intrec.com | 1 | -1/+1 | |
2001-04-04 | Fix for bug 53696: periods(.) and plusses(+) were not being accepted as ↵ | dave%intrec.com | 1 | -1/+1 | |
valid in mime-types, which are legal per RFC2045 and RFC2048. | |||||
2001-03-29 | add comment about DB_File requirement for collectstats.pl | cyeh%bluemartini.com | 1 | -5/+12 | |
2001-03-29 | fix for 71798: bugmail not sent when moving from cc to assigned fields | cyeh%bluemartini.com | 1 | -3/+1 | |
checked in patch based on patch submitted by jake@acutex.net | |||||
2001-03-20 | Adding a comment to the top to hopefully prevent some of the confusion that ↵ | dave%intrec.com | 1 | -0/+5 | |
new Bugzilla maintainers are often running into with hacking Bugzilla installs. | |||||
2001-03-20 | Re-re-fix for bug 71550. This will quite likely fix a number of bugs in ↵ | dave%intrec.com | 1 | -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-20 | fix bug 72487 Create Attachment should allow user to create another attach | timeless%mac.com | 1 | -1/+3 | |
Also adds link+desc to created patch. r=jake,terry | |||||
2001-03-16 | Re-fix for bug 71550: all watchers are now accounted for instead of only the ↵ | dave%intrec.com | 1 | -3/+5 | |
first watcher found. | |||||
2001-03-15 | Fix for bug 71550: watchers now get email based on their own preferences ↵ | dave%intrec.com | 1 | -23/+21 | |
rather than the preferences of the person they are watching. Patch by jake@acutex.net, r= dave@intrec.com | |||||
2001-03-13 | Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵ | endico%mozilla.org | 3 | -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-12 | Fixed bug 71600: mail would be sent about a given bug iff all flags for ↵ | dmose%mozilla.org | 1 | -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-12 | Fix for bug 71606: Duplicates not getting marked in comments which bug ↵ | dave%intrec.com | 1 | -1/+1 | |
they're a dupe of. | |||||
2001-03-11 | Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵ | dave%intrec.com | 1 | -32/+36 | |
make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision. | |||||
2001-03-11 | Attempted fix for bug 71574: footer anomoly cleanup | dave%intrec.com | 1 | -10/+13 | |
2001-03-10 | Fixing broken OS detection code for Mac PPC | dave%intrec.com | 1 | -1/+1 | |
2001-03-10 | backing out the changes to queries on CC since they broke normal cc queries ↵ | endico%mozilla.org | 1 | -7/+3 | |
in the standard email address box at the top of the page | |||||
2001-03-10 | Removed windows linefeeds. | gerv%gerv.net | 1 | -1502/+1502 | |
2001-03-10 | fix for "My Votes" floating in space like a disconnected astronaut | cyeh%bluemartini.com | 1 | -4/+7 | |
2001-03-10 | Whitespace changes only; removing tabs and reformatting my changes to match ↵ | gerv%gerv.net | 1 | -61/+56 | |
the rest of the file. Long overdue. | |||||
2001-03-10 | back out change | cyeh%bluemartini.com | 1 | -2/+4 | |
2001-03-10 | fix for 70039: Mid-air collision page confusing, users think comments will ↵ | cyeh%bluemartini.com | 1 | -4/+2 | |
be lost | |||||
2001-03-10 | Fix for bug 71510: permissions not set correctly on graphs directory | dave%intrec.com | 1 | -1/+1 | |
2001-03-10 | add notation about securing web installation | cyeh%bluemartini.com | 1 | -0/+7 | |
2001-03-10 | refix for 40603: Assumes user is coming from different page | cyeh%bluemartini.com | 1 | -4/+2 | |
reduce wording | |||||
2001-03-10 | fix for 6682: Chart all bug states | cyeh%bluemartini.com | 1 | -32/+43 | |
patch submitted by gervase.markham@univ.ox.ac.uk (Gervase Markham) | |||||
2001-03-09 | Re-fix for bug 17464: oldemailtech prefs work again. | dave%intrec.com | 1 | -3/+5 | |
2001-03-09 | Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵ | endico%mozilla.org | 2 | -0/+2 | |
same problem. HTML meta characters in the summary were not being quoted before being printed to html. | |||||
2001-03-09 | Refix for bug 25693: more accurate regexp to find duplicates when generating ↵ | dave%intrec.com | 1 | -3/+3 | |
initial duplicates table. | |||||
2001-03-08 | Adding the queryhelp.cgi file that was missing. (There are links to it in ↵ | dave%intrec.com | 1 | -0/+1502 | |
query.cgi) | |||||
2001-03-08 | Last transfer bombed on me. Added Bugzilla Guide as | barnboy%trilobyte.net | 4 | -3/+14481 | |
single large HTML and TXT files, and updated README.docs with compiling instructions for the Guide. | |||||
2001-03-08 | Adding back jpg as binary. | barnboy%trilobyte.net | 1 | -0/+0 | |
2001-03-08 | Oops, forgot to put up dbschema.jpg as a binary file. | barnboy%trilobyte.net | 1 | -0/+0 | |
2001-03-08 | Documentation update; added docs/sgml, docs/html, docs/txt. | barnboy%trilobyte.net | 95 | -1577/+30887 | |
No text version of The Bugzilla Guide availabe yet, however. | |||||
2001-03-08 | Bug 66149 - nicer wording for the most common Bugzilla error message. | gerv%gerv.net | 1 | -1/+3 | |
2001-03-08 | Change to update sections 3 and 4, miscellaneous updates. | barnboy%trilobyte.net | 1 | -95/+151 | |
2001-03-07 | Making query.cgi use the new queryhelp.cgi doc | tara%tequilarista.org | 1 | -26/+31 | |
2001-03-07 | Fixed typos, dated information, and Windows NT instructions. | barnboy%trilobyte.net | 1 | -61/+49 | |
2001-03-07 | fix for bug 30823. fixed advanced queries on dependencies and cc. added huge ↵ | endico%mozilla.org | 1 | -9/+106 | |
comment about how boolean charts work. | |||||
2001-03-07 | Fix for bug 62949: Initial Test Component on new install did not have ↵ | dave%intrec.com | 1 | -27/+34 | |
initialOwner, which made sanitycheck complain. |