aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au2002-11-091-0/+3
| | | | | r=justdave x2 a=justdave
* Fixing syntax error build bustage.myk%mozilla.org2002-11-091-1/+1
|
* Bumping version number for development snapshot tarballjustdave%syndicomm.com2002-11-091-1/+1
|
* Fix for bug 171505: shows disabled flags in the UImyk%mozilla.org2002-11-094-22/+29
| | | | | r=bbaetz a=justdave
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-094-27/+65
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 178841: removes full paths from filenames in attachments table ↵myk%mozilla.org2002-11-092-2/+48
| | | | | | | and prevents them from appearing again r=gerv,bbaetz a=justdave
* Bug 92253 - Boolean chart makes very wide web pages from query.cgi. Patch by ↵gerv%gerv.net2002-11-091-0/+2
| | | | slee@wilcoxassoc.com; r=gerv, a=justdave.
* Bug 164003 - Button "Add another boolean chart" appears twice after clicking ↵gerv%gerv.net2002-11-091-2/+2
| | | | "And". Patch by gerv; r=myk, a=justdave.
* Bug 71794 - processmail shouldn't bother checking dependencies unless state ↵gerv%gerv.net2002-11-081-16/+30
| | | | changes. Patch by gerv; r=myk.
* Fix for bug 171480: make output for non requestee-specific requests look ↵myk%mozilla.org2002-11-081-4/+7
| | | | | | | better in the request queue. r=joel a=justdave
* Fix for bug 178776: Eliminates warning in duplicates.cgi.myk%mozilla.org2002-11-081-1/+1
|
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-086-175/+52
| | | | | r=not_erik,joel a=justdave
* Bug 178772 doeditparams.cgi failed with malformed headersbugreport%peshkin.net2002-11-081-1/+1
| | | | | r= justdave a= justdave
* Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0myk%mozilla.org2002-11-082-0/+18
| | | | | r=gerv a=justdave
* Fix for bug 178801: Missing &:: caused function call to fail, resulting in ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | | server error. r=justdave a=justdave
* Fix for bug 178801: missing &:: caused function not to be found, resulting ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | in server error r=justdave
* Bug 178794 Request Queue has Internal Server Error if accessed when not ↵bugreport%peshkin.net2002-11-071-1/+1
| | | | | | | logged in 2xr=justdave a=justdave (for commit during freeze)
* Fix for bug 174731: no longer represents spurious flags as being set by default.myk%mozilla.org2002-11-071-0/+1
| | | | r=joel
* Added spaces. I promise next time I'll get a review :)mbarnson%sisna.com2002-11-071-6/+6
|
* Fix for bug 171475: make new flags include all categories (product/component ↵myk%mozilla.org2002-11-061-2/+4
| | | | | | combinations) by default. r=joel
* Added information about versioncache back in.mbarnson%sisna.com2002-11-052-0/+52
| | | | See bug 140332
* Added blurb about movebugs. At this point, only bmo uses it, so I'mmbarnson%sisna.com2002-11-052-0/+26
| | | | | calling it an "undocumented feature". See bug 127818
* Oops, tabs.mbarnson%sisna.com2002-11-051-5/+5
| | | | Fixed.
* Modified text for cookiepath line for clarity.mbarnson%sisna.com2002-11-051-2/+7
| | | | See bug 162359
* Included note regarding the origin of "bonsaitools", permbarnson%sisna.com2002-11-052-0/+34
| | | | bug 174922.
* Added section for Bugzilla and mod_perl (future expansion).mbarnson%sisna.com2002-11-052-0/+20
| | | | | Right now, it just says "Bugzilla doesn't work under mod_perl". See bug 149883
* Removed binmode references on Win32 documentation.mbarnson%sisna.com2002-11-052-104/+0
| | | | See bug 155743.
* A rather controversial new entry to the FAQ. See bug 107917. Imbarnson%sisna.com2002-11-052-0/+70
| | | | | decided one way for the Guide, based upon the code I see currently checked in. If I'm wrong, feel free to correct it!
* Fix for Apache configuration directives from bug 174255 andmbarnson%sisna.com2002-11-052-26/+46
| | | | de-stupidifying of emacs destruction of <programlisting> tags.
* Since I nuked this section out of the SGML, we won't be needingmbarnson%sisna.com2002-11-051-156/+0
| | | | the HTML generated file anymore.
* Removed links to dbschema.jpg image. See bug 173484, it was really outdatedmbarnson%sisna.com2002-11-052-40/+0
| | | | and redundant anyway.
* Removing these images, since they are too outdated to be useful, andmbarnson%sisna.com2002-11-052-1733/+0
| | | | they are basically redundant anyway. See bug 173484
* Added notes on using OpenLDAP;mbarnson%sisna.com2002-11-052-0/+44
| | | | | | We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379.
* Added chunk about setting up DirectoryIndex to use index.cgi as thembarnson%sisna.com2002-11-052-0/+26
| | | | Bugzilla index page.
* Added dependency on File::Template. Not really fond ofmbarnson%sisna.com2002-11-052-0/+16
| | | | | doing requirements-of-requirements type stuff, but did it anyway for clarity.
* Patched lines per bug 177993.mbarnson%sisna.com2002-11-052-0/+26
| | | | Customization of "mid-air collision" template file.
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-059-2/+426
|
* Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch ↵gerv%gerv.net2002-11-051-0/+20
| | | | by gerv; r=justdave.
* Bug 177436 User matching shouldn't be case-sensitivebugreport%peshkin.net2002-11-051-5/+5
| | | | | | patch by not_erik 2xr=justdave a=justdave for 2.17.1
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-045-4/+18
| | | | Toms Baugis, r=kiko, 2xr=joel.
* Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz.gerv%gerv.net2002-11-031-0/+2
|
* Fix for bug 176509: "(this bug is not in your list)" no longer appears in ↵justdave%syndicomm.com2002-11-021-13/+17
| | | | | | | the navigation bar when you aren't viewing a bug. Patch by Jody McIntyre <jodym@oeone.com> r=justdave
* Bug 127200 Query for CC/longdesc/OR takes long timebugreport%peshkin.net2002-11-011-7/+70
| | | | r=gerv
* Bug 177430 - buglist.cgi needs a CSV output format. Patch by gerv; r=justdave.gerv%gerv.net2002-11-012-3/+36
|
* Bug 177435 exact match on assignee fails with user matchingbugreport%peshkin.net2002-11-011-1/+1
| | | | | patch by not_erik r=myk,joel
* Bug 177624 Wildcard rejects --do_not_change-- in mass-changebugreport%peshkin.net2002-11-011-0/+6
| | | | | Patch by not_erik r=joel
* Bug 95430 Reopening en masse fails.bugreport%peshkin.net2002-10-311-5/+8
| | | | | Patch by jeff.hedlund r=justdave, joel
* Fix for bug 177099: stored queries ordering and editing were broken after ↵justdave%syndicomm.com2002-10-311-2/+2
| | | | | | moving to CGI.pm. They work again now. r=bbaetz
* Bug 175838 Reopening a bug does not clear resolution, nor does selecting ↵bugreport%peshkin.net2002-10-311-2/+4
| | | | | | | 'clear resolution' patch by jeff.hedlund@matrixsi.com 2xr=gerv
* Bug 177351 - checksetup.pl tells about deleting templates in silent-running ↵gerv%gerv.net2002-10-301-1/+1
| | | | mode. Patch by gerv; r=justdave.