aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number pre-release.release-2.22.2bugzilla-2.22.2mkanat%bugzilla.org2007-02-032-5/+5
* Bug 367674: [SECURITY] XSS when reading Atom feeds due to unescaped HTMLmkanat%bugzilla.org2007-02-031-12/+12
* Bug 361115: Release Notes For Bugzilla 2.22.2mkanat%bugzilla.org2007-02-021-0/+19
* Bug 361842: When filing a bug with dependencies, delta_ts is not updated on d...lpsolit%gmail.com2007-01-291-0/+2
* Bug 368147: Upgrade from 2.16 and earlier does not work with DBD::mysql 4.0mkanat%bugzilla.org2007-01-251-1/+2
* Bug 366738: Use of uninitialized value in numeric eq (==) in ./importxml.pl i...lpsolit%gmail.com2007-01-121-2/+2
* Bug 348281: importxml.pl dies if there is no target milestone or the target m...lpsolit%gmail.com2007-01-111-3/+9
* Bug 365035: sendmail cannot execute importxml.pl from any other path than the...lpsolit%gmail.com2007-01-051-0/+9
* Bug 362066: strict_isolation: cannot remove users from the bug if their privs...lpsolit%gmail.com2007-01-051-2/+27
* Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bu...lpsolit%gmail.com2006-12-272-0/+3
* Bug 364851: Some accesskeys are duplicated when viewing a bug - Patch by Reed...lpsolit%gmail.com2006-12-272-3/+5
* Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - ...lpsolit%gmail.com2006-12-274-116/+159
* Bug 363916: buglist.cgi can throw an error about JavaScript even though Quick...lpsolit%gmail.com2006-12-271-4/+0
* Bug 91761: sanitycheck.cgi is too broadly accessible - Patch by Frédéri...lpsolit%gmail.com2006-12-221-9/+5
* Documentation patch for bug 355302: Documentation for the "clone bug" feature...vladd%bugzilla.org2006-12-071-80/+99
* Bug 276497: Add link to Ravenbrook bugzilla-schema generator - Patch by FrÃÂ...lpsolit%gmail.com2006-11-301-5/+20
* Bug 361867: The description for the 'allowbugdeletion' parameter should not s...lpsolit%gmail.com2006-11-281-3/+3
* Bug 361870: SQL query in Bugzilla::Bug::EmitDependList() too complicated - Pa...lpsolit%gmail.com2006-11-282-16/+9
* Bug 338435: Add link to DBD::Pg in the documentation - Patch by victory(_RSZ_...lpsolit%gmail.com2006-11-251-8/+16
* Docs for bug 313020: Implement the ability to add individual bugs to saved se...lpsolit%gmail.com2006-11-241-83/+119
* Fixing bustage: &quote; -> <quote>lpsolit%gmail.com2006-11-241-2/+2
* Bug 361564: Attachments should have their own section in the docs, and info a...lpsolit%gmail.com2006-11-241-117/+109
* Bug 361562: The "Using Bugzilla" chapter should be before the "Customising Bu...lpsolit%gmail.com2006-11-231-3/+3
* Docs patch for bug 36257: Add the QA contact field to the list of valid field...lpsolit%gmail.com2006-11-231-0/+6
* Update the documentation in the "Filing Bugs" section to be more useful. This...lpsolit%gmail.com2006-11-231-19/+59
* Fixing bustage (I forgot a <title>)lpsolit%gmail.com2006-11-221-0/+1
* Docs patch for bug 119485: update documentation about user account administra...lpsolit%gmail.com2006-11-221-51/+91
* Docs for bug 281876: There is now a UI to edit legal values - Patch by me, r=...lpsolit%gmail.com2006-11-221-1/+50
* Docs for bug 284629: maildeliverymethod -> mail_delivery_methodlpsolit%gmail.com2006-11-222-4/+4
* Documentation for bug 180879: flags changes can be restricted to a grant and ...lpsolit%gmail.com2006-11-221-31/+60
* Bug 233523: Remove the obsolete section about MySQL and enum() fields - Patch...lpsolit%gmail.com2006-11-211-338/+0
* Docs for bug 245877: use testagent.cgi and testserver.pl to test your install...lpsolit%gmail.com2006-11-212-20/+18
* Bug 316797: Token.pm needs POD - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-11-211-0/+168
* Docs for bug 233962: UserInGroup() no longer takes a second parameter - Patch...lpsolit%gmail.com2006-11-211-2/+15
* Bug 361176: [PostgreSQL] Warning when creating tables for the first timemkanat%bugzilla.org2006-11-201-2/+2
* Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org2006-11-201-1/+5
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute failed...olav%bkor.dhs.org2006-11-171-2/+4
* Do commit-time fix: Add comment explaining the sql modes that are removedolav%bkor.dhs.org2006-11-151-0/+3
* Bug 323031: process_bug.cgi crashes when encountering a deleted user account ...lpsolit%gmail.com2006-11-151-3/+4
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute failed...olav%bkor.dhs.org2006-11-151-0/+12
* Bug 330365: [PostgreSQL] Fix a crash when changing columns after a "specific"...justdave%bugzilla.org2006-11-101-8/+2
* Bug 359768: Confusing error message when a user has too many votes for a prod...lpsolit%gmail.com2006-11-081-4/+4
* Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org2006-11-041-4/+10
* Bug 351337: Users can add bugs to groups that they are members of, even if th...lpsolit%gmail.com2006-11-011-8/+18
* Bug 357374: Can't locate object method "use_for" via package "Bugzilla::Group...lpsolit%gmail.com2006-10-312-8/+14
* Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch b...lpsolit%gmail.com2006-10-211-0/+8
* Bug 311237: bug_status_help and resolution_help Search popup help should use ...lpsolit%gmail.com2006-10-201-2/+2
* Bump the version number post-release.mkanat%bugzilla.org2006-10-151-1/+1
* Bump version number pre-release.release-2.22.1bugzilla-2.22.1mkanat%bugzilla.org2006-10-152-4/+4
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-1553-92/+380