Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-30 | fix for 49063: no sanity checking when setting duplicate. sanity checking | cyeh%bluemartini.com | 1 | -0/+7 | |
is done for the dup id field, but not for the originating bug id. now checks to see if the original bug id is valid as well, although i don't understand how this could get corrupted in the first place | |||||
2000-08-30 | fix for 38463: show_bug.cgi: colon in "keywords:" not part of link | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-08-30 | fix for 38624: "New value" column smaller than "old value" column. added an | cyeh%bluemartini.com | 1 | -1/+1 | |
extra "<" in FormatTriple so that old/new are the same size | |||||
2000-08-30 | fix for 31081: Make comment field in bug view larger. | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-08-29 | use big sql tables because checking keywords requires a fairly huge query | endico%mozilla.org | 1 | -0/+1 | |
2000-08-29 | Add new flavors of BSD to the list of platforms and rearrange the order of ↵ | endico%mozilla.org | 1 | -9/+11 | |
the list. Also, fix a couple of typos in the opening comments. | |||||
2000-08-29 | fix for 40286 : strike-throughs impair readability. patch from | cyeh%bluemartini.com | 1 | -2/+2 | |
gervase.markham@univ.ox.ac.uk | |||||
2000-08-29 | fix for 45118: Target milestone setup issue. patch submitted by | cyeh%bluemartini.com | 1 | -0/+1 | |
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the first test product | |||||
2000-08-29 | fix for 21583: Buzilla attachments should say what kind of file they are | cyeh%bluemartini.com | 1 | -3/+3 | |
2000-08-29 | remove extra spaces at head of file | cyeh%bluemartini.com | 1 | -2/+0 | |
2000-08-29 | fix for 47669: editproducts.cgi line 582 uses old $::db->query. thanks to | cyeh%bluemartini.com | 1 | -3/+3 | |
rwhite@collectivenet.net (Ryan White) for finding it. | |||||
2000-08-29 | fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves. | cyeh%bluemartini.com | 6 | -17/+18 | |
patches by zach@zachlipton.com. Thanks! | |||||
2000-08-28 | fix for 45116, typo, above should be below. | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-08-23 | Fix for bug 16454: can now run checksetup.pl on databases with passwords. | dave%intrec.com | 1 | -3/+6 | |
2000-08-22 | fix for #39044 : Some vers. of some browsers give a script warning on query ↵ | cyeh%bluemartini.com | 1 | -27/+28 | |
page when not using milestones. patch submitted by nkiesel@tbdnetworks.com | |||||
2000-08-22 | fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors. | cyeh%bluemartini.com | 2 | -5/+5 | |
patches by mtakacs@pacbell.net. | |||||
2000-08-17 | Deflect email away from me. | terry%mozilla.org | 1 | -2/+2 | |
2000-08-15 | Landing zach's \n for #48947 | tara%tequilarista.org | 1 | -1/+1 | |
2000-08-13 | Re-fixing bug 30824 the correct way (which also fixes bug 46753) | dave%intrec.com | 1 | -3/+2 | |
2000-08-12 | fix for bug #44691, patch submitted by jmrobins@tgix.com (Joe Robins) | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-08-10 | Re-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the | dave%intrec.com | 1 | -1/+1 | |
omission in the original patch. | |||||
2000-08-08 | Fixing bug #46897 | tara%tequilarista.org | 3 | -3/+9 | |
2000-08-08 | fix for bug 42089: change wording of link from "create new bug" to | cyeh%bluemartini.com | 1 | -1/+1 | |
"report new bug". r=timeless@bemail.org, cyeh@bluemartini.com, patch submitted by zach@zachlipton.com | |||||
2000-08-06 | Fix for bug 47561. Thanks to tengel@fluid.com (Troy Engel) for catching | dave%intrec.com | 1 | -1/+1 | |
this one. | |||||
2000-08-05 | Removing a couple lines from the patch for bug 31336 that got left in by | dave%intrec.com | 1 | -2/+0 | |
accident. | |||||
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. |