summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2009-10-23Bug 365267: attachment.cgi should not be editable when the user is not ↵lpsolit%gmail.com5-56/+119
logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2009-10-19Bug 378681: Bug XML only contains group names, while process_bug only ↵lpsolit%gmail.com1-1/+1
accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-10-19Backout changes that weren't supposed to be committed. Oops\!reed%reedloden.com2-19/+0
2009-10-19Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed ↵reed%reedloden.com5-0/+22
r=LpSolit a=LpSolit]
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2-16/+9
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-09Bug 518974: Hooks to add text to index.cgimkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org3-9/+9
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-06Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not ↵mkanat%bugzilla.org2-20/+9
just values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-05Add missing file change for bug 302542lpsolit%gmail.com1-3/+3
2009-10-04Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com3-3/+71
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-10-04Bug 519040: After creating a new series, redirect the user to a more useful ↵lpsolit%gmail.com1-3/+0
page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org3-5/+11
and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org27-93/+93
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-01Bug 512623: Implement the basic infrastructure for localization of all ↵mkanat%bugzilla.org2-19/+26
custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-30Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch ↵lpsolit%gmail.com1-0/+3
by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2009-09-30Bug 455559: The requestee field should be narrower - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2009-09-30Bug 488931: Change the default priority values to be human-readable words ↵mkanat%bugzilla.org1-4/+2
instead of P1, P2, etc. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-29 Bug 519481 - Advanced search has empty version and milestoneghendricks%novell.com1-12/+19
patch by ghendricks r=LpSolit
2009-09-27Bug 164009: Add arrows to buglist columns to indicate columns and direction ↵wicked%sci.fi1-14/+32
used for buglist sorting. Original patch by Jesse Clark <jjclark1982@gmail.com> and modified by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2009-09-27Bug 408807: Need a link pointing to the bug report from the attachment ↵lpsolit%gmail.com3-1/+6
details and diff pages - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
2009-09-22Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch ↵lpsolit%gmail.com1-0/+1
by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2009-09-22Bug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono ↵lpsolit%gmail.com1-1/+1
(himorin) <shimono+bug@gmail.com> r=pyrzak r=LpSolit a=LpSolit
2009-09-22Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org1-0/+11
Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
2009-09-22Bug 388830: Use JS to make sure there's a Description value when submitting ↵mkanat%bugzilla.org2-1/+8
an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
2009-09-16Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org1-0/+1
Patch by Frederic Peters <fpeters@0d.be> r=mkanat, a=mkanat
2009-09-15Bug 510669: Do not display the "shared searches" table if there is no search ↵lpsolit%gmail.com1-12/+5
shared with you - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2009-09-11Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and ↵mkanat%bugzilla.org1-0/+5
Bug.create (CVE-2009-3165) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-09-11Bug 515509: Release Notes for Bugzilla 3.4.2mkanat%bugzilla.org1-0/+52
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-11Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ↵mkanat%bugzilla.org1-3/+2
you were in the insidergroup Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2-31/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-03Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - ↵lpsolit%gmail.com1-2/+2
Patch by nayuta <ganaware+bugzilla+mozilla+org@gmail.com> r=pyrzak a=LpSolit
2009-09-03Bug 509794: Crash if setting a flag with Unicode characters in the name - ↵lpsolit%gmail.com1-1/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
2009-08-25Bug 510798: Omit "--- Comment 0" line for new bugs - Patch by Frédéric ↵lpsolit%gmail.com1-0/+2
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org3-3/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-20Bug 208714: Make checksetup.pl move $datadir/template when it can't delete itmkanat%bugzilla.org1-0/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-19Bug 458395: Hook for setting-descsmkanat%bugzilla.org1-0/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 505015: Selections are not persistent across submissions - Patch by ↵lpsolit%gmail.com2-26/+14
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-19post-checkin fix for bug 108243lpsolit%gmail.com1-1/+1
2009-08-19Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵mkanat%bugzilla.org1-0/+2
chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-19Bug 73330: Remove extra newlines in bugmailmkanat%bugzilla.org1-0/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 365519: admin/groups/delete has unescaped & - Patch by victory ↵lpsolit%gmail.com1-2/+2
<spam@bmo2007.rsz.jp> r=LpSolit a=mkanat
2009-08-19Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2-1/+2
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-18Bug 510944: Sorting bug lists on some fields can fail - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com2-6/+1
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-13Bug 458627: "My Requests" link no longer displayed in the footer of some ↵lpsolit%gmail.com1-1/+2
pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-13Bug 214861: Allow loading of stored queries as the bug set for reporting - ↵lpsolit%gmail.com1-1/+17
Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-08-12Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com1-0/+1
Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-12Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵lpsolit%gmail.com1-4/+1
Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-12Do requested checkin fixes for bug 509108.mkanat%bugzilla.org1-4/+6