summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2012-05-29Bug 754672 - CSRF vulnerability in buglist.cgi allows possible unauthorized ↵Reed Loden1-9/+14
setting of default search options [r=LpSolit a=LpSolit]
2012-05-29Bug 754673 - CSRF vulnerability in query.cgi allows possible unauthorized ↵Reed Loden1-1/+2
use of "Set my default search back to the system default" [r=LpSolit a=LpSolit]
2012-05-29Bug 327657: "Edit attachment" page should show me when the file was attachedMatt Selsky1-2/+7
r/a=LpSolit
2012-05-28Bug 756314: Fix dropping of unique matches when the "confirm page" page is ↵Byron Jones1-4/+4
display. r=LpSolit, a=LpSolit
2012-05-28Bug 206455: Add radio buttons in request.cgi to use the do_union paramKoosha Khajeh Moogahi1-0/+12
r/a=LpSolit
2012-05-28Fix bustage: email_confirmation_failed is no longer usedFrédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=355596
2012-05-28Bug 355596: Your password should be requested to confirm your email address ↵Koosha Khajeh Moogahi2-5/+5
change r/a=LpSolit
2012-05-28Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only ↵Koosha Khajeh Moogahi1-0/+1
a comment is added r/a=LpSolit
2012-05-27Bug 690873: config.cgi should include keyword descriptionsFrank Becker1-4/+9
r/a=LpSolit
2012-05-27Bug 676039: The XML format for bugs should include the full name of ↵Frank Becker2-1/+5
attachment creators r/a=LpSolit
2012-05-18The calendar widget is not localizable.Marc Schumann5-13/+49
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365
2012-05-17Bug 365705: Display the default CC list when listing all components of a ↵Matt Selsky1-6/+21
product in editcomponents.cgi r/a=LpSolit
2012-05-17Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu4-37/+68
better understand what they are used for r/a=LpSolit
2012-05-16Bug 490764: Bugzilla should explain why creating a user account is worthwhileFrédéric Buclin2-2/+19
r=glob a=LpSolit
2012-05-08Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. ↵Matt Selsky1-9/+9
r=gerv, a=LpSolit.
2012-05-08Bug 729001: Reverse resolves the IP address in account lockout notificationsByron Jones1-2/+2
r=LpSolit, a=LpSolit
2012-05-08Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones2-1/+4
r=gerv, a=LpSolit
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin11-123/+37
(and get rid of the current form in the footer) r=timello a=LpSolit
2012-05-07Bug 571740: Add support for getsatisfaction for the See Also fieldMatt Selsky1-3/+3
r=timello, a=LpSolit
2012-04-30Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones1-0/+4
type operators r=LpSolit,a=LpSolit
2012-04-20Bug 675502 - show_bug.cgi ctype=xml should include some more comment informationFrank Becker2-14/+25
r=dkl, a=LpSolit
2012-04-18Bug 745397: (CVE-2012-0466) [SECURITY] The JS template for buglists permits ↵Frédéric Buclin1-25/+0
attackers to access all bugs that the victim can see r=glob a=LpSolit
2012-04-18Bug 704999: Add support for GitHub for the 'See Also' fieldMatt Selsky1-0/+1
r=timello a=LpSolit
2012-04-17Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵Frédéric Buclin1-4/+2
can control the way to throw errors r=dkl a=LpSolit
2012-04-15Comment toggling text is not localizable because it's in a .js file.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=745460
2012-04-14Change columns: empty buttons when images turned off.Marc Schumann1-10/+13
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=474747
2012-04-13Bug 741627: Add ability to toggle search description in bug lists likeTiago Mello1-1/+10
'Show Advanced Fields' does in enter bug. r/a=LpSolit
2012-04-13Fix bustage (missing filter)Frédéric Buclin1-1/+2
2012-04-13Bug 349337: The time between two successive token requests should be a constantKoosha Khajeh Moogahi1-1/+2
r/a=LpSolit
2012-04-13Bug 340439: Include classifications in config.cgiFrank Becker1-1/+20
r/a=LpSolit
2012-04-12Bug 741078: Release notes for Bugzilla 4.2.1Frédéric Buclin1-2/+47
r=dkl
2012-04-11If you're not allowed to change status or resolution, their values are being ↵Marc Schumann1-15/+24
displayed unlocalized. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=740879
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵Frédéric Buclin2-8/+96
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit
2012-03-28Bug 735821: Fix broken HTML code in bugmail.html.tmpl.Tiago Mello1-1/+1
r/a=LpSolit
2012-03-26Bug 734471 - Need new hook edituser search templateFrancisco Donalisio1-0/+2
r=timello, a=LpSolit
2012-03-26Make Target Milestone field have the same maximum length as Version field. ↵Gervase Markham3-3/+3
r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551
2012-03-26Add hooks for alternative login methods. r,a=LpSolit.Gervase Markham2-0/+5
https://bugzilla.mozilla.org/show_bug.cgi?id=698418
2012-03-22Bug 732440: Add SQL execution timings to buglist.cgi's debug outputByron Jones1-4/+7
r=LpSolit, r=LpSolit
2012-03-22Bug 731526: Adds an email event for product and/or component notificationsByron Jones1-0/+2
r=LpSolit, a=LpSolit
2012-03-17Fix bustage: Bugzilla -> terms.BugzillaFrédéric Buclin1-3/+3
https://bugzilla.mozilla.org/show_bug.cgi?id=736057
2012-03-17Bug 736057: Add to the release notes that |FILTER url_quote| has been ↵Frédéric Buclin1-0/+3
replaced by |FILTER uri| r=dkl a=LpSolit
2012-03-15Bug 735332: Add 'start' hook in bugmail templates.Renata Ghisloti2-0/+3
r=timello, a=LpSolit
2012-03-10Tabular reports' column headers do not use display_value.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=734413
2012-03-06Fix bustageFrédéric Buclin1-1/+0
2012-03-06Bug 545610: Correctly parse CGI parameters, especially when using mod_perlFrédéric Buclin1-6/+7
r=gerv a=LpSolit
2012-03-06Bug 731323: Wrong URLs in the "Total" row at the bottom of tabular reports ↵Frédéric Buclin1-0/+8
when JS is enabled and a user field is used for the vertical axis r=gerv a=LpSolit
2012-03-03Bug 731586: Email notifications about status changes in blockers are ↵Frédéric Buclin2-11/+7
incorrectly formatted r=dkl a=LpSolit
2012-03-01Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin2-4/+19
r=dkl a=LpSolit
2012-02-28Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with ↵Frédéric Buclin3-3/+14
large number of products r=dkl a=LpSolit
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin4-2/+43
r=glob a=LpSolit