aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com2009-03-311-6/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-312-0/+11
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵reed%reedloden.com2009-03-302-3/+10
| | | | protection" [p=reed r=LpSolit a=LpSolit]
* Bug 485845: Release Notes for Bugzilla 3.2.3mkanat%bugzilla.org2009-03-301-7/+42
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com2009-03-173-0/+6
| | | | "value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed ↵reed%reedloden.com2009-03-091-2/+1
| | | | r=LpSolit a=LpSolit]
* Bug 481910: Login forms point to http:// instead of https:// when ↵lpsolit%gmail.com2009-03-061-1/+7
| | | | ssl='authenticated sessions' (regression) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* 2nd part of bug 481506: Filtering email addresses in comments can hang ↵lpsolit%gmail.com2009-03-051-1/+1
| | | | Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 481506: Filtering email addresses in comments can hang Bugzilla in some ↵lpsolit%gmail.com2009-03-051-2/+1
| | | | cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=mkanat
* Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com2009-03-021-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵lpsolit%gmail.com2009-03-021-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
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵mkanat%bugzilla.org2009-03-021-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
* Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.mkanat%bugzilla.org2009-03-012-2/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 478232: Fix HTML validation of pages after index/header UI changes.mkanat%bugzilla.org2009-03-012-36/+21
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new ↵mkanat%bugzilla.org2009-02-261-2/+2
| | | | login-small.
* Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org2009-02-252-9/+9
| | | | | | removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by ↵lpsolit%gmail.com2009-02-253-3/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 479197: The mini_login Bugzilla_password box does not convert to text ↵mkanat%bugzilla.org2009-02-241-6/+34
| | | | | | type or clear itself in IE Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 478173: Add a "Remember" checkbox to the header/footer login form and ↵mkanat%bugzilla.org2009-02-242-8/+11
| | | | | | restructure the header and footer so that it fits nicely. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2009-02-122-6/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-123-93/+48
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵guy.pyrzak%gmail.com2009-02-121-6/+8
| | | | | | should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* s/new Account/New Account/ on new index page in order to make the text ↵reed%reedloden.com2009-02-121-1/+1
| | | | grammatically correct. [r=mkanat@IRC]
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-1211-87/+119
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org2009-02-111-20/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-113-17/+49
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 341542: Include timestamp of query execution in programmatic search ↵lpsolit%gmail.com2009-02-111-0/+1
| | | | output (RDF) - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
* Fix bustagelpsolit%gmail.com2009-02-091-1/+0
|
* Bug 477662: Display attachment flags as read-only to logged out users - ↵lpsolit%gmail.com2009-02-092-13/+16
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-084-11/+16
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Fix bustage in filterexceptions.pl.gerv%gerv.net2009-02-081-1/+0
|
* Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix ↵gerv%gerv.net2009-02-081-39/+5
| | | | encodings of &, and update OS list. r=justdave, a=lpsolit.
* Bug 476678 - Rich clients unable to update bugs need security token ↵ghendricks%novell.com2009-02-051-0/+5
| | | | | | included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit
* The release notes contained the raw word "bug".mkanat%bugzilla.org2009-02-031-1/+1
|
* Bug 476612: Release Notes for Bugzilla 3.2.2mkanat%bugzilla.org2009-02-031-0/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave
* The URL to the Security Advisory was incorrect.mkanat%bugzilla.org2009-02-021-1/+1
|
* Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com2009-02-021-0/+1
| | | | (user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com2009-02-023-19/+47
| | | | possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit
* Bug 466692: [SECURITY] keywords and unused flag types can be deleted by ↵lpsolit%gmail.com2009-02-023-8/+10
| | | | bypassing the token check - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com2009-02-023-5/+8
| | | | confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Second part of bug 26257: [SECURITY] Bugzilla should prevent malicious ↵lpsolit%gmail.com2009-02-021-0/+63
| | | | webpages from making bugzilla users submit changes to bugs
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-023-2/+6
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2009-02-022-30/+23
| | | | by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 472078: Release Notes for Bugzilla 3.2.1mkanat%bugzilla.org2009-01-311-3/+58
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵mkanat%bugzilla.org2009-01-311-2/+2
| | | | errors I checked in as part of bug 472872.
* Bug 344559: Add Commit Button below the top fields on show_bug.cgiguy.pyrzak%gmail.com2009-01-301-8/+11
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-2915-122/+150
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 473201: config.rdf.tmpl flag_type should include group information - ↵lpsolit%gmail.com2009-01-291-0/+4
| | | | Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
* Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵dkl%redhat.com2009-01-281-1/+1
| | | | | | otherwise show bug id Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 467334: Commit button is not spaced the same vertically as the Status ↵mkanat%bugzilla.org2009-01-261-1/+1
| | | | | | drop-down Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat