aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi2012-06-261-6/+7
| | | | r/a=LpSolit
* Bug 762288 - Change bugs_activity.removed to match data type of ↵Dave Lawrence2012-06-262-1/+7
| | | | | | bugs_activity.added r/a=LpSolit
* Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden2012-06-265-20/+36
| | | | | | editing an attachment r/a=LpSolit
* Bug 762785: Attachments are attached to the wrong comment when created by ↵A. Shimono2012-06-211-1/+2
| | | | | | email_in.pl r/a=LpSolit
* Bug 759030: Clean up Bugzilla::BugUrl modulesMatt Selsky2012-06-177-96/+58
| | | | r=timello a=LpSolit
* Bug 765315: Mention the data type of 'product' param in POD of ↵Koosha Khajeh Moogahi2012-06-171-4/+6
| | | | | | Bugzilla::Component->new to avoid misunderstanding r/a=LpSolit
* Bug 765558: params_to_objects() does not work properly in consecutive callsKoosha Khajeh Moogahi2012-06-171-2/+3
| | | | r/a=LpSolit
* Bug 760034 - Disable all mail button sets the "but not when (overrides ↵Dave Lawrence2012-06-111-1/+1
| | | | | | above)" row incorrectly r/a=LpSolit
* Bug 760020 – Remove leftover support for single-file skins.Marc Schumann2012-06-101-5/+1
| | | | r/a=LpSolit
* Bug 577014: [SINGLE|MULTIPLE]_SELECT custom fields with no new values, ↵Koosha Khajeh Moogahi2012-06-091-0/+6
| | | | | | containing only the default value '---' and marked as mandatory, blocks the user to update/create a bug r/a=LpSolit
* Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2012-06-082-0/+6
| | | | r=dkl, a=LpSolit
* Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green2012-06-081-3/+3
| | | | | | with a space r=glob, a=LpSolit
* Bug 761230: The server push page no longer displays all debug dataFrédéric Buclin2012-06-071-9/+4
| | | | r=timello a=LpSolit
* Bug 760978: Remove support for Internet Explorer 5 on MacFrédéric Buclin2012-06-071-8/+4
| | | | r=timello a=LpSolit
* Bug 761199: buglist.cgi enters in an infinite loop if called without ↵Frédéric Buclin2012-06-071-0/+4
| | | | | | arguments and the user is logged in r=timello a=LpSolit
* Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin2012-06-051-29/+0
| | | | r=glob a=LpSolit
* Bug 297553: Enable serverpush for OperaMatt Selsky2012-06-031-1/+2
| | | | r/a=LpSolit
* Bug 562314: Add support for a different bug page in URLsFrédéric Buclin2012-06-031-7/+15
| | | | r/a=LpSolit
* Bug 758148 - Comment toggling link should use − so that its width ↵Marc Schumann2012-05-291-2/+2
| | | | | | stays constant. r/a=LpSolit
* Bug 661479: Add a debug/trace option to bz_webservice_demo.plMatt Selsky2012-05-291-1/+17
| | | | r/a=LpSolit
* Bug 754672 - CSRF vulnerability in buglist.cgi allows possible unauthorized ↵Reed Loden2012-05-292-9/+16
| | | | | | setting of default search options [r=LpSolit a=LpSolit]
* Bug 671612: Send "X-Content-Type-Options: nosniff" with every responseMatt Selsky2012-05-293-4/+5
| | | | r/a=LpSolit
* Bug 754673 - CSRF vulnerability in query.cgi allows possible unauthorized ↵Reed Loden2012-05-292-1/+5
| | | | | | use of "Set my default search back to the system default" [r=LpSolit a=LpSolit]
* Bug 327657: "Edit attachment" page should show me when the file was attachedMatt Selsky2012-05-291-2/+7
| | | | r/a=LpSolit
* Bug 756314: Fix dropping of unique matches when the "confirm page" page is ↵Byron Jones2012-05-291-4/+4
| | | | | | display. r=LpSolit, a=LpSolit
* Bug 206455: Add radio buttons in request.cgi to use the do_union paramKoosha Khajeh Moogahi2012-05-282-12/+25
| | | | r/a=LpSolit
* Fix bustage: email_confirmation_failed is no longer usedFrédéric Buclin2012-05-281-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=355596
* Bug 355596: Your password should be requested to confirm your email address ↵Koosha Khajeh Moogahi2012-05-283-10/+16
| | | | | | change r/a=LpSolit
* Bug 555829: Refactor userprefs.cgi to use Bugzilla::User everywhere possibleKoosha Khajeh Moogahi2012-05-281-12/+8
| | | | r/a=LpSolit
* Bug 735196: Support "bugs.php.net" URLs in "See also" fieldMatt Selsky2012-05-283-0/+42
| | | | r=gerv a=LpSolit
* Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only ↵Koosha Khajeh Moogahi2012-05-281-0/+1
| | | | | | a comment is added r/a=LpSolit
* Bug 690873: config.cgi should include keyword descriptionsFrank Becker2012-05-272-5/+10
| | | | r/a=LpSolit
* Bug 676039: The XML format for bugs should include the full name of ↵Frank Becker2012-05-272-1/+5
| | | | | | attachment creators r/a=LpSolit
* Bug 754616 - Don't display autocomplete box when there are no possible choicesReed Loden2012-05-261-1/+2
| | | | [r=LpSolit a=LpSolit]
* Bug 744691: Throw an error early when calling a method from a non-existent classByron Jones2012-05-241-0/+1
| | | | r=dkl, a=LpSolit
* Bug 753288: Adds support for detecting Android operating systemByron Jones2012-05-221-0/+1
| | | | r=LpSolit, a=LpSolit
* Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is ↵Frédéric Buclin2012-05-212-2/+15
| | | | | | not a number a=LpSolit
* Bug 752303: It is no longer possible to cancel an email address change when ↵Koosha Khajeh Moogahi2012-05-183-26/+27
| | | | | | this one has already been confirmed r/a=LpSolit
* The calendar widget is not localizable.Marc Schumann2012-05-186-15/+59
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365
* Bug 754561 - Tags should be escaped in the auto-complete formReed Loden2012-05-171-0/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP ↵Matt Selsky2012-05-171-1/+2
| | | | | | for 1/2 & 3/4 timezones r/a=LpSolit
* Bug 752751: Perl modules that start with a protocol (eg HTTP::Header) are ↵Simon Green2012-05-171-1/+1
| | | | | | not escaped correctly in SAFE_URL_REGEXP r/a=LpSolit
* Bug 365705: Display the default CC list when listing all components of a ↵Matt Selsky2012-05-171-6/+21
| | | | | | product in editcomponents.cgi r/a=LpSolit
* Fix bustage in PODFrédéric Buclin2012-05-171-0/+1
|
* Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu2012-05-179-38/+108
| | | | | | better understand what they are used for r/a=LpSolit
* Bug 490764: Bugzilla should explain why creating a user account is worthwhileFrédéric Buclin2012-05-162-2/+19
| | | | r=glob a=LpSolit
* Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. ↵Matt Selsky2012-05-081-9/+9
| | | | r=gerv, a=LpSolit.
* Bug 729001: Reverse resolves the IP address in account lockout notificationsByron Jones2012-05-082-2/+11
| | | | r=LpSolit, a=LpSolit
* Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones2012-05-083-1/+6
| | | | r=gerv, a=LpSolit
* Bug 744015: Fix 'use of uninitialized value in string' in PatchReaderByron Jones2012-05-081-1/+3
| | | | r=gerv, a=LpSolit