Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -2/+2 | |
2017-07-07 | Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgi | Mary Umoh | 1 | -1/+5 | |
* fix mistake * Update * Updates * remove other file | |||||
2017-01-26 | Bug 1334158 - Lightbox images CSP error on bug modal | Dylan William Hardison | 1 | -4/+8 | |
2017-01-25 | Bug 1286290 - CSP compliant bug modal | Dylan William Hardison | 1 | -0/+5 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+9 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -9/+21 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+9 | |
local symlink to data/ directory | |||||
2015-10-16 | Bug 1196626 - log all authenticated requests | Dylan William Hardison | 1 | -0/+5 | |
2015-03-24 | Bug 1096798: prototype modal show_bug view | Byron Jones | 1 | -3/+12 | |
2014-05-05 | Bug 1005959: remove old timing code from show_bug | Byron Jones | 1 | -13/+0 | |
2014-03-05 | restore old show_bug timing code to allow for before/after comparisons | Byron Jones | 1 | -0/+12 | |
2014-03-04 | Bug 956230: improve instrumentation of bugzilla's internals | Byron Jones | 1 | -12/+0 | |
2013-09-23 | fix uninit warning in show_bug when passed invalid bug id | Byron Jones | 1 | -1/+1 | |
2013-06-27 | Bug 887180: show_bug and process_bug timings generating duplicates under ↵ | Byron Jones | 1 | -26/+11 | |
mod_perl | |||||
2013-06-19 | Bug 884177: updates to the timing collectors | Byron Jones | 1 | -3/+3 | |
2013-06-19 | Bug 884177: updates to the timing collectors | Byron Jones | 1 | -0/+28 | |
2013-02-19 | Bug 842038 | Byron Jones | 1 | -6/+5 | |
2012-11-28 | Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying ↵ | Byron Jones | 1 | -3/+3 | |
the database repeatedly for the same information | |||||
2011-01-04 | Bug 595410: Make it faster to display a bug that has a lot of dependencies. | Max Kanat-Alexander | 1 | -1/+3 | |
r=LpSolit, a=LpSolit | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-10-01 | Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵ | mkanat%bugzilla.org | 1 | -6/+0 | |
and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-12 | Bug 509108: Don't require a bug_list parameter to show the bug template ↵ | mkanat%bugzilla.org | 1 | -8/+0 | |
(create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -1/+0 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-05 | Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-02-05 | Bug 476678 - Rich clients unable to update bugs need security token ↵ | ghendricks%novell.com | 1 | -1/+1 | |
included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit | |||||
2009-01-25 | Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-09-18 | Bug 452734: Remove the keyword chooser, because it's a usability regression | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-06-30 | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 1 | -4/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-05-05 | Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
format=multiple - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=wurblzap a=LpSolit | |||||
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-05-15 | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
<wicked@etlicon.fi> r=justdave a=LpSolit | |||||
2006-12-27 | Bug 364835 - "current bug number should be filled in in "to bugs" input box ↵ | reed%reedloden.com | 1 | -0/+3 | |
to simplify tagging" [p=reed r=bkor a=justdave] | |||||
2006-10-15 | Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | |||||
2006-08-12 | Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new | mkanat%bugzilla.org | 1 | -3/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -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 | |||||
2006-06-19 | Bug 341924: When viewing several bugs at once using ↵ | lpsolit%gmail.com | 1 | -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 | |||||
2006-05-12 | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 1 | -5/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-03-09 | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-02-21 | Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Melez <myk@mozilla.org> r=mkanat a=justdave | |||||
2005-10-31 | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -4/+2 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-09-07 | Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk | |||||
2005-08-25 | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-08-22 | Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
r=mkanat,wicked a=justdave | |||||
2005-03-16 | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 1 | -0/+1 | |
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave |