aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert .cvsignore files into a .bzrignore.release-3.2.6bugzilla-3.2.6Max Kanat-Alexander2010-02-019-34/+31
|
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-01114-20575/+85
| | | | | | | During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
* Bump version number for 3.2.6.Max Kanat-Alexander2010-02-012-4/+4
|
* Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from seeing ↵Max Kanat-Alexander2010-02-011-29/+50
| | | | | | CVS/, contrib/, docs/, and t/ directories. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 543343: Release Notes for Bugzilla 3.2.6Max Kanat-Alexander2010-02-011-1/+12
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 516157: MySQL 6.x/5.2/5.4 uses "ENGINE", not "TYPE", for altering tables ↵mkanat%bugzilla.org2009-09-201-1/+1
| | | | | | to InnoDB Patch by Gerard J. Cerchio <gjpc@circlesoft.com> r=mkanat, a=mkanat
* Bump version number post-releasemkanat%bugzilla.org2009-09-161-1/+1
|
* Bump the version number for 3.2.5.release-3.2.5bugzilla-3.2.5mkanat%bugzilla.org2009-09-112-3/+3
|
* Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template ↵mkanat%bugzilla.org2009-09-111-1/+3
| | | | | | Toolkit in those versions. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 515191: [SECURITY] SQL Injection via Bug.create (CVE-2009-3165)mkanat%bugzilla.org2009-09-113-0/+20
|
* Bug 515804: Release Notes for Bugzilla 3.2.5mkanat%bugzilla.org2009-09-101-1/+17
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 458395: Hook for setting-descsmkanat%bugzilla.org2009-08-191-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* Bug 510496: Recommend the admin to run mysql_secure_installation rather than ↵lpsolit%gmail.com2009-08-183-144/+36
| | | | playing with command lines - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl
* Bug 507957: Bugzilla admins should not create templates in the "default" ↵lpsolit%gmail.com2009-08-101-2/+2
| | | | directory on customization - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=mkanat
* Bug 367343: Doc imprecision concerning the "usetargetmilestone" parameter - ↵lpsolit%gmail.com2009-07-291-1/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks
* Bug 423963: OS-specific installation notes should be clearer in how to use ↵lpsolit%gmail.com2009-07-291-19/+19
| | | | ScriptInterpreterSource - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap
* Bug 503543: Merge README, QUICKSTART, UPGRADING - Patch by Frédéric ↵lpsolit%gmail.com2009-07-291-14/+87
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 233400: The "3rd-party integration" section should point to ↵lpsolit%gmail.com2009-07-282-3/+11
| | | | Bugzilla:Addons on wiki - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
* Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement ↵lpsolit%gmail.com2009-07-281-1/+1
| | | | as changed from 2.22 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl
* Bug 450570: Installation docs don't mention install-modules.pl - Patch by ↵lpsolit%gmail.com2009-07-281-21/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat
* Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-allmkanat%bugzilla.org2009-07-251-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 469794: On windows, export bug list to CSV breaks because of extra line ↵lpsolit%gmail.com2009-07-241-1/+3
| | | | breaks - Patchby Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 505796 - Bugzilla::Group::grant_direct has refers to ↵dkl%redhat.com2009-07-221-1/+1
| | | | | | $self->{members_direct} instead of $self->{grant_direct} Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 503821: Link in "Delete Tag?" user error triggers "Suspicious action" ↵lpsolit%gmail.com2009-07-192-6/+12
| | | | prompt - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ↵lpsolit%gmail.com2009-07-182-2/+24
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=mkanat
* Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by ↵lpsolit%gmail.com2009-07-171-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 504418: mod_perl CGI requirement no longer newer than base CGI ↵lpsolit%gmail.com2009-07-162-20/+1
| | | | requirement - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi2009-07-143-14/+12
| | | | Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 369139: Add titles to creating and updating a tag messages - Patch by ↵wicked%sci.fi2009-07-141-0/+2
| | | | Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bump version number post-release.mkanat%bugzilla.org2009-07-091-1/+1
|
* Bump version number for 3.2.4.release-3.2.4bugzilla-3.2.4mkanat%bugzilla.org2009-07-082-3/+3
|
* Bug 495257: [SECURITY] Make check_can_change_field enforce permissions on ↵mkanat%bugzilla.org2009-07-081-0/+14
| | | | | | confirming a bug and on which bug statuses a user can set Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 494038: Release Notes for Bugzilla 3.2.4mkanat%bugzilla.org2009-07-081-1/+31
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 502950: Unconfirming a bug doesn't reset everconfirmed to 0 - Patch by ↵lpsolit%gmail.com2009-07-071-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 502682: CheckIfVotedConfirmed fails to confirm a bug if you don't have ↵lpsolit%gmail.com2009-07-071-2/+8
| | | | the permissions to set status/everconfirmed - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com2009-07-015-35/+26
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org2009-06-212-1/+9
| | | | Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
* Bug 339679: describecomponents.cgi doesn't show components of closed ↵lpsolit%gmail.com2009-05-212-1/+21
| | | | products, even when there are bugs in these products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 491679: Do not store the buglist sort order of shared saved searches in ↵lpsolit%gmail.com2009-05-061-1/+1
| | | | cookies - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWordsmkanat%bugzilla.org2009-04-291-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from ↵mkanat%bugzilla.org2009-04-281-4/+3
| | | | | | /etc/smrsh with Sendmail Patch by Marques Johansson <bugzilla@displague.com> r=mkanat, a=mkanat
* Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org2009-04-281-12/+14
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, becausemkanat%bugzilla.org2009-04-172-1/+7
| | | | | of a bug in Email::MIME::Encodings Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 486685: MIME type override for attachments lost in HTTP redirect - Patch ↵lpsolit%gmail.com2009-04-151-0/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 486796: Bareword in 3.2.3 release notes - Patch by Vitaly Fedrushkov ↵lpsolit%gmail.com2009-04-051-1/+1
| | | | <vitaly.fedrushkov@gmail.com> r/a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2009-03-311-1/+1
|
* Bump version number for 3.2.3.release-3.2.3bugzilla-3.2.3mkanat%bugzilla.org2009-03-302-3/+3
|
* Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵reed%reedloden.com2009-03-303-3/+19
| | | | protection" [p=reed r=LpSolit a=LpSolit]
* Bug 485845: Release Notes for Bugzilla 3.2.3mkanat%bugzilla.org2009-03-301-7/+42
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com2009-03-173-0/+6
| | | | "value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit