summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander1-0/+1
tagging system r=mkanat, a=mkanat (module owner)
2011-03-01Fix the release notes to remove the note about Automatic Dup DetectionMax Kanat-Alexander1-3/+0
not working on Pg. https://bugzilla.mozilla.org/show_bug.cgi?id=634144
2011-02-23Bug 609968 - Allow local See Also links to show status/summary when mouseover David Lawrence1-4/+13
r=timello,a=mkanat
2011-02-20Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander1-0/+5
r=mkanat, a=mkanat (module owner)
2011-02-18Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence1-0/+1
r/a=mkanat
2011-02-16Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello1-0/+1
r/a=mkanat
2011-02-15Bug 634243: Stop confirm-match.html.tmpl from sending extra, empty values forMax Kanat-Alexander1-1/+6
each field being confirmed. This fixes a bug where confirming would fail, displaying a value with an extra comma at the end. r=LpSolit, a=LpSolit
2011-02-14Bug 581422: Improve the readability of the text at the top of the attachmentMarc Schumann1-3/+3
detail view r=pyrzak, r=mkanat, a=mkanat
2011-02-14Bug 417551: Make it possible for CSV headers to be the field descriptionMichael J Tosh2-4/+12
instead of the field name, and have the buglist.cgi link give you CSV like this by default. r=mkanat, a=mkanat
2011-02-14Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden1-0/+1
[r=timello a=mkanat]
2011-02-14Bug 543667: Add support for Trac URLs in "see also".Matt Selsky1-0/+1
2011-02-14Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky1-0/+1
2011-02-11Bug 633298 - Please add a 'form' hook to attachment/create.html.tmpl and ↵David Lawrence2-0/+6
attachment/edit.html.tmpl r/a=mkanat
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello1-5/+7
r/a=mkanat
2011-02-01Bug 461014 - How to create a private attachment in enter_bug.cgi not obviousDavid Lawrence1-2/+2
r=reed,a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=507211
2011-02-01Redesign the Install::DB code for migrating queries to tags, including addingMax Kanat-Alexander1-0/+1
a transaction and indicate_progress. https://bugzilla.mozilla.org/show_bug.cgi?id=616185
2011-01-31Bug 629007: Example in quicksearch priority shortcut is incorrectGraeme Coates1-1/+1
r/a=mkanat
2011-01-30Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin3-37/+23
r/a=mkanat
2011-01-28Bug 622080 - Change group which can moderate quipsDavid Lawrence2-5/+5
r/a=mkanat
2011-01-27Allow addition/removal of descriptions of statuses and resolutions. r=mkanat.Gervase Markham1-20/+26
https://bugzilla.mozilla.org/show_bug.cgi?id=616453
2011-01-24Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin3-13/+8
for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit
2011-01-24Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible ↵Reed Loden1-1/+2
duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit]
2011-01-24Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protectionFrédéric Buclin1-1/+6
r=dkl a=LpSolit
2011-01-24Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protectionFrédéric Buclin2-0/+3
r=dkl a=LpSolit
2011-01-24Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin1-6/+12
r=dkl a=LpSolit
2011-01-24An optional module was accidentally listed in the "required" section of theMax Kanat-Alexander1-2/+2
release notes. https://bugzilla.mozilla.org/show_bug.cgi?id=627910
2011-01-24Bug 627910: Update Release Notes for Bugzilla 4.0rc2Max Kanat-Alexander1-6/+26
r=reed
2011-01-22Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'timeless1-1/+1
[r=reed a=LpSolit]
2011-01-22Bug 624696: We need a template hook to add a description to parameters added ↵rojanu1-0/+1
by extensions r/a=mkanat
2011-01-22Bug 621109: Column changing lacks CSRF protectionFrédéric Buclin1-0/+5
r=dkl a=mkanat
2011-01-21Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to ↵David Lawrence1-0/+2
create.html.tmpl r/a=mkanat
2011-01-21Bug 627660 - Rename "Send" button on final create account page to "Create", ↵Reed Loden1-1/+1
as nothing is actually sent. [r=mkanat a=mkanat]
2011-01-21Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence2-3/+5
on the comment box r/a=mkanat
2011-01-21Bug 623608 - Add intro/outro extension hooks to footer.html.tmplDavid Lawrence1-2/+2
r/a=mkanat
2011-01-21Bug 626658 - Add (take) link to bug edit page to allow quick assigning to ↵David Lawrence1-0/+10
the current user r/a=mkanat
2011-01-09Bug 618841: Bare word "bug" in release notesA. Shimono1-3/+3
r=dkl a=LpSolit
2011-01-07Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2-1/+30
r/a=LpSolit
2011-01-07Bug 255524: The duplicates table inherits no CSS classes when viewed in ↵Frédéric Buclin1-0/+4
simple format r=dkl a=LpSolit
2011-01-07Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protectionDavid Lawrence2-0/+2
r/a=mkanat
2011-01-05Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham1-1/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=617012
2011-01-05Bug 622822 - add additional_links hook to front page. r,a=mkanat.Gervase Markham1-0/+1
2011-01-04Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander4-56/+101
r=LpSolit, a=LpSolit
2010-12-30Bug 622105 - Misspelling in setting_info_invalid error message David Lawrence1-1/+1
r/a=LpSolit
2010-12-27Bug 618844: Make clear that the Apache module must be enabled in release notesA. Shimono (himorin)1-2/+2
r/a=mkanat
2010-12-27Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)5-15/+15
r/a=mkanat
2010-12-27Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92Max Kanat-Alexander1-2/+2
r=glob, a=mkanat
2010-12-16Bug 313583: Remove long_list.cgi, showattachment.cgi and xml.cgi.Frédéric Buclin1-0/+4
They are all deprecated since Bugzilla 2.19. r/a=mkanat
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-4/+4
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin3-23/+71
products they can administer a=LpSolit (module owner)
2010-12-03Bug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer ↵Guy Pyrzak1-3/+5
exist after a user clicks back r:LpSolit, a:mkanat