aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrect regexp for bug 333648 - Patch by melpsolit%gmail.com2009-04-081-1/+1
* Back out bug 440259. PostgreSQL failslpsolit%gmail.com2009-04-081-6/+10
* Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by FrÃÂ...lpsolit%gmail.com2009-04-081-1/+2
* 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-065-12/+37
* Bug 486881: A powerless user can still see a restricted bug when he removes a...lpsolit%gmail.com2009-04-062-0/+6
* Bug 471522: OS sniffing doesn't properly detect OS X 10.5 (and others) - Patc...lpsolit%gmail.com2009-04-051-1/+11
* Bug 486056: Should not use raw "Bug" word in the description of FIELD_TYPE_BU...lpsolit%gmail.com2009-04-051-1/+1
* Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov <do...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 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema expl...mkanat%bugzilla.org2009-04-042-2/+4
* Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ...wurblzap%gmail.com2009-04-033-12/+34
* Bug 477420 - "Rename some of the token names used in attachment.cgi" [p=reed ...reed%reedloden.com2009-03-311-6/+6
* Bug 462068: Add FK constraints to the longdescs table - Patch by Vipin Hegde ...lpsolit%gmail.com2009-03-311-2/+8
* Bug 440259: User::match should be using Bugzilla::User->new_from_list - Patch...lpsolit%gmail.com2009-03-311-10/+6
* Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Bu...lpsolit%gmail.com2009-03-314-24/+3
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-3110-71/+29
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-3117-97/+500
* Didn't set bz-nextver correctly in the docs in the last checkin.mkanat%bugzilla.org2009-03-301-1/+1
* Change trunk version number to 3.5.mkanat%bugzilla.org2009-03-302-3/+3
* Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema.mkanat%bugzilla.org2009-03-302-0/+6
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF protection...reed%reedloden.com2009-03-303-3/+19
* 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
* Remove the unused 'unconfirmedstate' variable (as mentioned in the release no...lpsolit%gmail.com2009-03-061-2/+0
* Bug 481910: Login forms point to http:// instead of https:// when ssl='authen...lpsolit%gmail.com2009-03-061-1/+7
* 2nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid X...lpsolit%gmail.com2009-03-061-1/+1
* 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 474779: Quicksearch cannot find mixed/upper case keywords - Patch by Kent...lpsolit%gmail.com2009-03-041-1/+1
* Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com2009-03-022-2/+13
* Bug 480999: Irrelevant username check in the 'Email Addresses, Bug Numbers, a...lpsolit%gmail.com2009-03-021-9/+12
* Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numb...lpsolit%gmail.com2009-03-022-8/+0
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allo...mkanat%bugzilla.org2009-03-026-21/+71
* Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.mkanat%bugzilla.org2009-03-015-21/+18
* Bug 478232: Fix HTML validation of pages after index/header UI changes.mkanat%bugzilla.org2009-03-015-77/+40
* Bug 480858: Change Columns fails to escape search name when re-running saved ...lpsolit%gmail.com2009-03-011-1/+2
* Bug 295205 - runtests.pl should check that the line endings of files conform...wurblzap%gmail.com2009-03-011-2/+18
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2009-03-011-1/+1
* Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net2009-03-011-4/+5
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2009-03-011-1/+1
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2009-03-011-1/+1
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2009-03-011-12/+15
* Check templates for tabs, also.jake%acutex.net2009-03-011-0/+5
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ...jake%acutex.net2009-03-011-1/+0
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net2009-03-011-2/+4
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
* whitespace change to test tinderbox again.justdave%syndicomm.com2009-03-011-1/+1