aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix for 47669: editproducts.cgi line 582 uses old $::db->query. thanks tocyeh%bluemartini.com2000-08-291-3/+3
| | | | rwhite@collectivenet.net (Ryan White) for finding it.
* fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.cyeh%bluemartini.com2000-08-296-17/+18
| | | | patches by zach@zachlipton.com. Thanks!
* fix for 45116, typo, above should be below.cyeh%bluemartini.com2000-08-281-1/+1
|
* Fix for bug 16454: can now run checksetup.pl on databases with passwords.dave%intrec.com2000-08-231-3/+6
|
* fix for #39044 : Some vers. of some browsers give a script warning on query ↵cyeh%bluemartini.com2000-08-221-27/+28
| | | | | | page when not using milestones. patch submitted by nkiesel@tbdnetworks.com
* fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.cyeh%bluemartini.com2000-08-222-5/+5
| | | | patches by mtakacs@pacbell.net.
* Deflect email away from me.terry%mozilla.org2000-08-171-2/+2
|
* Landing zach's \n for #48947tara%tequilarista.org2000-08-151-1/+1
|
* Re-fixing bug 30824 the correct way (which also fixes bug 46753)dave%intrec.com2000-08-131-3/+2
|
* fix for bug #44691, patch submitted by jmrobins@tgix.com (Joe Robins)cyeh%bluemartini.com2000-08-121-1/+1
|
* Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching thedave%intrec.com2000-08-101-1/+1
| | | | omission in the original patch.
* Fixing bug #46897tara%tequilarista.org2000-08-083-3/+9
|
* fix for bug 42089: change wording of link from "create new bug" tocyeh%bluemartini.com2000-08-081-1/+1
| | | | | "report new bug". r=timeless@bemail.org, cyeh@bluemartini.com, patch submitted by zach@zachlipton.com
* Fix for bug 47561. Thanks to tengel@fluid.com (Troy Engel) for catchingdave%intrec.com2000-08-061-1/+1
| | | | this one.
* Removing a couple lines from the patch for bug 31336 that got left in bydave%intrec.com2000-08-051-2/+0
| | | | accident.
* Undoing missing QA bug introduced with earlier patch (see bug 30826 fordave%intrec.com2000-08-021-1/+1
| | | | details)
* If the application is set up at the server root (e.g. bugzilla.mozilla.org) ↵endico%mozilla.org2000-07-291-0/+3
| | | | then this robots.txt disallows robots from scanning the site except for the top level file.
* A menu was being created too early, before it is possible to avoiddmose%mozilla.org2000-07-281-2/+2
| | | | | | | | | | creating the menu with an invalid default selection. This was causing bugzilla to (incorrectly) spew a database corruption error when attempting to view a bug that had been resolved MOVED. Why this wasn't causing the same problem with DUPLICATE resolutions, I don't know. Moved the menu creation later in the code, so that it only happens after it has been ensured that the default selection is not going to be MOVED.
* Turning off tag support in quips because some assholes have nothing better ↵tara%tequilarista.org2000-07-281-0/+7
| | | | do than fuck with my tool
* Landing Jon Robertson's for bug #41915tara%tequilarista.org2000-07-261-1/+5
|
* Landing Jon Robertson's for bug #41913tara%tequilarista.org2000-07-261-1/+1
|
* Landing Dave Miller's patch for #25693tara%tequilarista.org2000-07-261-0/+1
|
* Landing Adam Spiers' contributions for security and small functional issuestara%tequilarista.org2000-07-262-19/+29
|
* Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).dave%intrec.com2000-07-251-1/+1
|
* Fix for bug 30826 (new email tech not being honored for QA contacts).dave%intrec.com2000-07-231-5/+7
|
* Fix for bug 46002 (reports.cgi allows users to view restricted products).dave%intrec.com2000-07-221-1/+34
| | | | Patch submitted by jmrobins@tgix.com (Joe Robins)
* Fix for bug 31336 (separate bug groups from access groups in user editor)dave%intrec.com2000-07-201-8/+43
|
* Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com2000-07-193-2/+6
| | | | submitted by mhamby@logicon.com (Mark Hamby).
* Fix for bug 32220 (checksetup.pl gives bad permissions). Majority ofdave%intrec.com2000-07-191-12/+54
| | | | | | patch submitted by seth@cs.brandeis.edu (Seth Landsman). checksetup.pl now no longer twiddles the permissions of the contrib folder, and properly sets the permissions on the folders inside the data folder.
* Fix for bug 42037 (user passwords visible in editusers.cgi). Patchdave%intrec.com2000-07-181-1/+1
| | | | submitted by JRobertson@medevolve.com (Jon Robertson)
* Fix for bug 45586. When using 'usebuggroupsentry', prevent users fromdave%intrec.com2000-07-181-2/+17
| | | | seeing products the don't have access to on the query page.
* Fix for bug 32971, patch submitted by mtakacs@pacbell.netdave%intrec.com2000-07-181-1/+2
|
* Don't lowercase the entries in legal_keywords.terry%mozilla.org2000-07-141-1/+1
|
* change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org2000-07-143-8/+20
| | | | list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.
* oops, remove testing cruftendico%mozilla.org2000-07-141-1/+1
|
* move the 'Move Bug" button so its less likely to be confused with the commit ↵endico%mozilla.org2000-07-141-6/+5
| | | | button
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-146-112/+288
| | | | set the move related params.
* Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db ↵endico%mozilla.org2000-07-141-5/+11
| | | | then update the shadow db too.
* Oops. How did I let that horrible typo get in?terry%mozilla.org2000-07-141-1/+1
|
* Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org2000-07-143-5/+12
| | | | changed the code so that case no longer matters when typing in the name of a keyword.
* Add "Windows ME" operating system and a comment about how to add new os's ↵endico%mozilla.org2000-07-111-1/+7
| | | | (et al) to an already installed system
* Fix for 42041. Patch from Dave Miller (dave@intrec.com).cyeh%bluemartini.com2000-07-081-0/+1
|
* Fixed links off of 'Most doomed' reports to only list bugs that match the ↵terry%mozilla.org2000-07-081-1/+5
| | | | product we're reporting about.
* fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com2000-07-062-7/+8
| | | | original bug found by timeless@bemail.org
* If bugs with an invalid product/component are found, provide a link to bring ↵terry%mozilla.org2000-07-051-1/+3
| | | | up the list of invalid bugs.
* Added some missing newlines.terry%mozilla.org2000-06-291-1/+1
|
* fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, ↵cyeh%bluemartini.com2000-06-291-3/+3
| | | | | | component, version, or milestone". thanks to dave@intrec.com (Dave Miller) for the patch
* lot's of stuff:cyeh%bluemartini.com2000-06-282-22/+328
| | | | | | | | | | add whoid usergroupset comment query to bug data fields add AppendComment function add CanChangeField function to check if a person can change a field add display() for quick dumps of the bug add Collision to check for midair collisions before changing a bug added a stub function for changing a bug in the database init_bug will now take either a userid or an e-mail address as a valid parameter
* added item on copying db from one installation to anotherendico%mozilla.org2000-06-271-95/+131
|
* fix for DBI compatibilitycyeh%bluemartini.com2000-06-271-1/+1
|