aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵lpsolit%gmail.com2008-05-141-7/+7
| | | | "allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
* Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com2008-05-142-2/+6
| | | | causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵lpsolit%gmail.com2008-05-121-23/+2
| | | | any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org2008-05-081-3/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org2008-05-081-0/+169
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as ↵lpsolit%gmail.com2008-05-081-1/+1
| | | | unsafe - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431363: Include information about flag types when config.cgi returns ↵lpsolit%gmail.com2008-05-081-2/+35
| | | | data in the RDF format - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=mkanat a=mkanat
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-082-5/+9
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 430909 - add hook for parametersbbaetz%acm.org2008-05-065-11/+113
| | | | r=mkanat, r/a=lpsolit
* Bump version number post-release.mkanat%bugzilla.org2008-05-051-1/+1
|
* Bump the version numbers pre-release.mkanat%bugzilla.org2008-05-052-3/+3
|
* Fix bustage from Bug 417531.mkanat%bugzilla.org2008-05-051-4/+4
|
* Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for ↵lpsolit%gmail.com2008-05-053-5/+4
| | | | format=multiple - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=wurblzap a=LpSolit
* Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter ↵lpsolit%gmail.com2008-05-051-0/+10
| | | | instead of only checking the "From" header - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 417531: Release Notes for 3.0.4mkanat%bugzilla.org2008-05-051-2/+57
| | | | Patch By Cédric Corazza <cedric.corazza@wanadoo.fr> and Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* 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