aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numbers for 2.22.3 release.release-2.22.3bugzilla-2.22.3mkanat%bugzilla.org2007-08-231-1/+1
|
* Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by ↵lpsolit%gmail.com2007-08-201-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-231-1/+1
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 274408: iCalendar export shows summaries only after comma (must be ↵lpsolit%gmail.com2007-07-051-1/+1
| | | | escaped) - Patch by Colin Leroy <colin@colino.net> r/a=LpSolit
* Bug 289627: Chart report crashes when there is no series data to plot - ↵lpsolit%gmail.com2007-02-201-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bump the version number post-release.mkanat%bugzilla.org2007-02-031-1/+1
|
* Bump version number pre-release.release-2.22.2bugzilla-2.22.2mkanat%bugzilla.org2007-02-031-1/+1
|
* Bug 365035: sendmail cannot execute importxml.pl from any other path than ↵lpsolit%gmail.com2007-01-051-0/+9
| | | | the bugzilla directory - Patch by Guzmán Brasó <gbn@hqso.net> r=ghendricks a=myk
* Bug 361870: SQL query in Bugzilla::Bug::EmitDependList() too complicated - ↵lpsolit%gmail.com2006-11-281-9/+6
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 316797: Token.pm needs POD - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-11-211-0/+168
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 361176: [PostgreSQL] Warning when creating tables for the first timemkanat%bugzilla.org2006-11-201-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org2006-11-201-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute ↵olav%bkor.dhs.org2006-11-171-2/+4
| | | | | | failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=gavins a=justdave
* Do commit-time fix: Add comment explaining the sql modes that are removedolav%bkor.dhs.org2006-11-151-0/+3
|
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute ↵olav%bkor.dhs.org2006-11-151-0/+12
| | | | | | failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
* Bug 330365: [PostgreSQL] Fix a crash when changing columns after a ↵justdave%bugzilla.org2006-11-101-8/+2
| | | | | | "specific" search. r=mkanat, a=myk
* Bug 357374: Can't locate object method "use_for" via package ↵lpsolit%gmail.com2006-10-311-0/+10
| | | | "Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
* 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-151-1/+1
|
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-3/+54
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵lpsolit%gmail.com2006-10-152-5/+34
| | | | attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-153-2/+104
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 340538: Insecure dependency in exec while running with -T switch at ↵lpsolit%gmail.com2006-09-231-0/+4
| | | | /usr/lib/perl5/site_perl/5.8.6/Mail/Mailer/sendmail.pm line 16 - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 349852: "I'm added to or removed from this capacity" email pref doesn't ↵lpsolit%gmail.com2006-09-232-2/+13
| | | | work for new bugs - Original patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, slightly modified by Frédéric Buclin <LpSolit@gmail.com> r=LpSolit, r=mkanat a=justdave
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com2006-08-251-9/+4
| | | | while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 350083: Bugzilla::Bug::AUTOLOAD tries to find Bugzilla::Bug::confess() ↵lpsolit%gmail.com2006-08-251-1/+4
| | | | when a bug method doesn't exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk
* Bug 349026: Find a Specific Bug for Closed bugs returns NO ROWS with ↵olav%bkor.dhs.org2006-08-221-4/+4
| | | | | | perl-CGI 3.18 - 3.20 Patch By Olav Vitters <olav@bkor.dhs.org> r=LpSolit, a=myk
* Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as ↵lpsolit%gmail.com2006-08-041-0/+1
| | | | Quoted-Printable - Patch by Vance Baarda <vrb@novell.com> r=wurblzap a=myk
* Bug 338869: The 'quicksearch' field in the footer redirects to http:// even ↵lpsolit%gmail.com2006-07-262-7/+26
| | | | when sslbase is in use - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 300978: bad output when a non-cgi script diesmkanat%bugzilla.org2006-07-262-3/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Spelling patch: use the right spelling form for 'overridden'; patch by Vlad ↵vladd%bugzilla.org2006-06-201-2/+2
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'defintions' -> 'definitions'; patch by ↵vladd%bugzilla.org2006-06-192-2/+2
| | | | Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'lanuage' -> 'language' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'overriden' -> 'overridden' in ↵vladd%bugzilla.org2006-06-191-12/+12
| | | | Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Patch for bug 341374: fix checksetup failure when database exists with ↵vladd%bugzilla.org2006-06-181-4/+4
| | | | non-Bugzilla table; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=mkanat, a=justdave.
* Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ↵lpsolit%gmail.com2006-06-151-1/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 339667: Attachment data not deleted when deleting a component or a ↵lpsolit%gmail.com2006-06-081-1/+16
| | | | product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵lpsolit%gmail.com2006-06-032-17/+12
| | | | Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 331365: Sendmail complains about a possible attack because there's a ↵lpsolit%gmail.com2006-05-231-1/+2
| | | | newline in the email address - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=glob a=justdave