aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'release-5.0.6' into bugstestRobin H. Johnson2020-01-271-1/+1
|\ | | | | | | | | | | | | Merge upstream 5.0.6 release, now without conflicts after the problematic code reformatting change. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * no bug - perltidy again, using the latest releasePerl Tidy2019-01-311-1/+1
| | | | | | | | blame jeff
| * no bug - reformat all the code using the new perltidy rulesPerl Tidy2019-01-301-53/+63
| |
| * Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | | | | | r=dkl a=sgreen
| * Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
| | | | | | | | r=gerv a=justdave
| * Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin2013-02-191-6/+5
| | | | | | | | | | | | invalid page format r=glob a=LpSolit
| * Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin2012-11-261-1/+1
| | | | | | | | | | | | timetracking group r=dkl a=LpSolit
| * Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones2012-11-221-2/+2
| | | | | | | | | | | | the database repeatedly for the same information r=dkl,a=LpSolit
| * Fix bustageFrédéric Buclin2012-09-201-1/+2
| |
| * Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-3/+15
| | | | | | | | | | | | with can_see_bug() to improve performance r/a=LpSolit
| * Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | | | | | r=wicked a=LpSolit
* | Gentoo-local version of 7f3a749d7bd78a3e4aee163f562d7e95b0954b44 w/ ↵Robin H. Johnson2019-12-011-56/+66
| | | | | | | | | | | | | | | | | | Perl-Tidy-20180220 Reformat all code using Perl-Tidy v20180220 and .perltidyrc from matching upstream 7f3a749d7bd78a3e4aee163f562d7e95b0954b44 commit. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* | Merge branch '4.4.9-to-5.0-vanilla-nohist' into 5.0-migrationChristian Ruppert2015-07-111-6/+8
|\ \ | | | | | | | | | | | | Move @gentoo.org restriction for new accounts into the Gentoo extentions. Reset some templates to vanilla/default. We'll use custom ones from now on
| * | Vanilla 4.4.9 to 5.0 without history due to massive merge conflictsChristian Ruppert2015-07-111-6/+8
| | |
| * | Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin2013-02-191-6/+5
| | | | | | | | | | | | | | | | | | invalid page format r=glob a=LpSolit
| * | Fix bustageFrédéric Buclin2012-09-201-1/+2
| | |
| * | Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-3/+15
| |/ | | | | | | | | | | with can_see_bug() to improve performance r/a=LpSolit
| * Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot seeFrédéric Buclin2012-08-091-12/+12
| | | | | | | | r=glob a=LpSolit
| * Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-19/+5
| | | | | | | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
| * Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-2/+2
| | | | | | | | r=timello a=LpSolit
| * Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander2011-01-031-1/+3
| | | | | | | | r=LpSolit, a=LpSolit
| * Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | | | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
| * Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-6/+0
| | | | | | | | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org2009-08-121-8/+0
| | | | | | | | | | | | (create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-1/+0
| | | | | | | | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵lpsolit%gmail.com2009-08-051-1/+1
| | | | | | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
| * Bug 476678 - Rich clients unable to update bugs need security token ↵ghendricks%novell.com2009-02-051-1/+1
| | | | | | | | | | | | included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit
| * Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com2009-01-251-0/+5
| | | | | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
| * Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-1/+0
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
| * Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-4/+1
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for ↵lpsolit%gmail.com2008-05-051-1/+1
| | | | | | | | format=multiple - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=wurblzap a=LpSolit
| * Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
| * Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-141-0/+1
| | | | | | | | <wicked@etlicon.fi> r=justdave a=LpSolit
| * Bug 364835 - "current bug number should be filled in in "to bugs" input box ↵reed%reedloden.com2006-12-271-0/+3
| | | | | | | | to simplify tagging" [p=reed r=bkor a=justdave]
| * Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
| * Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | | | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
| * Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-3/+9
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
| * Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
| * Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
| * Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-3/+2
| | | | | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
| * Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-2/+0
| | | | | | | | | | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
| * Bug 341924: When viewing several bugs at once using ↵lpsolit%gmail.com2006-06-191-2/+6
| | | | | | | | show_bug.cgi?format=multiple, invalid bugs should generate an error message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
| * Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-5/+1
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
| * Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-1/+2
| | | | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
| * Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-211-1/+1
| | | | | | | | Melez <myk@mozilla.org> r=mkanat a=justdave
| * Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-4/+2
| | | | | | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
| * Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-1/+3
| | | | | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
| * Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-071-1/+2
| | | | | | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
| * Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-2/+2
| | | | | | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
| * Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - ↵lpsolit%gmail.com2005-08-221-0/+1
| | | | | | | | Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk