aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 2.18 for releaserelease-2.18bugzilla-2.18justdave%bugzilla.org2005-01-152-5/+5
|
* Bug 150149: final release notes for 2.18. Thanks to Maxwell Kanat-Alexander.justdave%bugzilla.org2005-01-151-23/+1246
|
* Bug 276907: Don't linkify javascript: or data: URLs in the URL field on a bug.justdave%bugzilla.org2005-01-152-3/+9
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= justdave,vladd, a= justdave
* Bug 277621 : Uninitialized value message when changing timetracking fieldstravis%sedsystems.ca2005-01-151-2/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=justdave a=justdave
* Bug 276237 Charting is completely broken - can't add datasets to listtimeless%mozdev.org2005-01-141-4/+8
| | | | patch by Nick.Barnes@pobox.com r=mkanat r=justdave a=justdave
* Bug 256151: provide --help for checksetup.pl, and change --no-silent to ↵justdave%bugzilla.org2005-01-141-1/+28
| | | | | | | --verbose Patch by GavinS <bugzilla@chimpychompy.org r=vladd,a=justdave
* Bug 278148: checksetup.pl *still* errors when trying to drop index on ↵travis%sedsystems.ca2005-01-141-3/+8
| | | | | | milestones table Patch by Max K-A <mkanat@kerio.com> r=travis a=justdave
* Bug 278136 : he whine_queries table does not exist in the 2.18 branch ↵travis%sedsystems.ca2005-01-131-1/+1
| | | | | | (regression from bug 277013) Patch by LpSolit@netscape.net r=justdave a=justdave
* Bug 275108 : Content-disposition header is incorrect, violates RFCtravis%sedsystems.ca2005-01-132-35/+35
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=mkanat a=justdave
* Bug 277571 : checksetup should not always output a message about checking ↵travis%sedsystems.ca2005-01-131-4/+1
| | | | | | for flags Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Bug 276473: Show_activity merges incorrectly sometimes changesets into one ↵travis%sedsystems.ca2005-01-123-6/+12
| | | | | | changeset Patch by vladd@bugzilla.org r=bugzilla@glob.com.au a=justdave
* Another patch to resolve burning tinderbox after Bug 239852 checkintravis%sedsystems.ca2005-01-101-2/+2
|
* Patch to resolve burning tinderbox after Bug 239852 checkintravis%sedsystems.ca2005-01-102-19/+21
|
* Bug 239852 - Documentation changes for Windows supporttravis%sedsystems.ca2005-01-102-112/+273
| | | | | Patch by bruce.armstrong@teamsybase.com, cleaned up by travis@sedsystems.ca r=bugzilla@glob.com.au
* Patch for bug 277389: Modify flag notification code so it doesn't append ↵jocuri%softhome.net2005-01-092-2/+9
| | | | emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave.
* Patch for bug 277013: provides a fix for the SQL error that appears when a ↵jocuri%softhome.net2005-01-093-11/+19
| | | | user's vote confirms a bug; patch by Frédéric Buclin <LpSolit@netscape.net>, r=wurblzap, a=justdave.
* Patch for bug 240250: Shouldn't receive an unfriendly error when editing ↵jocuri%softhome.net2005-01-091-0/+2
| | | | groupset for a product that doesn't exist; patch by Frédéric Buclin <LpSolit@netscape.net>, r=mkanat, a=justdave.
* Patch for bug 277303: checksetup.pl shouldn't emit a syntax error when ↵jocuri%softhome.net2005-01-091-9/+2
| | | | trying to fix indexes on the milestones table; patch by Max K-A <mkanat@kerio.com>, r=wurblzap, a=justdave.
* Bug 153461: describe components shouldn't give an error for a bad producttravis%sedsystems.ca2005-01-083-41/+29
| | | | Patch: LpSolit@netscape.net r=mkanat a=justdave
* Bug 277299: edit-multiple offers to change Target Milestone even if ↵travis%sedsystems.ca2005-01-081-8/+9
| | | | | | Param(usetargetmilestone) is off Patch: travis@sedsystems.ca r=LpSolit a=justdave
* Bug 276600: checking votes in editproducts.cgi is broken (regression due to ↵travis%sedsystems.ca2005-01-081-0/+2
| | | | | | bug 271474) Patch: LpSolit@netscape.net r=gerv,mkanat a=justdave
* Bug 276913: Uninitialized value message from CGI.pl line 176travis%sedsystems.ca2005-01-081-1/+1
| | | | Patch: LpSolit@netscape.net r=mkanat a=justdave
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-087-55/+124
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Bug 276446: Initial description cannot be made private on new bug creationtravis%sedsystems.ca2005-01-083-3/+28
| | | | Patch: travis r=joini a=justdave
* Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵gerv%gerv.net2005-01-042-2/+8
| | | | r=justdave; a=justdave.
* Bug 274640: silently fix up custom sort order cookies which erroneously ↵gerv%gerv.net2005-01-031-0/+5
| | | | include SQL LIMIT clause. Patch by gerv; r=vladd,justdave; a=justdave.
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-018-65/+49
| | | | r=gerv,vladd; a=justdave.
* Bug 163007 - remove accesskeys which conflict with browser accesskeys. Patch ↵gerv%gerv.net2005-01-011-8/+8
| | | | by gerv; r=justdave,vladd; a=justdave.
* Bug 274419 - stop offering to forget a search which doesn't exist. Patch by ↵gerv%gerv.net2005-01-011-2/+2
| | | | gerv; r=justdave, vladd; a=justdave.
* Bug 245158: Combine multiple left joins of same table within a chart so ↵bugreport%peshkin.net2005-01-011-4/+16
| | | | | | | Search.pm doesn't fail. r=zach,justdave a=justdave
* Patch for bug 275631: Only the first column (not all) should have excess CSS ↵jocuri%softhome.net2004-12-312-2/+5
| | | | padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave.
* Patch for bug 274710: Align correctly buglist CSS column classes for ↵jocuri%softhome.net2004-12-311-0/+3
| | | | edit-multiple; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 275788: Provide a line of code that defines legal query ↵jocuri%softhome.net2004-12-313-7/+26
| | | | formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
* Patch for bug 275523: Replace INNER JOIN in flag searches with LEFT JOIN; ↵jocuri%softhome.net2004-12-311-8/+12
| | | | patch by me, r=joel, a=justdave.
* Bug 275019 - The query page no longer selects the defaults when the only optionsjake%bugzilla.org2004-12-311-1/+9
| | | | | passed via the URL are for the boolean charts. r=mkanat, a=justdave
* Patch for bug 272472: attachment.cgi shouldn't clobber windows.onload; patch ↵jocuri%softhome.net2004-12-291-0/+4
| | | | by Christian Reis <kiko@async.com.br>, r=wurblzap, a=justdave.
* Patch for bug 232328: Update CSS file in order to fix the display of columns ↵jocuri%softhome.net2004-12-291-2/+2
| | | | in stagger headers mode using Internet Explorer; patch by Frédéric Buclin <LpSolit@netscape.net>, r=myk, r=glob, a=justdave.
* Patch for bug 273339: Make attachment.cgi consistent with its activity log ↵jocuri%softhome.net2004-12-292-14/+20
| | | | timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
* Documentation patch for bug 274220: Provide additional documentation about ↵jocuri%softhome.net2004-12-291-1/+1
| | | | creating custom templates; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
* Patch for bug 251911: Add missing variables in ThrowUserError from ↵jocuri%softhome.net2004-12-281-24/+30
| | | | attachment.cgi (related code clean-up included); patch by Christian Reis <kiko@async.com.br>, r=joel, a=justdave.
* Patch for bug 274650: checksetup flag fixup code shouldn't output text when ↵jocuri%softhome.net2004-12-271-4/+4
| | | | all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave.
* Patch for bug 274392: Preserve search name when clicking Edit from Saves ↵jocuri%softhome.net2004-12-266-3/+33
| | | | Searches in user prefs; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=jake, a=justdave.
* Patch for bug 264160: Make all default groups inherit the admin group on a ↵jocuri%softhome.net2004-12-261-19/+13
| | | | new install; patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, r=travis, a=justdave.
* Bug 274397 - Editing a saved search should now work even after clicking ↵jake%bugzilla.org2004-12-232-10/+26
| | | | | | | "Show List" from a bug. Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
* Bug 188193 - Add some info to the troubleshooting appendix about what to do ↵jake%bugzilla.org2004-12-221-1/+16
| | | | | | if index.cgi isn't being used for the DirectoryIndex. r=travis
* Bug 273519 - Get rid of all the bz-devel entities. These do not need to be ↵jake%bugzilla.org2004-12-224-27/+6
| | | | | | replaced with another method because 2.18 will never again be a development version. r=travis
* Bug 264601 - Bugzilla will now tell a user which field contained an "invalid bugjake%bugzilla.org2004-12-216-55/+39
| | | | | | number or alias." Patch by Frédéric Buclin <LpSolit@netscape.net> r=myk, a=justdave
* Bug 137631 - Add a lifecycle (or workflow) diagram to the guidejake%bugzilla.org2004-12-203-0/+1637
| | | | r=travis
* Bug 247923 - The docs now specify the difference in syntax for MySQL 3/4 ↵jake%bugzilla.org2004-12-181-61/+97
| | | | | | | regarding the max_allowed_packet option. Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jake
* Bug 267873 - Massive FAQ update. Everything should be up to date now.jake%bugzilla.org2004-12-161-866/+1120
| | | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jake