Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2000-06-21 | rename move.cgi to move.pl | endico%mozilla.org | 1 | -12/+18 | |
2000-06-20 | fix GD and Chart::Lines documenation | cyeh%bluemartini.com | 1 | -10/+9 | |
2000-06-16 | add url for where to find the latest libgd | cyeh%bluemartini.com | 1 | -0/+4 | |
2000-06-15 | Fixing bug #17779 with patch from cdurst@world.std.com | tara%tequilarista.org | 1 | -1/+1 | |
2000-06-14 | this file is superceded by xml.cgi | endico%mozilla.org | 1 | -360/+0 | |
2000-06-14 | fix logic for restricting who can move bugs | endico%mozilla.org | 1 | -1/+1 | |
2000-06-13 | use background delivery instead of defered so mail is delivered sooner and ↵ | endico%mozilla.org | 1 | -1/+1 | |
bug moving process goes faster. | |||||
2000-06-13 | initial checkin. still incomplete | endico%mozilla.org | 1 | -0/+117 | |
2000-06-13 | adding toArrayOfStrings subroutine needed by Bug.pm | endico%mozilla.org | 2 | -0/+28 | |
2000-06-12 | Separate viewbugactivityformatforprinting with a vertical bar so the two ↵ | endico%mozilla.org | 1 | -1/+2 | |
links don't run together into one incomprehensible sentence | |||||
2000-06-12 | 'Bug' data was in a global var. different bugs were sharing this and ↵ | endico%mozilla.org | 3 | -93/+93 | |
overwritig each other. | |||||
2000-06-10 | Applying timeless' fix for 39918 | tara%tequilarista.org | 1 | -1/+1 | |
2000-06-09 | Allow sorting by summary, since you can already sort by everything else... | terry%mozilla.org | 1 | -2/+2 | |
2000-06-09 | experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵ | endico%mozilla.org | 5 | -282/+1103 | |
object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi | |||||
2000-06-08 | Adding database schema docs | mbarnson%excitehome.net | 2 | -1/+385 | |
2000-06-08 | Updates: | mbarnson%excitehome.net | 1 | -283/+566 | |
1.Added Dave Lawrence's excellent RedHat Bugzilla differences section verbatim. 2.Added more information on Loki Bugzilla ("Fenris"). 3.Added questions from some corporate customers 4.Removed unused text in API section 5.Added information about other documentation (pending) 6.Added a section for pointy-haired-bosses 7.This will be the last release in strictly HTML format. Source will be SGML shortly, with HTML and TXT versions included with the package from this point on | |||||
2000-06-08 | change the sanity check against $::FORM{'who'} since that variable is no ↵ | endico%mozilla.org | 1 | -2/+2 | |
longer used. | |||||
2000-06-07 | Fix for bug #40987 | tara%tequilarista.org | 1 | -1/+9 | |
2000-06-07 | checking in 0.2.1 of the FAQ | tara%tequilarista.org | 1 | -0/+1238 | |
2000-06-06 | change db->query to db->do to be compatible with latest version of DBI and | cyeh%bluemartini.com | 1 | -1/+1 | |
DBD. |