aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-205-26/+13
* Bug 290631 - iCalendar export should include prioritybbaetz%acm.org2009-05-141-0/+1
* Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org2009-04-281-12/+14
* Bug 103523: Don't split buglist table every 100 bugs for new browsersmkanat%bugzilla.org2009-04-281-14/+5
* Bug 488027: Fix "Argument isn't numeric in numeric lt (<)" errors from summar...wicked%sci.fi2009-04-221-1/+2
* Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org2009-04-174-27/+41
* Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, beca...mkanat%bugzilla.org2009-04-171-1/+1
* Bug 486057: Title of product_name_already_in_use is inconsistent with its des...lpsolit%gmail.com2009-04-141-1/+1
* Bug 487769: checksetup.pl can no longer create versions in TestProduct due to...lpsolit%gmail.com2009-04-111-1/+1
* Bug 487865: Exporting bugs in XML format uses non-unique timezones (they cann...lpsolit%gmail.com2009-04-101-3/+3
* Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com2009-04-102-5/+7
* Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2009-04-092-2/+19
* Bug 365594: Add X-Bugzilla-Type header to whine mails - Patch by Teemu Manner...wicked%sci.fi2009-04-071-0/+1
* Bug 302420: Allow whining messages to be sent even without any results - Patc...wicked%sci.fi2009-04-061-0/+10
* Bug 486056: Should not use raw "Bug" word in the description of FIELD_TYPE_BU...lpsolit%gmail.com2009-04-051-1/+1
* Bug 486796: Bareword in 3.2.3 release notes - Patch by Vitaly Fedrushkov <vit...lpsolit%gmail.com2009-04-051-1/+1
* Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Bu...lpsolit%gmail.com2009-03-312-8/+1
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-6/+0
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-312-0/+11
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF protection...reed%reedloden.com2009-03-302-3/+10
* Bug 485845: Release Notes for Bugzilla 3.2.3mkanat%bugzilla.org2009-03-301-7/+42
* Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "val...lpsolit%gmail.com2009-03-173-0/+6
* Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed ...reed%reedloden.com2009-03-091-2/+1
* Bug 481910: Login forms point to http:// instead of https:// when ssl='authen...lpsolit%gmail.com2009-03-061-1/+7
* 2nd part of bug 481506: Filtering email addresses in comments can hang Bugzil...lpsolit%gmail.com2009-03-051-1/+1
* Bug 481506: Filtering email addresses in comments can hang Bugzilla in some c...lpsolit%gmail.com2009-03-051-2/+1
* Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com2009-03-021-1/+1
* Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numb...lpsolit%gmail.com2009-03-021-5/+0
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allo...mkanat%bugzilla.org2009-03-021-0/+6
* Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.mkanat%bugzilla.org2009-03-012-2/+3
* Bug 478232: Fix HTML validation of pages after index/header UI changes.mkanat%bugzilla.org2009-03-012-36/+21
* Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new ...mkanat%bugzilla.org2009-02-261-2/+2
* Bug 480061: Lots of JS was toggling the "display" attribute instead of removi...mkanat%bugzilla.org2009-02-252-9/+9
* Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by Fréd...lpsolit%gmail.com2009-02-253-3/+3
* Bug 479197: The mini_login Bugzilla_password box does not convert to text typ...mkanat%bugzilla.org2009-02-241-6/+34
* Bug 478173: Add a "Remember" checkbox to the header/footer login form and res...mkanat%bugzilla.org2009-02-242-8/+11
* Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2009-02-122-6/+8
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-123-93/+48
* Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug shou...guy.pyrzak%gmail.com2009-02-121-6/+8
* s/new Account/New Account/ on new index page in order to make the text gramma...reed%reedloden.com2009-02-121-1/+1
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-1211-87/+119
* Bug 375382: When viewing a bug, make obsolete attachments hidden by defaultmkanat%bugzilla.org2009-02-111-20/+21
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-113-17/+49
* Bug 341542: Include timestamp of query execution in programmatic search outpu...lpsolit%gmail.com2009-02-111-0/+1
* Fix bustagelpsolit%gmail.com2009-02-091-1/+0
* Bug 477662: Display attachment flags as read-only to logged out users - Patch...lpsolit%gmail.com2009-02-092-13/+16
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-084-11/+16
* Fix bustage in filterexceptions.pl.gerv%gerv.net2009-02-081-1/+0
* Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix encodi...gerv%gerv.net2009-02-081-39/+5
* Bug 476678 - Rich clients unable to update bugs need security token include...ghendricks%novell.com2009-02-051-0/+5