Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | send error messages as mail to appropriate parties instead of to stdout | endico%mozilla.org | 2000-06-23 | 1 | -28/+97 |
| | |||||
* | Checkin for Bug 42851 'Use listbox with input for CC management on bug form' | cyeh%bluemartini.com | 2000-06-22 | 4 | -31/+134 |
| | | | | contributed by dave@intrec.com (Dave Miller) | ||||
* | forgot the reporter and URL fields | endico%mozilla.org | 2000-06-21 | 1 | -2/+24 |
| | |||||
* | was converting from dbid to login + real name. Remove the real name | endico%mozilla.org | 2000-06-21 | 2 | -4/+4 |
| | |||||
* | rename move.cgi to move.pl | endico%mozilla.org | 2000-06-21 | 1 | -12/+18 |
| | |||||
* | fix GD and Chart::Lines documenation | cyeh%bluemartini.com | 2000-06-20 | 1 | -10/+9 |
| | |||||
* | add url for where to find the latest libgd | cyeh%bluemartini.com | 2000-06-16 | 1 | -0/+4 |
| | |||||
* | Fixing bug #17779 with patch from cdurst@world.std.com | tara%tequilarista.org | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | this file is superceded by xml.cgi | endico%mozilla.org | 2000-06-14 | 1 | -360/+0 |
| | |||||
* | fix logic for restricting who can move bugs | endico%mozilla.org | 2000-06-13 | 1 | -1/+1 |
| | |||||
* | use background delivery instead of defered so mail is delivered sooner and ↵ | endico%mozilla.org | 2000-06-13 | 1 | -1/+1 |
| | | | | bug moving process goes faster. | ||||
* | initial checkin. still incomplete | endico%mozilla.org | 2000-06-13 | 1 | -0/+117 |
| | |||||
* | adding toArrayOfStrings subroutine needed by Bug.pm | endico%mozilla.org | 2000-06-13 | 2 | -0/+28 |
| | |||||
* | Separate viewbugactivityformatforprinting with a vertical bar so the two ↵ | endico%mozilla.org | 2000-06-12 | 1 | -1/+2 |
| | | | | links don't run together into one incomprehensible sentence | ||||
* | 'Bug' data was in a global var. different bugs were sharing this and ↵ | endico%mozilla.org | 2000-06-12 | 3 | -93/+93 |
| | | | | overwritig each other. | ||||
* | Applying timeless' fix for 39918 | tara%tequilarista.org | 2000-06-10 | 1 | -1/+1 |
| | |||||
* | Allow sorting by summary, since you can already sort by everything else... | terry%mozilla.org | 2000-06-09 | 1 | -2/+2 |
| | |||||
* | experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵ | endico%mozilla.org | 2000-06-09 | 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 | ||||
* | Adding database schema docs | mbarnson%excitehome.net | 2000-06-08 | 2 | -1/+385 |
| | |||||
* | Updates: | mbarnson%excitehome.net | 2000-06-08 | 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 | ||||
* | change the sanity check against $::FORM{'who'} since that variable is no ↵ | endico%mozilla.org | 2000-06-08 | 1 | -2/+2 |
| | | | | longer used. | ||||
* | Fix for bug #40987 | tara%tequilarista.org | 2000-06-07 | 1 | -1/+9 |
| | |||||
* | checking in 0.2.1 of the FAQ | tara%tequilarista.org | 2000-06-07 | 1 | -0/+1238 |
| | |||||
* | change db->query to db->do to be compatible with latest version of DBI and | cyeh%bluemartini.com | 2000-06-06 | 1 | -1/+1 |
| | | | | DBD. | ||||
* | Landing fix for keyword column handling--bug #39647 | tara%tequilarista.org | 2000-06-03 | 1 | -4/+7 |
| | |||||
* | allow the reporter of a bug to change the status of a bug (e.g. reopen it) ↵ | endico%mozilla.org | 2000-06-03 | 1 | -0/+6 |
| | | | | even if they don't have the editbug bit set. | ||||
* | added comment to value_quote referencing bugs with quoting linebreaks | endico%mozilla.org | 2000-06-02 | 1 | -0/+3 |
| | |||||
* | add error attribute to <bug> | endico%mozilla.org | 2000-05-26 | 1 | -1/+2 |
| | |||||
* | fix url of dtd | endico%mozilla.org | 2000-05-20 | 1 | -3/+8 |
| | |||||
* | remove dependency on Mysql, use DBI instead. Patch submitted by | cyeh%bluemartini.com | 2000-05-20 | 1 | -5/+6 |
| | | | | | sstock@iconnect-inc.com, reworked slightly by cyeh@bluemartini.com to update it to the tip | ||||
* | Making all system calls use paramter arguments | tara%tequilarista.org | 2000-05-18 | 6 | -7/+7 |
| | |||||
* | remove requirement for Data::Dumper | endico%mozilla.org | 2000-05-16 | 2 | -3/+0 |
| | |||||
* | move mime type declaration to fix types for html error messages | endico%mozilla.org | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | export_bug.cgi emits a bug as xml in a form that import.pl can use to import ↵ | endico%mozilla.org | 2000-05-16 | 3 | -0/+832 |
| | | | | the bug into another instance of bugzilla. | ||||
* | Add a new param, musthavemilestoneonaccept, which requires users to | terry%mozilla.org | 2000-05-09 | 2 | -2/+30 |
| | | | | set the target milestone when accepting a bug. | ||||
* | rolling version to 2.11 for development | cyeh%bluemartini.com | 2000-05-09 | 1 | -1/+1 |
| | |||||
* | rolling version number to latest release of 2.10 | cyeh%bluemartini.com | 2000-05-09 | 1 | -1/+1 |
| | |||||
* | add sec disclaimer, move installation on NT note to the installation | cyeh%bluemartini.com | 2000-05-09 | 1 | -5/+11 |
| | | | | section where it should have gone in the first place | ||||
* | fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.org | cyeh%bluemartini.com | 2000-05-09 | 1 | -2/+2 |
| | |||||
* | Validate value of $::FORM{who}. Thanks to Ed Korthof (edk@collab.net) for patch. | cyeh%bluemartini.com | 2000-05-09 | 1 | -0/+5 |
| | |||||
* | add little blurb about flush privs | cyeh%bluemartini.com | 2000-05-06 | 1 | -0/+6 |
| | |||||
* | duhhh. backout unique index change for versions table. | cyeh%bluemartini.com | 2000-04-30 | 1 | -2/+1 |
| | | | | | thanks to dave@intrec.com for catching my complete brain lock this one. | ||||
* | Fix for bug #1105--no more annoying blank quips | tara%tequilarista.org | 2000-04-29 | 1 | -1/+11 |
| | |||||
* | Fixed a typo that was causing Perl to abort before printing the HTML | dmose%mozilla.org | 2000-04-28 | 1 | -1/+1 |
| | | | | footer when a certain database inconsistency was detected. | ||||
* | bug 25010 need a way to edit groups | donm%bluemartini.com | 2000-04-27 | 4 | -47/+508 |
| | |||||
* | slightly more paranoid database schema:. | cyeh%bluemartini.com | 2000-04-27 | 1 | -1/+2 |
| | | | | | | made column 'program' in table 'versions' be not null, and unique. optimally you would want a unique index on 'value' and 'program' but indexes are not supported on datatype 'tinytext' until mysql 3.23 | ||||
* | bug 30823, advanced querying didn't work for dependencies. | donm%bluemartini.com | 2000-04-27 | 1 | -2/+10 |
| | |||||
* | better implementation of realnames support. remove overhead of two sql | cyeh%bluemartini.com | 2000-04-26 | 2 | -12/+13 |
| | | | | calls from bug_form. | ||||
* | patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't | donm%bluemartini.com | 2000-04-26 | 1 | -3/+10 |
| | | | | produce gifs. | ||||
* | added Windows NT blurb to disclaimer section. | cyeh%bluemartini.com | 2000-04-22 | 1 | -0/+7 |
| |