summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-01-20Fix regression due to bug 680131Frédéric Buclin1-0/+2
(#menu on the first line has been seen as a comment during the MPL 1.1 -> 2.0 conversion)
2012-01-20Bug 718397: New extensions should be created using the MPL 2.0 licenseMatt Selsky3-25/+7
r/a=LpSolit
2012-01-18Bug 718905: Move user_preferences hook up, before other actions in userprefs.cgiTiago Mello1-8/+10
r=dkl, a=LpSolit
2012-01-13Bug 714335 - Multiple clicks of the reply link on comments keeps adding the ↵Dave Lawrence1-1/+3
reply text to the new comment box r/a=LpSolit
2012-01-12Bug 715731 - profile_search.user_id should have a FK pointing to profiles.useridDave Lawrence1-1/+4
r/a=LpSolit
2012-01-12Bug 717502 - Add PDF to the list of manually selectable content-typesReed Loden1-0/+1
[r=glob a=LpSolit]
2012-01-12Bug 717215: Remove references to url_quote filterSimon Green2-5/+1
r/a=LpSolit
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin8-3/+23
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin626-11057/+3255
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-11Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, ↵Simon Green2-3/+3
maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit
2012-01-11Backed out mistaken commit of patch from bug 714370Dave Lawrence1-13/+0
2012-01-11Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-0/+13
creation_date r=glob
2012-01-11Bug 591638: In the admin page, the link to edit field values is named 'Field ↵A. Shimono1-1/+1
Values', not 'Legal Values' r/a=LpSolit
2012-01-11Bug 715650 - User auto-completion does not work in request.cgi for requester ↵Dave Lawrence1-1/+2
and requestee as expected r=timello, a=LpSolit
2012-01-10Bug 716227: When checksetup.pl tells the admin that he should edit variables ↵Frédéric Buclin2-9/+14
in localconfig, the message should be red r=timello a=LpSolit
2012-01-10Bug 716726: Fix the documentation of WebServices that the next major version ↵Frédéric Buclin3-5/+5
is 4.4, not 5.0 r=dkl a=LpSolit
2012-01-10Bug 716283: Clickjacking in the attachment "Details" page allows to bypass ↵Frédéric Buclin2-0/+13
token checks r=dkl a=LpSolit
2012-01-07Bug 443210: Implement Bugzilla.parameters to access parameters used in BugzillaFrédéric Buclin1-0/+134
r/a=mkanat
2012-01-06Bug 706753 about JSON::RPC 1.01 has been fixedFrédéric Buclin1-4/+0
2012-01-06Bug 695294: The See Also field is not visible in "Format for Printing"Matt Selsky1-0/+12
r/a=LpSolit
2012-01-06Bug 319684: The documentation is unclear about how to disable quipsMatt Selsky1-7/+12
r/a=LpSolit
2012-01-06Bug 641957: The documentation should mention that the voting system is now ↵Matt Selsky1-0/+5
an extension r/a=LpSolit
2012-01-06Bug 661533: The See Also field should support Review Board URLsMatt Selsky3-0/+57
r=timello a=LpSolit
2012-01-06Bug 714515: editclassifications.cgi should use ->set_allOlav Vitters1-3/+5
r/a=LpSolit
2012-01-06Bug 715705: User auto-completion doesn't work for watched users in the email ↵Frédéric Buclin1-1/+2
prefs tab r=timello a=LpSolit
2012-01-06Bug 714664: The content of the "emailregexpdesc" parameter is not escaped ↵Frédéric Buclin2-2/+2
when displayed to the user r=dkl a=LpSolit
2012-01-05Bug 706753: Bugzilla will not work with newest version of JSON::RPC 1.01 due ↵Frédéric Buclin1-1/+12
to non-backward compatibility r=dkl r=mkanat a=LpSolit
2011-12-31Bug 647662 - Add a "size" return value to Bug.attachmentsReed Loden2-1/+11
[r=dkl r=mkanat a=mkanat]
2011-12-30Bug 465118: The "version_has_bugs" error message is slighly unclearChristopher1-4/+4
r/a=LpSolit