aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ↵Frédéric Buclin2012-02-291-2/+5
| | | | | | field being passed can be trusted (deserialising the DB schema is slow) r=dkl a=LpSolit
* Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with ↵Frédéric Buclin2012-02-283-3/+14
| | | | | | large number of products r=dkl a=LpSolit
* Bug 731055: get_enterable_products() is very slow when a product has many ↵Frédéric Buclin2012-02-281-6/+8
| | | | | | components or versions r/a=mkanat
* Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the ↵Frédéric Buclin2012-02-271-1/+1
| | | | | | bug_see_also.class column r=timello a=LpSolit
* Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin2012-02-276-5/+55
| | | | r=glob a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-2641-75/+0
| | | | r/a=LpSolit
* Bug 573368: Whine emails should include links to load buglists listed in the ↵Matt Selsky2012-02-263-1/+8
| | | | | | email r/a=LpSolit
* Bug 714368: Add Windows 8 detectionMatt Selsky2012-02-251-0/+1
| | | | r=timeless a=LpSolit
* Bug 714030: Add Mac OS 10.7 Lion detectionMatt Selsky2012-02-251-0/+1
| | | | r=timeless a=LpSolit
* Bug 696352: Required fields have broken colorsMichal 'hramrach' Suchanek2012-02-251-0/+1
| | | | r/a=LpSolit
* Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgiFrédéric Buclin2012-02-251-1/+1
| | | | r=timello a=LpSolit
* Bug 692507 - WebService API calls where appropriate should be using the ↵Dave Lawrence2012-02-243-3/+24
| | | | | | shadow_db for read only operations r=glob, a=LpSolit
* Fix bustageFrédéric Buclin2012-02-221-1/+1
|
* Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence2012-02-223-0/+21
| | | | | | API when using mod_perl r/a=LpSolit
* Roll out release notes change until we branch for next releaseDave Lawrence2012-02-211-2/+0
|
* Bug 709944 - Expose groups of which a user is part Dave Lawrence2012-02-211-3/+51
| | | | r=glob, a=LpSolit
* Bug 709944 - Expose groups of which a user is part Dave Lawrence2012-02-211-0/+2
| | | | r=glob, a=LpSolit
* Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵Frédéric Buclin2012-02-211-1/+3
| | | | | | charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
* Bug 718283: Indentation and newlines in the "Descriptive text sent within ↵Matt Selsky2012-02-201-2/+2
| | | | | | whine message" are ignored in HTML whinemail r/a=LpSolit
* Bug 377197: Whine should include bug counts at top of listMatt Selsky2012-02-202-2/+2
| | | | r/a=LpSolit
* Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello2012-02-199-7/+96
| | | | | to a new 'MoreBugUrl' extension. r/a=LpSolit
* Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵Dave Lawrence2012-02-161-1/+9
| | | | | | created on a bug r/a=LpSolit
* Bug 727541 - Constants in Bugzilla::WebService::Constants should be ↵Dave Lawrence2012-02-161-3/+16
| | | | | | available inside the templates similar to Bugzilla::Constants r/a=LpSolit
* Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ↵Frédéric Buclin2012-02-161-1/+5
| | | | | | characters r=glob a=LpSolit
* Test 1 fails if PERLLIB contains paths with whitespace.Marc Schumann2012-02-151-1/+1
| | | | | r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074
* Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence2012-02-152-20/+14
| | | | r/a=LpSolit
* Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2012-02-152-1/+7
| | | | r=glob a=LpSolit
* Bug 695738: Change templates to use field_descs.op_sys instead of hard coded ↵Francisco Donalisio2012-02-142-3/+4
| | | | | | 'OS' r=timello a=LpSolit
* Bug 641869: Make quicksearch help page compliant with WAIFrancisco Donalisio2012-02-141-2/+3
| | | | r=timello a=LpSolit
* Bug 714343 - Add ability to get flag information for bugs and attachments ↵Dave Lawrence2012-02-141-4/+116
| | | | | | via the web service r=glob, r/a=LpSolit
* Bug 727240: The POD for Bug.attachments is wrong about the format of the ↵Frédéric Buclin2012-02-141-16/+10
| | | | | | returned data r=dkl a=LpSolit
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence2012-02-141-10/+31
| | | | | | creation_date r/a=LpSolit
* Bug 722161: Clickjacking is possible in "View All" with HTML attachmentsFrédéric Buclin2012-02-082-4/+21
| | | | r=dkl a=LpSolit
* Fix TODO tests which now passFrédéric Buclin2012-01-311-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=574577
* Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵Frédéric Buclin2012-01-312-1/+18
| | | | | | checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit
* Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin2012-01-311-18/+58
| | | | r=dkl a=LpSolit
* Bug 720756 - Update release notes for Bugzilla 4.2rc2Dave Lawrence2012-01-271-4/+8
| | | | r/a=LpSolit
* Bug 721715: URLs in the See Also field must be detainted before inserted ↵Frédéric Buclin2012-01-271-4/+3
| | | | | | into the DB r=dkl a=LpSolit
* Bug 715806: Correctly handle fatal sendmail errors when queuing mailByron Jones2012-01-272-1/+98
| | | | r=dkl, a=LpSolit
* Fix bustage due to bug 715514.Tiago Mello2012-01-251-1/+1
|
* Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky2012-01-253-0/+47
| | | | r=timello, a=LpSolit
* Bug 717217: The regexp in Bugzilla::BugUrl::JIRA::should_handle() isn'tSimon Green2012-01-251-1/+1
| | | | | restrictive enough (min two letters required) r=timello, a=LpSolit
* Bug 715514: Fix showdependencytree misleading in "hide resolved" viewMatt Selsky2012-01-251-2/+2
| | | | r=timello, a=LpSolit
* Backing out Bug 714724Byron Jones2012-01-251-10/+19
|
* Bug 714724: encode emails as 8bit instead of quoted-printableByron Jones2012-01-251-19/+10
| | | | r=mkanat, a=mkanat
* Bug 718183: Rename duplicated series names before inserting the new index in ↵Frédéric Buclin2012-01-241-0/+31
| | | | | | the series table r=dkl a=LpSolit
* Bug 715870: [Oracle] Related sequences and triggers must be removed when ↵Frédéric Buclin2012-01-241-1/+19
| | | | | | dropping a table r=mkanat a=LpSolit
* Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ↵Frédéric Buclin2012-01-241-76/+23
| | | | | | merged r/a=mkanat
* Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on LinuxMax Kanat-Alexander2012-01-242-5/+5
| | | | r=dkl a=mkanat
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-247-11/+59
| | | | r=LpSolit, a=LpSolit