Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-21 | Bug 1439797 - Enable reporting-only CSP by default | Dylan William Hardison | 1 | -0/+2 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -20/+20 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -22/+10 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -10/+22 | |
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 | -22/+10 | |
local symlink to data/ directory | |||||
2013-08-12 | Bug 894878 - CSV output template for request queues has gone away | Dave Lawrence | 1 | -5/+2 | |
r=glob | |||||
2013-05-06 | merge with bugzilla/4.2 | Byron Jones | 1 | -1/+2 | |
2013-05-05 | Bug 212471: Tabular reports do not link bug counts involving the empty ↵ | Frédéric Buclin | 1 | -1/+2 | |
resolution correctly r=dkl a=LpSolit | |||||
2013-02-27 | Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performance | Dave Lawrence | 1 | -5/+3 | |
2013-02-26 | Reverted Bug 836067 due to buglist crashing and do not yet know the reason | Dave Lawrence | 1 | -3/+5 | |
2013-02-26 | Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performance | Dave Lawrence | 1 | -5/+3 | |
2013-02-19 | Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence ↵ | Simon Green | 1 | -1/+7 | |
of products and components you cannot access r/a=LpSolit | |||||
2013-02-19 | Bug 824399 | Byron Jones | 1 | -1/+7 | |
2012-11-13 | Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped ↵ | Frédéric Buclin | 1 | -1/+1 | |
correctly in tabular reports r=dkl a=LpSolit | |||||
2012-10-04 | Bug 794389: There is no field named 'actual_time' when generating reports | Frédéric Buclin | 1 | -0/+4 | |
r=glob a=LpSolit | |||||
2012-09-29 | Bug 793893: Tabular reports crash when no format parameter is defined | Frédéric Buclin | 1 | -5/+4 | |
r=glob a=LpSolit | |||||
2012-03-06 | Bug 545610: Correctly parse CGI parameters, especially when using mod_perl | Frédéric Buclin | 1 | -8/+15 | |
r=gerv a=LpSolit | |||||
2011-12-28 | Bug 697699 - (CVE-2011-3657) [SECURITY] XSS when viewing new charts or ↵ | Byron Jones | 1 | -2/+2 | |
tabular and graphical reports in debug mode r=gerv, a=LpSolit | |||||
2011-06-11 | Fixes several bugs at once related to New Charts: | Frédéric Buclin | 1 | -12/+21 | |
Bug 610739: YUI-generated tabular reports do not work if only one axis is set Bug 617676: Wrong URLs in the "Total" row at the bottom of tabular reports when JS is enabled Bug 655848: Use of uninitialized value $tbl in string eq at /var/www/html/bugzilla/report.cgi line 162 r/a=LpSolit | |||||
2011-04-05 | Fix a comment location in report.cgi. | Max Kanat-Alexander | 1 | -2/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=617641 | |||||
2011-04-05 | Bug 617641: Using any of the "_realname" columns in report.cgi was throwing | Max Kanat-Alexander | 1 | -2/+4 | |
an error. r=LpSolit, a=mkanat | |||||
2011-02-20 | Bug 632717: Limit the total number of results that a search can ever return. | Max Kanat-Alexander | 1 | -2/+5 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-12-08 | Bug 617684: Values starting with a dot or an underscore are no longer hidden ↵ | Frédéric Buclin | 1 | -6/+0 | |
in reports r/a=mkanat | |||||
2010-12-08 | Bug 617630: Improve get_names() in report.cgi | Frédéric Buclin | 1 | -33/+18 | |
a=LpSolit | |||||
2010-12-08 | Bug 567953: Components which exist in several products are duplicated in ↵ | miketosh | 1 | -1/+2 | |
tabular reports r/a=LpSolit | |||||
2010-08-24 | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-07-16 | Bug 398308: Make Search.pm take a hashref for its "params" argument | Max Kanat-Alexander | 1 | -1/+1 | |
instead of taking a CGI object. r=mkanat, a=mkanat (module owner) | |||||
2010-07-15 | Bug 577800: Finish the cleanup of Search.pm's "init" function by removing | Max Kanat-Alexander | 1 | -1/+1 | |
it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner) | |||||
2010-07-01 | Bug 545766: Figure out what columns can be reported on from the database, | Max Kanat-Alexander | 1 | -17/+4 | |
instead of from a static list r=glob, a=mkanat | |||||
2010-05-20 | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 1 | -1/+1 | |
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -1/+3 | |
r=timello, a=mkanat | |||||
2010-02-18 | Bug 529573: Tabular reports do not show empty resolution | Greg Hendricks | 1 | -0/+1 | |
r/a=mkanat | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -1/+0 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-02 | Bug 487508: Allow restricting the visibility of custom fields and values by ↵ | Max Kanat-Alexander | 1 | -1/+0 | |
component r=dkl, a=mkanat | |||||
2009-11-13 | Bug 528262 - Tabular reports ignore disabled field values despite being ↵ | ghendricks%novell.com | 1 | -9/+8 | |
selected patch by ghendricks@novell.com, r=mkanat, a=mkanat | |||||
2009-10-24 | Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-07-07 | Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵ | mkanat%bugzilla.org | 1 | -38/+27 | |
the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-01-15 | Bug 464992: Binary attachments, graphical reports and new charts are not ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-03 | Bug 377956: Tabular and graphical reports should support single-select ↵ | lpsolit%gmail.com | 1 | -0/+9 | |
custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-08-27 | Bug 182238: Allow users to choose what time zone to display times in - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-11-12 | Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 1 | -0/+3 | |
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 | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+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 | -10/+7 | |
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 | |||||
2005-12-03 | Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-11-14 | Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
2005-10-27 | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵ | lpsolit%gmail.com | 1 | -3/+4 | |
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | |||||
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-10-24 | Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave | |||||
2005-08-25 | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave |