aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jake%bugzilla.org2004-12-311-1/+9
| | | | | | options 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/+18
| | | | 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-0/+6
| | | | creating custom templates; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
* 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 275939: Classification templates use wrong filtering in URLs; ↵jocuri%softhome.net2004-12-273-5/+5
| | | | patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
* Patch for bug 274392: Preserve search name when clicking Edit from Saves ↵jocuri%softhome.net2004-12-261-1/+1
| | | | Searches in user prefs; patch by Rob Siklos <robzilla@siklos.ca>, r=glob, a=justdave.
* Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack ↵jocuri%softhome.net2004-12-261-1/+1
| | | | of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, 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 261821 - Bugzilla now properly calls 'finish' on the DBI handle in ↵jake%bugzilla.org2004-12-241-0/+1
| | | | | | | CanSeeBug() Patch by GavinS <bugzilla@chimpychompy.org> r=joel, 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 if ijake%bugzilla.org2004-12-221-1/+16
| | | | | ndex.cgi isn't being used for the DirectoryIndex. r=travis
* Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ↵jake%bugzilla.org2004-12-216-59/+39
| | | | | | | bug 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
* Bug 253720 - The docs now specify that it is required to run ./checksetup.pl ↵jake%bugzilla.org2004-12-141-83/+137
| | | | | | | after adding a template to the custom directory. Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jake
* Patch for bug 270823: Remove failure on search 'time since owner touched ↵jocuri%softhome.net2004-12-141-2/+2
| | | | bug' (remove linebreaks from middle join clause); patch by Joel Peshkin <bugreport@peshkin.net>, r=justdave, r=vladd, a=justdave.
* Fix for bug 241814: properly trim component fields according to product ↵myk%mozilla.org2004-12-144-17/+19
| | | | selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave
* Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; ↵jocuri%softhome.net2004-12-142-49/+47
| | | | patch by Joel Peshkin <bugreport@peshkin.net>, r=justdave, a=justdave.
* Documentation patch for bug 262268: Document in release notes that flags ↵jocuri%softhome.net2004-12-141-0/+18
| | | | should not contain spaces and indicate checksetup.pl tool for upgrading; patch by justdave@bugzilla.org updated by Nick.Barnes@pobox.com, r=vladd.
* Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net2004-12-143-4/+4
| | | | by me, r=wurblzap (Marc), a=justdave.
* Patch for bug 273935: avoid double-quoting dates in series_data table; patch ↵jocuri%softhome.net2004-12-141-2/+2
| | | | by Vance Baarda <vrb@novell.com>, r=vladd, a=justdave.
* Patch for bug 244756: checksetup.pl shouldn't fail to remove product index ↵jocuri%softhome.net2004-12-141-0/+9
| | | | from milestones table in upgrade from 2.14.x; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=justdave.
* Patch for bug 274456: Fix the use of <label> tags and remove problems with ↵jocuri%softhome.net2004-12-141-10/+10
| | | | the 'mark as new' checkbox; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
* Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or ↵jocuri%softhome.net2004-12-141-0/+48
| | | | commas; patch by Nick.Barnes@pobox.com, r=wurblzap (Marc), a=justdave.
* Patch for bug 274400: Safari should show the lock icons (the quoted value of ↵jocuri%softhome.net2004-12-141-7/+7
| | | | the class attribute should be on the same line); patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
* Add Vlad to the credits section.jake%bugzilla.org2004-12-131-1/+2
|
* Bug 274177 - The credits section had been previously severly reduced in size ↵jake%bugzilla.org2004-12-131-7/+74
| | | | | | and content. Fixing that problem. r=vladd
* Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set ↵jocuri%softhome.net2004-12-122-16/+34
| | | | status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
* Patch for bug 271474: Fix SQL syntax error when updating max votes per bug ↵jocuri%softhome.net2004-12-111-10/+15
| | | | in editproducts.cgi and questionable activity log entries when an admin changes the votes-to-confirm setting to a lower value and bugs get confirmed by popular vote; patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
* Bug 256019 - The documentation was unclear regarding what to do if the ↵jake%bugzilla.org2004-12-111-127/+167
| | | | | | | administrator gets logged out while "shutdownhtml" is active. Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jake
* Patch for bug 274134: Modify relative path to padlock.png in recently moved ↵jocuri%softhome.net2004-12-111-1/+1
| | | | CSS file; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
* Patch for bug 251502: Remove queryhelp.cgi (redundant, badly out of date); ↵jocuri%softhome.net2004-12-114-1548/+9
| | | | patch by me, r=wurblzap (Marc), r=gerv, a=justdave.
* Patch for bug 269398: request.cgi should not fail with error in SQL when no ↵jocuri%softhome.net2004-12-111-12/+14
| | | | products are available for the user; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
* Bug 264662: Don't delete old chart data. We'll document the problems ↵gerv%gerv.net2004-12-111-11/+5
| | | | instead. Patch by gerv; r,a=justdave.
* Patch for bug 201554: remove un-necessary warning to non-root user with ↵jocuri%softhome.net2004-12-101-11/+18
| | | | webservergroup access gave by checksetup.pl; patch by Rob Siklos <rsiklos@adexa.com>, r=vladd, a=justdave.
* Patch for bug 273483: update param(sendmailnow) information; patch by Shane ↵jocuri%softhome.net2004-12-091-5/+7
| | | | H. W. Travis <travis@sedsystems.ca>, r=justdave, a=justdave.
* Patch for bug 271797: avoid making target_milestone empty if ↵jocuri%softhome.net2004-12-091-26/+21
| | | | usetargetmilestone=1; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
* Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by ↵jocuri%softhome.net2004-12-091-7/+34
| | | | Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; ↵jocuri%softhome.net2004-12-091-1/+1
| | | | patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 233049: Improve error when filtering requests with component ↵jocuri%softhome.net2004-12-092-10/+3
| | | | not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 182375: Do not permit flags with spaces or commas; patch by ↵jocuri%softhome.net2004-12-092-1/+3
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
* Add id's to sections that didn't have them.jake%bugzilla.org2004-12-071-5/+5
|
* Bug 265995 - Make the docs closer to being valid XML (note: to complete the ↵jake%bugzilla.org2004-12-072-3/+3
| | | | | | process the bz-devel ENTITY would have to be removed). Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> with half 0f it being removed by myself.
* Bug 271360 - Moving the Troubleshooting section into an appendix instead. ↵jake%bugzilla.org2004-12-074-317/+332
| | | | Also, moved a few items out of the FAQ and into this new appendix.
* Patch for bug 262372: clicking on a column header shouldn't result in loss ↵jocuri%softhome.net2004-12-071-2/+6
| | | | of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave.
* Patch for bug 256592: Cut down the DBD error string to a reasonable size; ↵jocuri%softhome.net2004-12-071-0/+3
| | | | patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave.