aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the version number pre-release.release-2.20.4bugzilla-2.20.4mkanat%bugzilla.org2007-02-031-1/+1
* Bug 365264: The modification date of flags is erased on flag modification - P...lpsolit%gmail.com2006-12-301-4/+0
* Bump the version number post-release.mkanat%bugzilla.org2006-10-151-1/+1
* Bump the version number pre-releaserelease-2.20.3bugzilla-2.20.3mkanat%bugzilla.org2006-10-151-1/+1
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com2006-10-152-2/+19
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com2006-10-153-2/+104
* Patch for bug 341374: fix checksetup failure when database exists with non-Bu...vladd%bugzilla.org2006-06-181-3/+3
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2006-06-032-17/+12
* Bump version number post-release.mkanat%bugzilla.org2006-04-231-1/+1
* Update versioning for Bugzilla 2.20.2.release-2.20.2bugzilla-2.20.2mkanat%bugzilla.org2006-04-231-1/+1
* Bug 333031: Uninitialized value when entering a new bug and an alias is given...lpsolit%gmail.com2006-04-131-1/+1
* Fixing POD markuptimeless%mozdev.org2006-03-141-1/+1
* Bug 329334: User::match_field() may redirect you outside your Bugzilla instal...lpsolit%gmail.com2006-03-111-1/+1
* Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ...lpsolit%gmail.com2006-03-091-3/+6
* Fix runtests.pl test 11 warnings regarding POD sections (tree fix).jocuri%softhome.net2006-03-032-2/+2
* Bug 315317: DBI placeholders break AppendComment's default timestamp - Patch ...lpsolit%gmail.com2006-02-221-3/+3
* Bug 327355: Email preferences are not set correctly when the user account is ...lpsolit%gmail.com2006-02-222-7/+7
* Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking;...jocuri%softhome.net2006-02-211-1/+1
* Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking;...jocuri%softhome.net2006-02-211-0/+3
* Update the version number post-release.mkanat%kerio.com2006-02-211-1/+1
* Update version numbers for 2.20.1 release, and finally remove BZ-DEVEL commen...release-2.20.1bugzilla-2.20.1mkanat%kerio.com2006-02-211-1/+1
* [SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - Patc...lpsolit%gmail.com2006-02-211-1/+1
* Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric Buc...lpsolit%gmail.com2006-01-271-1/+1
* Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of unin...lpsolit%gmail.com2006-01-101-0/+1
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - Pa...lpsolit%gmail.com2006-01-101-1/+9
* Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk2006-01-091-1/+11
* Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ...lpsolit%gmail.com2006-01-081-1/+3
* Bug 322212: DERIVE_GROUPS_TABLES_ALREADY_LOCKED is ignored on 2.20+ when crea...lpsolit%gmail.com2006-01-081-4/+5
* Bug 322315: When a user is logged out, $user->can_bless gives: Not an ARRAY r...lpsolit%gmail.com2006-01-051-1/+1
* Bug 322412 Typo in error messagetimeless%mozdev.org2006-01-051-1/+1
* Bug 284590: When using SMTP, emails are not sent to the CC list associated wi...lpsolit%gmail.com2005-12-301-8/+14
* Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com2005-12-302-0/+59
* Bug 307662: checksetup.pl fails at some line (Unknown column 'grant_type' or ...mkanat%kerio.com2005-12-251-0/+21
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...lpsolit%gmail.com2005-12-233-0/+19
* Bug 313571: Duplicate "Saved Search" entries in Preferences when Saved Search...lpsolit%gmail.com2005-12-231-27/+22
* Back out bug 297187: see comment 20.mkanat%kerio.com2005-12-191-1/+0
* Bug 320289: [PostgreSQL] Ordering a buglist by "Actual Hours" fails - Patch b...lpsolit%gmail.com2005-12-191-1/+1
* Bug 319082: "new Bugzilla::User($uid)" allows you to pass invalid $uid - Patc...lpsolit%gmail.com2005-12-191-3/+15
* Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict wi...mkanat%kerio.com2005-12-191-0/+1
* Bug 266147: Internal error when Flag::notify() ends up with an invalid or emp...lpsolit%gmail.com2005-12-141-25/+64
* Bug 318842: Bugs with "New:" in the header have an extra space before "New:" ...lpsolit%gmail.com2005-12-081-1/+1
* Bug 319055: Mail::Mailer truncates messages at a line with a period when usin...lpsolit%gmail.com2005-12-061-0/+3
* Bug 314489: [PostgreSQL] Buglists sorted by importance failmkanat%kerio.com2005-11-241-1/+1
* Bug 315339: User::match_field() now leaves fields undefined instead of as emp...lpsolit%gmail.com2005-11-231-4/+11
* Fix incorrect checkin of bug 304417 - Patch by Teemu Mannermaa <wicked@etlico...lpsolit%gmail.com2005-11-221-7/+8
* Bug 279716: Users have to relogin when changing their own password - Patch by...lpsolit%gmail.com2005-11-221-2/+12
* Bug 304417: Template precompilation is clumsy when it comes to additional lan...wurblzap%gmail.com2005-11-201-0/+7
* Bug 257813: CSV link from new charts gives internal error if data contains mo...karl%kornel.name2005-11-161-0/+6
* Bug 302599: Saved searches using "days since bug changed" fail with "Can't us...lpsolit%gmail.com2005-11-151-1/+1
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB corre...lpsolit%gmail.com2005-11-141-2/+2