summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
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
2009-02-24Bug 478173: Add a "Remember" checkbox to the header/footer login form and ↵mkanat%bugzilla.org2-8/+11
restructure the header and footer so that it fits nicely. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2009-02-12Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2-6/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
2009-02-12Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org3-93/+48
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2009-02-12Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵guy.pyrzak%gmail.com1-6/+8
should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
2009-02-12s/new Account/New Account/ on new index page in order to make the text ↵reed%reedloden.com1-1/+1
grammatically correct. [r=mkanat@IRC]
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org11-87/+119
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2009-02-11Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org1-20/+21
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-02-11Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org3-17/+49
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-02-11Bug 341542: Include timestamp of query execution in programmatic search ↵lpsolit%gmail.com1-0/+1
output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
2009-02-09Fix bustagelpsolit%gmail.com1-1/+0
2009-02-09Bug 477662: Display attachment flags as read-only to logged out users - ↵lpsolit%gmail.com2-13/+16
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org4-11/+16
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-02-08Fix bustage in filterexceptions.pl.gerv%gerv.net1-1/+0
2009-02-08Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix ↵gerv%gerv.net1-39/+5
encodings of &, and update OS list. r=justdave, a=lpsolit.
2009-02-05 Bug 476678 - Rich clients unable to update bugs need security token ↵ghendricks%novell.com1-0/+5
included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit
2009-02-03The release notes contained the raw word "bug".mkanat%bugzilla.org1-1/+1
2009-02-03Bug 476612: Release Notes for Bugzilla 3.2.2mkanat%bugzilla.org1-0/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave
2009-02-02The URL to the Security Advisory was incorrect.mkanat%bugzilla.org1-1/+1
2009-02-02Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com1-0/+1
(user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-02-02Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com3-19/+47
possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit
2009-02-02Bug 466692: [SECURITY] keywords and unused flag types can be deleted by ↵lpsolit%gmail.com3-8/+10
bypassing the token check - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-02-02Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com3-5/+8
confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-02-02Second part of bug 26257: [SECURITY] Bugzilla should prevent malicious ↵lpsolit%gmail.com1-0/+63
webpages from making bugzilla users submit changes to bugs
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com3-2/+6
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2-30/+23
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit