aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2nd attempt to fix bug 414726: Bugzilla::Update never updates ↵lpsolit%gmail.com2008-05-031-15/+2
| | | | bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat
* Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by ↵lpsolit%gmail.com2008-05-021-4/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 422258: Let @cc be used to add new users to the CC list when editing ↵lpsolit%gmail.com2008-05-021-3/+7
| | | | bugs, for consistency with creating bugs which already uses @cc - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by ↵lpsolit%gmail.com2008-05-021-6/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by ↵lpsolit%gmail.com2008-04-301-4/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat
* Bug 430307: Unsafe regexp used in global/userselect.html.tmpl - Patch by ↵lpsolit%gmail.com2008-04-301-2/+6
| | | | Jesse Clark <jjclark1982@gmail.com> r/a=LpSolit
* Bug 426899: Hack SOAP::Lite to encode upper-ASCII characters correctly for ↵mkanat%bugzilla.org2008-04-291-0/+10
| | | | | | the WebService. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 428607 - Path for extension template hooks are wrongbbaetz%acm.org2008-04-261-6/+4
| | | | r/a=mkanat
* Bug 429847: config.cgi should include additional information about custom ↵lpsolit%gmail.com2008-04-204-42/+20
| | | | fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 429768 - show_bug_flags is needlessly set twice in edit.html.tmplguy.pyrzak%gmail.com2008-04-191-10/+0
|
* Bug 429767 - short_desc label is controlled by check_can_change_field('alias')guy.pyrzak%gmail.com2008-04-191-3/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry ↵lpsolit%gmail.com2008-04-191-0/+1
| | | | <mmchenry@carnegielearning.com> r/a=LpSolit
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-175-21/+47
| | | | r/a=mkanat
* Bug 429379: collectstats.pl fails if ./graphs is a symlinkjustdave%bugzilla.org2008-04-171-1/+5
| | | | r=mkanat, a=mkanat
* Bug 428800: "Download a Bugzilla tarball" should be linkified - Patch by ↵lpsolit%gmail.com2008-04-141-2/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=Colin
* Bug 428637 – Documentation doesn't build (and even less on Perl 5.10).wurblzap%gmail.com2008-04-132-7/+10
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat,LpSolit; a=mkanat
* Bug 427936: Update sanitycheck.cgi to include missing foreign keys cross ↵lpsolit%gmail.com2008-04-121-5/+14
| | | | checks - Patch by Noura Elhawary <nelhawar@redhat.com> r/a=LpSolit
* Bug 314454: Incorrect SQL query in editproducts.cgi when making a group ↵lpsolit%gmail.com2008-04-121-10/+19
| | | | mandatory - Patch by Elliotte Martin <elliotte_martin@yahoo.com> r/a=LpSolit
* Bug 428511 – Status and resolution values in dependency trees not ↵wurblzap%gmail.com2008-04-121-2/+2
| | | | | | | localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 419016 - Space between the votes text and period is visually unappealing ↵guy.pyrzak%gmail.com2008-04-101-4/+13
| | | | | | and confusing. Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit a=LpSolit
* Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when ↵guy.pyrzak%gmail.com2008-04-101-10/+10
| | | | | | | | | editing the component if qa contact is blank Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat Patch removes the init for the QA field to be outside of the check to see if the field is blank.
* Bug 427236 Ð Different font sizes used in the group restrictions section of ↵guy.pyrzak%gmail.com2008-04-101-2/+2
| | | | | | | | | show_bug.cgi Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat Patch changes the font size of the group area to be the same for both by changing the font size to both use the <small> tag
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-1011-214/+230
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com2008-04-092-11/+21
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit
* Bug 416382: Adding an attachment with Perl 5.10 and CGI.pm < 3.33 throws a ↵lpsolit%gmail.com2008-04-081-8/+15
| | | | taint error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 415796: All webservice methods were failing if a string had multibyte ↵mkanat%bugzilla.org2008-04-082-2/+36
| | | | | | characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 427226: Do not display the requestee field if the flag is not ↵lpsolit%gmail.com2008-04-051-4/+11
| | | | requestable - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=LpSolit (module owner)
* Bug 425433: Read-only fields should not be passed to process_bug.cgi - Patch ↵lpsolit%gmail.com2008-04-051-12/+0
| | | | by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
* Restoring .cvsignore as it was before being overriden by the CVS copylpsolit%gmail.com2008-04-041-0/+1
|
* Doc patch for bug 244239: Add group-based pronouns to query - Patch by me, ↵lpsolit%gmail.com2008-04-041-6/+15
| | | | r=justdave
* Replace CVSZilla URL with the more up-to-date version (documentation patch), ↵vladd%bugzilla.org2008-04-041-1/+1
| | | | p=vladd.
* Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the ↵lpsolit%gmail.com2008-04-042-42/+28
| | | | documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
* Bug 400629: The "User Preferences" doc page has no information about saved ↵lpsolit%gmail.com2008-04-041-88/+111
| | | | searches - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
* Documentation patch for bug 410134: Make Oracle case-insensitive for ↵lpsolit%gmail.com2008-04-041-1/+9
| | | | Bugzilla - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 390972: we shouldn't favor fink for os x - Patch by timeless ↵lpsolit%gmail.com2008-04-041-284/+14
| | | | <timeless@bemail.org> r=Colin r=justdave
* Patch for bug 253308: Mention the Scmbug integration system in ↵jocuri%softhome.net2008-04-041-35/+44
| | | | documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave.
* Documentation patch: remove 'it it' duplication; patch by Vlad Dascalu ↵jocuri%softhome.net2008-04-041-1/+1
| | | | <vladd@bugzilla.org>.
* Documentation patch for bug 340713: remove troubleshooting question (related ↵uid6232008-04-041-20/+2
| | | | to Perl 5.6.1 upgrade) from the 2.20, 2.22 and trunk docs, as we already require 5.6.1 in these places; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin.
* Bug 413149: There is twice the same paragraph bz_canusewhines in using.xmlmozilla%colinogilvie.co.uk2008-04-040-0/+0
| | | | Patch by: Cedric Corazza <cedric.corazza@wanadoo.fr> ;r=me
* Bug 338435: Add link to DBD::Pg in the documentation - Patch by ↵lpsolit%gmail.com2008-04-041-32/+13
| | | | victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit
* Bug 413149: There is twice the same paragraph bz_canusewhines in using.xmlmozilla%colinogilvie.co.uk2008-04-041-12/+1
| | | | Patch by: Cedric Corazza <cedric.corazza@wanadoo.fr> ;r=me
* Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'mozilla%colinogilvie.co.uk2008-04-041-15/+47
| | | | Patch by me; r=mkanat
* Fixing bustage due to bug 399823lpsolit%gmail.com2008-04-041-3/+3
|
* Bug 310400: Explain (Document) how permissions are handled on Bugzillamozilla%colinogilvie.co.uk2008-04-042-5/+186
| | | | Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=me
* Bug 399823: Fix the documentation about installing missing Perl packages ↵lpsolit%gmail.com2008-04-041-150/+22
| | | | when you are not root - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=Colin
* Bug 380730: Remove documentation about the withdrawn mod_throttle module - ↵lpsolit%gmail.com2008-04-042-52/+18
| | | | Patch by samfw <sam.folkwilliams@gmail.com> r=mkanat
* Documentation patch: fix spelling for 'comprimise' and 'comprimised'.jocuri%softhome.net2008-04-041-3/+3
|
* Documentation patch: fix burning documentation tree caused by the checkin to ↵jocuri%softhome.net2008-04-041-2/+2
| | | | bug 245075.
* Documentation patch, bug 340130: add a section ID in troubleshooting.xml for ↵jocuri%softhome.net2008-04-041-2/+2
| | | | section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin.
* Merging from 2.16 branch.gerv%gerv.net2008-04-041-32/+60
|