summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org1-14/+14
the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-07-01Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com1-1/+6
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-06-25Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com7-157/+145
time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
2009-06-23Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish ↵lpsolit%gmail.com1-130/+9
Bezzala <nbezzala@yahoo.com> r/a=LpSolit
2009-06-21Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org1-5/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org4-16/+25
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-06-05Bug 493642: Never include hidden_fields in the header/footer login form, and ↵mkanat%bugzilla.org3-6/+9
when a REQUIRE_LOGIN page shows a login form, hide the header/footer login form. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-06-03Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com3-17/+67
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit
2009-06-02Bug 194272: Provide a way to browse bugs instead of searching for themmkanat%bugzilla.org3-12/+19
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-06-01 Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ↵ghendricks%novell.com2-3/+3
patch by ghendricks@novell.com
2009-05-30Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code ↵lpsolit%gmail.com5-8/+28
duplication - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
2009-05-29Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org2-2/+7
r/a=mkanat
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid ↵lpsolit%gmail.com2-11/+5
columns for buglists - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-05-22Bug 482556: Put "Forgot Password" in the header and footer so people can still fmkanat%bugzilla.org2-5/+25
ind it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-05-21Bug 493826: Disabled products show up in the pick list for existing bugs - ↵lpsolit%gmail.com1-2/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com5-26/+13
patch by ghendricks r=mkanat a=mkanat
2009-05-14Bug 290631 - iCalendar export should include prioritybbaetz%acm.org1-0/+1
r/a=mkanat
2009-04-28Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org1-12/+14
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2009-04-28Bug 103523: Don't split buglist table every 100 bugs for new browsersmkanat%bugzilla.org1-14/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-04-22Bug 488027: Fix "Argument isn't numeric in numeric lt (<)" errors from ↵wicked%sci.fi1-1/+2
summarize_time.cgi - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2009-04-18Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org4-27/+41
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
2009-04-17Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, ↵mkanat%bugzilla.org1-1/+1
because of a bug in Email::MIME::Encodings Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-04-14Bug 486057: Title of product_name_already_in_use is inconsistent with its ↵lpsolit%gmail.com1-1/+1
description - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com1-1/+1
to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2009-04-11Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵lpsolit%gmail.com1-3/+3
cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com2-5/+7
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com2-2/+19
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2009-04-07Bug 365594: Add X-Bugzilla-Type header to whine mails - Patch by Teemu ↵wicked%sci.fi1-0/+1
Mannermaa <wicked@sci.fi> r/a=mkanat
2009-04-06Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi1-0/+10
Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
2009-04-05Bug 486056: Should not use raw "Bug" word in the description of ↵lpsolit%gmail.com1-1/+1
FIELD_TYPE_BUG_ID - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=mkanat
2009-04-05Bug 486796: Bareword in 3.2.3 release notes - Patch by Vitaly Fedrushkov ↵lpsolit%gmail.com1-1/+1
<vitaly.fedrushkov@gmail.com> r/a=mkanat
2009-03-31Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric ↵lpsolit%gmail.com2-8/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-6/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2-0/+11
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-03-30Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵reed%reedloden.com2-3/+10
protection" [p=reed r=LpSolit a=LpSolit]
2009-03-30Bug 485845: Release Notes for Bugzilla 3.2.3mkanat%bugzilla.org1-7/+42
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-03-17Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com3-0/+6
"value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-03-09Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed ↵reed%reedloden.com1-2/+1
r=LpSolit a=LpSolit]
2009-03-06Bug 481910: Login forms point to http:// instead of https:// when ↵lpsolit%gmail.com1-1/+7
ssl='authenticated sessions' (regression) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-052nd part of bug 481506: Filtering email addresses in comments can hang ↵lpsolit%gmail.com1-1/+1
Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-05Bug 481506: Filtering email addresses in comments can hang Bugzilla in some ↵lpsolit%gmail.com1-2/+1
cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=mkanat
2009-03-02Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-03-02Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵lpsolit%gmail.com1-5/+0
Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat
2009-03-02Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵mkanat%bugzilla.org1-0/+6
max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-03-02Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.mkanat%bugzilla.org2-2/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-03-02Bug 478232: Fix HTML validation of pages after index/header UI changes.mkanat%bugzilla.org2-36/+21
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-02-26Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new ↵mkanat%bugzilla.org1-2/+2
login-small.
2009-02-25Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org2-9/+9
removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2009-02-25Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by ↵lpsolit%gmail.com3-3/+3
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-02-24Bug 479197: The mini_login Bugzilla_password box does not convert to text ↵mkanat%bugzilla.org1-6/+34
type or clear itself in IE Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat