summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin6-5/+55
r=glob a=LpSolit
2012-02-26Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky41-75/+0
r/a=LpSolit
2012-02-26Bug 573368: Whine emails should include links to load buglists listed in the ↵Matt Selsky3-1/+8
email r/a=LpSolit
2012-02-25Bug 714368: Add Windows 8 detectionMatt Selsky1-0/+1
r=timeless a=LpSolit
2012-02-25Bug 714030: Add Mac OS 10.7 Lion detectionMatt Selsky1-0/+1
r=timeless a=LpSolit
2012-02-25Bug 696352: Required fields have broken colorsMichal 'hramrach' Suchanek1-0/+1
r/a=LpSolit
2012-02-25Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the ↵Dave Lawrence3-3/+24
shadow_db for read only operations r=glob, a=LpSolit
2012-02-22Fix bustageFrédéric Buclin1-1/+1
2012-02-22Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence3-0/+21
API when using mod_perl r/a=LpSolit
2012-02-21Roll out release notes change until we branch for next releaseDave Lawrence1-2/+0
2012-02-21Bug 709944 - Expose groups of which a user is part Dave Lawrence1-3/+51
r=glob, a=LpSolit
2012-02-21Bug 709944 - Expose groups of which a user is part Dave Lawrence1-0/+2
r=glob, a=LpSolit
2012-02-21Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵Frédéric Buclin1-1/+3
charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
2012-02-20Bug 718283: Indentation and newlines in the "Descriptive text sent within ↵Matt Selsky1-2/+2
whine message" are ignored in HTML whinemail r/a=LpSolit
2012-02-20Bug 377197: Whine should include bug counts at top of listMatt Selsky2-2/+2
r/a=LpSolit
2012-02-19Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello9-7/+96
to a new 'MoreBugUrl' extension. r/a=LpSolit
2012-02-17Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵Dave Lawrence1-1/+9
created on a bug r/a=LpSolit
2012-02-16Bug 727541 - Constants in Bugzilla::WebService::Constants should be ↵Dave Lawrence1-3/+16
available inside the templates similar to Bugzilla::Constants r/a=LpSolit
2012-02-16Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ↵Frédéric Buclin1-1/+5
characters r=glob a=LpSolit
2012-02-15Test 1 fails if PERLLIB contains paths with whitespace.Marc Schumann1-1/+1
r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074
2012-02-15Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence2-20/+14
r/a=LpSolit
2012-02-15Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2-1/+7
r=glob a=LpSolit
2012-02-14Bug 695738: Change templates to use field_descs.op_sys instead of hard coded ↵Francisco Donalisio2-3/+4
'OS' r=timello a=LpSolit
2012-02-14Bug 641869: Make quicksearch help page compliant with WAIFrancisco Donalisio1-2/+3
r=timello a=LpSolit
2012-02-14Bug 714343 - Add ability to get flag information for bugs and attachments ↵Dave Lawrence1-4/+116
via the web service r=glob, r/a=LpSolit
2012-02-14Bug 727240: The POD for Bug.attachments is wrong about the format of the ↵Frédéric Buclin1-16/+10
returned data r=dkl a=LpSolit
2012-02-14Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-10/+31
creation_date r/a=LpSolit
2012-02-08Bug 722161: Clickjacking is possible in "View All" with HTML attachmentsFrédéric Buclin2-4/+21
r=dkl a=LpSolit
2012-01-31Fix TODO tests which now passFrédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=574577
2012-01-31Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵Frédéric Buclin2-1/+18
checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit
2012-01-31Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin1-18/+58
r=dkl a=LpSolit
2012-01-27Bug 720756 - Update release notes for Bugzilla 4.2rc2Dave Lawrence1-4/+8
r/a=LpSolit
2012-01-27Bug 721715: URLs in the See Also field must be detainted before inserted ↵Frédéric Buclin1-4/+3
into the DB r=dkl a=LpSolit
2012-01-27Bug 715806: Correctly handle fatal sendmail errors when queuing mailByron Jones2-1/+98
r=dkl, a=LpSolit
2012-01-26Fix bustage due to bug 715514.Tiago Mello1-1/+1
2012-01-25Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky3-0/+47
r=timello, a=LpSolit
2012-01-25Bug 717217: The regexp in Bugzilla::BugUrl::JIRA::should_handle() isn'tSimon Green1-1/+1
restrictive enough (min two letters required) r=timello, a=LpSolit
2012-01-25Bug 715514: Fix showdependencytree misleading in "hide resolved" viewMatt Selsky1-2/+2
r=timello, a=LpSolit
2012-01-25Backing out Bug 714724Byron Jones1-10/+19
2012-01-25Bug 714724: encode emails as 8bit instead of quoted-printableByron Jones1-19/+10
r=mkanat, a=mkanat
2012-01-24Bug 718183: Rename duplicated series names before inserting the new index in ↵Frédéric Buclin1-0/+31
the series table r=dkl a=LpSolit
2012-01-24Bug 715870: [Oracle] Related sequences and triggers must be removed when ↵Frédéric Buclin1-1/+19
dropping a table r=mkanat a=LpSolit
2012-01-24Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ↵Frédéric Buclin1-76/+23
merged r/a=mkanat
2012-01-24Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on LinuxMax Kanat-Alexander2-5/+5
r=dkl a=mkanat
2012-01-24Bug 240437: Add a "last seen date" column to the profiles tableByron Jones7-11/+59
r=LpSolit, a=LpSolit
2012-01-23Bug 319953: Missing real email syntax checkFrédéric Buclin10-32/+59
r=glob a=LpSolit
2012-01-23Rollback of Bug 714370 as it causes error in bug creation due to DB_COLUMNSDave Lawrence1-26/+9
2012-01-22Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-9/+26
creation_date r/a=LpSolit
2012-01-21Bug 469068: SMTP parameters not documentedMatt Selsky1-0/+62
r/a=LpSolit