Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-02 | Undoing missing QA bug introduced with earlier patch (see bug 30826 for | dave%intrec.com | 1 | -1/+1 | |
details) | |||||
2000-07-29 | If the application is set up at the server root (e.g. bugzilla.mozilla.org) ↵ | endico%mozilla.org | 1 | -0/+3 | |
then this robots.txt disallows robots from scanning the site except for the top level file. | |||||
2000-07-28 | A menu was being created too early, before it is possible to avoid | dmose%mozilla.org | 1 | -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. | |||||
2000-07-28 | Turning off tag support in quips because some assholes have nothing better ↵ | tara%tequilarista.org | 1 | -0/+7 | |
do than fuck with my tool | |||||
2000-07-26 | Landing Jon Robertson's for bug #41915 | tara%tequilarista.org | 1 | -1/+5 | |
2000-07-26 | Landing Jon Robertson's for bug #41913 | tara%tequilarista.org | 1 | -1/+1 | |
2000-07-26 | Landing Dave Miller's patch for #25693 | tara%tequilarista.org | 1 | -0/+1 | |
2000-07-26 | Landing Adam Spiers' contributions for security and small functional issues | tara%tequilarista.org | 2 | -19/+29 | |
2000-07-25 | Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi). | dave%intrec.com | 1 | -1/+1 | |
2000-07-23 | Fix for bug 30826 (new email tech not being honored for QA contacts). | dave%intrec.com | 1 | -5/+7 | |
2000-07-22 | Fix for bug 46002 (reports.cgi allows users to view restricted products). | dave%intrec.com | 1 | -1/+34 | |
Patch submitted by jmrobins@tgix.com (Joe Robins) | |||||
2000-07-20 | Fix for bug 31336 (separate bug groups from access groups in user editor) | dave%intrec.com | 1 | -8/+43 | |
2000-07-20 | Fix for bug 27248 (Bug listings saved with .html extension). Patch | dave%intrec.com | 3 | -2/+6 | |
submitted by mhamby@logicon.com (Mark Hamby). | |||||
2000-07-19 | Fix for bug 32220 (checksetup.pl gives bad permissions). Majority of | dave%intrec.com | 1 | -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. | |||||
2000-07-19 | Fix for bug 42037 (user passwords visible in editusers.cgi). Patch | dave%intrec.com | 1 | -1/+1 | |
submitted by JRobertson@medevolve.com (Jon Robertson) | |||||
2000-07-19 | Fix for bug 45586. When using 'usebuggroupsentry', prevent users from | dave%intrec.com | 1 | -2/+17 | |
seeing products the don't have access to on the query page. | |||||
2000-07-18 | Fix for bug 32971, patch submitted by mtakacs@pacbell.net | dave%intrec.com | 1 | -1/+2 | |
2000-07-15 | Don't lowercase the entries in legal_keywords. | terry%mozilla.org | 1 | -1/+1 | |
2000-07-14 | change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵ | endico%mozilla.org | 3 | -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. | |||||
2000-07-14 | oops, remove testing cruft | endico%mozilla.org | 1 | -1/+1 | |
2000-07-14 | move the 'Move Bug" button so its less likely to be confused with the commit ↵ | endico%mozilla.org | 1 | -6/+5 | |
button | |||||
2000-07-14 | Bug moving code is now fully implemented. To use it, turn on the param and ↵ | endico%mozilla.org | 6 | -112/+288 | |
set the move related params. | |||||
2000-07-14 | Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db ↵ | endico%mozilla.org | 1 | -5/+11 | |
then update the shadow db too. | |||||
2000-07-14 | Oops. How did I let that horrible typo get in? | terry%mozilla.org | 1 | -1/+1 | |
2000-07-14 | Keywords were already enforced to never differ only in capitalization. So, ↵ | terry%mozilla.org | 3 | -5/+12 | |
changed the code so that case no longer matters when typing in the name of a keyword. | |||||
2000-07-11 | Add "Windows ME" operating system and a comment about how to add new os's ↵ | endico%mozilla.org | 1 | -1/+7 | |
(et al) to an already installed system | |||||
2000-07-08 | Fix for 42041. Patch from Dave Miller (dave@intrec.com). | cyeh%bluemartini.com | 1 | -0/+1 | |
2000-07-08 | Fixed links off of 'Most doomed' reports to only list bugs that match the ↵ | terry%mozilla.org | 1 | -1/+5 | |
product we're reporting about. | |||||
2000-07-06 | fixes for the attachment widths. fix by dave@intrec.com (Dave Miller), | cyeh%bluemartini.com | 2 | -7/+8 | |
original bug found by timeless@bemail.org | |||||
2000-07-06 | If bugs with an invalid product/component are found, provide a link to bring ↵ | terry%mozilla.org | 1 | -1/+3 | |
up the list of invalid bugs. | |||||
2000-06-29 | Added some missing newlines. | terry%mozilla.org | 1 | -1/+1 | |
2000-06-29 | fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, ↵ | cyeh%bluemartini.com | 1 | -3/+3 | |
component, version, or milestone". thanks to dave@intrec.com (Dave Miller) for the patch | |||||
2000-06-28 | lot's of stuff: | cyeh%bluemartini.com | 2 | -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 | |||||
2000-06-27 | added item on copying db from one installation to another | endico%mozilla.org | 1 | -95/+131 | |
2000-06-27 | fix for DBI compatibility | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-06-27 | change wording of mail notification | endico%mozilla.org | 1 | -1/+1 | |
2000-06-24 | add comment explaining how to set up mail alias | endico%mozilla.org | 1 | -0/+15 | |
2000-06-24 | add more whitespace to exporter's log message | endico%mozilla.org | 1 | -1/+1 | |
2000-06-24 | move new path code to beginning | endico%mozilla.org | 1 | -8/+8 | |
2000-06-24 | include error messages for each bug in the exporter's confirmation mail | endico%mozilla.org | 1 | -0/+7 | |
2000-06-24 | find the path this script lives in and add it to @INC and to the current ↵ | endico%mozilla.org | 1 | -1/+10 | |
working directory. | |||||
2000-06-24 | add voters to text | cyeh%bluemartini.com | 1 | -2/+3 | |
2000-06-24 | give more verbose error messages | endico%mozilla.org | 1 | -1/+6 | |
2000-06-24 | committing to close bug 6682 "Chart all bug states". patches | cyeh%bluemartini.com | 2 | -8/+23 | |
contributed by mhamby@logicon.com | |||||
2000-06-24 | checkin to fix Bug 25010 "Need a way to edit the list of available groups". | cyeh%bluemartini.com | 2 | -36/+156 | |
Patches and work contributed by dave@intrec.com (Dave Miller). Some cleanup work needs to be done with regards to permissions and bit-twiddling see other bugs that are dependent on 25010 for details. | |||||
2000-06-23 | fix subject on confirmation mail | endico%mozilla.org | 1 | -4/+4 | |
2000-06-23 | send error messages as mail to appropriate parties instead of to stdout | endico%mozilla.org | 1 | -28/+97 | |
2000-06-22 | Checkin for Bug 42851 'Use listbox with input for CC management on bug form' | cyeh%bluemartini.com | 4 | -31/+134 | |
contributed by dave@intrec.com (Dave Miller) | |||||
2000-06-21 | forgot the reporter and URL fields | endico%mozilla.org | 1 | -2/+24 | |
2000-06-21 | was converting from dbid to login + real name. Remove the real name | endico%mozilla.org | 2 | -4/+4 | |