Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-26 | Add hooks for alternative login methods. r,a=LpSolit. | Gervase Markham | 2 | -0/+5 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=698418 | |||||
2012-03-22 | Bug 733458: The "creator" argument is listed twice for the Bug.search ↵ | Matt Selsky | 1 | -7/+3 | |
WebService method r/a=LpSolit | |||||
2012-03-22 | Bug 732440: Add SQL execution timings to buglist.cgi's debug output | Byron Jones | 3 | -5/+11 | |
r=LpSolit, r=LpSolit | |||||
2012-03-22 | Bug 731526: Adds an email event for product and/or component notifications | Byron Jones | 4 | -7/+16 | |
r=LpSolit, a=LpSolit | |||||
2012-03-17 | Fix bustage: Bugzilla -> terms.Bugzilla | Frédéric Buclin | 1 | -3/+3 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=736057 | |||||
2012-03-17 | Bug 736057: Add to the release notes that |FILTER url_quote| has been ↵ | Frédéric Buclin | 1 | -0/+3 | |
replaced by |FILTER uri| r=dkl a=LpSolit | |||||
2012-03-15 | Bug 735332: Add 'start' hook in bugmail templates. | Renata Ghisloti | 2 | -0/+3 | |
r=timello, a=LpSolit | |||||
2012-03-12 | Bug 734078: cache localconfig per-process | Byron Jones | 1 | -3/+3 | |
r=dkl, a=LpSolit | |||||
2012-03-10 | Tabular reports' column headers do not use display_value. | Marc Schumann | 1 | -1/+1 | |
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=734413 | |||||
2012-03-10 | Bug 730032: The documentation must mention bzr instead of cvs in the ↵ | Frédéric Buclin | 1 | -56/+78 | |
"Upgrading to New Releases" section r=dkl a=LpSolit | |||||
2012-03-10 | Bug 731163: Search.pm can use undefined alias in ORDER BY clause | Frédéric Buclin | 1 | -1/+1 | |
r=dkl a=LpSolit | |||||
2012-03-09 | Bug 730794 - Need new hook edituser page | Francisco Donalisio | 3 | -0/+41 | |
r=dkl, a=LpSolit | |||||
2012-03-09 | Bug 679965: Offer Linux packagers an easy way to specify the location of the ↵ | Frédéric Buclin | 1 | -0/+48 | |
Bugzilla modules r=dkl a=LpSolit | |||||
2012-03-06 | Fix bustage | Frédéric Buclin | 1 | -1/+0 | |
2012-03-06 | Bug 545610: Correctly parse CGI parameters, especially when using mod_perl | Frédéric Buclin | 2 | -14/+22 | |
r=gerv a=LpSolit | |||||
2012-03-06 | Bug 731323: Wrong URLs in the "Total" row at the bottom of tabular reports ↵ | Frédéric Buclin | 1 | -0/+8 | |
when JS is enabled and a user field is used for the vertical axis r=gerv a=LpSolit | |||||
2012-03-06 | 2nd part of bug 731559: fix get_attachments_by_bug() everywhere | Frédéric Buclin | 2 | -4/+3 | |
a=LpSolit | |||||
2012-03-05 | Bug 732978: preload() must load Bugzilla::Component itself | Frédéric Buclin | 1 | -1/+2 | |
r=dkl a=LpSolit | |||||
2012-03-03 | Bug 731586: Email notifications about status changes in blockers are ↵ | Frédéric Buclin | 2 | -11/+7 | |
incorrectly formatted r=dkl a=LpSolit | |||||
2012-03-01 | Bug 731725 - In the documentation license, the address of the FSF is incorrect | Emmanuel Seyman | 1 | -2/+2 | |
r=dkl, a=LpSolit | |||||
2012-03-01 | Bug 731562: Cache the global/user.html.tmpl template for improved performance | Frédéric Buclin | 4 | -5/+37 | |
r=dkl a=LpSolit | |||||
2012-02-29 | Bug 731175: Bugzilla::Field shouldn't assume that someone else already ↵ | Frédéric Buclin | 2 | -6/+8 | |
loaded required modules r=glob a=LpSolit | |||||
2012-02-29 | Bug 730877: Improve _get_string_from_file() performances by caching loaded files | Frédéric Buclin | 1 | -0/+6 | |
r=glob a=LpSolit | |||||
2012-02-29 | Bug 731559: Preload all attachment submitters when viewing a bug report | Frédéric Buclin | 2 | -6/+17 | |
a=LpSolit | |||||
2012-02-29 | Bug 731219: Fix XMLRPC breakage when content-type contains a charset | Byron Jones | 1 | -1/+4 | |
r=dkl, a=LpSolit | |||||
2012-02-29 | Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ↵ | Frédéric Buclin | 1 | -2/+5 | |
field being passed can be trusted (deserialising the DB schema is slow) r=dkl a=LpSolit | |||||
2012-02-28 | Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with ↵ | Frédéric Buclin | 3 | -3/+14 | |
large number of products r=dkl a=LpSolit | |||||
2012-02-28 | Bug 731055: get_enterable_products() is very slow when a product has many ↵ | Frédéric Buclin | 1 | -6/+8 | |
components or versions r/a=mkanat | |||||
2012-02-27 | Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the ↵ | Frédéric Buclin | 1 | -1/+1 | |
bug_see_also.class column r=timello a=LpSolit | |||||
2012-02-27 | Bug 730670: Do not redirect in buglist.cgi to improve performance | Frédéric Buclin | 6 | -5/+55 | |
r=glob a=LpSolit | |||||
2012-02-26 | Bug 696387: Remove useless calls to field-descs.none.tmpl | Matt Selsky | 41 | -75/+0 | |
r/a=LpSolit | |||||
2012-02-26 | Bug 573368: Whine emails should include links to load buglists listed in the ↵ | Matt Selsky | 3 | -1/+8 | |
email r/a=LpSolit | |||||
2012-02-25 | Bug 714368: Add Windows 8 detection | Matt Selsky | 1 | -0/+1 | |
r=timeless a=LpSolit | |||||
2012-02-25 | Bug 714030: Add Mac OS 10.7 Lion detection | Matt Selsky | 1 | -0/+1 | |
r=timeless a=LpSolit | |||||
2012-02-25 | Bug 696352: Required fields have broken colors | Michal 'hramrach' Suchanek | 1 | -0/+1 | |
r/a=LpSolit | |||||
2012-02-25 | Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgi | Frédéric Buclin | 1 | -1/+1 | |
r=timello a=LpSolit | |||||
2012-02-24 | Bug 692507 - WebService API calls where appropriate should be using the ↵ | Dave Lawrence | 3 | -3/+24 | |
shadow_db for read only operations r=glob, a=LpSolit | |||||
2012-02-22 | Fix bustage | Frédéric Buclin | 1 | -1/+1 | |
2012-02-22 | Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵ | Dave Lawrence | 3 | -0/+21 | |
API when using mod_perl r/a=LpSolit | |||||
2012-02-21 | Roll out release notes change until we branch for next release | Dave Lawrence | 1 | -2/+0 | |
2012-02-21 | Bug 709944 - Expose groups of which a user is part | Dave Lawrence | 1 | -3/+51 | |
r=glob, a=LpSolit | |||||
2012-02-21 | Bug 709944 - Expose groups of which a user is part | Dave Lawrence | 1 | -0/+2 | |
r=glob, a=LpSolit | |||||
2012-02-21 | Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵ | Frédéric Buclin | 1 | -1/+3 | |
charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit | |||||
2012-02-20 | Bug 718283: Indentation and newlines in the "Descriptive text sent within ↵ | Matt Selsky | 1 | -2/+2 | |
whine message" are ignored in HTML whinemail r/a=LpSolit | |||||
2012-02-20 | Bug 377197: Whine should include bug counts at top of list | Matt Selsky | 2 | -2/+2 | |
r/a=LpSolit | |||||
2012-02-19 | Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classes | Tiago Mello | 9 | -7/+96 | |
to a new 'MoreBugUrl' extension. r/a=LpSolit | |||||
2012-02-17 | Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵ | Dave Lawrence | 1 | -1/+9 | |
created on a bug r/a=LpSolit | |||||
2012-02-16 | Bug 727541 - Constants in Bugzilla::WebService::Constants should be ↵ | Dave Lawrence | 1 | -3/+16 | |
available inside the templates similar to Bugzilla::Constants r/a=LpSolit | |||||
2012-02-16 | Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ↵ | Frédéric Buclin | 1 | -1/+5 | |
characters r=glob a=LpSolit | |||||
2012-02-15 | Test 1 fails if PERLLIB contains paths with whitespace. | Marc Schumann | 1 | -1/+1 | |
r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074 |