From 356d6fd57f6af68a044bc45e835655337eac12d3 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 8 Feb 2015 21:49:15 +0100 Subject: [PATCH] Imported Bugzilla 4.4.8. --- Bugzilla/Constants.pm | 2 +- Bugzilla/WebService/Server/JSONRPC.pm | 2 +- checksetup.pl | 5 +- docs/bugzilla.ent | 12 ++-- docs/bugzilla.ent.tmpl | 4 +- docs/en/html/Bugzilla-Guide.html | 58 +++++++++--------- docs/en/html/about.html | 2 +- docs/en/html/administration.html | 2 +- docs/en/html/api/index.html | 4 +- docs/en/html/attachments.html | 2 +- docs/en/html/bug_page.html | 2 +- docs/en/html/bug_status_workflow.html | 2 +- docs/en/html/bugreports.html | 2 +- docs/en/html/classifications.html | 2 +- docs/en/html/cmdline-bugmail.html | 2 +- docs/en/html/cmdline.html | 2 +- docs/en/html/components.html | 2 +- docs/en/html/configuration.html | 18 +++--- docs/en/html/conventions.html | 2 +- docs/en/html/copyright.html | 2 +- docs/en/html/credits.html | 2 +- docs/en/html/cust-change-permissions.html | 2 +- docs/en/html/cust-skins.html | 2 +- docs/en/html/cust-templates.html | 2 +- docs/en/html/custom-fields.html | 2 +- docs/en/html/customization.html | 2 +- docs/en/html/disclaimer.html | 2 +- docs/en/html/edit-values.html | 2 +- docs/en/html/extensions.html | 2 +- docs/en/html/extraconfig.html | 4 +- docs/en/html/flags-overview.html | 2 +- docs/en/html/flags.html | 2 +- docs/en/html/general-advice.html | 2 +- docs/en/html/gfdl-0.html | 2 +- docs/en/html/gfdl-1.html | 2 +- docs/en/html/gfdl-10.html | 2 +- docs/en/html/gfdl-2.html | 2 +- docs/en/html/gfdl-3.html | 2 +- docs/en/html/gfdl-4.html | 2 +- docs/en/html/gfdl-5.html | 2 +- docs/en/html/gfdl-6.html | 2 +- docs/en/html/gfdl-7.html | 2 +- docs/en/html/gfdl-8.html | 2 +- docs/en/html/gfdl-9.html | 2 +- docs/en/html/gfdl-howto.html | 2 +- docs/en/html/gfdl.html | 2 +- docs/en/html/glossary.html | 2 +- docs/en/html/groups.html | 4 +- docs/en/html/hintsandtips.html | 4 +- docs/en/html/index.html | 8 +-- docs/en/html/install-perlmodules-manual.html | 2 +- docs/en/html/installation.html | 2 +- docs/en/html/installing-bugzilla.html | 2 +- docs/en/html/integration.html | 2 +- docs/en/html/keywords.html | 2 +- docs/en/html/lifecycle.html | 2 +- docs/en/html/milestones.html | 2 +- docs/en/html/modules-manual-download.html | 2 +- docs/en/html/modules-manual-instructions.html | 2 +- docs/en/html/modules-manual-optional.html | 2 +- docs/en/html/multiple-bz-dbs.html | 2 +- docs/en/html/myaccount.html | 2 +- docs/en/html/newversions.html | 4 +- docs/en/html/nonroot.html | 18 +++--- docs/en/html/os-specific.html | 2 +- docs/en/html/parameters.html | 2 +- docs/en/html/paranoid-security.html | 2 +- docs/en/html/patches.html | 2 +- docs/en/html/products.html | 2 +- docs/en/html/query.html | 2 +- docs/en/html/quips.html | 2 +- docs/en/html/reporting.html | 4 +- docs/en/html/sanitycheck.html | 2 +- docs/en/html/security-bugzilla.html | 2 +- docs/en/html/security-os.html | 2 +- docs/en/html/security-webserver.html | 2 +- docs/en/html/security.html | 2 +- docs/en/html/timetracking.html | 2 +- docs/en/html/trbl-dbdSponge.html | 2 +- docs/en/html/trbl-index.html | 2 +- docs/en/html/trbl-passwd-encryption.html | 2 +- docs/en/html/trbl-perlmodule.html | 2 +- docs/en/html/trbl-relogin-everyone.html | 2 +- docs/en/html/trbl-testserver.html | 2 +- docs/en/html/troubleshooting.html | 2 +- docs/en/html/upgrade.html | 2 +- docs/en/html/useradmin.html | 2 +- docs/en/html/userpreferences.html | 2 +- docs/en/html/using-intro.html | 2 +- docs/en/html/using.html | 2 +- docs/en/html/versions.html | 2 +- docs/en/html/voting.html | 2 +- docs/en/html/whining.html | 4 +- docs/en/pdf/Bugzilla-Guide.pdf | Bin 518881 -> 518876 bytes docs/en/txt/Bugzilla-Guide.txt | 6 +- docs/en/xml/bugzilla.ent | 12 ++-- .../en/default/pages/release-notes.html.tmpl | 11 ++++ 97 files changed, 175 insertions(+), 163 deletions(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index bd5b2dabc..7da3697aa 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.7"; +use constant BUGZILLA_VERSION => "4.4.8"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm index aba5d310b..0a0afd400 100644 --- a/Bugzilla/WebService/Server/JSONRPC.pm +++ b/Bugzilla/WebService/Server/JSONRPC.pm @@ -381,7 +381,7 @@ sub _argument_type_check { # Only allowed methods to be used from our whitelist if (none { $_ eq $method} $pkg->PUBLIC_METHODS) { - ThrowUserError('unknown_method', { method => $self->bz_method_name }); + ThrowCodeError('unknown_method', { method => $self->_bz_method_name }); } # This is the best time to do login checks. diff --git a/checksetup.pl b/checksetup.pl index bcc1ad8ea..ab7ea9f7a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -15,12 +15,13 @@ use strict; use 5.008001; use File::Basename; +BEGIN { chdir dirname($0); } +use lib qw(. lib); + use Getopt::Long qw(:config bundling); use Pod::Usage; use Safe; -BEGIN { chdir dirname($0); } -use lib qw(. lib); use Bugzilla::Constants; use Bugzilla::Install::Requirements; use Bugzilla::Install::Util qw(install_string get_version_and_os diff --git a/docs/bugzilla.ent b/docs/bugzilla.ent index 5ff2e65cf..df9f9671a 100644 --- a/docs/bugzilla.ent +++ b/docs/bugzilla.ent @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.7"> -<!ENTITY bz-date "2015-01-21"> +<!ENTITY bz-ver "4.4.8"> +<!ENTITY bz-date "2015-01-27"> <!ENTITY current-year "2015"> <!ENTITY min-perl-ver "5.8.1"> @@ -52,11 +52,11 @@ <!ENTITY min-io-scalar-ver "any"> <!-- Database Versions --> -<!ENTITY min-dbd-mysql-ver "4.001"> -<!ENTITY min-mysql-ver "5.0.15"> <!ENTITY min-dbd-oracle-ver "1.19"> <!ENTITY min-oracle-ver "10.02.0"> -<!ENTITY min-dbd-pg-ver "2.7.0"> -<!ENTITY min-pg-ver "8.03.0000"> <!ENTITY min-dbd-sqlite-ver "1.29"> <!ENTITY min-sqlite-ver "3.6.22"> +<!ENTITY min-dbd-mysql-ver "4.001"> +<!ENTITY min-mysql-ver "5.0.15"> +<!ENTITY min-dbd-pg-ver "2.7.0"> +<!ENTITY min-pg-ver "8.03.0000"> diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl index dcf5ec140..f7a88faf1 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.7"> -<!ENTITY bz-date "2015-01-21"> +<!ENTITY bz-ver "4.4.8"> +<!ENTITY bz-date "2015-01-27"> <!ENTITY current-year "2015"> <!ENTITY min-perl-ver "5.8.1"> diff --git a/docs/en/html/Bugzilla-Guide.html b/docs/en/html/Bugzilla-Guide.html index e2fb25017..967cc4333 100644 --- a/docs/en/html/Bugzilla-Guide.html +++ b/docs/en/html/Bugzilla-Guide.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The Bugzilla Guide - 4.4.7 Release</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="description" content="This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software that tracks millions of bugs and issues for hundreds of organizations around the world. The most current version of this document can always be found on the Bugzilla Documentation Page."><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>The Bugzilla Guide - 4.4.7 - Release</h1></div><div><div class="authorgroup"><h3 class="corpauthor">The Bugzilla Team</h3></div></div><div><p class="pubdate">2015-01-21</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>The Bugzilla Guide - 4.4.8 Release</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="description" content="This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software that tracks millions of bugs and issues for hundreds of organizations around the world. The most current version of this document can always be found on the Bugzilla Documentation Page."><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>The Bugzilla Guide - 4.4.8 + Release</h1></div><div><div class="authorgroup"><h3 class="corpauthor">The Bugzilla Team</h3></div></div><div><p class="pubdate">2015-01-27</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p> This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software @@ -10,7 +10,7 @@ The most current version of this document can always be found on the <a class="ulink" href="http://www.bugzilla.org/docs/" target="_top">Bugzilla Documentation Page</a>. - </p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="#about">1. About This Guide</a></span></dt><dd><dl><dt><span class="section"><a href="#copyright">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="#disclaimer">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="#newversions">1.3. New Versions</a></span></dt><dt><span class="section"><a href="#credits">1.4. Credits</a></span></dt><dt><span class="section"><a href="#conventions">1.5. Document Conventions</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installing-bugzilla">2. Installing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#installation">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="#configuration">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="#idm139648884777232">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#extraconfig">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648884679248">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="#multiple-bz-dbs">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="#os-specific">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="#nonroot">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648881163632">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="#idm139648881161392">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="#idm139648881139712">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="#idm139648881124880">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="#idm139648881117872">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#upgrade">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#administration">3. Administering Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#parameters">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="#useradmin">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="#classifications">3.3. Classifications</a></span></dt><dt><span class="section"><a href="#products">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#components">3.5. Components</a></span></dt><dt><span class="section"><a href="#versions">3.6. Versions</a></span></dt><dt><span class="section"><a href="#milestones">3.7. Milestones</a></span></dt><dt><span class="section"><a href="#flags-overview">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="#keywords">3.9. Keywords</a></span></dt><dt><span class="section"><a href="#custom-fields">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="#edit-values">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="#bug_status_workflow">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="#voting">3.13. Voting</a></span></dt><dt><span class="section"><a href="#quips">3.14. Quips</a></span></dt><dt><span class="section"><a href="#groups">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="#idm139648880240688">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#sanitycheck">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></dd><dt><span class="chapter"><a href="#security">4. Bugzilla Security</a></span></dt><dd><dl><dt><span class="section"><a href="#security-os">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="#security-webserver">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="#security-bugzilla">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#using">5. Using Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#using-intro">5.1. Introduction</a></span></dt><dt><span class="section"><a href="#myaccount">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="#bug_page">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="#lifecycle">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="#query">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="#bugreports">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="#attachments">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="#hintsandtips">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648880832016">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="#timetracking">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="#userpreferences">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="#reporting">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="#flags">5.12. Flags</a></span></dt><dt><span class="section"><a href="#whining">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="#idm139648880684272">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#customization">6. Customizing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#extensions">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="#cust-skins">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="#cust-templates">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="#cust-change-permissions">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="#integration">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></dd><dt><span class="appendix"><a href="#troubleshooting">A. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="#general-advice">A.1. General Advice</a></span></dt><dt><span class="section"><a href="#trbl-testserver">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="#trbl-perlmodule">A.3. I installed a Perl module, but + </p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="#about">1. About This Guide</a></span></dt><dd><dl><dt><span class="section"><a href="#copyright">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="#disclaimer">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="#newversions">1.3. New Versions</a></span></dt><dt><span class="section"><a href="#credits">1.4. Credits</a></span></dt><dt><span class="section"><a href="#conventions">1.5. Document Conventions</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installing-bugzilla">2. Installing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#installation">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="#configuration">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="#idm140144475424192">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#extraconfig">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474864000">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="#multiple-bz-dbs">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="#os-specific">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="#nonroot">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474766400">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="#idm140144474764160">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="#idm140144474742480">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="#idm140144474727648">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="#idm140144474720640">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#upgrade">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#administration">3. Administering Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#parameters">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="#useradmin">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="#classifications">3.3. Classifications</a></span></dt><dt><span class="section"><a href="#products">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#components">3.5. Components</a></span></dt><dt><span class="section"><a href="#versions">3.6. Versions</a></span></dt><dt><span class="section"><a href="#milestones">3.7. Milestones</a></span></dt><dt><span class="section"><a href="#flags-overview">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="#keywords">3.9. Keywords</a></span></dt><dt><span class="section"><a href="#custom-fields">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="#edit-values">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="#bug_status_workflow">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="#voting">3.13. Voting</a></span></dt><dt><span class="section"><a href="#quips">3.14. Quips</a></span></dt><dt><span class="section"><a href="#groups">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="#idm140144470131568">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#sanitycheck">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></dd><dt><span class="chapter"><a href="#security">4. Bugzilla Security</a></span></dt><dd><dl><dt><span class="section"><a href="#security-os">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="#security-webserver">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="#security-bugzilla">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#using">5. Using Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#using-intro">5.1. Introduction</a></span></dt><dt><span class="section"><a href="#myaccount">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="#bug_page">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="#lifecycle">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="#query">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="#bugreports">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="#attachments">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="#hintsandtips">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474584064">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="#timetracking">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="#userpreferences">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="#reporting">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="#flags">5.12. Flags</a></span></dt><dt><span class="section"><a href="#whining">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="#idm140144474436320">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#customization">6. Customizing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="#extensions">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="#cust-skins">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="#cust-templates">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="#cust-change-permissions">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="#integration">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></dd><dt><span class="appendix"><a href="#troubleshooting">A. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="#general-advice">A.1. General Advice</a></span></dt><dt><span class="section"><a href="#trbl-testserver">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="#trbl-perlmodule">A.3. I installed a Perl module, but <code class="filename">checksetup.pl</code> claims it's not installed!</a></span></dt><dt><span class="section"><a href="#trbl-dbdSponge">A.4. DBD::Sponge::db prepare failed</a></span></dt><dt><span class="section"><a href="#paranoid-security">A.5. cannot chdir(/var/spool/mqueue)</a></span></dt><dt><span class="section"><a href="#trbl-relogin-everyone">A.6. Everybody is constantly being forced to relogin</a></span></dt><dt><span class="section"><a href="#trbl-index">A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</a></span></dt><dt><span class="section"><a href="#trbl-passwd-encryption">A.8. checksetup.pl reports "Client does not support authentication protocol requested by server..." @@ -50,7 +50,7 @@ the source code, and are responsible for auditing it yourself to ensure your security needs are met. </p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="newversions"></a>1.3. New Versions</h2></div></div></div><p> - This is the 4.4.7 version of The Bugzilla Guide. It is so named + This is the 4.4.8 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. </p><p> The latest version of this guide can always be found at <a class="ulink" href="http://www.bugzilla.org/docs/" target="_top">http://www.bugzilla.org/docs/</a>. However, you should read @@ -113,7 +113,7 @@ Second Line of Code Changes are best submitted as plain text or XML diffs, attached to a bug filed in the <a class="ulink" href="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation" target="_top">Bugzilla Documentation</a> component. - </p></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="installing-bugzilla"></a>Chapter 2. Installing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#installation">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="#configuration">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="#idm139648884777232">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#extraconfig">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648884679248">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="#multiple-bz-dbs">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="#os-specific">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="#nonroot">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648881163632">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="#idm139648881161392">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="#idm139648881139712">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="#idm139648881124880">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="#idm139648881117872">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#upgrade">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation"></a>2.1. Installation</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>If you just want to <span class="emphasis"><em>use</em></span> Bugzilla, + </p></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="installing-bugzilla"></a>Chapter 2. Installing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#installation">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="#configuration">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="#idm140144475424192">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#extraconfig">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474864000">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="#multiple-bz-dbs">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="#os-specific">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="#nonroot">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474766400">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="#idm140144474764160">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="#idm140144474742480">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="#idm140144474727648">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="#idm140144474720640">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="#upgrade">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation"></a>2.1. Installation</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>If you just want to <span class="emphasis"><em>use</em></span> Bugzilla, you do not need to install it. None of this chapter is relevant to you. Ask your Bugzilla administrator for the URL to access it from your web browser. @@ -461,7 +461,7 @@ Second Line of Code configuration in the "[mysqld]" section, like this:</p><pre class="screen">[mysqld] # Allow packets up to 4MB max_allowed_packet=4M - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884841776"></a>2.2.2.2.2. Allow small words in full-text indexes</h5></div></div></div><p>By default, words must be at least four characters in length + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475488928"></a>2.2.2.2.2. Allow small words in full-text indexes</h5></div></div></div><p>By default, words must be at least four characters in length in order to be indexed by MySQL's full-text indexes. This causes a lot of Bugzilla specific words to be missed, including "cc", "ftp" and "uri".</p><p>MySQL can be configured to index those words by setting the @@ -496,7 +496,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.* TO bugs@localhost IDENTIFIED BY '<em class="replaceable"><code>$db_pass</code></em>'; <code class="prompt">mysql></code> FLUSH PRIVILEGES; - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884825696"></a>2.2.2.2.4. Permit attachments table to grow beyond 4GB</h5></div></div></div><p> + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475472752"></a>2.2.2.2.4. Permit attachments table to grow beyond 4GB</h5></div></div></div><p> By default, MySQL will limit the size of a table to 4GB. This limit is present even if the underlying filesystem has no such limit. To set a higher limit, follow these @@ -517,7 +517,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat </p><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> This does not affect Big Files, attachments that are stored directly on disk instead of in the database. - </p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="postgresql"></a>2.2.2.3. PostgreSQL</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884816192"></a>2.2.2.3.1. Add a User to PostgreSQL</h5></div></div></div><p>You need to add a new user to PostgreSQL for the Bugzilla + </p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="postgresql"></a>2.2.2.3. PostgreSQL</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475463152"></a>2.2.2.3.1. Add a User to PostgreSQL</h5></div></div></div><p>You need to add a new user to PostgreSQL for the Bugzilla application to use when accessing the database. The following instructions assume the defaults in <code class="filename">localconfig</code>; if you changed those, you need to modify the commands appropriately. You will @@ -527,7 +527,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat login as the root user, and then</p><pre class="screen"><code class="prompt">bash#</code> su - postgres</pre><p>As the postgres user, you then need to create a new user: </p><pre class="screen"><code class="prompt">bash$</code> createuser -U postgres -dRSP bugs</pre><p>When asked for a password, provide the password which will be set as <em class="replaceable"><code>$db_pass</code></em> in <code class="filename">localconfig</code>. The created user will not be a superuser (-S) and will not be able to create - new users (-R). He will only have the ability to create databases (-d).</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884806640"></a>2.2.2.3.2. Configure PostgreSQL</h5></div></div></div><p>Now, you will need to edit <code class="filename">pg_hba.conf</code> which is + new users (-R). He will only have the ability to create databases (-d).</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475453600"></a>2.2.2.3.2. Configure PostgreSQL</h5></div></div></div><p>Now, you will need to edit <code class="filename">pg_hba.conf</code> which is usually located in <code class="filename">/var/lib/pgsql/data/</code>. In this file, you will need to add a new line to it as follows:</p><p> <code class="computeroutput">host all bugs 127.0.0.1 255.255.255.255 md5</code> @@ -539,7 +539,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat restarted, you will need to edit <code class="filename">localconfig</code>, finding the <code class="literal">$db_driver</code> variable and setting it to <code class="literal">Pg</code> and changing the password in <code class="literal">$db_pass</code> - to the one you picked previously, while setting up the account.</p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="oracle"></a>2.2.2.4. Oracle</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884796416"></a>2.2.2.4.1. Create a New Tablespace</h5></div></div></div><p> + to the one you picked previously, while setting up the account.</p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="oracle"></a>2.2.2.4. Oracle</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475443376"></a>2.2.2.4.1. Create a New Tablespace</h5></div></div></div><p> You can use the existing tablespace or create a new one for Bugzilla. To create a new tablespace, run the following command: </p><pre class="programlisting"> @@ -553,7 +553,7 @@ AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED <code class="filename">/u01/oradata/bugzilla.dbf</code>. The initial size of the database file is set in this example to 500 Mb, with an increment of 30 Mb everytime we reach the size limit of the file. - </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884791744"></a>2.2.2.4.2. Add a User to Oracle</h5></div></div></div><p> + </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475438704"></a>2.2.2.4.2. Add a User to Oracle</h5></div></div></div><p> The user name and password must match what you set in <code class="filename">localconfig</code> (<code class="literal">$db_user</code> and <code class="literal">$db_pass</code>, respectively). Here, we assume that @@ -571,7 +571,7 @@ GRANT RESOURCE TO bugs; -- GRANT/REVOKE SYSTEM PRIVILEGES GRANT UNLIMITED TABLESPACE TO bugs; GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs; - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648884786608"></a>2.2.2.4.3. Configure the Web Server</h5></div></div></div><p> + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144475433568"></a>2.2.2.4.3. Configure the Web Server</h5></div></div></div><p> If you use Apache, append these lines to <code class="filename">httpd.conf</code> to set ORACLE_HOME and LD_LIBRARY_PATH. For instance: </p><pre class="programlisting"> @@ -588,7 +588,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/ The database will be stored in <code class="filename">data/db/$db_name</code>, where <code class="literal">$db_name</code> is the database name defined in <code class="filename">localconfig</code>. - </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648884777232"></a>2.2.3. checksetup.pl</h3></div></div></div><p> + </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144475424192"></a>2.2.3. checksetup.pl</h3></div></div></div><p> Next, rerun <code class="filename">checksetup.pl</code>. It reconfirms that all the modules are present, and notices the altered localconfig file, which it assumes you have edited to your @@ -817,7 +817,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s </p></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extraconfig"></a>2.3. Optional Additional Configuration</h2></div></div></div><p> Bugzilla has a number of optional features. This section describes how to configure or enable them. - </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648884679248"></a>2.3.1. Bug Graphs</h3></div></div></div><p>If you have installed the necessary Perl modules you + </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474864000"></a>2.3.1. Bug Graphs</h3></div></div></div><p>If you have installed the necessary Perl modules you can start collecting statistics for the nifty Bugzilla graphs.</p><pre class="screen"><code class="prompt">bash#</code> <span class="command"><strong>crontab -e</strong></span></pre><p> This should bring up the crontab file in your editor. @@ -1044,13 +1044,13 @@ C:\perl> <span class="command"><strong>ppm install <module name></stron <a class="ulink" href="https://wiki.mozilla.org/Bugzilla:Prerequisites" target="_top"> Bugzilla Wiki Page</a> for distro-specific installation notes. - </p></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="nonroot"></a>2.6. UNIX (non-root) Installation Notes</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648881163632"></a>2.6.1. Introduction</h3></div></div></div><p>If you are running a *NIX OS as non-root, either due + </p></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="nonroot"></a>2.6. UNIX (non-root) Installation Notes</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474766400"></a>2.6.1. Introduction</h3></div></div></div><p>If you are running a *NIX OS as non-root, either due to lack of access (web hosts, for example) or for security reasons, this will detail how to install Bugzilla on such a setup. It is recommended that you read through the <a class="xref" href="#installation" title="2.1. Installation">Section 2.1, “Installation”</a> first to get an idea on the installation steps required. - (These notes will reference to steps in that guide.)</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648881161392"></a>2.6.2. MySQL</h3></div></div></div><p>You may have MySQL installed as root. If you're + (These notes will reference to steps in that guide.)</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474764160"></a>2.6.2. MySQL</h3></div></div></div><p>You may have MySQL installed as root. If you're setting up an account with a web host, a MySQL account needs to be set up for you. From there, you can create the bugs account, or use the account given to you.</p><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>You may have problems trying to set up @@ -1062,7 +1062,7 @@ C:\perl> <span class="command"><strong>ppm install <module name></stron settings are set to, and/or run the <span class="command"><strong>GRANT</strong></span> command for you.</p><p>Also, you will probably not be able to change the MySQL root user password (for obvious reasons), so skip that - step.</p></td></tr></table></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139648881156800"></a>2.6.2.1. Running MySQL as Non-Root</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648881156048"></a>2.6.2.1.1. The Custom Configuration Method</h5></div></div></div><p>Create a file .my.cnf in your + step.</p></td></tr></table></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140144474759568"></a>2.6.2.1. Running MySQL as Non-Root</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144474758816"></a>2.6.2.1.1. The Custom Configuration Method</h5></div></div></div><p>Create a file .my.cnf in your home directory (using /home/foo in this example) as follows....</p><pre class="programlisting"> [mysqld] @@ -1081,13 +1081,13 @@ basedir=/var/lib [safe_mysqld] err-log=/home/foo/mymysql/the.log pid-file=/home/foo/mymysql/the.pid - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648881153600"></a>2.6.2.1.2. The Custom Built Method</h5></div></div></div><p>You can install MySQL as a not-root, if you really need to. + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144474756368"></a>2.6.2.1.2. The Custom Built Method</h5></div></div></div><p>You can install MySQL as a not-root, if you really need to. Build it with PREFIX set to <code class="filename">/home/foo/mysql</code>, or use pre-installed executables, specifying that you want to put all of the data files in <code class="filename">/home/foo/mysql/data</code>. If there is another MySQL server running on the system that you do not own, use the -P option to specify a TCP port that is not - in use.</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139648881149936"></a>2.6.2.1.3. Starting the Server</h5></div></div></div><p>After your mysqld program is built and any .my.cnf file is + in use.</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140144474752704"></a>2.6.2.1.3. Starting the Server</h5></div></div></div><p>After your mysqld program is built and any .my.cnf file is in place, you must initialize the databases (ONCE).</p><pre class="screen"> <code class="prompt">bash$</code> <span class="command"><strong>mysql_install_db</strong></span> </pre><p>Then start the daemon with</p><pre class="screen"> @@ -1101,7 +1101,7 @@ pid-file=/home/foo/mymysql/the.pid and restart them if needed.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Do NOT run daemons or other services on a server without first consulting your system administrator! Daemons use up system resources and running one may be in violation of your terms of service for any - machine on which you are a user!</p></td></tr></table></div></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648881139712"></a>2.6.3. Perl</h3></div></div></div><p> + machine on which you are a user!</p></td></tr></table></div></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474742480"></a>2.6.3. Perl</h3></div></div></div><p> On the extremely rare chance that you don't have Perl on the machine, you will have to build the sources yourself. The following commands should get your system @@ -1122,11 +1122,11 @@ pid-file=/home/foo/mymysql/the.pid script. For more details on this script, see <a class="ulink" href="../html/api/install-module.html" target="_top"><code class="filename">install-module.pl</code> documentation</a> - </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648881124880"></a>2.6.5. HTTP Server</h3></div></div></div><p>Ideally, this also needs to be installed as root and + </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474727648"></a>2.6.5. HTTP Server</h3></div></div></div><p>Ideally, this also needs to be installed as root and run under a special web server account. As long as the web server will allow the running of *.cgi files outside of a cgi-bin, and a way of denying web access to certain files (such as a - .htaccess file), you should be good in this department.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139648881123392"></a>2.6.5.1. Running Apache as Non-Root</h4></div></div></div><p>You can run Apache as a non-root user, but the port will need + .htaccess file), you should be good in this department.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140144474726160"></a>2.6.5.1. Running Apache as Non-Root</h4></div></div></div><p>You can run Apache as a non-root user, but the port will need to be set to one above 1024. If you type <span class="command"><strong>httpd -V</strong></span>, you will get a list of the variables that your system copy of httpd uses. One of those, namely HTTPD_ROOT, tells you where that @@ -1139,7 +1139,7 @@ pid-file=/home/foo/mymysql/the.pid and restart them if needed.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Do NOT run daemons or other services on a server without first consulting your system administrator! Daemons use up system resources and running one may be in violation of your terms of service for any - machine on which you are a user!</p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648881117872"></a>2.6.6. Bugzilla</h3></div></div></div><p> + machine on which you are a user!</p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474720640"></a>2.6.6. Bugzilla</h3></div></div></div><p> When you run <span class="command"><strong>./checksetup.pl</strong></span> to create the <code class="filename">localconfig</code> file, it will list the Perl modules it finds. If one is missing, go back and double-check the @@ -1407,7 +1407,7 @@ bash$ <span class="command"><strong>./checksetup.pl</strong></span> the <code class="literal">proxy_url</code> parameter accordingly. If the proxy requires authentication, use the <code class="literal">http://user:pass@proxy_url/</code> syntax. - </p></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="administration"></a>Chapter 3. Administering Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#parameters">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="#useradmin">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="#classifications">3.3. Classifications</a></span></dt><dt><span class="section"><a href="#products">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#components">3.5. Components</a></span></dt><dt><span class="section"><a href="#versions">3.6. Versions</a></span></dt><dt><span class="section"><a href="#milestones">3.7. Milestones</a></span></dt><dt><span class="section"><a href="#flags-overview">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="#keywords">3.9. Keywords</a></span></dt><dt><span class="section"><a href="#custom-fields">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="#edit-values">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="#bug_status_workflow">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="#voting">3.13. Voting</a></span></dt><dt><span class="section"><a href="#quips">3.14. Quips</a></span></dt><dt><span class="section"><a href="#groups">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="#idm139648880240688">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#sanitycheck">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="parameters"></a>3.1. Bugzilla Configuration</h2></div></div></div><p> + </p></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="administration"></a>Chapter 3. Administering Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#parameters">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="#useradmin">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="#classifications">3.3. Classifications</a></span></dt><dt><span class="section"><a href="#products">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#components">3.5. Components</a></span></dt><dt><span class="section"><a href="#versions">3.6. Versions</a></span></dt><dt><span class="section"><a href="#milestones">3.7. Milestones</a></span></dt><dt><span class="section"><a href="#flags-overview">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="#keywords">3.9. Keywords</a></span></dt><dt><span class="section"><a href="#custom-fields">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="#edit-values">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="#bug_status_workflow">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="#voting">3.13. Voting</a></span></dt><dt><span class="section"><a href="#quips">3.14. Quips</a></span></dt><dt><span class="section"><a href="#groups">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="#idm140144470131568">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="#sanitycheck">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="parameters"></a>3.1. Bugzilla Configuration</h2></div></div></div><p> Bugzilla is configured by changing various parameters, accessed from the "Parameters" link in the Administration page (the Administration page can be found by clicking the "Administration" @@ -3044,7 +3044,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT group name in the user's profile. See <a class="xref" href="#create-groups" title="3.15.1. Creating Groups">Section 3.15.1, “Creating Groups”</a> for details on the regular expression option when creating groups. - </p></li></ol></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648880240688"></a>3.15.4. Assigning Group Controls to Products</h3></div></div></div><p> + </p></li></ol></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144470131568"></a>3.15.4. Assigning Group Controls to Products</h3></div></div></div><p> The primary functionality of groups is derived from the relationship of groups to products. The concepts around segregating access to bugs with product group controls can be confusing. For details and examples on this @@ -3160,7 +3160,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT turn the <span class="emphasis"><em>utf8</em></span> parameter on by default for upgraded installations. Turning it on manually will prevent this problem. - </p></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="using"></a>Chapter 5. Using Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#using-intro">5.1. Introduction</a></span></dt><dt><span class="section"><a href="#myaccount">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="#bug_page">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="#lifecycle">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="#query">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="#bugreports">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="#attachments">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="#hintsandtips">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="#idm139648880832016">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="#timetracking">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="#userpreferences">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="#reporting">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="#flags">5.12. Flags</a></span></dt><dt><span class="section"><a href="#whining">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="#idm139648880684272">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-intro"></a>5.1. Introduction</h2></div></div></div><p>This section contains information for end-users of Bugzilla. There + </p></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="using"></a>Chapter 5. Using Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#using-intro">5.1. Introduction</a></span></dt><dt><span class="section"><a href="#myaccount">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="#bug_page">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="#lifecycle">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="#query">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="#bugreports">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="#attachments">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="#hintsandtips">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="#idm140144474584064">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="#timetracking">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="#userpreferences">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="#reporting">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="#flags">5.12. Flags</a></span></dt><dt><span class="section"><a href="#whining">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="#idm140144474436320">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-intro"></a>5.1. Introduction</h2></div></div></div><p>This section contains information for end-users of Bugzilla. There is a Bugzilla test installation, called <a class="ulink" href="http://landfill.bugzilla.org/" target="_top">Landfill</a>, which you are welcome to play with (if it's up). However, not all of the Bugzilla @@ -3678,7 +3678,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT numbers are likely to rot).</p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="patchviewer_unified_diff"></a>5.7.1.7. Creating a Unified Diff</h4></div></div></div><p>If the patch is not in a format that you like, you can turn it into a unified diff format by clicking the "Raw Unified" link at the top of the page.</p></div></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="hintsandtips"></a>5.8. Hints and Tips</h2></div></div></div><p>This section distills some Bugzilla tips and best practices - that have been developed.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648880832016"></a>5.8.1. Autolinkification</h3></div></div></div><p>Bugzilla comments are plain text - so typing <U> will + that have been developed.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474584064"></a>5.8.1. Autolinkification</h3></div></div></div><p>Bugzilla comments are plain text - so typing <U> will produce less-than, U, greater-than rather than underlined text. However, Bugzilla will automatically make hyperlinks out of certain sorts of text in comments. For example, the text @@ -3998,7 +3998,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT No two data sets, even two private ones, can have the same set of category, subcategory and name. So if you are creating private data sets, one idea is to have the Category be your username. - </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139648880723856"></a>5.11.2.1. Creating Charts</h4></div></div></div><p> + </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140144474475904"></a>5.11.2.1. Creating Charts</h4></div></div></div><p> You create a chart by selecting a number of data sets from the list, and pressing Add To List for each. In the List Of Data Sets To Plot, you can define the label that data set will have in the @@ -4190,7 +4190,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT Think carefully before checking the "One message per bug" box. If you create a query that matches thousands of bugs, you will receive thousands of emails! - </p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139648880684272"></a>5.13.4. Saving Your Changes</h3></div></div></div><p> + </p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140144474436320"></a>5.13.4. Saving Your Changes</h3></div></div></div><p> Once you have defined at least one schedule, and created at least one query, go ahead and "Update/Commit". This will save your Event and make it available for immediate execution. diff --git a/docs/en/html/about.html b/docs/en/html/about.html index db8d95b2f..79100808c 100644 --- a/docs/en/html/about.html +++ b/docs/en/html/about.html @@ -1,3 +1,3 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 1. About This Guide</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="next" href="copyright.html" title="1.1. Copyright Information"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="copyright.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="about"></a>Chapter 1. About This Guide</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="copyright.html">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="disclaimer.html">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="newversions.html">1.3. New Versions</a></span></dt><dt><span class="section"><a href="credits.html">1.4. Credits</a></span></dt><dt><span class="section"><a href="conventions.html">1.5. Document Conventions</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="copyright.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The Bugzilla Guide - 4.4.7 +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 1. About This Guide</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="next" href="copyright.html" title="1.1. Copyright Information"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="copyright.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="about"></a>Chapter 1. About This Guide</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="copyright.html">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="disclaimer.html">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="newversions.html">1.3. New Versions</a></span></dt><dt><span class="section"><a href="credits.html">1.4. Credits</a></span></dt><dt><span class="section"><a href="conventions.html">1.5. Document Conventions</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="copyright.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The Bugzilla Guide - 4.4.8 Release </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1.1. Copyright Information</td></tr></table></div></body></html> diff --git a/docs/en/html/administration.html b/docs/en/html/administration.html index 37d1ab039..631d9a175 100644 --- a/docs/en/html/administration.html +++ b/docs/en/html/administration.html @@ -1,2 +1,2 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 3. Administering Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="upgrade.html" title="2.7. Upgrading to New Releases"><link rel="next" href="parameters.html" title="3.1. Bugzilla Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Administering Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="upgrade.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="parameters.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="administration"></a>Chapter 3. Administering Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="parameters.html">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="parameters.html#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="parameters.html#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="parameters.html#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="parameters.html#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="parameters.html#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="parameters.html#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="parameters.html#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="parameters.html#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="parameters.html#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="useradmin.html">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="useradmin.html#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="useradmin.html#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="classifications.html">3.3. Classifications</a></span></dt><dt><span class="section"><a href="products.html">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="products.html#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="products.html#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="products.html#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="products.html#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="components.html">3.5. Components</a></span></dt><dt><span class="section"><a href="versions.html">3.6. Versions</a></span></dt><dt><span class="section"><a href="milestones.html">3.7. Milestones</a></span></dt><dt><span class="section"><a href="flags-overview.html">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="flags-overview.html#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="keywords.html">3.9. Keywords</a></span></dt><dt><span class="section"><a href="custom-fields.html">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="custom-fields.html#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="edit-values.html">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="edit-values.html#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="edit-values.html#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="bug_status_workflow.html">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="voting.html">3.13. Voting</a></span></dt><dt><span class="section"><a href="quips.html">3.14. Quips</a></span></dt><dt><span class="section"><a href="groups.html">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="groups.html#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="groups.html#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="groups.html#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="groups.html#idm139809514032864">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="sanitycheck.html">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="upgrade.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="parameters.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.7. Upgrading to New Releases </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3.1. Bugzilla Configuration</td></tr></table></div></body></html> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 3. Administering Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="upgrade.html" title="2.7. Upgrading to New Releases"><link rel="next" href="parameters.html" title="3.1. Bugzilla Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Administering Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="upgrade.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="parameters.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="administration"></a>Chapter 3. Administering Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="parameters.html">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="parameters.html#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="parameters.html#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="parameters.html#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="parameters.html#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="parameters.html#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="parameters.html#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="parameters.html#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="parameters.html#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="parameters.html#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="useradmin.html">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="useradmin.html#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="useradmin.html#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="classifications.html">3.3. Classifications</a></span></dt><dt><span class="section"><a href="products.html">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="products.html#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="products.html#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="products.html#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="products.html#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="components.html">3.5. Components</a></span></dt><dt><span class="section"><a href="versions.html">3.6. Versions</a></span></dt><dt><span class="section"><a href="milestones.html">3.7. Milestones</a></span></dt><dt><span class="section"><a href="flags-overview.html">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="flags-overview.html#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="keywords.html">3.9. Keywords</a></span></dt><dt><span class="section"><a href="custom-fields.html">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="custom-fields.html#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="edit-values.html">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="edit-values.html#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="edit-values.html#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="bug_status_workflow.html">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="voting.html">3.13. Voting</a></span></dt><dt><span class="section"><a href="quips.html">3.14. Quips</a></span></dt><dt><span class="section"><a href="groups.html">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="groups.html#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="groups.html#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="groups.html#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="groups.html#idm140532170860160">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="sanitycheck.html">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="upgrade.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="parameters.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.7. Upgrading to New Releases </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3.1. Bugzilla Configuration</td></tr></table></div></body></html> diff --git a/docs/en/html/api/index.html b/docs/en/html/api/index.html index 5925f13ae..b2b740237 100644 --- a/docs/en/html/api/index.html +++ b/docs/en/html/api/index.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Bugzilla 4.4.7 API Documentation</title> + <title>Bugzilla 4.4.8 API Documentation</title> <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" > </head> <body class="contentspage"> - <h1>Bugzilla 4.4.7 API Documentation</h1> + <h1>Bugzilla 4.4.8 API Documentation</h1> <dl class='superindex'> <dt><a name="Extensions">Extensions</a></dt> <dd> diff --git a/docs/en/html/attachments.html b/docs/en/html/attachments.html index ce46a8fab..9e2dec966 100644 --- a/docs/en/html/attachments.html +++ b/docs/en/html/attachments.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.7. Attachments</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="bugreports.html" title="5.6. Filing Bugs"><link rel="next" href="hintsandtips.html" title="5.8. Hints and Tips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.7. Attachments</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bugreports.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="hintsandtips.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="attachments"></a>5.7. Attachments</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.7. Attachments</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="bugreports.html" title="5.6. Filing Bugs"><link rel="next" href="hintsandtips.html" title="5.8. Hints and Tips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.7. Attachments</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bugreports.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="hintsandtips.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="attachments"></a>5.7. Attachments</h2></div></div></div><p> You should use attachments, rather than comments, for large chunks of ASCII data, such as trace, debugging output files, or log files. That way, it doesn't bloat the bug for everyone who wants to read it, and cause people to diff --git a/docs/en/html/bug_page.html b/docs/en/html/bug_page.html index 6bd670c4c..b5a7b777f 100644 --- a/docs/en/html/bug_page.html +++ b/docs/en/html/bug_page.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.3. Anatomy of a Bug</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="myaccount.html" title="5.2. Create a Bugzilla Account"><link rel="next" href="lifecycle.html" title="5.4. Life Cycle of a Bug"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.3. Anatomy of a Bug</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="myaccount.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="lifecycle.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bug_page"></a>5.3. Anatomy of a Bug</h2></div></div></div><p>The core of Bugzilla is the screen which displays a particular +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.3. Anatomy of a Bug</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="myaccount.html" title="5.2. Create a Bugzilla Account"><link rel="next" href="lifecycle.html" title="5.4. Life Cycle of a Bug"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.3. Anatomy of a Bug</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="myaccount.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="lifecycle.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bug_page"></a>5.3. Anatomy of a Bug</h2></div></div></div><p>The core of Bugzilla is the screen which displays a particular bug. It's a good place to explain some Bugzilla concepts. <a class="ulink" href="http://landfill.bugzilla.org/bugzilla-4.4-branch/show_bug.cgi?id=1" target="_top"> Bug 1 on Landfill</a> diff --git a/docs/en/html/bug_status_workflow.html b/docs/en/html/bug_status_workflow.html index 10fa9fe5c..54e03726b 100644 --- a/docs/en/html/bug_status_workflow.html +++ b/docs/en/html/bug_status_workflow.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.12. Bug Status Workflow</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="edit-values.html" title="3.11. Legal Values"><link rel="next" href="voting.html" title="3.13. Voting"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.12. Bug Status Workflow</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="edit-values.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="voting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bug_status_workflow"></a>3.12. Bug Status Workflow</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.12. Bug Status Workflow</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="edit-values.html" title="3.11. Legal Values"><link rel="next" href="voting.html" title="3.13. Voting"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.12. Bug Status Workflow</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="edit-values.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="voting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bug_status_workflow"></a>3.12. Bug Status Workflow</h2></div></div></div><p> The bug status workflow is no longer hardcoded but can be freely customized from the web interface. Only one bug status cannot be renamed nor deleted, UNCONFIRMED, but the workflow involving it is free. The configuration diff --git a/docs/en/html/bugreports.html b/docs/en/html/bugreports.html index b2c2d4c06..7de9723ef 100644 --- a/docs/en/html/bugreports.html +++ b/docs/en/html/bugreports.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.6. Filing Bugs</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="query.html" title="5.5. Searching for Bugs"><link rel="next" href="attachments.html" title="5.7. Attachments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.6. Filing Bugs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="query.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="attachments.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bugreports"></a>5.6. Filing Bugs</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="fillingbugs"></a>5.6.1. Reporting a New Bug</h3></div></div></div><p>Years of bug writing experience has been distilled for your +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.6. Filing Bugs</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="query.html" title="5.5. Searching for Bugs"><link rel="next" href="attachments.html" title="5.7. Attachments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.6. Filing Bugs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="query.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="attachments.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bugreports"></a>5.6. Filing Bugs</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="fillingbugs"></a>5.6.1. Reporting a New Bug</h3></div></div></div><p>Years of bug writing experience has been distilled for your reading pleasure into the <a class="ulink" href="http://landfill.bugzilla.org/bugzilla-4.4-branch/page.cgi?id=bug-writing.html" target="_top"> Bug Writing Guidelines</a>. diff --git a/docs/en/html/classifications.html b/docs/en/html/classifications.html index aff307e4d..52a9d8ceb 100644 --- a/docs/en/html/classifications.html +++ b/docs/en/html/classifications.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.3. Classifications</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="useradmin.html" title="3.2. User Administration"><link rel="next" href="products.html" title="3.4. Products"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.3. Classifications</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="useradmin.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="products.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="classifications"></a>3.3. Classifications</h2></div></div></div><p>Classifications tend to be used in order to group several related +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.3. Classifications</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="useradmin.html" title="3.2. User Administration"><link rel="next" href="products.html" title="3.4. Products"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.3. Classifications</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="useradmin.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="products.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="classifications"></a>3.3. Classifications</h2></div></div></div><p>Classifications tend to be used in order to group several related products into one distinct entity.</p><p>The classifications layer is disabled by default; it can be turned on or off using the useclassification parameter, in the <span class="emphasis"><em>Bug Fields</em></span> section of the edit parameters screen.</p><p>Access to the administration of classifications is controlled using diff --git a/docs/en/html/cmdline-bugmail.html b/docs/en/html/cmdline-bugmail.html index abd35e14b..2846a38c2 100644 --- a/docs/en/html/cmdline-bugmail.html +++ b/docs/en/html/cmdline-bugmail.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>B.2. Command-line 'Send Unsent Bug-mail' tool</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="patches.html" title="Appendix B. Contrib"><link rel="prev" href="cmdline.html" title="B.1. Command-line Search Interface"><link rel="next" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">B.2. Command-line 'Send Unsent Bug-mail' tool</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cmdline.html">Prev</a> </td><th width="60%" align="center">Appendix B. Contrib</th><td width="20%" align="right"> <a accesskey="n" href="install-perlmodules-manual.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cmdline-bugmail"></a>B.2. Command-line 'Send Unsent Bug-mail' tool</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>B.2. Command-line 'Send Unsent Bug-mail' tool</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="patches.html" title="Appendix B. Contrib"><link rel="prev" href="cmdline.html" title="B.1. Command-line Search Interface"><link rel="next" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">B.2. Command-line 'Send Unsent Bug-mail' tool</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cmdline.html">Prev</a> </td><th width="60%" align="center">Appendix B. Contrib</th><td width="20%" align="right"> <a accesskey="n" href="install-perlmodules-manual.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cmdline-bugmail"></a>B.2. Command-line 'Send Unsent Bug-mail' tool</h2></div></div></div><p> Within the <code class="filename">contrib</code> directory exists a utility with the descriptive (if compact) name of <code class="filename">sendunsentbugmail.pl</code>. The purpose of this diff --git a/docs/en/html/cmdline.html b/docs/en/html/cmdline.html index b572dffd1..ebe1219c6 100644 --- a/docs/en/html/cmdline.html +++ b/docs/en/html/cmdline.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>B.1. Command-line Search Interface</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="patches.html" title="Appendix B. Contrib"><link rel="prev" href="patches.html" title="Appendix B. Contrib"><link rel="next" href="cmdline-bugmail.html" title="B.2. Command-line 'Send Unsent Bug-mail' tool"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">B.1. Command-line Search Interface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="patches.html">Prev</a> </td><th width="60%" align="center">Appendix B. Contrib</th><td width="20%" align="right"> <a accesskey="n" href="cmdline-bugmail.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cmdline"></a>B.1. Command-line Search Interface</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>B.1. Command-line Search Interface</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="patches.html" title="Appendix B. Contrib"><link rel="prev" href="patches.html" title="Appendix B. Contrib"><link rel="next" href="cmdline-bugmail.html" title="B.2. Command-line 'Send Unsent Bug-mail' tool"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">B.1. Command-line Search Interface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="patches.html">Prev</a> </td><th width="60%" align="center">Appendix B. Contrib</th><td width="20%" align="right"> <a accesskey="n" href="cmdline-bugmail.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cmdline"></a>B.1. Command-line Search Interface</h2></div></div></div><p> There are a suite of Unix utilities for searching Bugzilla from the command line. They live in the <code class="filename">contrib/cmdline</code> directory. diff --git a/docs/en/html/components.html b/docs/en/html/components.html index 274e26c93..f53bb0686 100644 --- a/docs/en/html/components.html +++ b/docs/en/html/components.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.5. Components</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="products.html" title="3.4. Products"><link rel="next" href="versions.html" title="3.6. Versions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.5. Components</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="products.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="versions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="components"></a>3.5. Components</h2></div></div></div><p>Components are subsections of a Product. E.g. the computer game +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.5. Components</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="products.html" title="3.4. Products"><link rel="next" href="versions.html" title="3.6. Versions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.5. Components</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="products.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="versions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="components"></a>3.5. Components</h2></div></div></div><p>Components are subsections of a Product. E.g. the computer game you are designing may have a "UI" component, an "API" component, a "Sound System" component, and a "Plugins" component, each overseen by a different programmer. It diff --git a/docs/en/html/configuration.html b/docs/en/html/configuration.html index d26abc3ea..b486b1282 100644 --- a/docs/en/html/configuration.html +++ b/docs/en/html/configuration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.2. Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="installation.html" title="2.1. Installation"><link rel="next" href="extraconfig.html" title="2.3. Optional Additional Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2. Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="installation.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="extraconfig.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuration"></a>2.2. Configuration</h2></div></div></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.2. Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="installation.html" title="2.1. Installation"><link rel="next" href="extraconfig.html" title="2.3. Optional Additional Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2. Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="installation.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="extraconfig.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuration"></a>2.2. Configuration</h2></div></div></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> Poorly-configured MySQL and Bugzilla installations have given attackers full access to systems in the past. Please take the security parts of these guidelines seriously, even for Bugzilla @@ -76,7 +76,7 @@ configuration in the "[mysqld]" section, like this:</p><pre class="screen">[mysqld] # Allow packets up to 4MB max_allowed_packet=4M - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518499344"></a>2.2.2.2.2. Allow small words in full-text indexes</h5></div></div></div><p>By default, words must be at least four characters in length + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172780096"></a>2.2.2.2.2. Allow small words in full-text indexes</h5></div></div></div><p>By default, words must be at least four characters in length in order to be indexed by MySQL's full-text indexes. This causes a lot of Bugzilla specific words to be missed, including "cc", "ftp" and "uri".</p><p>MySQL can be configured to index those words by setting the @@ -111,7 +111,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.* TO bugs@localhost IDENTIFIED BY '<em class="replaceable"><code>$db_pass</code></em>'; <code class="prompt">mysql></code> FLUSH PRIVILEGES; - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518483168"></a>2.2.2.2.4. Permit attachments table to grow beyond 4GB</h5></div></div></div><p> + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172763920"></a>2.2.2.2.4. Permit attachments table to grow beyond 4GB</h5></div></div></div><p> By default, MySQL will limit the size of a table to 4GB. This limit is present even if the underlying filesystem has no such limit. To set a higher limit, follow these @@ -132,7 +132,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat </p><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> This does not affect Big Files, attachments that are stored directly on disk instead of in the database. - </p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="postgresql"></a>2.2.2.3. PostgreSQL</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518473568"></a>2.2.2.3.1. Add a User to PostgreSQL</h5></div></div></div><p>You need to add a new user to PostgreSQL for the Bugzilla + </p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="postgresql"></a>2.2.2.3. PostgreSQL</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172754320"></a>2.2.2.3.1. Add a User to PostgreSQL</h5></div></div></div><p>You need to add a new user to PostgreSQL for the Bugzilla application to use when accessing the database. The following instructions assume the defaults in <code class="filename">localconfig</code>; if you changed those, you need to modify the commands appropriately. You will @@ -142,7 +142,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat login as the root user, and then</p><pre class="screen"><code class="prompt">bash#</code> su - postgres</pre><p>As the postgres user, you then need to create a new user: </p><pre class="screen"><code class="prompt">bash$</code> createuser -U postgres -dRSP bugs</pre><p>When asked for a password, provide the password which will be set as <em class="replaceable"><code>$db_pass</code></em> in <code class="filename">localconfig</code>. The created user will not be a superuser (-S) and will not be able to create - new users (-R). He will only have the ability to create databases (-d).</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518464016"></a>2.2.2.3.2. Configure PostgreSQL</h5></div></div></div><p>Now, you will need to edit <code class="filename">pg_hba.conf</code> which is + new users (-R). He will only have the ability to create databases (-d).</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172744768"></a>2.2.2.3.2. Configure PostgreSQL</h5></div></div></div><p>Now, you will need to edit <code class="filename">pg_hba.conf</code> which is usually located in <code class="filename">/var/lib/pgsql/data/</code>. In this file, you will need to add a new line to it as follows:</p><p> <code class="computeroutput">host all bugs 127.0.0.1 255.255.255.255 md5</code> @@ -154,7 +154,7 @@ ft_min_word_len=2</pre><p>Rebuilding the indexes can be done based on documentat restarted, you will need to edit <code class="filename">localconfig</code>, finding the <code class="literal">$db_driver</code> variable and setting it to <code class="literal">Pg</code> and changing the password in <code class="literal">$db_pass</code> - to the one you picked previously, while setting up the account.</p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="oracle"></a>2.2.2.4. Oracle</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518453792"></a>2.2.2.4.1. Create a New Tablespace</h5></div></div></div><p> + to the one you picked previously, while setting up the account.</p></div></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="oracle"></a>2.2.2.4. Oracle</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172734544"></a>2.2.2.4.1. Create a New Tablespace</h5></div></div></div><p> You can use the existing tablespace or create a new one for Bugzilla. To create a new tablespace, run the following command: </p><pre class="programlisting"> @@ -168,7 +168,7 @@ AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED <code class="filename">/u01/oradata/bugzilla.dbf</code>. The initial size of the database file is set in this example to 500 Mb, with an increment of 30 Mb everytime we reach the size limit of the file. - </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518449120"></a>2.2.2.4.2. Add a User to Oracle</h5></div></div></div><p> + </p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172729872"></a>2.2.2.4.2. Add a User to Oracle</h5></div></div></div><p> The user name and password must match what you set in <code class="filename">localconfig</code> (<code class="literal">$db_user</code> and <code class="literal">$db_pass</code>, respectively). Here, we assume that @@ -186,7 +186,7 @@ GRANT RESOURCE TO bugs; -- GRANT/REVOKE SYSTEM PRIVILEGES GRANT UNLIMITED TABLESPACE TO bugs; GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs; - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809518443984"></a>2.2.2.4.3. Configure the Web Server</h5></div></div></div><p> + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532172724736"></a>2.2.2.4.3. Configure the Web Server</h5></div></div></div><p> If you use Apache, append these lines to <code class="filename">httpd.conf</code> to set ORACLE_HOME and LD_LIBRARY_PATH. For instance: </p><pre class="programlisting"> @@ -203,7 +203,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/ The database will be stored in <code class="filename">data/db/$db_name</code>, where <code class="literal">$db_name</code> is the database name defined in <code class="filename">localconfig</code>. - </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809518434608"></a>2.2.3. checksetup.pl</h3></div></div></div><p> + </p></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532172715360"></a>2.2.3. checksetup.pl</h3></div></div></div><p> Next, rerun <code class="filename">checksetup.pl</code>. It reconfirms that all the modules are present, and notices the altered localconfig file, which it assumes you have edited to your diff --git a/docs/en/html/conventions.html b/docs/en/html/conventions.html index 26f505b47..b3aa0e68b 100644 --- a/docs/en/html/conventions.html +++ b/docs/en/html/conventions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.5. Document Conventions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="credits.html" title="1.4. Credits"><link rel="next" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.5. Document Conventions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="credits.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="installing-bugzilla.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="conventions"></a>1.5. Document Conventions</h2></div></div></div><p>This document uses the following conventions:</p><div class="caution" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Caution"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../images/caution.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a caution. Make sure to read this to not be in trouble!</p></td></tr></table></div><div class="tip" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../images/tip.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a hint or tip, especially about some configuration tweaks.</p></td></tr></table></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is just a note, for your information.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a warning, something you should take care of.</p></td></tr></table></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.5. Document Conventions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="credits.html" title="1.4. Credits"><link rel="next" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.5. Document Conventions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="credits.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="installing-bugzilla.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="conventions"></a>1.5. Document Conventions</h2></div></div></div><p>This document uses the following conventions:</p><div class="caution" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Caution"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../images/caution.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a caution. Make sure to read this to not be in trouble!</p></td></tr></table></div><div class="tip" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../images/tip.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a hint or tip, especially about some configuration tweaks.</p></td></tr></table></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is just a note, for your information.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>This is a warning, something you should take care of.</p></td></tr></table></div><p> A filename or a path to a filename is displayed like this: <code class="filename">/path/to/filename.ext</code> </p><p> diff --git a/docs/en/html/copyright.html b/docs/en/html/copyright.html index 6f85f16f3..670564a79 100644 --- a/docs/en/html/copyright.html +++ b/docs/en/html/copyright.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.1. Copyright Information</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="about.html" title="Chapter 1. About This Guide"><link rel="next" href="disclaimer.html" title="1.2. Disclaimer"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.1. Copyright Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="about.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="disclaimer.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="copyright"></a>1.1. Copyright Information</h2></div></div></div><p>This document is copyright (c) 2000-2015 by the various +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.1. Copyright Information</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="about.html" title="Chapter 1. About This Guide"><link rel="next" href="disclaimer.html" title="1.2. Disclaimer"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.1. Copyright Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="about.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="disclaimer.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="copyright"></a>1.1. Copyright Information</h2></div></div></div><p>This document is copyright (c) 2000-2015 by the various Bugzilla contributors who wrote it.</p><div class="blockquote"><blockquote class="blockquote"><p> Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation diff --git a/docs/en/html/credits.html b/docs/en/html/credits.html index 5c356a931..9be931332 100644 --- a/docs/en/html/credits.html +++ b/docs/en/html/credits.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.4. Credits</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="newversions.html" title="1.3. New Versions"><link rel="next" href="conventions.html" title="1.5. Document Conventions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.4. Credits</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="newversions.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="conventions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="credits"></a>1.4. Credits</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.4. Credits</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="newversions.html" title="1.3. New Versions"><link rel="next" href="conventions.html" title="1.5. Document Conventions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.4. Credits</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="newversions.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="conventions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="credits"></a>1.4. Credits</h2></div></div></div><p> The people listed below have made enormous contributions to the creation of this Guide, through their writing, dedicated hacking efforts, numerous e-mail and IRC support sessions, and overall excellent diff --git a/docs/en/html/cust-change-permissions.html b/docs/en/html/cust-change-permissions.html index 0e520e7f8..cf645bb48 100644 --- a/docs/en/html/cust-change-permissions.html +++ b/docs/en/html/cust-change-permissions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.4. Customizing Who Can Change What</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-templates.html" title="6.3. Template Customization"><link rel="next" href="integration.html" title="6.5. Integrating Bugzilla with Third-Party Tools"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.4. Customizing Who Can Change What</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-templates.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="integration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-change-permissions"></a>6.4. Customizing Who Can Change What</h2></div></div></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.4. Customizing Who Can Change What</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-templates.html" title="6.3. Template Customization"><link rel="next" href="integration.html" title="6.5. Integrating Bugzilla with Third-Party Tools"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.4. Customizing Who Can Change What</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-templates.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="integration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-change-permissions"></a>6.4. Customizing Who Can Change What</h2></div></div></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> This feature should be considered experimental; the Bugzilla code you will be changing is not stable, and could change or move between versions. Be aware that if you make modifications as outlined here, diff --git a/docs/en/html/cust-skins.html b/docs/en/html/cust-skins.html index 3893a0085..75f5c0580 100644 --- a/docs/en/html/cust-skins.html +++ b/docs/en/html/cust-skins.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.2. Custom Skins</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="extensions.html" title="6.1. Bugzilla Extensions"><link rel="next" href="cust-templates.html" title="6.3. Template Customization"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.2. Custom Skins</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extensions.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-templates.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-skins"></a>6.2. Custom Skins</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.2. Custom Skins</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="extensions.html" title="6.1. Bugzilla Extensions"><link rel="next" href="cust-templates.html" title="6.3. Template Customization"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.2. Custom Skins</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extensions.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-templates.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-skins"></a>6.2. Custom Skins</h2></div></div></div><p> Bugzilla allows you to have multiple skins. These are custom CSS and possibly also custom images for Bugzilla. To create a new custom skin, you have two choices: diff --git a/docs/en/html/cust-templates.html b/docs/en/html/cust-templates.html index be77cfb3a..ab32221dd 100644 --- a/docs/en/html/cust-templates.html +++ b/docs/en/html/cust-templates.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.3. Template Customization</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-skins.html" title="6.2. Custom Skins"><link rel="next" href="cust-change-permissions.html" title="6.4. Customizing Who Can Change What"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.3. Template Customization</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-skins.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-change-permissions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-templates"></a>6.3. Template Customization</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.3. Template Customization</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-skins.html" title="6.2. Custom Skins"><link rel="next" href="cust-change-permissions.html" title="6.4. Customizing Who Can Change What"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.3. Template Customization</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-skins.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-change-permissions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-templates"></a>6.3. Template Customization</h2></div></div></div><p> Administrators can configure the look and feel of Bugzilla without having to edit Perl files or face the nightmare of massive merge conflicts when they upgrade to a newer version in the future. diff --git a/docs/en/html/custom-fields.html b/docs/en/html/custom-fields.html index af8795d0e..c34de06a8 100644 --- a/docs/en/html/custom-fields.html +++ b/docs/en/html/custom-fields.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.10. Custom Fields</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="keywords.html" title="3.9. Keywords"><link rel="next" href="edit-values.html" title="3.11. Legal Values"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.10. Custom Fields</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="keywords.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="edit-values.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="custom-fields"></a>3.10. Custom Fields</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.10. Custom Fields</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="keywords.html" title="3.9. Keywords"><link rel="next" href="edit-values.html" title="3.11. Legal Values"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.10. Custom Fields</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="keywords.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="edit-values.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="custom-fields"></a>3.10. Custom Fields</h2></div></div></div><p> The release of Bugzilla 3.0 added the ability to create Custom Fields. Custom Fields are treated like any other field - they can be set in bugs and used for search queries. Administrators should keep in mind that diff --git a/docs/en/html/customization.html b/docs/en/html/customization.html index cf50b3459..2db781d0b 100644 --- a/docs/en/html/customization.html +++ b/docs/en/html/customization.html @@ -1,2 +1,2 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 6. Customizing Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="whining.html" title="5.13. Whining"><link rel="next" href="extensions.html" title="6.1. Bugzilla Extensions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 6. Customizing Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="whining.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="customization"></a>Chapter 6. Customizing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="extensions.html">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="cust-skins.html">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="cust-templates.html">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="cust-templates.html#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="cust-change-permissions.html">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="integration.html">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="whining.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.13. Whining </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6.1. Bugzilla Extensions</td></tr></table></div></body></html> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 6. Customizing Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="whining.html" title="5.13. Whining"><link rel="next" href="extensions.html" title="6.1. Bugzilla Extensions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 6. Customizing Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="whining.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="customization"></a>Chapter 6. Customizing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="extensions.html">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="cust-skins.html">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="cust-templates.html">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="cust-templates.html#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="cust-change-permissions.html">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="integration.html">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="whining.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.13. Whining </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6.1. Bugzilla Extensions</td></tr></table></div></body></html> diff --git a/docs/en/html/disclaimer.html b/docs/en/html/disclaimer.html index 438de41a2..36205e481 100644 --- a/docs/en/html/disclaimer.html +++ b/docs/en/html/disclaimer.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.2. Disclaimer</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="copyright.html" title="1.1. Copyright Information"><link rel="next" href="newversions.html" title="1.3. New Versions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2. Disclaimer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="copyright.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="newversions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="disclaimer"></a>1.2. Disclaimer</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.2. Disclaimer</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="copyright.html" title="1.1. Copyright Information"><link rel="next" href="newversions.html" title="1.3. New Versions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2. Disclaimer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="copyright.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="newversions.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="disclaimer"></a>1.2. Disclaimer</h2></div></div></div><p> No liability for the contents of this document can be accepted. Follow the instructions herein at your own risk. This document may contain errors diff --git a/docs/en/html/edit-values.html b/docs/en/html/edit-values.html index 90e86bd55..6bf4c37ad 100644 --- a/docs/en/html/edit-values.html +++ b/docs/en/html/edit-values.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.11. Legal Values</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="custom-fields.html" title="3.10. Custom Fields"><link rel="next" href="bug_status_workflow.html" title="3.12. Bug Status Workflow"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.11. Legal Values</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="custom-fields.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bug_status_workflow.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="edit-values"></a>3.11. Legal Values</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.11. Legal Values</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="custom-fields.html" title="3.10. Custom Fields"><link rel="next" href="bug_status_workflow.html" title="3.12. Bug Status Workflow"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.11. Legal Values</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="custom-fields.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bug_status_workflow.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="edit-values"></a>3.11. Legal Values</h2></div></div></div><p> Legal values for the operating system, platform, bug priority and severity, custom fields of type <span class="quote">“<span class="quote">Drop Down</span>”</span> and <span class="quote">“<span class="quote">Multiple-Selection Box</span>”</span> (see <a class="xref" href="custom-fields.html" title="3.10. Custom Fields">Section 3.10, “Custom Fields”</a>), diff --git a/docs/en/html/extensions.html b/docs/en/html/extensions.html index 6cf481bb8..dfc9432d7 100644 --- a/docs/en/html/extensions.html +++ b/docs/en/html/extensions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.1. Bugzilla Extensions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="next" href="cust-skins.html" title="6.2. Custom Skins"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.1. Bugzilla Extensions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="customization.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-skins.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extensions"></a>6.1. Bugzilla Extensions</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.1. Bugzilla Extensions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="next" href="cust-skins.html" title="6.2. Custom Skins"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.1. Bugzilla Extensions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="customization.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="cust-skins.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extensions"></a>6.1. Bugzilla Extensions</h2></div></div></div><p> One of the best ways to customize Bugzilla is by writing a Bugzilla Extension. Bugzilla Extensions let you modify both the code and UI of Bugzilla in a way that can be distributed to other Bugzilla diff --git a/docs/en/html/extraconfig.html b/docs/en/html/extraconfig.html index 5bad9bfaa..3ee698d0a 100644 --- a/docs/en/html/extraconfig.html +++ b/docs/en/html/extraconfig.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.3. Optional Additional Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="configuration.html" title="2.2. Configuration"><link rel="next" href="multiple-bz-dbs.html" title="2.4. Multiple Bugzilla databases with a single installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.3. Optional Additional Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="configuration.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="multiple-bz-dbs.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extraconfig"></a>2.3. Optional Additional Configuration</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.3. Optional Additional Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="configuration.html" title="2.2. Configuration"><link rel="next" href="multiple-bz-dbs.html" title="2.4. Multiple Bugzilla databases with a single installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.3. Optional Additional Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="configuration.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="multiple-bz-dbs.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extraconfig"></a>2.3. Optional Additional Configuration</h2></div></div></div><p> Bugzilla has a number of optional features. This section describes how to configure or enable them. - </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517858336"></a>2.3.1. Bug Graphs</h3></div></div></div><p>If you have installed the necessary Perl modules you + </p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165520704"></a>2.3.1. Bug Graphs</h3></div></div></div><p>If you have installed the necessary Perl modules you can start collecting statistics for the nifty Bugzilla graphs.</p><pre class="screen"><code class="prompt">bash#</code> <span class="command"><strong>crontab -e</strong></span></pre><p> This should bring up the crontab file in your editor. diff --git a/docs/en/html/flags-overview.html b/docs/en/html/flags-overview.html index 1e7cf37d1..e13b9e7d1 100644 --- a/docs/en/html/flags-overview.html +++ b/docs/en/html/flags-overview.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.8. Flags</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="milestones.html" title="3.7. Milestones"><link rel="next" href="keywords.html" title="3.9. Keywords"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.8. Flags</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="milestones.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="keywords.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="flags-overview"></a>3.8. Flags</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.8. Flags</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="milestones.html" title="3.7. Milestones"><link rel="next" href="keywords.html" title="3.9. Keywords"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.8. Flags</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="milestones.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="keywords.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="flags-overview"></a>3.8. Flags</h2></div></div></div><p> Flags are a way to attach a specific status to a bug or attachment, either <span class="quote">“<span class="quote">+</span>”</span> or <span class="quote">“<span class="quote">-</span>”</span>. The meaning of these symbols depends on the text the flag itself, but contextually they could mean pass/fail, diff --git a/docs/en/html/flags.html b/docs/en/html/flags.html index ba0a72465..4216d9d70 100644 --- a/docs/en/html/flags.html +++ b/docs/en/html/flags.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.12. Flags</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="reporting.html" title="5.11. Reports and Charts"><link rel="next" href="whining.html" title="5.13. Whining"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.12. Flags</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="reporting.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="whining.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="flags"></a>5.12. Flags</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.12. Flags</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="reporting.html" title="5.11. Reports and Charts"><link rel="next" href="whining.html" title="5.13. Whining"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.12. Flags</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="reporting.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="whining.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="flags"></a>5.12. Flags</h2></div></div></div><p> A flag is a kind of status that can be set on bugs or attachments to indicate that the bugs/attachments are in a certain state. Each installation can define its own set of flags that can be set diff --git a/docs/en/html/general-advice.html b/docs/en/html/general-advice.html index 7f949f8ba..f8b8fc93e 100644 --- a/docs/en/html/general-advice.html +++ b/docs/en/html/general-advice.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.1. General Advice</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="next" href="trbl-testserver.html" title="A.2. The Apache web server is not serving Bugzilla pages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.1. General Advice</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="troubleshooting.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-testserver.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="general-advice"></a>A.1. General Advice</h2></div></div></div><p>If you can't get <code class="filename">checksetup.pl</code> to run to +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.1. General Advice</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="next" href="trbl-testserver.html" title="A.2. The Apache web server is not serving Bugzilla pages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.1. General Advice</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="troubleshooting.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-testserver.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="general-advice"></a>A.1. General Advice</h2></div></div></div><p>If you can't get <code class="filename">checksetup.pl</code> to run to completion, it normally explains what's wrong and how to fix it. If you can't work it out, or if it's being uncommunicative, post the errors in the diff --git a/docs/en/html/gfdl-0.html b/docs/en/html/gfdl-0.html index dc103caf2..179f34495 100644 --- a/docs/en/html/gfdl-0.html +++ b/docs/en/html/gfdl-0.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.0. Preamble</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="next" href="gfdl-1.html" title="D.1. Applicability and Definition"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.0. Preamble</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-1.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-0"></a>D.0. Preamble</h2></div></div></div><p>The purpose of this License is to make a manual, textbook, or other +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.0. Preamble</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="next" href="gfdl-1.html" title="D.1. Applicability and Definition"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.0. Preamble</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-1.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-0"></a>D.0. Preamble</h2></div></div></div><p>The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License diff --git a/docs/en/html/gfdl-1.html b/docs/en/html/gfdl-1.html index aebc2b2cd..f8959a68d 100644 --- a/docs/en/html/gfdl-1.html +++ b/docs/en/html/gfdl-1.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.1. Applicability and Definition</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-0.html" title="D.0. Preamble"><link rel="next" href="gfdl-2.html" title="D.2. Verbatim Copying"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.1. Applicability and Definition</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-0.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-2.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-1"></a>D.1. Applicability and Definition</h2></div></div></div><p>This License applies to any manual or other work that contains a +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.1. Applicability and Definition</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-0.html" title="D.0. Preamble"><link rel="next" href="gfdl-2.html" title="D.2. Verbatim Copying"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.1. Applicability and Definition</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-0.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-2.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-1"></a>D.1. Applicability and Definition</h2></div></div></div><p>This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed diff --git a/docs/en/html/gfdl-10.html b/docs/en/html/gfdl-10.html index 9300d5b95..3c10b5ab5 100644 --- a/docs/en/html/gfdl-10.html +++ b/docs/en/html/gfdl-10.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.10. Future Revisions of this License</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-9.html" title="D.9. Termination"><link rel="next" href="gfdl-howto.html" title="D.. How to use this License for your documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.10. Future Revisions of this License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-9.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-howto.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-10"></a>D.10. Future Revisions of this License</h2></div></div></div><p>The Free Software Foundation may publish new, revised versions of +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.10. Future Revisions of this License</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-9.html" title="D.9. Termination"><link rel="next" href="gfdl-howto.html" title="D.. How to use this License for your documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.10. Future Revisions of this License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-9.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-howto.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-10"></a>D.10. Future Revisions of this License</h2></div></div></div><p>The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See diff --git a/docs/en/html/gfdl-2.html b/docs/en/html/gfdl-2.html index daa1a9f48..ed328fccb 100644 --- a/docs/en/html/gfdl-2.html +++ b/docs/en/html/gfdl-2.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.2. Verbatim Copying</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-1.html" title="D.1. Applicability and Definition"><link rel="next" href="gfdl-3.html" title="D.3. Copying in Quantity"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.2. Verbatim Copying</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-1.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-3.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-2"></a>D.2. Verbatim Copying</h2></div></div></div><p>You may copy and distribute the Document in any medium, either +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.2. Verbatim Copying</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-1.html" title="D.1. Applicability and Definition"><link rel="next" href="gfdl-3.html" title="D.3. Copying in Quantity"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.2. Verbatim Copying</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-1.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-3.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-2"></a>D.2. Verbatim Copying</h2></div></div></div><p>You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other diff --git a/docs/en/html/gfdl-3.html b/docs/en/html/gfdl-3.html index f224c8d4e..ee4da824b 100644 --- a/docs/en/html/gfdl-3.html +++ b/docs/en/html/gfdl-3.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.3. Copying in Quantity</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-2.html" title="D.2. Verbatim Copying"><link rel="next" href="gfdl-4.html" title="D.4. Modifications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.3. Copying in Quantity</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-2.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-4.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-3"></a>D.3. Copying in Quantity</h2></div></div></div><p>If you publish printed copies of the Document numbering more than +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.3. Copying in Quantity</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-2.html" title="D.2. Verbatim Copying"><link rel="next" href="gfdl-4.html" title="D.4. Modifications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.3. Copying in Quantity</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-2.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-4.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-3"></a>D.3. Copying in Quantity</h2></div></div></div><p>If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts diff --git a/docs/en/html/gfdl-4.html b/docs/en/html/gfdl-4.html index d471b791c..1715df79a 100644 --- a/docs/en/html/gfdl-4.html +++ b/docs/en/html/gfdl-4.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.4. Modifications</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-3.html" title="D.3. Copying in Quantity"><link rel="next" href="gfdl-5.html" title="D.5. Combining Documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.4. Modifications</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-3.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-5.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-4"></a>D.4. Modifications</h2></div></div></div><p>You may copy and distribute a Modified Version of the Document +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.4. Modifications</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-3.html" title="D.3. Copying in Quantity"><link rel="next" href="gfdl-5.html" title="D.5. Combining Documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.4. Modifications</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-3.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-5.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-4"></a>D.4. Modifications</h2></div></div></div><p>You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and diff --git a/docs/en/html/gfdl-5.html b/docs/en/html/gfdl-5.html index 3b6a0b6a6..e8f552660 100644 --- a/docs/en/html/gfdl-5.html +++ b/docs/en/html/gfdl-5.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.5. Combining Documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-4.html" title="D.4. Modifications"><link rel="next" href="gfdl-6.html" title="D.6. Collections of Documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.5. Combining Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-4.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-6.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-5"></a>D.5. Combining Documents</h2></div></div></div><p>You may combine the Document with other documents released under +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.5. Combining Documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-4.html" title="D.4. Modifications"><link rel="next" href="gfdl-6.html" title="D.6. Collections of Documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.5. Combining Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-4.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-6.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-5"></a>D.5. Combining Documents</h2></div></div></div><p>You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list diff --git a/docs/en/html/gfdl-6.html b/docs/en/html/gfdl-6.html index d5cb32712..49963e771 100644 --- a/docs/en/html/gfdl-6.html +++ b/docs/en/html/gfdl-6.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.6. Collections of Documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-5.html" title="D.5. Combining Documents"><link rel="next" href="gfdl-7.html" title="D.7. Aggregation with Independent Works"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.6. Collections of Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-5.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-7.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-6"></a>D.6. Collections of Documents</h2></div></div></div><p>You may make a collection consisting of the Document and other +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.6. Collections of Documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-5.html" title="D.5. Combining Documents"><link rel="next" href="gfdl-7.html" title="D.7. Aggregation with Independent Works"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.6. Collections of Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-5.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-7.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-6"></a>D.6. Collections of Documents</h2></div></div></div><p>You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this diff --git a/docs/en/html/gfdl-7.html b/docs/en/html/gfdl-7.html index 1328f2fc0..012f01c13 100644 --- a/docs/en/html/gfdl-7.html +++ b/docs/en/html/gfdl-7.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.7. Aggregation with Independent Works</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-6.html" title="D.6. Collections of Documents"><link rel="next" href="gfdl-8.html" title="D.8. Translation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.7. Aggregation with Independent Works</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-6.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-8.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-7"></a>D.7. Aggregation with Independent Works</h2></div></div></div><p>A compilation of the Document or its derivatives with other +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.7. Aggregation with Independent Works</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-6.html" title="D.6. Collections of Documents"><link rel="next" href="gfdl-8.html" title="D.8. Translation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.7. Aggregation with Independent Works</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-6.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-8.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-7"></a>D.7. Aggregation with Independent Works</h2></div></div></div><p>A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for diff --git a/docs/en/html/gfdl-8.html b/docs/en/html/gfdl-8.html index edb1ee00d..08b14eea4 100644 --- a/docs/en/html/gfdl-8.html +++ b/docs/en/html/gfdl-8.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.8. Translation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-7.html" title="D.7. Aggregation with Independent Works"><link rel="next" href="gfdl-9.html" title="D.9. Termination"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.8. Translation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-7.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-9.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-8"></a>D.8. Translation</h2></div></div></div><p>Translation is considered a kind of modification, so you may +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.8. Translation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-7.html" title="D.7. Aggregation with Independent Works"><link rel="next" href="gfdl-9.html" title="D.9. Termination"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.8. Translation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-7.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-9.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-8"></a>D.8. Translation</h2></div></div></div><p>Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations diff --git a/docs/en/html/gfdl-9.html b/docs/en/html/gfdl-9.html index 003860238..1c3093a21 100644 --- a/docs/en/html/gfdl-9.html +++ b/docs/en/html/gfdl-9.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.9. Termination</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-8.html" title="D.8. Translation"><link rel="next" href="gfdl-10.html" title="D.10. Future Revisions of this License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.9. Termination</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-8.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-10.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-9"></a>D.9. Termination</h2></div></div></div><p>You may not copy, modify, sublicense, or distribute the Document +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.9. Termination</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-8.html" title="D.8. Translation"><link rel="next" href="gfdl-10.html" title="D.10. Future Revisions of this License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.9. Termination</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-8.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="gfdl-10.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-9"></a>D.9. Termination</h2></div></div></div><p>You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties diff --git a/docs/en/html/gfdl-howto.html b/docs/en/html/gfdl-howto.html index db0154574..d4ecbdc6f 100644 --- a/docs/en/html/gfdl-howto.html +++ b/docs/en/html/gfdl-howto.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.. How to use this License for your documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-10.html" title="D.10. Future Revisions of this License"><link rel="next" href="glossary.html" title="Glossary"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.. How to use this License for your documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-10.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="glossary.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-howto"></a>D.. How to use this License for your documents</h2></div></div></div><p>To use this License in a document you have written, include a copy +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>D.. How to use this License for your documents</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="gfdl.html" title="Appendix D. GNU Free Documentation License"><link rel="prev" href="gfdl-10.html" title="D.10. Future Revisions of this License"><link rel="next" href="glossary.html" title="Glossary"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">D.. How to use this License for your documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-10.html">Prev</a> </td><th width="60%" align="center">Appendix D. GNU Free Documentation License</th><td width="20%" align="right"> <a accesskey="n" href="glossary.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="gfdl-howto"></a>D.. How to use this License for your documents</h2></div></div></div><p>To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:</p><div class="blockquote"><blockquote class="blockquote"><p>Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free diff --git a/docs/en/html/gfdl.html b/docs/en/html/gfdl.html index 20e9d4dd4..0c379245e 100644 --- a/docs/en/html/gfdl.html +++ b/docs/en/html/gfdl.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix D. GNU Free Documentation License</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="modules-manual-optional.html" title="C.3. Optional Modules"><link rel="next" href="gfdl-0.html" title="D.0. Preamble"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. GNU Free Documentation License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-optional.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="gfdl-0.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="gfdl"></a>Appendix D. GNU Free Documentation License</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="gfdl-0.html">D.0. Preamble</a></span></dt><dt><span class="section"><a href="gfdl-1.html">D.1. Applicability and Definition</a></span></dt><dt><span class="section"><a href="gfdl-2.html">D.2. Verbatim Copying</a></span></dt><dt><span class="section"><a href="gfdl-3.html">D.3. Copying in Quantity</a></span></dt><dt><span class="section"><a href="gfdl-4.html">D.4. Modifications</a></span></dt><dt><span class="section"><a href="gfdl-5.html">D.5. Combining Documents</a></span></dt><dt><span class="section"><a href="gfdl-6.html">D.6. Collections of Documents</a></span></dt><dt><span class="section"><a href="gfdl-7.html">D.7. Aggregation with Independent Works</a></span></dt><dt><span class="section"><a href="gfdl-8.html">D.8. Translation</a></span></dt><dt><span class="section"><a href="gfdl-9.html">D.9. Termination</a></span></dt><dt><span class="section"><a href="gfdl-10.html">D.10. Future Revisions of this License</a></span></dt><dt><span class="section"><a href="gfdl-howto.html">D.. How to use this License for your documents</a></span></dt></dl></div><p>Version 1.1, March 2000</p><div class="blockquote"><blockquote class="blockquote"><p>Copyright (C) 2000 Free Software Foundation, Inc. 51 Franklin Street, +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix D. GNU Free Documentation License</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="modules-manual-optional.html" title="C.3. Optional Modules"><link rel="next" href="gfdl-0.html" title="D.0. Preamble"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. GNU Free Documentation License</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-optional.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="gfdl-0.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="gfdl"></a>Appendix D. GNU Free Documentation License</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="gfdl-0.html">D.0. Preamble</a></span></dt><dt><span class="section"><a href="gfdl-1.html">D.1. Applicability and Definition</a></span></dt><dt><span class="section"><a href="gfdl-2.html">D.2. Verbatim Copying</a></span></dt><dt><span class="section"><a href="gfdl-3.html">D.3. Copying in Quantity</a></span></dt><dt><span class="section"><a href="gfdl-4.html">D.4. Modifications</a></span></dt><dt><span class="section"><a href="gfdl-5.html">D.5. Combining Documents</a></span></dt><dt><span class="section"><a href="gfdl-6.html">D.6. Collections of Documents</a></span></dt><dt><span class="section"><a href="gfdl-7.html">D.7. Aggregation with Independent Works</a></span></dt><dt><span class="section"><a href="gfdl-8.html">D.8. Translation</a></span></dt><dt><span class="section"><a href="gfdl-9.html">D.9. Termination</a></span></dt><dt><span class="section"><a href="gfdl-10.html">D.10. Future Revisions of this License</a></span></dt><dt><span class="section"><a href="gfdl-howto.html">D.. How to use this License for your documents</a></span></dt></dl></div><p>Version 1.1, March 2000</p><div class="blockquote"><blockquote class="blockquote"><p>Copyright (C) 2000 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</p></blockquote></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="modules-manual-optional.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="gfdl-0.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">C.3. Optional Modules </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> D.0. Preamble</td></tr></table></div></body></html> diff --git a/docs/en/html/glossary.html b/docs/en/html/glossary.html index 38b083d1e..fe5541276 100644 --- a/docs/en/html/glossary.html +++ b/docs/en/html/glossary.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Glossary</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="gfdl-howto.html" title="D.. How to use this License for your documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-howto.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h1 class="title"><a name="glossary"></a>Glossary</h1></div></div></div><div class="glossdiv"><h3 class="title">0-9, high ascii</h3><dl><dt><a name="gloss-htaccess"></a><span class="glossterm">.htaccess</span></dt><dd class="glossdef"><p>Apache web server, and other NCSA-compliant web servers, +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Glossary</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="gfdl-howto.html" title="D.. How to use this License for your documents"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="gfdl-howto.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h1 class="title"><a name="glossary"></a>Glossary</h1></div></div></div><div class="glossdiv"><h3 class="title">0-9, high ascii</h3><dl><dt><a name="gloss-htaccess"></a><span class="glossterm">.htaccess</span></dt><dd class="glossdef"><p>Apache web server, and other NCSA-compliant web servers, observe the convention of using files in directories called <code class="filename">.htaccess</code> diff --git a/docs/en/html/groups.html b/docs/en/html/groups.html index 8dc7ea4ca..1962babc7 100644 --- a/docs/en/html/groups.html +++ b/docs/en/html/groups.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.15. Groups and Group Security</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="quips.html" title="3.14. Quips"><link rel="next" href="sanitycheck.html" title="3.16. Checking and Maintaining Database Integrity"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.15. Groups and Group Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="quips.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="sanitycheck.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="groups"></a>3.15. Groups and Group Security</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.15. Groups and Group Security</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="quips.html" title="3.14. Quips"><link rel="next" href="sanitycheck.html" title="3.16. Checking and Maintaining Database Integrity"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.15. Groups and Group Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="quips.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="sanitycheck.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="groups"></a>3.15. Groups and Group Security</h2></div></div></div><p> Groups allow for separating bugs into logical divisions. Groups are typically used to isolate bugs that should only be seen by certain people. For @@ -168,7 +168,7 @@ group name in the user's profile. See <a class="xref" href="groups.html#create-groups" title="3.15.1. Creating Groups">Section 3.15.1, “Creating Groups”</a> for details on the regular expression option when creating groups. - </p></li></ol></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809514032864"></a>3.15.4. Assigning Group Controls to Products</h3></div></div></div><p> + </p></li></ol></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532170860160"></a>3.15.4. Assigning Group Controls to Products</h3></div></div></div><p> The primary functionality of groups is derived from the relationship of groups to products. The concepts around segregating access to bugs with product group controls can be confusing. For details and examples on this diff --git a/docs/en/html/hintsandtips.html b/docs/en/html/hintsandtips.html index c95d10a94..f1fac6831 100644 --- a/docs/en/html/hintsandtips.html +++ b/docs/en/html/hintsandtips.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.8. Hints and Tips</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="attachments.html" title="5.7. Attachments"><link rel="next" href="timetracking.html" title="5.9. Time Tracking Information"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.8. Hints and Tips</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="attachments.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="timetracking.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="hintsandtips"></a>5.8. Hints and Tips</h2></div></div></div><p>This section distills some Bugzilla tips and best practices - that have been developed.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809513959824"></a>5.8.1. Autolinkification</h3></div></div></div><p>Bugzilla comments are plain text - so typing <U> will +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.8. Hints and Tips</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="attachments.html" title="5.7. Attachments"><link rel="next" href="timetracking.html" title="5.9. Time Tracking Information"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.8. Hints and Tips</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="attachments.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="timetracking.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="hintsandtips"></a>5.8. Hints and Tips</h2></div></div></div><p>This section distills some Bugzilla tips and best practices + that have been developed.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532166733968"></a>5.8.1. Autolinkification</h3></div></div></div><p>Bugzilla comments are plain text - so typing <U> will produce less-than, U, greater-than rather than underlined text. However, Bugzilla will automatically make hyperlinks out of certain sorts of text in comments. For example, the text diff --git a/docs/en/html/index.html b/docs/en/html/index.html index 69b2137c3..9381fbca1 100644 --- a/docs/en/html/index.html +++ b/docs/en/html/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>The Bugzilla Guide - 4.4.7 Release</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="description" content="This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software that tracks millions of bugs and issues for hundreds of organizations around the world. The most current version of this document can always be found on the Bugzilla Documentation Page."><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="next" href="about.html" title="Chapter 1. About This Guide"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The Bugzilla Guide - 4.4.7 - Release</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="about.html">Next</a></td></tr></table><hr></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>The Bugzilla Guide - 4.4.7 - Release</h1></div><div><div class="authorgroup"><h3 class="corpauthor">The Bugzilla Team</h3></div></div><div><p class="pubdate">2015-01-21</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>The Bugzilla Guide - 4.4.8 Release</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="description" content="This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software that tracks millions of bugs and issues for hundreds of organizations around the world. The most current version of this document can always be found on the Bugzilla Documentation Page."><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="next" href="about.html" title="Chapter 1. About This Guide"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The Bugzilla Guide - 4.4.8 + Release</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="about.html">Next</a></td></tr></table><hr></div><div class="book"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>The Bugzilla Guide - 4.4.8 + Release</h1></div><div><div class="authorgroup"><h3 class="corpauthor">The Bugzilla Team</h3></div></div><div><p class="pubdate">2015-01-27</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p> This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece of software @@ -11,7 +11,7 @@ The most current version of this document can always be found on the <a class="ulink" href="http://www.bugzilla.org/docs/" target="_top">Bugzilla Documentation Page</a>. - </p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="about.html">1. About This Guide</a></span></dt><dd><dl><dt><span class="section"><a href="copyright.html">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="disclaimer.html">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="newversions.html">1.3. New Versions</a></span></dt><dt><span class="section"><a href="credits.html">1.4. Credits</a></span></dt><dt><span class="section"><a href="conventions.html">1.5. Document Conventions</a></span></dt></dl></dd><dt><span class="chapter"><a href="installing-bugzilla.html">2. Installing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="installation.html#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="installation.html#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="installation.html#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="installation.html#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="installation.html#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="installation.html#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="configuration.html">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="configuration.html#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="configuration.html#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="configuration.html#idm139809518434608">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="configuration.html#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="configuration.html#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="extraconfig.html">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="extraconfig.html#idm139809517858336">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="extraconfig.html#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="multiple-bz-dbs.html">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="os-specific.html">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="os-specific.html#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="os-specific.html#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="os-specific.html#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="nonroot.html">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="nonroot.html#idm139809517760832">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517758592">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517736912">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="nonroot.html#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517722080">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517715072">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="upgrade.html">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="upgrade.html#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="administration.html">3. Administering Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="parameters.html#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="parameters.html#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="parameters.html#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="parameters.html#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="parameters.html#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="parameters.html#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="parameters.html#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="parameters.html#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="parameters.html#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="useradmin.html">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="useradmin.html#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="useradmin.html#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="classifications.html">3.3. Classifications</a></span></dt><dt><span class="section"><a href="products.html">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="products.html#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="products.html#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="products.html#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="products.html#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="components.html">3.5. Components</a></span></dt><dt><span class="section"><a href="versions.html">3.6. Versions</a></span></dt><dt><span class="section"><a href="milestones.html">3.7. Milestones</a></span></dt><dt><span class="section"><a href="flags-overview.html">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="flags-overview.html#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="keywords.html">3.9. Keywords</a></span></dt><dt><span class="section"><a href="custom-fields.html">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="custom-fields.html#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="edit-values.html">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="edit-values.html#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="edit-values.html#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="bug_status_workflow.html">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="voting.html">3.13. Voting</a></span></dt><dt><span class="section"><a href="quips.html">3.14. Quips</a></span></dt><dt><span class="section"><a href="groups.html">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="groups.html#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="groups.html#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="groups.html#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="groups.html#idm139809514032864">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="sanitycheck.html">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></dd><dt><span class="chapter"><a href="security.html">4. Bugzilla Security</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="security-webserver.html">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="security-webserver.html#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="security-bugzilla.html">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="security-bugzilla.html#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="using.html">5. Using Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="using-intro.html">5.1. Introduction</a></span></dt><dt><span class="section"><a href="myaccount.html">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="bug_page.html">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="lifecycle.html">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="query.html">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="query.html#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="query.html#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="query.html#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="query.html#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="query.html#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="bugreports.html">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="bugreports.html#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="bugreports.html#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="attachments.html">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="attachments.html#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="hintsandtips.html">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="hintsandtips.html#idm139809513959824">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="hintsandtips.html#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="hintsandtips.html#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="hintsandtips.html#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="timetracking.html">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="userpreferences.html">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="userpreferences.html#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="userpreferences.html#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="userpreferences.html#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="reporting.html">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="reporting.html#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="reporting.html#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="flags.html">5.12. Flags</a></span></dt><dt><span class="section"><a href="whining.html">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="whining.html#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="whining.html#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="whining.html#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="whining.html#idm139809513812080">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="customization.html">6. Customizing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="extensions.html">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="cust-skins.html">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="cust-templates.html">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="cust-templates.html#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="cust-change-permissions.html">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="integration.html">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></dd><dt><span class="appendix"><a href="troubleshooting.html">A. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="general-advice.html">A.1. General Advice</a></span></dt><dt><span class="section"><a href="trbl-testserver.html">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="trbl-perlmodule.html">A.3. I installed a Perl module, but + </p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="about.html">1. About This Guide</a></span></dt><dd><dl><dt><span class="section"><a href="copyright.html">1.1. Copyright Information</a></span></dt><dt><span class="section"><a href="disclaimer.html">1.2. Disclaimer</a></span></dt><dt><span class="section"><a href="newversions.html">1.3. New Versions</a></span></dt><dt><span class="section"><a href="credits.html">1.4. Credits</a></span></dt><dt><span class="section"><a href="conventions.html">1.5. Document Conventions</a></span></dt></dl></dd><dt><span class="chapter"><a href="installing-bugzilla.html">2. Installing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="installation.html#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="installation.html#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="installation.html#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="installation.html#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="installation.html#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="installation.html#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="configuration.html">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="configuration.html#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="configuration.html#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="configuration.html#idm140532172715360">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="configuration.html#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="configuration.html#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="extraconfig.html">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="extraconfig.html#idm140532165520704">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="extraconfig.html#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="multiple-bz-dbs.html">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="os-specific.html">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="os-specific.html#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="os-specific.html#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="os-specific.html#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="nonroot.html">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="nonroot.html#idm140532165423104">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165420864">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165399184">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="nonroot.html#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165384352">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165377344">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="upgrade.html">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="upgrade.html#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="administration.html">3. Administering Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html">3.1. Bugzilla Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="parameters.html#param-requiredsettings">3.1.1. Required Settings</a></span></dt><dt><span class="section"><a href="parameters.html#param-admin-policies">3.1.2. Administrative Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-user-authentication">3.1.3. User Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-attachments">3.1.4. Attachments</a></span></dt><dt><span class="section"><a href="parameters.html#param-bug-change-policies">3.1.5. Bug Change Policies</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugfields">3.1.6. Bug Fields</a></span></dt><dt><span class="section"><a href="parameters.html#param-bugmoving">3.1.7. Bug Moving</a></span></dt><dt><span class="section"><a href="parameters.html#param-dependency-graphs">3.1.8. Dependency Graphs</a></span></dt><dt><span class="section"><a href="parameters.html#param-group-security">3.1.9. Group Security</a></span></dt><dt><span class="section"><a href="parameters.html#bzldap">3.1.10. LDAP Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#bzradius">3.1.11. RADIUS Authentication</a></span></dt><dt><span class="section"><a href="parameters.html#param-email">3.1.12. Email</a></span></dt><dt><span class="section"><a href="parameters.html#param-patchviewer">3.1.13. Patch Viewer</a></span></dt><dt><span class="section"><a href="parameters.html#param-querydefaults">3.1.14. Query Defaults</a></span></dt><dt><span class="section"><a href="parameters.html#param-shadowdatabase">3.1.15. Shadow Database</a></span></dt><dt><span class="section"><a href="parameters.html#admin-usermatching">3.1.16. User Matching</a></span></dt></dl></dd><dt><span class="section"><a href="useradmin.html">3.2. User Administration</a></span></dt><dd><dl><dt><span class="section"><a href="useradmin.html#defaultuser">3.2.1. Creating the Default User</a></span></dt><dt><span class="section"><a href="useradmin.html#manageusers">3.2.2. Managing Other Users</a></span></dt></dl></dd><dt><span class="section"><a href="classifications.html">3.3. Classifications</a></span></dt><dt><span class="section"><a href="products.html">3.4. Products</a></span></dt><dd><dl><dt><span class="section"><a href="products.html#create-product">3.4.1. Creating New Products</a></span></dt><dt><span class="section"><a href="products.html#edit-products">3.4.2. Editing Products</a></span></dt><dt><span class="section"><a href="products.html#comps-vers-miles-products">3.4.3. Adding or Editing Components, Versions and Target Milestones</a></span></dt><dt><span class="section"><a href="products.html#product-group-controls">3.4.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="components.html">3.5. Components</a></span></dt><dt><span class="section"><a href="versions.html">3.6. Versions</a></span></dt><dt><span class="section"><a href="milestones.html">3.7. Milestones</a></span></dt><dt><span class="section"><a href="flags-overview.html">3.8. Flags</a></span></dt><dd><dl><dt><span class="section"><a href="flags-overview.html#flags-simpleexample">3.8.1. A Simple Example</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-about">3.8.2. About Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-askto">3.8.3. Using flag requests</a></span></dt><dt><span class="section"><a href="flags-overview.html#flag-types">3.8.4. Two Types of Flags</a></span></dt><dt><span class="section"><a href="flags-overview.html#flags-admin">3.8.5. Administering Flags</a></span></dt></dl></dd><dt><span class="section"><a href="keywords.html">3.9. Keywords</a></span></dt><dt><span class="section"><a href="custom-fields.html">3.10. Custom Fields</a></span></dt><dd><dl><dt><span class="section"><a href="custom-fields.html#add-custom-fields">3.10.1. Adding Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#edit-custom-fields">3.10.2. Editing Custom Fields</a></span></dt><dt><span class="section"><a href="custom-fields.html#delete-custom-fields">3.10.3. Deleting Custom Fields</a></span></dt></dl></dd><dt><span class="section"><a href="edit-values.html">3.11. Legal Values</a></span></dt><dd><dl><dt><span class="section"><a href="edit-values.html#edit-values-list">3.11.1. Viewing/Editing legal values</a></span></dt><dt><span class="section"><a href="edit-values.html#edit-values-delete">3.11.2. Deleting legal values</a></span></dt></dl></dd><dt><span class="section"><a href="bug_status_workflow.html">3.12. Bug Status Workflow</a></span></dt><dt><span class="section"><a href="voting.html">3.13. Voting</a></span></dt><dt><span class="section"><a href="quips.html">3.14. Quips</a></span></dt><dt><span class="section"><a href="groups.html">3.15. Groups and Group Security</a></span></dt><dd><dl><dt><span class="section"><a href="groups.html#create-groups">3.15.1. Creating Groups</a></span></dt><dt><span class="section"><a href="groups.html#edit-groups">3.15.2. Editing Groups and Assigning Group Permissions</a></span></dt><dt><span class="section"><a href="groups.html#users-and-groups">3.15.3. Assigning Users to Groups</a></span></dt><dt><span class="section"><a href="groups.html#idm140532170860160">3.15.4. Assigning Group Controls to Products</a></span></dt></dl></dd><dt><span class="section"><a href="sanitycheck.html">3.16. Checking and Maintaining Database Integrity</a></span></dt></dl></dd><dt><span class="chapter"><a href="security.html">4. Bugzilla Security</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="security-webserver.html">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="security-webserver.html#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="security-bugzilla.html">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="security-bugzilla.html#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="using.html">5. Using Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="using-intro.html">5.1. Introduction</a></span></dt><dt><span class="section"><a href="myaccount.html">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="bug_page.html">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="lifecycle.html">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="query.html">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="query.html#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="query.html#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="query.html#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="query.html#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="query.html#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="bugreports.html">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="bugreports.html#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="bugreports.html#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="attachments.html">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="attachments.html#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="hintsandtips.html">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="hintsandtips.html#idm140532166733968">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="hintsandtips.html#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="hintsandtips.html#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="hintsandtips.html#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="timetracking.html">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="userpreferences.html">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="userpreferences.html#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="userpreferences.html#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="userpreferences.html#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="reporting.html">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="reporting.html#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="reporting.html#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="flags.html">5.12. Flags</a></span></dt><dt><span class="section"><a href="whining.html">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="whining.html#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="whining.html#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="whining.html#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="whining.html#idm140532166586224">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="customization.html">6. Customizing Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="extensions.html">6.1. Bugzilla Extensions</a></span></dt><dt><span class="section"><a href="cust-skins.html">6.2. Custom Skins</a></span></dt><dt><span class="section"><a href="cust-templates.html">6.3. Template Customization</a></span></dt><dd><dl><dt><span class="section"><a href="cust-templates.html#template-directory">6.3.1. Template Directory Structure</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-method">6.3.2. Choosing a Customization Method</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-edit">6.3.3. How To Edit Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-formats">6.3.4. Template Formats and Types</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-specific">6.3.5. Particular Templates</a></span></dt><dt><span class="section"><a href="cust-templates.html#template-http-accept">6.3.6. Configuring Bugzilla to Detect the User's Language</a></span></dt></dl></dd><dt><span class="section"><a href="cust-change-permissions.html">6.4. Customizing Who Can Change What</a></span></dt><dt><span class="section"><a href="integration.html">6.5. Integrating Bugzilla with Third-Party Tools</a></span></dt></dl></dd><dt><span class="appendix"><a href="troubleshooting.html">A. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="general-advice.html">A.1. General Advice</a></span></dt><dt><span class="section"><a href="trbl-testserver.html">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="trbl-perlmodule.html">A.3. I installed a Perl module, but <code class="filename">checksetup.pl</code> claims it's not installed!</a></span></dt><dt><span class="section"><a href="trbl-dbdSponge.html">A.4. DBD::Sponge::db prepare failed</a></span></dt><dt><span class="section"><a href="paranoid-security.html">A.5. cannot chdir(/var/spool/mqueue)</a></span></dt><dt><span class="section"><a href="trbl-relogin-everyone.html">A.6. Everybody is constantly being forced to relogin</a></span></dt><dt><span class="section"><a href="trbl-index.html">A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</a></span></dt><dt><span class="section"><a href="trbl-passwd-encryption.html">A.8. checksetup.pl reports "Client does not support authentication protocol requested by server..." diff --git a/docs/en/html/install-perlmodules-manual.html b/docs/en/html/install-perlmodules-manual.html index 14a59a438..35501089c 100644 --- a/docs/en/html/install-perlmodules-manual.html +++ b/docs/en/html/install-perlmodules-manual.html @@ -1,2 +1,2 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix C. Manual Installation of Perl Modules</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="cmdline-bugmail.html" title="B.2. Command-line 'Send Unsent Bug-mail' tool"><link rel="next" href="modules-manual-instructions.html" title="C.1. Instructions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix C. Manual Installation of Perl Modules</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cmdline-bugmail.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-instructions.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="install-perlmodules-manual"></a>Appendix C. Manual Installation of Perl Modules</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="modules-manual-instructions.html">C.1. Instructions</a></span></dt><dt><span class="section"><a href="modules-manual-download.html">C.2. Download Locations</a></span></dt><dt><span class="section"><a href="modules-manual-optional.html">C.3. Optional Modules</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="cmdline-bugmail.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="modules-manual-instructions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">B.2. Command-line 'Send Unsent Bug-mail' tool </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> C.1. Instructions</td></tr></table></div></body></html> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix C. Manual Installation of Perl Modules</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="cmdline-bugmail.html" title="B.2. Command-line 'Send Unsent Bug-mail' tool"><link rel="next" href="modules-manual-instructions.html" title="C.1. Instructions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix C. Manual Installation of Perl Modules</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cmdline-bugmail.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-instructions.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="install-perlmodules-manual"></a>Appendix C. Manual Installation of Perl Modules</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="modules-manual-instructions.html">C.1. Instructions</a></span></dt><dt><span class="section"><a href="modules-manual-download.html">C.2. Download Locations</a></span></dt><dt><span class="section"><a href="modules-manual-optional.html">C.3. Optional Modules</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="cmdline-bugmail.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="modules-manual-instructions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">B.2. Command-line 'Send Unsent Bug-mail' tool </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> C.1. Instructions</td></tr></table></div></body></html> diff --git a/docs/en/html/installation.html b/docs/en/html/installation.html index 0b8866e2d..d415620ae 100644 --- a/docs/en/html/installation.html +++ b/docs/en/html/installation.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.1. Installation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="next" href="configuration.html" title="2.2. Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.1. Installation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="installing-bugzilla.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="configuration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation"></a>2.1. Installation</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>If you just want to <span class="emphasis"><em>use</em></span> Bugzilla, +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.1. Installation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="next" href="configuration.html" title="2.2. Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.1. Installation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="installing-bugzilla.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="configuration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation"></a>2.1. Installation</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>If you just want to <span class="emphasis"><em>use</em></span> Bugzilla, you do not need to install it. None of this chapter is relevant to you. Ask your Bugzilla administrator for the URL to access it from your web browser. diff --git a/docs/en/html/installing-bugzilla.html b/docs/en/html/installing-bugzilla.html index b8c52bf54..1f1fca984 100644 --- a/docs/en/html/installing-bugzilla.html +++ b/docs/en/html/installing-bugzilla.html @@ -1,2 +1,2 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 2. Installing Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="conventions.html" title="1.5. Document Conventions"><link rel="next" href="installation.html" title="2.1. Installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Installing Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="conventions.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="installation.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="installing-bugzilla"></a>Chapter 2. Installing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="installation.html">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="installation.html#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="installation.html#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="installation.html#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="installation.html#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="installation.html#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="installation.html#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="configuration.html">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="configuration.html#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="configuration.html#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="configuration.html#idm139809518434608">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="configuration.html#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="configuration.html#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="extraconfig.html">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="extraconfig.html#idm139809517858336">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="extraconfig.html#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="multiple-bz-dbs.html">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="os-specific.html">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="os-specific.html#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="os-specific.html#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="os-specific.html#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="nonroot.html">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="nonroot.html#idm139809517760832">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517758592">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517736912">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="nonroot.html#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517722080">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="nonroot.html#idm139809517715072">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="upgrade.html">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="upgrade.html#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="conventions.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.5. Document Conventions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2.1. Installation</td></tr></table></div></body></html> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 2. Installing Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="conventions.html" title="1.5. Document Conventions"><link rel="next" href="installation.html" title="2.1. Installation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Installing Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="conventions.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="installation.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="installing-bugzilla"></a>Chapter 2. Installing Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="installation.html">2.1. Installation</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html#install-perl">2.1.1. Perl</a></span></dt><dt><span class="section"><a href="installation.html#install-database">2.1.2. Database Engine</a></span></dt><dt><span class="section"><a href="installation.html#install-webserver">2.1.3. Web Server</a></span></dt><dt><span class="section"><a href="installation.html#install-bzfiles">2.1.4. Bugzilla</a></span></dt><dt><span class="section"><a href="installation.html#install-perlmodules">2.1.5. Perl Modules</a></span></dt><dt><span class="section"><a href="installation.html#install-MTA">2.1.6. Mail Transfer Agent (MTA)</a></span></dt><dt><span class="section"><a href="installation.html#using-mod_perl-with-bugzilla">2.1.7. Installing Bugzilla on mod_perl</a></span></dt></dl></dd><dt><span class="section"><a href="configuration.html">2.2. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="configuration.html#localconfig">2.2.1. localconfig</a></span></dt><dt><span class="section"><a href="configuration.html#database-engine">2.2.2. Database Server</a></span></dt><dt><span class="section"><a href="configuration.html#idm140532172715360">2.2.3. checksetup.pl</a></span></dt><dt><span class="section"><a href="configuration.html#http">2.2.4. Web server</a></span></dt><dt><span class="section"><a href="configuration.html#install-config-bugzilla">2.2.5. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="extraconfig.html">2.3. Optional Additional Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="extraconfig.html#idm140532165520704">2.3.1. Bug Graphs</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining-cron">2.3.2. The Whining Cron</a></span></dt><dt><span class="section"><a href="extraconfig.html#installation-whining">2.3.3. Whining</a></span></dt><dt><span class="section"><a href="extraconfig.html#apache-addtype">2.3.4. Serving Alternate Formats with the right MIME type</a></span></dt></dl></dd><dt><span class="section"><a href="multiple-bz-dbs.html">2.4. Multiple Bugzilla databases with a single installation</a></span></dt><dt><span class="section"><a href="os-specific.html">2.5. OS-Specific Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="os-specific.html#os-win32">2.5.1. Microsoft Windows</a></span></dt><dt><span class="section"><a href="os-specific.html#os-macosx">2.5.2. <span class="productname">Mac OS X</span>™</a></span></dt><dt><span class="section"><a href="os-specific.html#os-linux">2.5.3. Linux/BSD Distributions</a></span></dt></dl></dd><dt><span class="section"><a href="nonroot.html">2.6. UNIX (non-root) Installation Notes</a></span></dt><dd><dl><dt><span class="section"><a href="nonroot.html#idm140532165423104">2.6.1. Introduction</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165420864">2.6.2. MySQL</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165399184">2.6.3. Perl</a></span></dt><dt><span class="section"><a href="nonroot.html#install-perlmodules-nonroot">2.6.4. Perl Modules</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165384352">2.6.5. HTTP Server</a></span></dt><dt><span class="section"><a href="nonroot.html#idm140532165377344">2.6.6. Bugzilla</a></span></dt></dl></dd><dt><span class="section"><a href="upgrade.html">2.7. Upgrading to New Releases</a></span></dt><dd><dl><dt><span class="section"><a href="upgrade.html#upgrade-before">2.7.1. Before You Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-files">2.7.2. Getting The New Bugzilla</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-completion">2.7.3. Completing Your Upgrade</a></span></dt><dt><span class="section"><a href="upgrade.html#upgrade-notifications">2.7.4. Automatic Notifications of New Releases</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="conventions.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.5. Document Conventions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2.1. Installation</td></tr></table></div></body></html> diff --git a/docs/en/html/integration.html b/docs/en/html/integration.html index a9cafa0e8..2e1da9dc5 100644 --- a/docs/en/html/integration.html +++ b/docs/en/html/integration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.5. Integrating Bugzilla with Third-Party Tools</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-change-permissions.html" title="6.4. Customizing Who Can Change What"><link rel="next" href="troubleshooting.html" title="Appendix A. Troubleshooting"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.5. Integrating Bugzilla with Third-Party Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-change-permissions.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="troubleshooting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="integration"></a>6.5. Integrating Bugzilla with Third-Party Tools</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.5. Integrating Bugzilla with Third-Party Tools</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="customization.html" title="Chapter 6. Customizing Bugzilla"><link rel="prev" href="cust-change-permissions.html" title="6.4. Customizing Who Can Change What"><link rel="next" href="troubleshooting.html" title="Appendix A. Troubleshooting"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.5. Integrating Bugzilla with Third-Party Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="cust-change-permissions.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Customizing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="troubleshooting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="integration"></a>6.5. Integrating Bugzilla with Third-Party Tools</h2></div></div></div><p> Many utilities and applications can integrate with Bugzilla, either on the client- or server-side. None of them are maintained by the Bugzilla community, nor are they tested during our diff --git a/docs/en/html/keywords.html b/docs/en/html/keywords.html index 3dbad3b87..2fd0145b6 100644 --- a/docs/en/html/keywords.html +++ b/docs/en/html/keywords.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.9. Keywords</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="flags-overview.html" title="3.8. Flags"><link rel="next" href="custom-fields.html" title="3.10. Custom Fields"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.9. Keywords</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="flags-overview.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="custom-fields.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="keywords"></a>3.9. Keywords</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.9. Keywords</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="flags-overview.html" title="3.8. Flags"><link rel="next" href="custom-fields.html" title="3.10. Custom Fields"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.9. Keywords</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="flags-overview.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="custom-fields.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="keywords"></a>3.9. Keywords</h2></div></div></div><p> The administrator can define keywords which can be used to tag and categorise bugs. For example, the keyword "regression" is commonly used. A company might have a policy stating all regressions diff --git a/docs/en/html/lifecycle.html b/docs/en/html/lifecycle.html index c8f27260c..513fa371b 100644 --- a/docs/en/html/lifecycle.html +++ b/docs/en/html/lifecycle.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.4. Life Cycle of a Bug</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="bug_page.html" title="5.3. Anatomy of a Bug"><link rel="next" href="query.html" title="5.5. Searching for Bugs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.4. Life Cycle of a Bug</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bug_page.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="query.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lifecycle"></a>5.4. Life Cycle of a Bug</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.4. Life Cycle of a Bug</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="bug_page.html" title="5.3. Anatomy of a Bug"><link rel="next" href="query.html" title="5.5. Searching for Bugs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.4. Life Cycle of a Bug</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bug_page.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="query.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lifecycle"></a>5.4. Life Cycle of a Bug</h2></div></div></div><p> The life cycle of a bug, also known as workflow, is customizable to match the needs of your organization, see <a class="xref" href="bug_status_workflow.html" title="3.12. Bug Status Workflow">Section 3.12, “Bug Status Workflow”</a>. <a class="xref" href="lifecycle.html#lifecycle-image" title="Figure 5.1. Lifecycle of a Bugzilla Bug">Figure 5.1, “Lifecycle of a Bugzilla Bug”</a> contains a graphical representation of diff --git a/docs/en/html/milestones.html b/docs/en/html/milestones.html index 506a73331..1aa3d7a6f 100644 --- a/docs/en/html/milestones.html +++ b/docs/en/html/milestones.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.7. Milestones</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="versions.html" title="3.6. Versions"><link rel="next" href="flags-overview.html" title="3.8. Flags"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.7. Milestones</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="versions.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="flags-overview.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="milestones"></a>3.7. Milestones</h2></div></div></div><p>Milestones are "targets" that you plan to get a bug fixed by. For +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.7. Milestones</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="versions.html" title="3.6. Versions"><link rel="next" href="flags-overview.html" title="3.8. Flags"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.7. Milestones</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="versions.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="flags-overview.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="milestones"></a>3.7. Milestones</h2></div></div></div><p>Milestones are "targets" that you plan to get a bug fixed by. For example, you have a bug that you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0.</p><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Milestone options will only appear for a Product if you turned on the "usetargetmilestone" parameter in the "Bug Fields" tab of the diff --git a/docs/en/html/modules-manual-download.html b/docs/en/html/modules-manual-download.html index bf965d3c2..92252c29b 100644 --- a/docs/en/html/modules-manual-download.html +++ b/docs/en/html/modules-manual-download.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.2. Download Locations</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="modules-manual-instructions.html" title="C.1. Instructions"><link rel="next" href="modules-manual-optional.html" title="C.3. Optional Modules"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.2. Download Locations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-instructions.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-optional.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-download"></a>C.2. Download Locations</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.2. Download Locations</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="modules-manual-instructions.html" title="C.1. Instructions"><link rel="next" href="modules-manual-optional.html" title="C.3. Optional Modules"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.2. Download Locations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-instructions.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-optional.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-download"></a>C.2. Download Locations</h2></div></div></div><div class="note" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p> Running Bugzilla on Windows requires the use of ActiveState Perl 5.8.1 or higher. Many modules already exist in the core distribution of ActiveState Perl. If some modules are missing, upgrade diff --git a/docs/en/html/modules-manual-instructions.html b/docs/en/html/modules-manual-instructions.html index f792bdf27..93ebb02c7 100644 --- a/docs/en/html/modules-manual-instructions.html +++ b/docs/en/html/modules-manual-instructions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.1. Instructions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="next" href="modules-manual-download.html" title="C.2. Download Locations"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.1. Instructions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="install-perlmodules-manual.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-download.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-instructions"></a>C.1. Instructions</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.1. Instructions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="next" href="modules-manual-download.html" title="C.2. Download Locations"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.1. Instructions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="install-perlmodules-manual.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="modules-manual-download.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-instructions"></a>C.1. Instructions</h2></div></div></div><p> If you need to install Perl modules manually, here's how it's done. Download the module using the link given in the next section, and then apply this magic incantation, as root: diff --git a/docs/en/html/modules-manual-optional.html b/docs/en/html/modules-manual-optional.html index 95fcba2ad..9bfe4ca36 100644 --- a/docs/en/html/modules-manual-optional.html +++ b/docs/en/html/modules-manual-optional.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.3. Optional Modules</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="modules-manual-download.html" title="C.2. Download Locations"><link rel="next" href="gfdl.html" title="Appendix D. GNU Free Documentation License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.3. Optional Modules</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-download.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="gfdl.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-optional"></a>C.3. Optional Modules</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>C.3. Optional Modules</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="install-perlmodules-manual.html" title="Appendix C. Manual Installation of Perl Modules"><link rel="prev" href="modules-manual-download.html" title="C.2. Download Locations"><link rel="next" href="gfdl.html" title="Appendix D. GNU Free Documentation License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C.3. Optional Modules</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="modules-manual-download.html">Prev</a> </td><th width="60%" align="center">Appendix C. Manual Installation of Perl Modules</th><td width="20%" align="right"> <a accesskey="n" href="gfdl.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="modules-manual-optional"></a>C.3. Optional Modules</h2></div></div></div><p> Chart::Lines: </p><div class="literallayout"><p><br>         CPAN Download Page: <a class="ulink" href="http://search.cpan.org/dist/Chart/" target="_top">http://search.cpan.org/dist/Chart/</a><br> diff --git a/docs/en/html/multiple-bz-dbs.html b/docs/en/html/multiple-bz-dbs.html index 0eef6d0ef..889d8411e 100644 --- a/docs/en/html/multiple-bz-dbs.html +++ b/docs/en/html/multiple-bz-dbs.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.4. Multiple Bugzilla databases with a single installation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="extraconfig.html" title="2.3. Optional Additional Configuration"><link rel="next" href="os-specific.html" title="2.5. OS-Specific Installation Notes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.4. Multiple Bugzilla databases with a single installation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extraconfig.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="os-specific.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="multiple-bz-dbs"></a>2.4. Multiple Bugzilla databases with a single installation</h2></div></div></div><p>The previous instructions referred to a standard installation, with +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.4. Multiple Bugzilla databases with a single installation</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="extraconfig.html" title="2.3. Optional Additional Configuration"><link rel="next" href="os-specific.html" title="2.5. OS-Specific Installation Notes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.4. Multiple Bugzilla databases with a single installation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extraconfig.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="os-specific.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="multiple-bz-dbs"></a>2.4. Multiple Bugzilla databases with a single installation</h2></div></div></div><p>The previous instructions referred to a standard installation, with one unique Bugzilla database. However, you may want to host several distinct installations, without having several copies of the code. This is possible by using the PROJECT environment variable. When accessed, diff --git a/docs/en/html/myaccount.html b/docs/en/html/myaccount.html index cd1a0a438..eef4e1381 100644 --- a/docs/en/html/myaccount.html +++ b/docs/en/html/myaccount.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.2. Create a Bugzilla Account</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="using-intro.html" title="5.1. Introduction"><link rel="next" href="bug_page.html" title="5.3. Anatomy of a Bug"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.2. Create a Bugzilla Account</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="using-intro.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bug_page.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="myaccount"></a>5.2. Create a Bugzilla Account</h2></div></div></div><p>If you want to use Bugzilla, first you need to create an account. +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.2. Create a Bugzilla Account</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="using-intro.html" title="5.1. Introduction"><link rel="next" href="bug_page.html" title="5.3. Anatomy of a Bug"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.2. Create a Bugzilla Account</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="using-intro.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bug_page.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="myaccount"></a>5.2. Create a Bugzilla Account</h2></div></div></div><p>If you want to use Bugzilla, first you need to create an account. Consult with the administrator responsible for your installation of Bugzilla for the URL you should use to access it. If you're test-driving Bugzilla, use this URL: diff --git a/docs/en/html/newversions.html b/docs/en/html/newversions.html index 5e1a7b108..3ed7bd600 100644 --- a/docs/en/html/newversions.html +++ b/docs/en/html/newversions.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.3. New Versions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="disclaimer.html" title="1.2. Disclaimer"><link rel="next" href="credits.html" title="1.4. Credits"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.3. New Versions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="disclaimer.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="credits.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="newversions"></a>1.3. New Versions</h2></div></div></div><p> - This is the 4.4.7 version of The Bugzilla Guide. It is so named +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>1.3. New Versions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="about.html" title="Chapter 1. About This Guide"><link rel="prev" href="disclaimer.html" title="1.2. Disclaimer"><link rel="next" href="credits.html" title="1.4. Credits"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.3. New Versions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="disclaimer.html">Prev</a> </td><th width="60%" align="center">Chapter 1. About This Guide</th><td width="20%" align="right"> <a accesskey="n" href="credits.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="newversions"></a>1.3. New Versions</h2></div></div></div><p> + This is the 4.4.8 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. </p><p> The latest version of this guide can always be found at <a class="ulink" href="http://www.bugzilla.org/docs/" target="_top">http://www.bugzilla.org/docs/</a>. However, you should read diff --git a/docs/en/html/nonroot.html b/docs/en/html/nonroot.html index f84fd1516..cac6c5b7c 100644 --- a/docs/en/html/nonroot.html +++ b/docs/en/html/nonroot.html @@ -1,11 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.6. UNIX (non-root) Installation Notes</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="os-specific.html" title="2.5. OS-Specific Installation Notes"><link rel="next" href="upgrade.html" title="2.7. Upgrading to New Releases"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.6. UNIX (non-root) Installation Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="os-specific.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="upgrade.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="nonroot"></a>2.6. UNIX (non-root) Installation Notes</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517760832"></a>2.6.1. Introduction</h3></div></div></div><p>If you are running a *NIX OS as non-root, either due +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.6. UNIX (non-root) Installation Notes</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="os-specific.html" title="2.5. OS-Specific Installation Notes"><link rel="next" href="upgrade.html" title="2.7. Upgrading to New Releases"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.6. UNIX (non-root) Installation Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="os-specific.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="upgrade.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="nonroot"></a>2.6. UNIX (non-root) Installation Notes</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165423104"></a>2.6.1. Introduction</h3></div></div></div><p>If you are running a *NIX OS as non-root, either due to lack of access (web hosts, for example) or for security reasons, this will detail how to install Bugzilla on such a setup. It is recommended that you read through the <a class="xref" href="installation.html" title="2.1. Installation">Section 2.1, “Installation”</a> first to get an idea on the installation steps required. - (These notes will reference to steps in that guide.)</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517758592"></a>2.6.2. MySQL</h3></div></div></div><p>You may have MySQL installed as root. If you're + (These notes will reference to steps in that guide.)</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165420864"></a>2.6.2. MySQL</h3></div></div></div><p>You may have MySQL installed as root. If you're setting up an account with a web host, a MySQL account needs to be set up for you. From there, you can create the bugs account, or use the account given to you.</p><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>You may have problems trying to set up @@ -17,7 +17,7 @@ settings are set to, and/or run the <span class="command"><strong>GRANT</strong></span> command for you.</p><p>Also, you will probably not be able to change the MySQL root user password (for obvious reasons), so skip that - step.</p></td></tr></table></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139809517754000"></a>2.6.2.1. Running MySQL as Non-Root</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809517753248"></a>2.6.2.1.1. The Custom Configuration Method</h5></div></div></div><p>Create a file .my.cnf in your + step.</p></td></tr></table></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140532165416272"></a>2.6.2.1. Running MySQL as Non-Root</h4></div></div></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532165415520"></a>2.6.2.1.1. The Custom Configuration Method</h5></div></div></div><p>Create a file .my.cnf in your home directory (using /home/foo in this example) as follows....</p><pre class="programlisting"> [mysqld] @@ -36,13 +36,13 @@ basedir=/var/lib [safe_mysqld] err-log=/home/foo/mymysql/the.log pid-file=/home/foo/mymysql/the.pid - </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809517750800"></a>2.6.2.1.2. The Custom Built Method</h5></div></div></div><p>You can install MySQL as a not-root, if you really need to. + </pre></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532165413072"></a>2.6.2.1.2. The Custom Built Method</h5></div></div></div><p>You can install MySQL as a not-root, if you really need to. Build it with PREFIX set to <code class="filename">/home/foo/mysql</code>, or use pre-installed executables, specifying that you want to put all of the data files in <code class="filename">/home/foo/mysql/data</code>. If there is another MySQL server running on the system that you do not own, use the -P option to specify a TCP port that is not - in use.</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm139809517747136"></a>2.6.2.1.3. Starting the Server</h5></div></div></div><p>After your mysqld program is built and any .my.cnf file is + in use.</p></div><div class="section"><div class="titlepage"><div><div><h5 class="title"><a name="idm140532165409408"></a>2.6.2.1.3. Starting the Server</h5></div></div></div><p>After your mysqld program is built and any .my.cnf file is in place, you must initialize the databases (ONCE).</p><pre class="screen"> <code class="prompt">bash$</code> <span class="command"><strong>mysql_install_db</strong></span> </pre><p>Then start the daemon with</p><pre class="screen"> @@ -56,7 +56,7 @@ pid-file=/home/foo/mymysql/the.pid and restart them if needed.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Do NOT run daemons or other services on a server without first consulting your system administrator! Daemons use up system resources and running one may be in violation of your terms of service for any - machine on which you are a user!</p></td></tr></table></div></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517736912"></a>2.6.3. Perl</h3></div></div></div><p> + machine on which you are a user!</p></td></tr></table></div></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165399184"></a>2.6.3. Perl</h3></div></div></div><p> On the extremely rare chance that you don't have Perl on the machine, you will have to build the sources yourself. The following commands should get your system @@ -77,11 +77,11 @@ pid-file=/home/foo/mymysql/the.pid script. For more details on this script, see <a class="ulink" href="../html/api/install-module.html" target="_top"><code class="filename">install-module.pl</code> documentation</a> - </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517722080"></a>2.6.5. HTTP Server</h3></div></div></div><p>Ideally, this also needs to be installed as root and + </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165384352"></a>2.6.5. HTTP Server</h3></div></div></div><p>Ideally, this also needs to be installed as root and run under a special web server account. As long as the web server will allow the running of *.cgi files outside of a cgi-bin, and a way of denying web access to certain files (such as a - .htaccess file), you should be good in this department.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139809517720592"></a>2.6.5.1. Running Apache as Non-Root</h4></div></div></div><p>You can run Apache as a non-root user, but the port will need + .htaccess file), you should be good in this department.</p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140532165382864"></a>2.6.5.1. Running Apache as Non-Root</h4></div></div></div><p>You can run Apache as a non-root user, but the port will need to be set to one above 1024. If you type <span class="command"><strong>httpd -V</strong></span>, you will get a list of the variables that your system copy of httpd uses. One of those, namely HTTPD_ROOT, tells you where that @@ -94,7 +94,7 @@ pid-file=/home/foo/mymysql/the.pid and restart them if needed.</p></td></tr></table></div><div class="warning" style="margin-left: 1em; margin-right: 1em"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../images/warning.gif"></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Do NOT run daemons or other services on a server without first consulting your system administrator! Daemons use up system resources and running one may be in violation of your terms of service for any - machine on which you are a user!</p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809517715072"></a>2.6.6. Bugzilla</h3></div></div></div><p> + machine on which you are a user!</p></td></tr></table></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532165377344"></a>2.6.6. Bugzilla</h3></div></div></div><p> When you run <span class="command"><strong>./checksetup.pl</strong></span> to create the <code class="filename">localconfig</code> file, it will list the Perl modules it finds. If one is missing, go back and double-check the diff --git a/docs/en/html/os-specific.html b/docs/en/html/os-specific.html index 39d8227e2..9c30f1449 100644 --- a/docs/en/html/os-specific.html +++ b/docs/en/html/os-specific.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.5. OS-Specific Installation Notes</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="multiple-bz-dbs.html" title="2.4. Multiple Bugzilla databases with a single installation"><link rel="next" href="nonroot.html" title="2.6. UNIX (non-root) Installation Notes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.5. OS-Specific Installation Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="multiple-bz-dbs.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="nonroot.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="os-specific"></a>2.5. OS-Specific Installation Notes</h2></div></div></div><p>Many aspects of the Bugzilla installation can be affected by the +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.5. OS-Specific Installation Notes</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="multiple-bz-dbs.html" title="2.4. Multiple Bugzilla databases with a single installation"><link rel="next" href="nonroot.html" title="2.6. UNIX (non-root) Installation Notes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.5. OS-Specific Installation Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="multiple-bz-dbs.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="nonroot.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="os-specific"></a>2.5. OS-Specific Installation Notes</h2></div></div></div><p>Many aspects of the Bugzilla installation can be affected by the operating system you choose to install it on. Sometimes it can be made easier and others more difficult. This section will attempt to help you understand both the difficulties of running on specific operating systems diff --git a/docs/en/html/parameters.html b/docs/en/html/parameters.html index f3916a0fe..07cefd7ea 100644 --- a/docs/en/html/parameters.html +++ b/docs/en/html/parameters.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.1. Bugzilla Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="next" href="useradmin.html" title="3.2. User Administration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.1. Bugzilla Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="administration.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="useradmin.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="parameters"></a>3.1. Bugzilla Configuration</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.1. Bugzilla Configuration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="next" href="useradmin.html" title="3.2. User Administration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.1. Bugzilla Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="administration.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="useradmin.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="parameters"></a>3.1. Bugzilla Configuration</h2></div></div></div><p> Bugzilla is configured by changing various parameters, accessed from the "Parameters" link in the Administration page (the Administration page can be found by clicking the "Administration" diff --git a/docs/en/html/paranoid-security.html b/docs/en/html/paranoid-security.html index ebe2e94d6..229b6fe3e 100644 --- a/docs/en/html/paranoid-security.html +++ b/docs/en/html/paranoid-security.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.5. cannot chdir(/var/spool/mqueue)</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-dbdSponge.html" title="A.4. DBD::Sponge::db prepare failed"><link rel="next" href="trbl-relogin-everyone.html" title="A.6. Everybody is constantly being forced to relogin"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.5. cannot chdir(/var/spool/mqueue)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-dbdSponge.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-relogin-everyone.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="paranoid-security"></a>A.5. cannot chdir(/var/spool/mqueue)</h2></div></div></div><p>If you are installing Bugzilla on SuSE Linux, or some other +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.5. cannot chdir(/var/spool/mqueue)</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-dbdSponge.html" title="A.4. DBD::Sponge::db prepare failed"><link rel="next" href="trbl-relogin-everyone.html" title="A.6. Everybody is constantly being forced to relogin"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.5. cannot chdir(/var/spool/mqueue)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-dbdSponge.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-relogin-everyone.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="paranoid-security"></a>A.5. cannot chdir(/var/spool/mqueue)</h2></div></div></div><p>If you are installing Bugzilla on SuSE Linux, or some other distributions with <span class="quote">“<span class="quote">paranoid</span>”</span> security options, it is possible that the checksetup.pl script may fail with the error: </p><pre class="programlisting">cannot chdir(/var/spool/mqueue): Permission denied diff --git a/docs/en/html/patches.html b/docs/en/html/patches.html index 100f656ae..a7118080d 100644 --- a/docs/en/html/patches.html +++ b/docs/en/html/patches.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix B. Contrib</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="trbl-passwd-encryption.html" title='A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."'><link rel="next" href="cmdline.html" title="B.1. Command-line Search Interface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Contrib</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-passwd-encryption.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="cmdline.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="patches"></a>Appendix B. Contrib</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="cmdline.html">B.1. Command-line Search Interface</a></span></dt><dt><span class="section"><a href="cmdline-bugmail.html">B.2. Command-line 'Send Unsent Bug-mail' tool</a></span></dt></dl></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix B. Contrib</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="trbl-passwd-encryption.html" title='A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."'><link rel="next" href="cmdline.html" title="B.1. Command-line Search Interface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Contrib</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-passwd-encryption.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="cmdline.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="patches"></a>Appendix B. Contrib</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="cmdline.html">B.1. Command-line Search Interface</a></span></dt><dt><span class="section"><a href="cmdline-bugmail.html">B.2. Command-line 'Send Unsent Bug-mail' tool</a></span></dt></dl></div><p> There are a number of unofficial Bugzilla add-ons in the <code class="filename">$BUGZILLA_ROOT/contrib/</code> directory. This section documents them. diff --git a/docs/en/html/products.html b/docs/en/html/products.html index cc3f3bc42..227d2a49f 100644 --- a/docs/en/html/products.html +++ b/docs/en/html/products.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.4. Products</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="classifications.html" title="3.3. Classifications"><link rel="next" href="components.html" title="3.5. Components"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.4. Products</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="classifications.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="components.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="products"></a>3.4. Products</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.4. Products</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="classifications.html" title="3.3. Classifications"><link rel="next" href="components.html" title="3.5. Components"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.4. Products</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="classifications.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="components.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="products"></a>3.4. Products</h2></div></div></div><p> <a class="glossterm" href="glossary.html#gloss-product"><em class="glossterm"> Products</em></a> typically represent real-world shipping products. Products can be given diff --git a/docs/en/html/query.html b/docs/en/html/query.html index 2e8364247..48a73d39e 100644 --- a/docs/en/html/query.html +++ b/docs/en/html/query.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.5. Searching for Bugs</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="lifecycle.html" title="5.4. Life Cycle of a Bug"><link rel="next" href="bugreports.html" title="5.6. Filing Bugs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.5. Searching for Bugs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="lifecycle.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bugreports.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="query"></a>5.5. Searching for Bugs</h2></div></div></div><p>The Bugzilla Search page is the interface where you can find +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.5. Searching for Bugs</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="lifecycle.html" title="5.4. Life Cycle of a Bug"><link rel="next" href="bugreports.html" title="5.6. Filing Bugs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.5. Searching for Bugs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="lifecycle.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="bugreports.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="query"></a>5.5. Searching for Bugs</h2></div></div></div><p>The Bugzilla Search page is the interface where you can find any bug report, comment, or patch currently in the Bugzilla system. You can play with it here: <a class="ulink" href="http://landfill.bugzilla.org/bugzilla-4.4-branch/query.cgi" target="_top">http://landfill.bugzilla.org/bugzilla-4.4-branch/query.cgi</a>.</p><p>The Search page has controls for selecting different possible diff --git a/docs/en/html/quips.html b/docs/en/html/quips.html index 8cebf2945..e176342f3 100644 --- a/docs/en/html/quips.html +++ b/docs/en/html/quips.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.14. Quips</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="voting.html" title="3.13. Voting"><link rel="next" href="groups.html" title="3.15. Groups and Group Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.14. Quips</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="voting.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="groups.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="quips"></a>3.14. Quips</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.14. Quips</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="voting.html" title="3.13. Voting"><link rel="next" href="groups.html" title="3.15. Groups and Group Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.14. Quips</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="voting.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="groups.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="quips"></a>3.14. Quips</h2></div></div></div><p> Quips are small text messages that can be configured to appear next to search results. A Bugzilla installation can have its own specific quips. Whenever a quip needs to be displayed, a random selection diff --git a/docs/en/html/reporting.html b/docs/en/html/reporting.html index eb336e07a..466367502 100644 --- a/docs/en/html/reporting.html +++ b/docs/en/html/reporting.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.11. Reports and Charts</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="userpreferences.html" title="5.10. User Preferences"><link rel="next" href="flags.html" title="5.12. Flags"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.11. Reports and Charts</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="userpreferences.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="flags.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reporting"></a>5.11. Reports and Charts</h2></div></div></div><p>As well as the standard buglist, Bugzilla has two more ways of +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.11. Reports and Charts</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="userpreferences.html" title="5.10. User Preferences"><link rel="next" href="flags.html" title="5.12. Flags"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.11. Reports and Charts</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="userpreferences.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="flags.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reporting"></a>5.11. Reports and Charts</h2></div></div></div><p>As well as the standard buglist, Bugzilla has two more ways of viewing sets of bugs. These are the reports (which give different views of the current state of the database) and charts (which plot the changes in particular sets of bugs over time.)</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="reports"></a>5.11.1. Reports</h3></div></div></div><p> @@ -56,7 +56,7 @@ No two data sets, even two private ones, can have the same set of category, subcategory and name. So if you are creating private data sets, one idea is to have the Category be your username. - </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm139809513851664"></a>5.11.2.1. Creating Charts</h4></div></div></div><p> + </p><div class="section"><div class="titlepage"><div><div><h4 class="title"><a name="idm140532166625808"></a>5.11.2.1. Creating Charts</h4></div></div></div><p> You create a chart by selecting a number of data sets from the list, and pressing Add To List for each. In the List Of Data Sets To Plot, you can define the label that data set will have in the diff --git a/docs/en/html/sanitycheck.html b/docs/en/html/sanitycheck.html index a6c541595..f63edf97e 100644 --- a/docs/en/html/sanitycheck.html +++ b/docs/en/html/sanitycheck.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.16. Checking and Maintaining Database Integrity</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="groups.html" title="3.15. Groups and Group Security"><link rel="next" href="security.html" title="Chapter 4. Bugzilla Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.16. Checking and Maintaining Database Integrity</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="groups.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="security.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sanitycheck"></a>3.16. Checking and Maintaining Database Integrity</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.16. Checking and Maintaining Database Integrity</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="groups.html" title="3.15. Groups and Group Security"><link rel="next" href="security.html" title="Chapter 4. Bugzilla Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.16. Checking and Maintaining Database Integrity</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="groups.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="security.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sanitycheck"></a>3.16. Checking and Maintaining Database Integrity</h2></div></div></div><p> Over time it is possible for the Bugzilla database to become corrupt or to have anomalies. This could happen through normal usage of Bugzilla, manual database diff --git a/docs/en/html/security-bugzilla.html b/docs/en/html/security-bugzilla.html index ddc90f981..4a7975a90 100644 --- a/docs/en/html/security-bugzilla.html +++ b/docs/en/html/security-bugzilla.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.3. Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security-webserver.html" title="4.2. Web server"><link rel="next" href="using.html" title="Chapter 5. Using Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.3. Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-webserver.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="using.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-bugzilla"></a>4.3. Bugzilla</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-bugzilla-charset"></a>4.3.1. Prevent users injecting malicious Javascript</h3></div></div></div><p>If you installed Bugzilla version 2.22 or later from scratch, +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.3. Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security-webserver.html" title="4.2. Web server"><link rel="next" href="using.html" title="Chapter 5. Using Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.3. Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-webserver.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="using.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-bugzilla"></a>4.3. Bugzilla</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-bugzilla-charset"></a>4.3.1. Prevent users injecting malicious Javascript</h3></div></div></div><p>If you installed Bugzilla version 2.22 or later from scratch, then the <span class="emphasis"><em>utf8</em></span> parameter is switched on by default. This makes Bugzilla explicitly set the character encoding, following <a class="ulink" href="http://www.cert.org/tech_tips/malicious_code_mitigation.html#3" target="_top">a diff --git a/docs/en/html/security-os.html b/docs/en/html/security-os.html index 8d8d014f6..2faf4cedd 100644 --- a/docs/en/html/security-os.html +++ b/docs/en/html/security-os.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.1. Operating System</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="next" href="security-webserver.html" title="4.2. Web server"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.1. Operating System</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="security-webserver.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-os"></a>4.1. Operating System</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-os-ports"></a>4.1.1. TCP/IP Ports</h3></div></div></div><p>The TCP/IP standard defines more than 65,000 ports for sending +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.1. Operating System</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="next" href="security-webserver.html" title="4.2. Web server"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.1. Operating System</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="security-webserver.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-os"></a>4.1. Operating System</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-os-ports"></a>4.1.1. TCP/IP Ports</h3></div></div></div><p>The TCP/IP standard defines more than 65,000 ports for sending and receiving traffic. Of those, Bugzilla needs exactly one to operate (different configurations and options may require up to 3). You should audit your server and make sure that you aren't listening on any ports diff --git a/docs/en/html/security-webserver.html b/docs/en/html/security-webserver.html index 708e77d9b..e0ae922a7 100644 --- a/docs/en/html/security-webserver.html +++ b/docs/en/html/security-webserver.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.2. Web server</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security-os.html" title="4.1. Operating System"><link rel="next" href="security-bugzilla.html" title="4.3. Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.2. Web server</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-os.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="security-bugzilla.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-webserver"></a>4.2. Web server</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-webserver-access"></a>4.2.1. Disabling Remote Access to Bugzilla Configuration Files</h3></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>4.2. Web server</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="security.html" title="Chapter 4. Bugzilla Security"><link rel="prev" href="security-os.html" title="4.1. Operating System"><link rel="next" href="security-bugzilla.html" title="4.3. Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.2. Web server</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-os.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Bugzilla Security</th><td width="20%" align="right"> <a accesskey="n" href="security-bugzilla.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security-webserver"></a>4.2. Web server</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="security-webserver-access"></a>4.2.1. Disabling Remote Access to Bugzilla Configuration Files</h3></div></div></div><p> There are many files that are placed in the Bugzilla directory area that should not be accessible from the web server. Because of the way Bugzilla is currently layed out, the list of what should and should not diff --git a/docs/en/html/security.html b/docs/en/html/security.html index c8b14c37f..fe6dc27bf 100644 --- a/docs/en/html/security.html +++ b/docs/en/html/security.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 4. Bugzilla Security</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="sanitycheck.html" title="3.16. Checking and Maintaining Database Integrity"><link rel="next" href="security-os.html" title="4.1. Operating System"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Bugzilla Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sanitycheck.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="security-os.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="security"></a>Chapter 4. Bugzilla Security</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="security-os.html">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="security-webserver.html">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="security-webserver.html#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="security-bugzilla.html">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="security-bugzilla.html#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></div><p>While some of the items in this chapter are related to the operating +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 4. Bugzilla Security</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="sanitycheck.html" title="3.16. Checking and Maintaining Database Integrity"><link rel="next" href="security-os.html" title="4.1. Operating System"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 4. Bugzilla Security</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sanitycheck.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="security-os.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="security"></a>Chapter 4. Bugzilla Security</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="security-os.html">4.1. Operating System</a></span></dt><dd><dl><dt><span class="section"><a href="security-os.html#security-os-ports">4.1.1. TCP/IP Ports</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-accounts">4.1.2. System User Accounts</a></span></dt><dt><span class="section"><a href="security-os.html#security-os-chroot">4.1.3. The <code class="filename">chroot</code> Jail</a></span></dt></dl></dd><dt><span class="section"><a href="security-webserver.html">4.2. Web server</a></span></dt><dd><dl><dt><span class="section"><a href="security-webserver.html#security-webserver-access">4.2.1. Disabling Remote Access to Bugzilla Configuration Files</a></span></dt></dl></dd><dt><span class="section"><a href="security-bugzilla.html">4.3. Bugzilla</a></span></dt><dd><dl><dt><span class="section"><a href="security-bugzilla.html#security-bugzilla-charset">4.3.1. Prevent users injecting malicious Javascript</a></span></dt></dl></dd></dl></div><p>While some of the items in this chapter are related to the operating system Bugzilla is running on or some of the support software required to run Bugzilla, it is all related to protecting your data. This is not intended to be a comprehensive guide to securing Linux, Apache, MySQL, or diff --git a/docs/en/html/timetracking.html b/docs/en/html/timetracking.html index 97516ee70..d96776e16 100644 --- a/docs/en/html/timetracking.html +++ b/docs/en/html/timetracking.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.9. Time Tracking Information</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="hintsandtips.html" title="5.8. Hints and Tips"><link rel="next" href="userpreferences.html" title="5.10. User Preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.9. Time Tracking Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="hintsandtips.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="userpreferences.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="timetracking"></a>5.9. Time Tracking Information</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.9. Time Tracking Information</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="hintsandtips.html" title="5.8. Hints and Tips"><link rel="next" href="userpreferences.html" title="5.10. User Preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.9. Time Tracking Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="hintsandtips.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="userpreferences.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="timetracking"></a>5.9. Time Tracking Information</h2></div></div></div><p> Users who belong to the group specified by the <span class="quote">“<span class="quote">timetrackinggroup</span>”</span> parameter have access to time-related fields. Developers can see deadlines and estimated times to fix bugs, and can provide time spent diff --git a/docs/en/html/trbl-dbdSponge.html b/docs/en/html/trbl-dbdSponge.html index 58d1ee707..4fb4854a3 100644 --- a/docs/en/html/trbl-dbdSponge.html +++ b/docs/en/html/trbl-dbdSponge.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.4. DBD::Sponge::db prepare failed</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-perlmodule.html" title="A.3. I installed a Perl module, but checksetup.pl claims it's not installed!"><link rel="next" href="paranoid-security.html" title="A.5. cannot chdir(/var/spool/mqueue)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.4. DBD::Sponge::db prepare failed</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-perlmodule.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="paranoid-security.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-dbdSponge"></a>A.4. DBD::Sponge::db prepare failed</h2></div></div></div><p>The following error message may appear due to a bug in DBD::mysql +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.4. DBD::Sponge::db prepare failed</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-perlmodule.html" title="A.3. I installed a Perl module, but checksetup.pl claims it's not installed!"><link rel="next" href="paranoid-security.html" title="A.5. cannot chdir(/var/spool/mqueue)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.4. DBD::Sponge::db prepare failed</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-perlmodule.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="paranoid-security.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-dbdSponge"></a>A.4. DBD::Sponge::db prepare failed</h2></div></div></div><p>The following error message may appear due to a bug in DBD::mysql (over which the Bugzilla team have no control): </p><pre class="programlisting"> DBD::Sponge::db prepare failed: Cannot determine NUM_OF_FIELDS at D:/Perl/site/lib/DBD/mysql.pm line 248. SV = NULL(0x0) at 0x20fc444 diff --git a/docs/en/html/trbl-index.html b/docs/en/html/trbl-index.html index 7f1acc75a..bf64d8768 100644 --- a/docs/en/html/trbl-index.html +++ b/docs/en/html/trbl-index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.7. index.cgi doesn't show up unless specified in the URL</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-relogin-everyone.html" title="A.6. Everybody is constantly being forced to relogin"><link rel="next" href="trbl-passwd-encryption.html" title='A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."'></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-relogin-everyone.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-passwd-encryption.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-index"></a>A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.7. index.cgi doesn't show up unless specified in the URL</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-relogin-everyone.html" title="A.6. Everybody is constantly being forced to relogin"><link rel="next" href="trbl-passwd-encryption.html" title='A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."'></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-relogin-everyone.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-passwd-encryption.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-index"></a>A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</h2></div></div></div><p> You probably need to set up your web server in such a way that it will serve the index.cgi page as an index page. </p><p> diff --git a/docs/en/html/trbl-passwd-encryption.html b/docs/en/html/trbl-passwd-encryption.html index 4d4701465..2cd65b4dc 100644 --- a/docs/en/html/trbl-passwd-encryption.html +++ b/docs/en/html/trbl-passwd-encryption.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-index.html" title="A.7. index.cgi doesn't show up unless specified in the URL"><link rel="next" href="patches.html" title="Appendix B. Contrib"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.8.  +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..."</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-index.html" title="A.7. index.cgi doesn't show up unless specified in the URL"><link rel="next" href="patches.html" title="Appendix B. Contrib"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.8.  checksetup.pl reports "Client does not support authentication protocol requested by server..." </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-index.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="patches.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-passwd-encryption"></a>A.8.  diff --git a/docs/en/html/trbl-perlmodule.html b/docs/en/html/trbl-perlmodule.html index a8ee040d2..dfc0df3f9 100644 --- a/docs/en/html/trbl-perlmodule.html +++ b/docs/en/html/trbl-perlmodule.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.3. I installed a Perl module, but checksetup.pl claims it's not installed!</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-testserver.html" title="A.2. The Apache web server is not serving Bugzilla pages"><link rel="next" href="trbl-dbdSponge.html" title="A.4. DBD::Sponge::db prepare failed"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.3. I installed a Perl module, but +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.3. I installed a Perl module, but checksetup.pl claims it's not installed!</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="trbl-testserver.html" title="A.2. The Apache web server is not serving Bugzilla pages"><link rel="next" href="trbl-dbdSponge.html" title="A.4. DBD::Sponge::db prepare failed"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.3. I installed a Perl module, but <code class="filename">checksetup.pl</code> claims it's not installed!</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-testserver.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-dbdSponge.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-perlmodule"></a>A.3. I installed a Perl module, but <code class="filename">checksetup.pl</code> claims it's not installed!</h2></div></div></div><p>This could be caused by one of two things:</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>You have two versions of Perl on your machine. You are installing modules into one, and Bugzilla is using the other. Rerun the CPAN diff --git a/docs/en/html/trbl-relogin-everyone.html b/docs/en/html/trbl-relogin-everyone.html index a3ee98deb..f2f51975c 100644 --- a/docs/en/html/trbl-relogin-everyone.html +++ b/docs/en/html/trbl-relogin-everyone.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.6. Everybody is constantly being forced to relogin</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="paranoid-security.html" title="A.5. cannot chdir(/var/spool/mqueue)"><link rel="next" href="trbl-index.html" title="A.7. index.cgi doesn't show up unless specified in the URL"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.6. Everybody is constantly being forced to relogin</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="paranoid-security.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-index.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-relogin-everyone"></a>A.6. Everybody is constantly being forced to relogin</h2></div></div></div><p>The most-likely cause is that the <span class="quote">“<span class="quote">cookiepath</span>”</span> parameter +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.6. Everybody is constantly being forced to relogin</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="paranoid-security.html" title="A.5. cannot chdir(/var/spool/mqueue)"><link rel="next" href="trbl-index.html" title="A.7. index.cgi doesn't show up unless specified in the URL"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.6. Everybody is constantly being forced to relogin</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="paranoid-security.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-index.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-relogin-everyone"></a>A.6. Everybody is constantly being forced to relogin</h2></div></div></div><p>The most-likely cause is that the <span class="quote">“<span class="quote">cookiepath</span>”</span> parameter is not set correctly in the Bugzilla configuration. You can change this (if you're a Bugzilla administrator) from the editparams.cgi page via the web interface. </p><p>The value of the cookiepath parameter should be the actual directory diff --git a/docs/en/html/trbl-testserver.html b/docs/en/html/trbl-testserver.html index 03c08af6e..5355eaa1d 100644 --- a/docs/en/html/trbl-testserver.html +++ b/docs/en/html/trbl-testserver.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.2. The Apache web server is not serving Bugzilla pages</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="general-advice.html" title="A.1. General Advice"><link rel="next" href="trbl-perlmodule.html" title="A.3. I installed a Perl module, but checksetup.pl claims it's not installed!"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.2. The Apache web server is not serving Bugzilla pages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="general-advice.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-perlmodule.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-testserver"></a>A.2. The Apache web server is not serving Bugzilla pages</h2></div></div></div><p>After you have run <span class="command"><strong>checksetup.pl</strong></span> twice, +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.2. The Apache web server is not serving Bugzilla pages</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="troubleshooting.html" title="Appendix A. Troubleshooting"><link rel="prev" href="general-advice.html" title="A.1. General Advice"><link rel="next" href="trbl-perlmodule.html" title="A.3. I installed a Perl module, but checksetup.pl claims it's not installed!"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.2. The Apache web server is not serving Bugzilla pages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="general-advice.html">Prev</a> </td><th width="60%" align="center">Appendix A. Troubleshooting</th><td width="20%" align="right"> <a accesskey="n" href="trbl-perlmodule.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="trbl-testserver"></a>A.2. The Apache web server is not serving Bugzilla pages</h2></div></div></div><p>After you have run <span class="command"><strong>checksetup.pl</strong></span> twice, run <span class="command"><strong>testserver.pl http://yoursite.yourdomain/yoururl</strong></span> to confirm that your web server is configured properly for Bugzilla. diff --git a/docs/en/html/troubleshooting.html b/docs/en/html/troubleshooting.html index 0bf97e223..d88bf8c2f 100644 --- a/docs/en/html/troubleshooting.html +++ b/docs/en/html/troubleshooting.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix A. Troubleshooting</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="integration.html" title="6.5. Integrating Bugzilla with Third-Party Tools"><link rel="next" href="general-advice.html" title="A.1. General Advice"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Troubleshooting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="integration.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="general-advice.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="troubleshooting"></a>Appendix A. Troubleshooting</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="general-advice.html">A.1. General Advice</a></span></dt><dt><span class="section"><a href="trbl-testserver.html">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="trbl-perlmodule.html">A.3. I installed a Perl module, but +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Appendix A. Troubleshooting</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="integration.html" title="6.5. Integrating Bugzilla with Third-Party Tools"><link rel="next" href="general-advice.html" title="A.1. General Advice"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Troubleshooting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="integration.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="general-advice.html">Next</a></td></tr></table><hr></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a name="troubleshooting"></a>Appendix A. Troubleshooting</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="general-advice.html">A.1. General Advice</a></span></dt><dt><span class="section"><a href="trbl-testserver.html">A.2. The Apache web server is not serving Bugzilla pages</a></span></dt><dt><span class="section"><a href="trbl-perlmodule.html">A.3. I installed a Perl module, but <code class="filename">checksetup.pl</code> claims it's not installed!</a></span></dt><dt><span class="section"><a href="trbl-dbdSponge.html">A.4. DBD::Sponge::db prepare failed</a></span></dt><dt><span class="section"><a href="paranoid-security.html">A.5. cannot chdir(/var/spool/mqueue)</a></span></dt><dt><span class="section"><a href="trbl-relogin-everyone.html">A.6. Everybody is constantly being forced to relogin</a></span></dt><dt><span class="section"><a href="trbl-index.html">A.7. <code class="filename">index.cgi</code> doesn't show up unless specified in the URL</a></span></dt><dt><span class="section"><a href="trbl-passwd-encryption.html">A.8. checksetup.pl reports "Client does not support authentication protocol requested by server..." diff --git a/docs/en/html/upgrade.html b/docs/en/html/upgrade.html index cf3f21e1c..bb39871ff 100644 --- a/docs/en/html/upgrade.html +++ b/docs/en/html/upgrade.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.7. Upgrading to New Releases</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="nonroot.html" title="2.6. UNIX (non-root) Installation Notes"><link rel="next" href="administration.html" title="Chapter 3. Administering Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.7. Upgrading to New Releases</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nonroot.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="administration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="upgrade"></a>2.7. Upgrading to New Releases</h2></div></div></div><p>Upgrading to new Bugzilla releases is very simple. There is +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>2.7. Upgrading to New Releases</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="installing-bugzilla.html" title="Chapter 2. Installing Bugzilla"><link rel="prev" href="nonroot.html" title="2.6. UNIX (non-root) Installation Notes"><link rel="next" href="administration.html" title="Chapter 3. Administering Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.7. Upgrading to New Releases</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nonroot.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Installing Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="administration.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="upgrade"></a>2.7. Upgrading to New Releases</h2></div></div></div><p>Upgrading to new Bugzilla releases is very simple. There is a script named <code class="filename">checksetup.pl</code> included with Bugzilla that will automatically do all of the database migration for you.</p><p>The following sections explain how to upgrade from one diff --git a/docs/en/html/useradmin.html b/docs/en/html/useradmin.html index e4ff7458a..dfa145f61 100644 --- a/docs/en/html/useradmin.html +++ b/docs/en/html/useradmin.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.2. User Administration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="parameters.html" title="3.1. Bugzilla Configuration"><link rel="next" href="classifications.html" title="3.3. Classifications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2. User Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="parameters.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="classifications.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="useradmin"></a>3.2. User Administration</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="defaultuser"></a>3.2.1. Creating the Default User</h3></div></div></div><p>When you first run checksetup.pl after installing Bugzilla, it +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.2. User Administration</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="parameters.html" title="3.1. Bugzilla Configuration"><link rel="next" href="classifications.html" title="3.3. Classifications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2. User Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="parameters.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="classifications.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="useradmin"></a>3.2. User Administration</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="defaultuser"></a>3.2.1. Creating the Default User</h3></div></div></div><p>When you first run checksetup.pl after installing Bugzilla, it will prompt you for the administrative username (email address) and password for this "super user". If for some reason you delete the "super user" account, re-running checksetup.pl will again prompt diff --git a/docs/en/html/userpreferences.html b/docs/en/html/userpreferences.html index 9f2e60f6d..6d801d783 100644 --- a/docs/en/html/userpreferences.html +++ b/docs/en/html/userpreferences.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.10. User Preferences</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="timetracking.html" title="5.9. Time Tracking Information"><link rel="next" href="reporting.html" title="5.11. Reports and Charts"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.10. User Preferences</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="timetracking.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="reporting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="userpreferences"></a>5.10. User Preferences</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.10. User Preferences</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="timetracking.html" title="5.9. Time Tracking Information"><link rel="next" href="reporting.html" title="5.11. Reports and Charts"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.10. User Preferences</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="timetracking.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="reporting.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="userpreferences"></a>5.10. User Preferences</h2></div></div></div><p> Once logged in, you can customize various aspects of Bugzilla via the "Preferences" link in the page footer. The preferences are split into five tabs:</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="generalpreferences"></a>5.10.1. General Preferences</h3></div></div></div><p> diff --git a/docs/en/html/using-intro.html b/docs/en/html/using-intro.html index 271739bbb..519a2b259 100644 --- a/docs/en/html/using-intro.html +++ b/docs/en/html/using-intro.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.1. Introduction</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="next" href="myaccount.html" title="5.2. Create a Bugzilla Account"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.1. Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="using.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="myaccount.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-intro"></a>5.1. Introduction</h2></div></div></div><p>This section contains information for end-users of Bugzilla. There +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.1. Introduction</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="next" href="myaccount.html" title="5.2. Create a Bugzilla Account"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.1. Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="using.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="myaccount.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="using-intro"></a>5.1. Introduction</h2></div></div></div><p>This section contains information for end-users of Bugzilla. There is a Bugzilla test installation, called <a class="ulink" href="http://landfill.bugzilla.org/" target="_top">Landfill</a>, which you are welcome to play with (if it's up). However, not all of the Bugzilla diff --git a/docs/en/html/using.html b/docs/en/html/using.html index 76ad08fe2..80da05f9d 100644 --- a/docs/en/html/using.html +++ b/docs/en/html/using.html @@ -1,2 +1,2 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 5. Using Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="prev" href="security-bugzilla.html" title="4.3. Bugzilla"><link rel="next" href="using-intro.html" title="5.1. Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. Using Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-bugzilla.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="using-intro.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="using"></a>Chapter 5. Using Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="using-intro.html">5.1. Introduction</a></span></dt><dt><span class="section"><a href="myaccount.html">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="bug_page.html">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="lifecycle.html">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="query.html">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="query.html#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="query.html#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="query.html#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="query.html#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="query.html#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="bugreports.html">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="bugreports.html#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="bugreports.html#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="attachments.html">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="attachments.html#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="hintsandtips.html">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="hintsandtips.html#idm139809513959824">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="hintsandtips.html#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="hintsandtips.html#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="hintsandtips.html#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="timetracking.html">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="userpreferences.html">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="userpreferences.html#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="userpreferences.html#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="userpreferences.html#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="reporting.html">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="reporting.html#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="reporting.html#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="flags.html">5.12. Flags</a></span></dt><dt><span class="section"><a href="whining.html">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="whining.html#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="whining.html#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="whining.html#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="whining.html#idm139809513812080">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="security-bugzilla.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="using-intro.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4.3. Bugzilla </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5.1. Introduction</td></tr></table></div></body></html> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 5. Using Bugzilla</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="prev" href="security-bugzilla.html" title="4.3. Bugzilla"><link rel="next" href="using-intro.html" title="5.1. Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. Using Bugzilla</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="security-bugzilla.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="using-intro.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="using"></a>Chapter 5. Using Bugzilla</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="using-intro.html">5.1. Introduction</a></span></dt><dt><span class="section"><a href="myaccount.html">5.2. Create a Bugzilla Account</a></span></dt><dt><span class="section"><a href="bug_page.html">5.3. Anatomy of a Bug</a></span></dt><dt><span class="section"><a href="lifecycle.html">5.4. Life Cycle of a Bug</a></span></dt><dt><span class="section"><a href="query.html">5.5. Searching for Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="query.html#boolean">5.5.1. Boolean Charts</a></span></dt><dt><span class="section"><a href="query.html#quicksearch">5.5.2. Quicksearch</a></span></dt><dt><span class="section"><a href="query.html#casesensitivity">5.5.3. Case Sensitivity in Searches</a></span></dt><dt><span class="section"><a href="query.html#list">5.5.4. Bug Lists</a></span></dt><dt><span class="section"><a href="query.html#individual-buglists">5.5.5. Adding/removing tags to/from bugs</a></span></dt></dl></dd><dt><span class="section"><a href="bugreports.html">5.6. Filing Bugs</a></span></dt><dd><dl><dt><span class="section"><a href="bugreports.html#fillingbugs">5.6.1. Reporting a New Bug</a></span></dt><dt><span class="section"><a href="bugreports.html#cloningbugs">5.6.2. Clone an Existing Bug</a></span></dt></dl></dd><dt><span class="section"><a href="attachments.html">5.7. Attachments</a></span></dt><dd><dl><dt><span class="section"><a href="attachments.html#patchviewer">5.7.1. Patch Viewer</a></span></dt></dl></dd><dt><span class="section"><a href="hintsandtips.html">5.8. Hints and Tips</a></span></dt><dd><dl><dt><span class="section"><a href="hintsandtips.html#idm140532166733968">5.8.1. Autolinkification</a></span></dt><dt><span class="section"><a href="hintsandtips.html#commenting">5.8.2. Comments</a></span></dt><dt><span class="section"><a href="hintsandtips.html#comment-wrapping">5.8.3. Server-Side Comment Wrapping</a></span></dt><dt><span class="section"><a href="hintsandtips.html#dependencytree">5.8.4. Dependency Tree</a></span></dt></dl></dd><dt><span class="section"><a href="timetracking.html">5.9. Time Tracking Information</a></span></dt><dt><span class="section"><a href="userpreferences.html">5.10. User Preferences</a></span></dt><dd><dl><dt><span class="section"><a href="userpreferences.html#generalpreferences">5.10.1. General Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#emailpreferences">5.10.2. Email Preferences</a></span></dt><dt><span class="section"><a href="userpreferences.html#savedsearches">5.10.3. Saved Searches</a></span></dt><dt><span class="section"><a href="userpreferences.html#accountpreferences">5.10.4. Name and Password</a></span></dt><dt><span class="section"><a href="userpreferences.html#permissionsettings">5.10.5. Permissions</a></span></dt></dl></dd><dt><span class="section"><a href="reporting.html">5.11. Reports and Charts</a></span></dt><dd><dl><dt><span class="section"><a href="reporting.html#reports">5.11.1. Reports</a></span></dt><dt><span class="section"><a href="reporting.html#charts">5.11.2. Charts</a></span></dt></dl></dd><dt><span class="section"><a href="flags.html">5.12. Flags</a></span></dt><dt><span class="section"><a href="whining.html">5.13. Whining</a></span></dt><dd><dl><dt><span class="section"><a href="whining.html#whining-overview">5.13.1. The Event</a></span></dt><dt><span class="section"><a href="whining.html#whining-schedule">5.13.2. Whining Schedule</a></span></dt><dt><span class="section"><a href="whining.html#whining-query">5.13.3. Whining Searches</a></span></dt><dt><span class="section"><a href="whining.html#idm140532166586224">5.13.4. Saving Your Changes</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="security-bugzilla.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="using-intro.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4.3. Bugzilla </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5.1. Introduction</td></tr></table></div></body></html> diff --git a/docs/en/html/versions.html b/docs/en/html/versions.html index 608bef84a..9333ff9c2 100644 --- a/docs/en/html/versions.html +++ b/docs/en/html/versions.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.6. Versions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="components.html" title="3.5. Components"><link rel="next" href="milestones.html" title="3.7. Milestones"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.6. Versions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="components.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="milestones.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="versions"></a>3.6. Versions</h2></div></div></div><p>Versions are the revisions of the product, such as "Flinders +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.6. Versions</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="components.html" title="3.5. Components"><link rel="next" href="milestones.html" title="3.7. Milestones"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.6. Versions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="components.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="milestones.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="versions"></a>3.6. Versions</h2></div></div></div><p>Versions are the revisions of the product, such as "Flinders 3.1", "Flinders 95", and "Flinders 2000". Version is not a multi-select field; the usual practice is to select the earliest version known to have the bug. diff --git a/docs/en/html/voting.html b/docs/en/html/voting.html index 586f93de2..76b0b9324 100644 --- a/docs/en/html/voting.html +++ b/docs/en/html/voting.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.13. Voting</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="bug_status_workflow.html" title="3.12. Bug Status Workflow"><link rel="next" href="quips.html" title="3.14. Quips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.13. Voting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bug_status_workflow.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="quips.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="voting"></a>3.13. Voting</h2></div></div></div><p>All of the code for voting in Bugzilla has been moved into an +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.13. Voting</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="administration.html" title="Chapter 3. Administering Bugzilla"><link rel="prev" href="bug_status_workflow.html" title="3.12. Bug Status Workflow"><link rel="next" href="quips.html" title="3.14. Quips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.13. Voting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bug_status_workflow.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Administering Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="quips.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="voting"></a>3.13. Voting</h2></div></div></div><p>All of the code for voting in Bugzilla has been moved into an extension, called "Voting", in the <code class="filename">extensions/Voting/</code> directory. To enable it, you must remove the <code class="filename">disabled</code> file from that directory, and run <code class="filename">checksetup.pl</code>.</p><p>Voting allows users to be given a pot of votes which they can allocate diff --git a/docs/en/html/whining.html b/docs/en/html/whining.html index e4754fa62..cb2e1574c 100644 --- a/docs/en/html/whining.html +++ b/docs/en/html/whining.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.13. Whining</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.7 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="flags.html" title="5.12. Flags"><link rel="next" href="customization.html" title="Chapter 6. Customizing Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.13. Whining</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="flags.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="customization.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whining"></a>5.13. Whining</h2></div></div></div><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.13. Whining</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.8 Release"><link rel="up" href="using.html" title="Chapter 5. Using Bugzilla"><link rel="prev" href="flags.html" title="5.12. Flags"><link rel="next" href="customization.html" title="Chapter 6. Customizing Bugzilla"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.13. Whining</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="flags.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Using Bugzilla</th><td width="20%" align="right"> <a accesskey="n" href="customization.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="whining"></a>5.13. Whining</h2></div></div></div><p> Whining is a feature in Bugzilla that can regularly annoy users at specified times. Using this feature, users can execute saved searches at specific times (i.e. the 15th of the month at midnight) or at @@ -114,7 +114,7 @@ Think carefully before checking the "One message per bug" box. If you create a query that matches thousands of bugs, you will receive thousands of emails! - </p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm139809513812080"></a>5.13.4. Saving Your Changes</h3></div></div></div><p> + </p></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140532166586224"></a>5.13.4. Saving Your Changes</h3></div></div></div><p> Once you have defined at least one schedule, and created at least one query, go ahead and "Update/Commit". This will save your Event and make it available for immediate execution. diff --git a/docs/en/pdf/Bugzilla-Guide.pdf b/docs/en/pdf/Bugzilla-Guide.pdf index 89ba3f277915f8abc5cc43d57ca9a281bde3b5f3..229abaea40cb486305034791831b252432f47068 100644 GIT binary patch delta 115067 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 delta 115009 zcmca}RsP{s`3WkF#?uSGF>6iq7hpU;F;TcaTUtbXp{MC){<m+ATQqMpeVr6Gd&Wdf zcIg1W4~<Ui1UF}iOkw-&TA4q6>eoFH@#pWy-j`pVRsD9>?FF-rOk8YnbNaUY{`qe| z1(dD!O;YjY_&Vc2=Nj%=_HysrL_dd|X%~EJ_~bjg_sVY-yJ!4uy!axAU2VGXzGG*( z_ZZx)+HuwL@l_k?eTBA{CYp1qOg!({R<6Qf>02nHSu{)dxQY6;SAJ`@&3fXurp)b+ z!GC=p{glOj`JeJ{j!xm2tiyPc(SP$d#x=|=e)5q)(+}Qa6rH@A)nA3ZZ)38$-_6Ph zFUwHBEN*TcU)Dykwu;U3>l}?299Os<loL5^vL2gw{f_LN+fEB?{$(zfYF51Q=-rx= z3$K1(ySl7iq-0k|)3-#kKmIKXmv6h5dg!|Kt}Mr#q~fhrf-Q~H+2+ds<!4vt+c4)3 z50C$OhK^o|v*+z?cL*%{vHV)${;&Sr&*n36pIgUtlW*Czggd)_G3wag|9+6ktWfrK z*{}J@-A)P0XFh$czwm17zAX*=j7#UFtl+N*EMIS6&)c@{sOFZ~MSAQvkIHWgT+Xe@ z@OH7qFFppTw9b83&lhU7dtUfmWVZLsr<!Y_*AqA7mhU>cecL95b-S;AUU~GA@AHt` z0(v!Bv+li8x?U!8{FPIlG1GHj-y-M7ch=1p$`@ce-Tr)r-C^5z@_TygSKMVh+qSe` zrBQur_KO`K3|}bR+7~MQw{P<M9em9tk9c|Z^jtjl$~%nx)`RYEdXFzk-;X!=cHP9| z%B-HNMXkz#e|F6;`x3BQ-}XgCsM3Vgusu3*A0I^Jerb9V&VH%PFZHFC!Sdd-^7F)3 zoa3%sBzmc0j%JH*T!mSd#I4c`T;cVOKNHy(CwwsGO)=Z3zR;0xC-0`Yy%jFXF&&vN zPt7<cnR%yR`HXc1zN$Ai1RhRZ+0mBu)mQI=o7)1{Jmxoc8Wq8cbAwm5Y%%*Ua@6Bg z=d{Z0PJLHyS$z91$J45)Em37UlXLz0x!l5wOMPrOg_P3^-<chY)x8!{8pJZa*wEuq zy~)0br{*o6$TLY}#kRahDQ`Rl-Hq4kusLSM@U>Nc^0<C;W{%eS73a=|vY0C!oR{@T z_SDJpf~DVo^KXjvn08QXm83}N?<F62^sn5!@%`wZZ)^U9@NK!{(YPk@hsu>OhuP0^ z-}dg3omVk=qTp$cg}u`6L;?~vxy(v6y-;W=6sX!$-#<yJzBtqQ!^VpnOP|WFi{ew= zu=KFg1(m~h-7KHCroK<q;$FSVL`NmX^hiO_7sX{-MzLb=L+#B34^Nyn=lSyI$E)7I z@4V^qBtyQ{=6*njfUe8A%>iAW5!TOMS6|xw?b3k_`|ibW5k8gQr7<<`-&w1@hbDf$ zwTq=Dclv^*MsG^%t0yNYa4}kFWUsWmy((~f#H^_z<sQP1wl%D~w=hFhX!@&1r};GR z9PVGvyp+xKi3RW0wZ?1K?ppco!b3^Zo-ZyFX1NJ2+aoB^-*zT4oImL9o5QMds!U1t z+^2g&+fGZKNloRiV1Cx$sbe9a*Ix9zHCFX{-s!|;o#rOS63><tPOn#A=%l4JF+R{z zuKG|%){%q0GQXMa-lfULM}1X2XRG_$?(3CLvkT?=W?PjnpRvv<>SX7k_pkQw7GE*A zW2G0+zUqol`Xj54LV;Nw`=7Bq$Z9Rzf7vSfT(1A|hk=XZZeF$)4*d51VB-6=M)#v9 zo^pvP7syC=y_vo3R{XV?hq2OJ^^OU9_XTqHywp2-y?^<Ak(KX%rir-URq0FJ$9Fv| zQsI?}$b6Rg+R06!zFn6+)G8IEuY7%NkkGsDhUTmTERiRV-Z#x(K4I@<QT<GZCw23- zo}6&@<<V}PS-qZGM^=5FH|?UytGFkE*8?P5_PqM^gRyaAS={9-->!byla=v9!#mZc ze%<^j3ooz~iTrN+ZTpO+_qq6$*+-Y}+*z^po6Q*)jrW@toqm|D8F}HBK9?r*^!Ka3 zESc`H`S!M7e?^W&1RJhP{HND!mTsE3cuo8(HV%oh?^fLVSIprt??_CMd*}3V|Mw;3 zp<4M(8|Qfc-gp0hO?*PimYIjX+o)XK^lmz%N8D*9u1zQTng8&|`7d&v9{89=WO5|; zZpKxUMS0%UZ@GNwN$v^1S$P~!X580F=bUfSrr)idtnTB|cK_O&>Rpx0Ck{uI=JSat z&OWGjJ}7sor08Xfl{MGx)mnnGcm7%y(S0^A_DM#a_2YK=$LwalOS2bq-CcTOlUtXs z%C==k=UaM8I%meMKeXCBYvLKH@81$vU9h=gHM>~2@nP-DcUS6Xy4rC5V`aEH&+ngU zWsCZO<IhgbTQkR$YsI1s4^MpBVrlbxUWtvk>#Y;Ey<MAoZ8v{h9J1-wo>ZHij}vbQ zHk>wT(=}MrdAL&K@T7F3%WqrCdUix{%W^!4)Xei1*irQ1{iCBsBHHrt$J0;#XUh;V z&RrJQ8s48VhwEzQyrbOnSnKQd{+c{h?#}e(k5)tpbuB-CV%my5ix($ec5k+Gdi><j z;<c*Q+}=hmU7RPy!cI?ao#5b@zKLUz!daJ1MW6RhoU%t&dgqR~Mwh&=#oIq`{pxi3 zV@I!G^nCdpJwF}NOTWa*h!!VLQ-AvAg-S%ri><4!&y9Y!c~jc82RWObWq&l~pH)9~ z#YC?omz-m|?p!Z*`#$s7t_9)h=eAmEd<mcNsO;TWO+IG(7q^n%B>BF7dSj37hN}-R z_-d^>;a+unXUCH5Z%r5E^lyvk>xek*V-^@Vt+0OIgcZ9qn-}lB^UteqjoHmrGg8kj zzNxG>$!W#Qw>;9foytpuZ@VfS@?@X#ys|2|M87_Ao63v4O?$e!4W8~xKRr2d1?M|m zkM&HIdef9<b)3*QunTE5;*3AH`&Y?Kx9{G(nya_pm}C)u&2!#-b;oZPzE*j3=l>63 zZ_M2JsjGg@>^>eBdt1%I4;{z8CdEkPG;?dkTwnfNKF`g+(bdNNa22EKj@HN)kHD(^ z4;(839{yig@1o&<{Faz}ScJXkM9+<fmw)-b-SeP9z--Y)n>GDx=N{P48?>c2NVfG$ zvEC%DYc}G+!cB_j55LReag7MRBixmnDCAmb@_h1+t(g_)jO)U$URbXiB=3+^AMj_z zqwP^U_i3HU_UC&4Z<^-)M8++@%Krw${@!z|F5|6yDRZ#P3cmV=dqO(*ma$2NtIkZF z>#J08P1iKr^319SYH!;de@Fk?;{IXVBDP%zUh&@1mirjV{6^nXCsObgn>pVVqiW^^ z+p9UMTb6yPRH<0BC!RAqYX8;6_r7ypS`%7y<M2d<_YsP3eH?rlzwA2OeM>cSZ*%{O zZ=t)(ynS9R4L9&II=a+dDP>NSr{;v4{>pqzFDFK?mwmN3#G~+P@csVJi;5PCw8p<! zs`q2p>YyyS(6?F&J=TIuY;Qc&wrn+9e7$Y!x)1xi)DM1HxY2s=KdJxImMT^oJT_nb zFZA~Je|wablOE)J{`H4{>WrGW>4A?~gg1W{@aLW!Sgu+Bc8+)PY!88k_rFACT(3Gk z<1G#mxxMwKZ`Sp&Z;zfhumrAnw2-0e`p>V{2Fz6qVV>Kz9-4P4kzpm<vi&dTy_@HD zAVT864ynC!d+)_q-FaY^-XXa;pDoqw@r{BV8L}B?Y95!_{Fa*`wkY9G+14MTZWGnd zuM1nae&2=^=bR+#Pao>7I+*nN&**Rdp05|1u;URQPk1@Ql`;*n@9VApNB&DGF_iu* z;aJEkQSg`NM46%KvyU&naU0Zpyj#tDqh<H8*srH=ED*TCVO%I9X});ByF;({x5>I8 z?bl<KTRU#DI3Hek;hBpa&$fv_1THs4^gNs^;Vh`eZMn$5a>CQAhp&|z*5~Oq{kUPK z%XOeY`jEeIo9xBTp9aTDUS~<q&d_~vqvwFHLkQz9+c++@%tvn*ws2l{n8(rK+S<om zd-GrutB}GI``$e^{PxTZ&zihuZHY86tLU|~pK^X#xoP~OAOEH<{g)NDg;$YvJ;&>x zj&(fQEjfJAQocDFGn6mBHQ_eXd82y#fJ;e@x_{Mj=7UmC9$(zpJl#D>+4b!q{_7Wh zS?p}c`f9CQ5iyxxPOZM=Xk?mG`5q3g%D2uEtd)wpGR|_g&3X7k`#8tUD^6nbPAO%& zR83vFI#u`Xk`tFaPHy!0E@6ElZnap6V&ON%gBQx~^66Y{YJU2p@3IS5?WP#F#JApF zwLh+%&;DK+V^gwGUiG1z`rK=NRmnC{_bk<K6<SYcZIOSq#Q11=weF3V^|P3k*?w(g z&NsOgc;t6@u})gkG24=J>mJoeR(6XeJ$V$~UE%S|_dwyq9k*Q`3BP=Ir{$wj(8}-K z^?P5XT<<&{lWb$Tf7?B?hd-WV?+RKNzFa7|XRF^l(KF`^Tp4l?iM&j!ytr!bE2|k9 zv;K=)WKX^$6*D*b=M;0r|LF`HmiKKAe$dWvldp4yx5>KYX&n6<mXzLFb}H@eOo5)u zy<e{VHM((<zhrjgI^oO9m)}hGx-L22GqB?G`@#t}TU>TsxcFvX{8_E(tf!0m*)t9H zu9(|5<?3SREt6a273z;f9rR1&GFQAht)QCy52II%b@%ayj@7}+F&aV3)lN37dGl+r z_;w*hJ?B{mHw!S{HJH%!QSZd_$Q?T7@1lIpnOVv0`>|2z{}pW};Y%Nt&c3_-bwZ5x zVb2T!*T-sSLsCAwN7{x?+?jv<g5|8^o*M#MQ;qZwO*(#llDl<#Uq{&F`rxEQuG3q6 zj#kE7e=}9MB=W68UjFH;u<Daj*G91whaQx5{r>f}%wCt6f3N0*);#%BHnqim%_5~W zr)KSXa&p1ETmHJ0an-KDmh=Dfd|sqmA*(c}jg2MMl3Bz1#~!Q4+N*y?O`W=~?L&;f zf~EyIznLX=G;e*tFTUsM{LKgEu9w(XzvIXy$tQn5ByQbgs<Mu2o!KGNolj@{eA`sH z$b0QMT|<AqZCy_nxtxx9ucdz}A~Q+C<sbJ==eo>j{U<w;tT;}UY~1|0?`++RoQMnT z-fNxpPfyvj`M2Bcx+K0r(~ZZ4Z`am_Y>TbG;m~r3vFOZy(?9H1Q_pg7rRJp+mlUNY z=5kF|Qar*`_H^?L#a}Ee%iq<UgcMLe)fRKx`c9thCeQ{dnjSLD^G|#B;;&Ck-|0Bb z!XRmRjZBrmi4KlyuAf}bzgW_NY1^JlUel(`73K)x`C@$cZyEpOn?}<0Nv9VWOIUt? zm!M@UANU~7#^+ye`eu*+yJ|b!pS7$vS5aWRyt}+eZSm4C`*`l{-TCmq!=oIEalH%) z2PCwP#mD~1mRW88bshWO{nZ;RxMU*kvvOH1J6CXT_kX52franpGBYXd_`KuS^E(R# zSUB2`{yX#XyWQ7@N~7AjIZ1jI*T2@UX=0h;)E+3ovFLppTOxz4ywU=>#EEH@b9}xC z&s_db!Pe#O@ly(`XY0F{zN<arWd5NhD(1l-GnbCXz4r`K4C7<8%=)%16pNPM<d6{a z*}3ihQyt$ke|m)W?)@jGpS?)-%OQg;H{yD9S?(WxrYyqY!DAD0NV|!hg>~lkN;%%; z^~E!voPPFo<AUd}<I_2RsLnAr2)8@6O5*p$<}1CQ9)?su$&cf>6X6~)bL*VR!Kc5P z>`0O*xYt<9DrW8x#<+cv?(|;{b4>hfvZVt4ah)hlY>ZBKZe@{FsnygLs?>bB?$Ji0 z&k<=xlGBX*pY;bxnK1V^JH2ywuq?O3*QjUC+OPHTDfwIS@^jwQYJZN({xd1<*skfB zle|+8=l@(L?BW}raZl(#*}Z(j_ni+5W{RnvPKxCInG&+<pzFqX+4rXt<(7AH`o8>8 z8N#<hf<OKBU&)zL%KQ5#?|=1TQr?Yo5@puAjgH0n*WHuv-@s#+*?r8_aQosN51HTB z@6Yb@i`yG>t3F;YA(iJ;%9SkDKeLY1Gc`QPFcvj$f6fyny4zT6{-lP^FwR51OMeEh z$vWdZU!r2hu8)git0rBzHphLv?}I#3_4Qfjw)0n71;6yNyl)V-blHDb=@&LX7Owp) zwLZG)<(|!&DhU~LKd2}!l2S4g_-*uiRY-i`P2~r_{$`0Dyl~aN-Y)%O(n6y&V-Dlf zuLShmc;;&FoN&@Z&AIi({H-lBJZ}bdovFHUQR3I#N<WFj#ja;!)(Q8tmG*usHuBqC znf`4tN93C0-#t0HUavGtjCApe)k(i(@+wMl0(YM4OTi6~)?U$AbyLgoRKqJFHKXpd z`>Z+wTW-|JY~#xh(FzgVJ+I#Vqj7~`+TOP+8xnih%4_aiIraI993QvH>sD+>&#;|2 zJV|Bu1eIA&+B5W|b*1mR#p!)@3N_1Gdi;Ws4bz^lHSVT+`i*8EKm9ao;nGOI8(RO4 zSl9(7JFJ+xvd($kO}o8w+#+|o9=6zc>WllKrMtg+D(Xzl^xS?^`skrBDfJ%Fl6nEt zQ(JEv8;X}jK7J8%I5%#m)9ak6`#)WiN;c2-Tj5$RU^6#wxy<_Bw8x^KR%@(}n|#7r zOEB-^n=?;3x5jsDso6Qxb@H^Mg2&fuNX@HSa%a7J(%HYCP5i9Frg3at<3Gjp_Qum) z-n!AXhf3B;J9yrU3s0H$L37dDg2zGUr}eG5?DM=p%bkDoH6_*KM-JUKH{Hi=ddKx` zr`Q^WZ@hCZFK{!v^;~p^z0HcKwfvExc`B35+<Z1Z-ELlYcD>@)ZLd#920d|hDEnFP z%|7(;oE4KF+6qthHs8w_zM0eF3M)(f4`0#A4{bFW%|K&on)Pp|dFNkt5IFw+pGa|x z{GPk*-%FQF5z*2U@s?R6x2WQAgoW7;#|HoN#~yQJ1ckPGX=sT5Pfrj3{NcPde>0Or zjQjM+5<_D?nbN3?6JZNXuKG0<I`X#bv|FCMX6M(E^rT2*-}KO}2d;h%cy`&XY0{-B zQYQJePsQi<zuz>wduD2Vf-{@$aUP$b#jYpp+4T3nJLj@~(~IIG&664bN46{o(~8Jj z^i#Ik=FMG(#Va>&koC`VD0FMRa&X;)+An%Z!O0TKb(b}4KOSW|CoA)ShF@&g(U`ZV zwjY`_-8b}SYP?x#`(G37E34Bib87CECtv+tV!%Ip)&+~ep1FILocp``&G-7a>>pVj zkM~#d-(>UMvC!|7ty{N5yol@T<aHi`+M8}Xbm_XiDSq+SW#|5?%gdGa_wjG!-EzC1 zy+PLh{Ec}tr{DNobV9p(snXj;@3dM<?RTX7KP_uL@%E23(<g1Vn5dk3xFg>@wRXxT zqhCHhTQrN8*hv3c`1N<Df>>9L=I+DtS)Tj#)X(28dYLUFS*LqAqVCyGah9W(Ik{AR z?7A6v+i#B4m4%=A8>PipFLQkyZR`{F@4}fSOKg~{MI>HrWV95$vhj=mv&Zt^g%h8F zB6>5QgEBMYq|HXo{p|ITA*n}|{DkytJSWI5%W;VfyTM%;BrX?kY1!Q_aqp<c=ZiY8 z|C(wE$ouXRT$lK*i$O)I$Y|18ou3b;{R%%X^*&@?KYNSryo5_BoGu*Ne^RgY{ngvb z`@ZkxWqqcvGOjy5)t;%^E-?Age50asT^&zP-Z^oy*e&ii>uZbtqW?lQ^-adH%O^zZ zZ#C>*JR|h<^jjt0f@W{fNh-D3d*xUA3!7D^FL4Dh^_y^K^@MPT-0R6xU6b-H(|jxc zme(q)9Hy;j*-?C-chB7#>vGS(OXKvC*2;co+M#~E>W_C)<`nO`Nf!%uoOpWn-`uS~ z*1BJOer3L+Q~J&LO7;KpE#2W&T&a1R_j^0?Fsg25jNoNqS+;DS_-3J)AQl$0=pAb} zXC(Nr)L*LIce&Ls%J%n$n$0`<47=90ca+Li=qMgL^Xq-Dv9|u>f`@Fb*1Zp|r+z4R zSi|A=q}W3wN$tWeo;>@6DYv$ob1;V+?s~22t-`@}O6hm(g6{|4Gu9dTIyw}JpU~I) zU~jmr^`7cd|Fv0nUQAvmJb9;nu&-F(*H71aGw)q<Em~h6{5|@Kd^$^e+=-OR--q5$ zlxcNe$*_p8ddrJFdOllkJUPeu!vEMx-%YdltBREz4b41rVyC8V@?L&$_V22Wa`Toa z>bHEvkBUDN>Md53nWEyXH`(CX=Or(Fa=tIUH}hMLSKQsDE^{Y_UP`-fE!?|K`tG+| z$rfdy!D@DYYFE#ePpfxoiCdDlYLi)A?)0qwg7lI(yLgYW+1@<m_hh&GU$fBEecQtM zAH;4C4t>1+o!;r|H$~<Nb8L6Ly3Morz3C^$^Gnv1Ub5jzdT=go^VjwdcYAG}SdI%P zNP5We9*~>We7Q{hy@>DfV!i!lny-^AN@p+3xV-ptO6;5H%PP-0wRj9P>My!p<TZDf zJ<8T-*~P-@R&hOWSEZxUhO2EFD<T%UEk3)V)o1P8`L?A8I1Lop*v}cfT%y1A{jKX0 z|1SJ%d;IW?FqW=W>jiT1FNE{F(^~d^_qL5+&(81vm3PF_<<8;yx#nwUhMZlgT4LRA zz<2+d^<Nv$XovHYs;`RPaQXCdQ=-I-`mTMltAc-vFRCis@SidCm_paz(qD1wwQoQB z@4i8Zb<W9r_SaYbwQh)$dUIGIh-(rTyAp%V_UX5tovf_!)VGzASIKqa6bRwFvt_@; z3ZBbZcQ<z&c@kPKc*#O$+9{RopSPU|`ab{n*Xvh*ty*Qb%aiX)?VpdgqqpyQY0=Vn zb55dE{k~I^?uKp8Q_b8mIrinX9qY^XYZX7vTk3ac_qLjom6I1<G*&v~e~k0Xo==<2 zrR(?23>3_}CI8lbabl9srgJ4#2`tlAb)879Jz^VfoMm~m%*W+&uvfvqu<h*6rrg>; z@6FSXoz}}(#Z)+bF3r0qtl4-&Eg_omqr}JK8jj!331ryS3vK7wxUTG)wa=GxdpW1< z-Sp(-<c8jPEF#4Rx@6|DIEQk2Yo*FJs5nTt8?qY;2>nxF-lTp^NW9Z?`N;$OQgxO$ zR#Z5r9J`_~);;yUkA}8+*x9l~;Y(-Z%Q&yy{*!*1?egDSdt|=-UG98MU;g%=mlb*5 zJ8X+))SuLT8UI+**>SRNhSualBhC7?;gQ9+%>?SMuYaIyntYJK<HL#QcZJJd3hti# zQl+v%#UsggB3Hk~tM%{oHcaq{%oAGf&meZ--f!Il&7}vLuTM@lpL{wzQ|^h5e~QqZ zHB3`CsPs3Pv>S>ZJZtnr;9ky|5;al&`CnhxcWt_o_jQ;4v@M3k&S#RQ?Rse)EOmF* z%lhTB&8M$7l1oug><n<4vsCA?;EC;Lk}c+^JzOeX)M>7!pRYDwovH7GgG}foo$ing zH~j2s9vu|=c8_Jw(Mqv9Hz(hA;5?Ty<-i`Eb?Ws#KQ5f{VNpuf@;`FGZ^Ois7DcOU z?!Smlms;Mba@AEqwYx&?qZogh*G3cd<1wMR%TI5rUvcf-xr6o@&EoG=yr*$5>~Np7 zQKL_m|KyPu6(17SES}HX{;q46l<bGcC)_)eHg++qCL4Iq`=ufEgX7Opqljwx%KI|R zPbwSF6|R~yZU42qJ0qHOoi@Z=T)FyciP&kCJN~NtujRzG{_M`TcHcLfOZ3&M;xFsU zcv>eg_i46hoUE-c`jT$UaY#b_()^Ep`x&-%%AE2$l=?O$)O2Nl<mQsiecQO6r@QM| znay1q$@DGk*u+<&D|c%~xkvsm*?7J4hQmI8Wx2YUr#ALFw?{n7{IO+k>1~(1I|~!P zv23<UwGm4G|LW<s6<yo1mo>HTTCEuxu5m-(Dte8<&(C-DT~^**AzsgYd0SpwNy*lg z+w;n<u!fgw96WP3>E0EIox8<)+AgJi_ns1@<`+C|`A7cc_bpkvk}YPqGP86oa%{aR zs_})@^l-wB(!H<NJlnPKvxJ<??``c0?>k>O_04SXUZHROFDT@1xRT)E*SoIxUUa$> zB6a(V+bg-t-0JRz%nA~lu1u(qu3vvQ|GIeIrW-Sk>T()%J2o!Xo^AT`%iN<(HYziv zoR4_kJbQLk9!KZeJPXFwS??UO@2rt%>RNi^$$`gh5+d5S81{B9;h)U4ckgm(>&+S^ zl___=T$^_7S^HJNO^Q}70?vw|QtN7OdpO_S_V-$ZmB<sf@;)E4B@f+_gLVmA=8b2p zPhbkWm2v*L`I)(qoT1DDZELl8w^wb{)H-ayp|t1Koy2aT9eY>b-Zo=;+6ir2rB=}} z-MdR(YL{2*EPN3aypC_4gv;x7FU(5)7gpYov)jP#CHOL4JnedAz5JplY9Z_*v-fFr zM@Juede7LRV7*m+c=>lT+jg;{ohtWsvjsgYj<4V1`h0TBl}o9~UyAI#^fss5zq?+k zf_q8fH|2)HQ;x1auG=2h&SUuDaQM*Q$7k|>c)RS_bF1rtEAO4YKWRq_%pO$iH+RZT zE1be6ILA-KmieB4vd$!~)Bk7NUUG`mSu{Dy<rH6m?V8vNg?q1Zys6&5<7m=?)6M4+ zzvoyzc2bJpT>nDas^SIjjtuiMwuS1A9KHfy7sXBTxc#=lGdw5vRO0cj&mZ1;RCwQ6 z%Fdb1S9l@s$BCUSx;viivb%D2X4DMn_Up$&7VEk2p1yWt!}8eBceQM?cT4!cFVuMC zv*Q19e%Ba-c>-O3O+}l&G`GDi2wc{%)tC3_rt&ApbY8u^7UG>#Z?Gemk;TlQ<xrL2 z%3FfZs|s(wm*L#oZ^D%GWKX{J=B1P6o~2r4Sp@YRU@x;TIy(1r!0B^>($W`7`DM@M zioEdo9;X?7N#ya$@N*{%o}A=~=-k{;=gPqnz?L<mTi9mT{me4nCEFsao-8N~ou1lj zb!V&pF<-v<^R>7X-U(=&60a}h(oMHoW@R^TZpVG!;CXf%C-%h!=`?@eZroC}WZv!T zea+4$|Lfkjs!Tj(e_wu~VC{mq7k=kIPEHBeUu}BrgXIew4&ON!UZ}V1o1gY$leEp; zf5A#KCGFiF-F$z+S?J1Q=j`;`RX3-9nDRsJyQ=-eecN{_96D<fl(=|xS*k|yyv%hQ zx7$s~yw1RJ`|#5<|0kbMyL<GcT<C?{voqyd{rz`u&p#G-i045%d#m~PztZtCM>^L% zxc}z^*N5+#@=+^p<S(l|<@eU5-S+tGn03DoH(#t?A2;{G;S=`^Hy6+UFY)iZP2HLM z|Kl%cTY658&AZI#y4f)Q6FZA;JMW~)>g87%gEs#yU&G5XYs!CZa0~W8>orbBgXxKd z%$k!A^j9$zXHK@6AYI@0Y2EU9mmWx0Ec#w}>G#FUjxE~1j;S<PE?eu8`Tn7G__7ag zyARELT79Zmcc#|1b2AgI4E(1QzR&LWHjnR@&N-eoEmw2hV&m!2>o=a&&AD*cCc^xN zY3aOuPa~RBfAZ9*ywCf*s+W1)m(saExA_Kz8?VhT^sl|hv+kL8%#W-Hj`~}%Qwz<e zS8v(Oqdeu0^_=d1${TE!zWuaxjY}01w|DsA9If*q8+NWyX<Hs<`Sy5ZWTwJ&l`ZSU zg6;=2|LAmj{d$|${-r-lrglu)cfQMJ>CK-3mk;(Ge9PIHd-MIu%oQ_bw!PAynbD*2 zHEyk3DYNDJmn(D)W&Qs${A88zpOv^;ss7~jl_ys5f644_npBpiF-v^Qj!Mb;y~kGi zyF9q}l(o0tsmn|EHp@dP-6I<}PB4?6%{8%Q>VygFS2&gOhHf~#W#8iH5Ic>zt(nO= zcF~7}Ca$q8=xC1pzrkc)@)p)~Q+dUzsL$Qe!5c+xZYg7&Ug?&cYwCAuX~(1dInooS z^q=mkKhq~4cz#vaY~$Aoj~4kk&AH-P;Z$7tXsV0d>Xw#{2D1enpYGj#rME2E;Bc<j zfAh8cUmBOcP@VL-dhf;c|NV|m_K5Owzn*(ccKyKw`|sV$_;wzwIb2ihyM3$kanqUi zw;VpdXhN>OUgi{D!&8@2m9%~uGInLQ9XwVT>-tsF$9qn_L(d~8t|O6i)&)h`Byx2w zYB?}vg6FbxR}1HLiLG$$U{tKUweqm6+9j`3j|18y%8XukJ>@(*U%YV3f|ok}lVplt zM;7NKZS(Vfas7bf+ut64B969BSjO)<@y!k4D;G0vtyv^3z!}WQ`K(IFF@3iYzd+8q zdGT?A7tHgDC*QQ{`BlG8A?lIw`N^zFTOP$Y<gy)9U!tUcX~V4sr$;l{9nbDvAbhqZ zD)WWA!;Y*ye;YPUjbvwRUNH0T)O70)?-GUHl>OMOYgEc+`(nY|b8-v16+Gfk$)999 zpEPH3;*=Pp?N3!(gJ129P22r@EAR8$ip7%eLrl+{&Wh{U`)f)0y}H_R*Ln%nq}h6R z--l@Om+XALeRcQ3so{<W|7>oo;5PQTI(`1*%iCx0ukV(Pskpm^vEJvf1!K&`5|KxJ z@_oD3l{4Opxm$Bb?bv	G@Kh)1A)_*>c`BTyw<FQ>r~TXZ^|F7ybHX=P@t&5}UTO zEyqf%@s94spQgMYeREI0%8LH6<c36IeU9pDo$0o7^}J`=TvXC|)$TU^c)Mnck!RRv z3+^UwkB6&8)}8-0<(BEwO&rrNyp@)6OPVPj`m?XCqA!o-VCfvwaDmp~^!;s&+59&j z=<h1%S)U(p>!x?0W?=uUe=GmV-+lY``}x_~A@2^V%AUW!#=_5V&+-&=KWokW{F67B z6mHfFDCu|w=JYg}i<Q?+<n#-lzVBL$_upg*mhTJd8QvdR>|_uTY8mst(B<^+rzLkQ zAH*9~abD+Nv}y9xZ+?C?As3TW4!tzfobz){@03)<Rj*o~%~v<S{;5%%yDI0cjnH%s zom1ua*|sxje|Fm3(DKkQ<n1Y@Lhc6^YGwC|s|A?u)Vnu-{A&2iyy*Cgcl*+%?k+Bn zT7N2eOFx@<`1i-#U+3rdJhrYm&D(ZEdUbfe<zm<BtA93q(vf?5I#$HL@XDY1iJ^;T zWPbR>uY6Iq``fgisWs)?IXvh47bfNM%zL$-|E>9=x8YK!50oFOu3PexKR3217-_IM zH7{kd-_*T~oRfK`$<}Mm@elev%Wh`B`MS8fv9-HDJ?O};6!zRVnQh|K>*4eN7p!Ia zR<}Jy{Y=p7xcO_=o+y^J??{Y^+#W8!J|^w*-V=E;R&g?so=+?zJy<FyF3vQVzUKVx z6Qyr=`#!oA^wr$FeD;;Ct~b9Nc`0sQ<huEz(r?B#Io)@+``GqQyu0_##d?R6@75bV z4{cD|{r4Di!%iFb*HO{@9AA~ywBuA?Z{Pj>eO{iOLe)ja7oE!(<O*6Be9t|;<KwD@ zP5b0`ZIk%)@0ag&KJ}<7&Cq*Om+#Aw{%TTtQuxc=XLmQ;KD%<a&c^@NjfTQA)(QPs zC6-!R{MmEfs&;wB_qm(1+m|iq-1lcoME$1HT&q*J|5U7(-}n0eJb~)I-M_Lr-23hL ziYBBMR|u_szb>g(Gv%(Cxp{ty@@}L53$OohJff3wKiV~B`_b!@-)PmJ%b1qB?)~}) zCd<z&G>U)J+3;TF)Rw1t!s<RX+0rb2Qonodew<U$dB6DXMBWbux2mi!YUGwisV08? znYj6A{YtZ}8Op8i-<!?Mw!hAjWnT8ovZ2tvq-lnveR=QFMfr;Un>3dciso)E;7WSD z`&+!Ue9!hZN7k)5HE-&MyPrAtDQ*AyL+F*`*G+L8Yu`vdH>hGXWLUIJzqs*Q;sep{ zZe1Cpb6zX#ul{77^?s&%pR#(7lXjQWgxXzSP8>X=++1E?7BoY;e~qny%@Ywmo;4TB zA9XOFv%g)ZTeM(Z<1LqooZcGG6ch^C>(b0~{kcz+s$X1CxRd>x!(R4IuXj1y5~tnF z|NVLO^01Xf?dJnMZ@rAZb@KMFkdyNk9IOh|GL&s$o)pLSU1X2hj1$H)TKDw|&2zT$ zJAc+fZSBSF)o*`^8PsR5oMPdzOxRX&9oMY7!r1+nHbr?Y&vEc%u_=3SENb?L(_b#K z+}rDx$uQ%7lt^!xdy%k&)NbAvET0~+7DRY+t-ENxvGI`GX_o5>J&p5>x7jvbIHN4q zF;ho~L0RI2ii?`Mq`t_~gZp?L%anJzshse0j(40d?Am%s=em;pw6m+~Lrl8g28gCS z+j`|2>*9YJH@;k~6XE@Q^JLJ+q{#VE%X}ru4TYmFuRhtjLec(`&xciMRTc(+7H51p z{b<Qs9@R<Z)|ouw+rNKd-N$gq*7<Csi^8GJqPsNHd!Jr^W@;iW5;L(ktwv2@_q7@G zE>4?N<akQ_K7YWUc<xBw^UT-f_g$;sWWSA7hU4W6&l0Ou2X_^&Q{7yk{c_@o{R@;| z^1TVP%M9;rXF48TQE<C*j_{`I9G5SAJUqY5AzLzE!nIF4O=WX^W|#Bt*qc1}1GQGB z7xygbjSeUmIU%-}`9xm0=dA+^1aF+rT(p?OeV%}lzd+y<#e*&ar4F$c42K%43s_Bp z>JQ7c_FS9mz2Tw)uiKPaG9Il_S0Dc?pI5)y-Q~$+#(%5dr=Iney}Z2kL3yK|@7m1n zFyjlk4_04WC7#lz{&d1ZDW?|;_(}^pN>p8XwfIw&wW9u&2iGkxZTr-dmcst`lio2U z*JLHhvW0ybTaP#uEp>@&J|o}em(^fr?0dj!r+U3@`{b`*@(ip`ehV?Y!xv<CZrAjn z85=uRR^ODj{BPp){KCmX;io-^K9(e<UvO<>_hH%fZHsB7j`F&T;Wm#a+*=nKu|~k) z(nMcot*zFwUPo2lrqt^{of2_nvarV-9gdEL+pXqyylpQ#;FzM(eeiB3fA`^?ZLXX@ zjQQWj6uuL<S+6NtZunXD_VG^#b~+!?^yfKKE3NQNOoQJ(@yJ9+ne_^NIfZ@y@2p5j zUS`#?a{1M&0GnH$w;0!2lrS%g&R$nv<9cw@5w5B2+;OpoUr*_fd=z%{H&a*t!b_U0 z)xI(fuXq<N`Z#Y=<IQzeC-+<t^ZR_U_<>6|H~Y_xxl{K|bd330Z?XJ@!sa)P60(KO zA?($RS%(cLgj;cSWo#Fm@lU()AcuLWmBSW|Wo$_=77A}&B&jLa=X0*<QRHN;292$3 z4!fH5UdNq2KU?y}jGA9_)@oQ4_Lq6RUL$kw$C7_{4oEI|(~!)@;@HN-bNEso<26;A z=A8!wWy37*e#=R|WS6}<J-Ob-dDG9osRutCj9JJ~dE<yxB2Pkb-i>+J9&KI1{a5SO z)+ajAD>g5>KjZg|R^#Ud4^Hf4d-h9N{N0J8Ycggyomq29Lw>55^Zh(WZL7s^mR>Af ze6ekrw=B2c;&~s`*PZS2$~<;<>qb9G?)fLbxxJ7`aNxPkWo)|l6ZgG8t;g2%@ub(E zDAwdww$aJDw&!U~%OWGWQgz?6FMpjmb9C0Fr$t6HPMu8II;Y0_n;Rd`q-m0hGgg_Z z-JJF62KQCv*SulMGm>9iZ^?Jw<|3@+yQLy{eu!+??u82(Jw@1zl@gZSsy+Xg^`5+f z^ZOlZywbM(kTW}Ib9q8_)2kDuN%zg!qtzb#<g6EIRoUGjljis7azek8BwyCD7!lXb zI2U!%6V^v(%$l4#i7V@+n98e)ye(e>lNSC`*weQ7d{DQZ=gH5C#=PfloaBGXWv;j< zTVPi445mISey__Si?qf39<b=Q*saK6H*>4n(XP4tewE=j>pjKVa{}kNx@l##{$LTg z$zT6Qb5cfqO3-U5hihh2TGh^+cqAzr_5FCzb@Kw1>#bMb<m_%<bo<yPmOb0b+BfWc zf9sdiul*wBldS%EoY?r@-~9S@k1fg`cW=Ghu;Hn(+a86ILj`Y)@;U#<Bs`pXU`?(> z!>g2sJ73wH;`X_nm6c-qpM7`I{X*ID-!ENFwr=^=DlEmi<5_!sjr!+3Cw?rva`M=^ zY5QNb#OXM_>ED*S=L&1}|CQU$3OPwMcGR?dczf#PB$Z3QFMH(A@ZMAKciXo$({&wY zKggAQP{#JLu$yB?sgr@NKA-IMDH;E7zK~k@u<uE0m|*#Hy9D*cxhwfYY;)3YvZe)i zChV`@@%IN`dyMCUTWhSDH&@p8EzQWhc%gAO`?@}9D}`TiPb!}I|GD^*OYc4V+_;B~ z9XVbXWACapnP$D$Y@WJrirJwDEtad>BR$`we{263Kh3>!rox;VdkeT)cqLRnHy&9K z-Mgb*ba!65hSj3Y&bt=>xW@SZ)j^N78Q$9^1lcNdPE2~xSTg^__j6W?CFQT!4%Q!? z>5<rN%)?ft(|ssL=*p7=^`;-Jf_F_W*t0;GzhaTBgx<b1_2u57t#j83D1Ba4P;@y~ zXqov!UD17W-_3mZ;%MNUDlXRPyG0*fGAb;zf4`$ZWcLM&D4X_WOKdc=LgHRkRm8nX zIQB`HEk~o~%lasexZ}M4r`uos$8Gl0uZt^n^0fJv84WjQEofk@XHJ+nKS`$8!+^ae za1lf56jr;EISy{e3hicp6kO^eV1L+ia$~)LoW!?X8WXtgavy4~+<HE0k<oA7yI1zy z3@Ke}{^#be#WN>ewNcfdEhhF#cfWq+@?yU`O69Z7k1Or|Q2uP`Y_;2l-8sAri~>R| z`y%<-i>6)TZ+)+=z+iBALSKE+y3f-JmmU`36XKZ4T7O%j@!6FbOAa;vPC6SgqxQ^m z2Qx0lJ-a_B288wJzsfqiDu<D6w%k*mjaU1*BPP$~nkM>g&Dqnk=d0Jex+r++a^l*b zp<gY;Ir}5$%9gBt?Y3c>(*~uf41(N81HXh$Rs41Q)FZ=yxf>jwtJ)r9%3AcrEWh4y znt{o3A11ydAC_u$bAPsa9H=E#b7aLNQT4keYdjh+d9z7<Va#6oCL|(j@7#-<^%Z@} zB`$mtn_V0BE`lpL$Ky}!?ti7x&v*Pj&KfcK8MDOd&BA?=mlGVkmPEgP#_`QM;)3k) zc^mf1yp5Fq?eDg;j=|~IzZ)#uBWJHQd>FwdP`~2j9ov1yDh1_1p=alxF=e0k=J_0{ zSYg+=7nRpy8*W{(%Kn<M@_2dcl)LhIUapsF=jPwrtnnq|)-J8`?I}NRa_{ZSoGjnx zy6@!e(@I>iB@U81Do@MnW>w5^-QuP!x4Ox3?%H|2(r<3<I@}(ddRJuK#&c#F8#ioC zDb}~Nwv3XmKlgLz^{r{{v-f5_zP;z+tnv#J5^nVC^G$!|{ITisMDg|IvOi@#0$+%~ zi7ESao1c~86t`iY&>xwj><rAT6Qn#-8B!)mvo+rl_~bJ2z>Q~ZX5w#zgHNAkKFscK zu<MU`)*Gw#ug8vk4+#49D>k=))vsmM%wF-J6Ltv;jJzHCX3Ew(P1sj{QLntk_rWbc zh9%-slBI_y%c>XNx7(v~$iPgbGT>31m>pAz@8WyO1ubG3OT?`AWG=n)TYmqp<@rA= zY`X(LpAw#R<Lb||KaQ`zu<J;v*ZEa^k42h1zr4ww&3#8P?Zd=bY4=`Ovv(CSD$ZRf zaPC9q!!vts8(%!A!RuIStWe)2ApbqQ@>;e-e}BS9$2ad@wQ?o?ejM|ot97~1Zl2KY zYJ&+3tUVnLW!DZD>{+XEg8kTg-o~lS3!N=357m~PQIOra{Ng&cNP(G`uKev=zVFIw zo5Ng+AB34RTGlrFDirEFd;7-Ge8~lqj{RI%^gnY)a2A8pf*3|`!3fQU9rp9j*L!c- zTrCxCdB~ttUhbu=qprY|T?~g~Q+ZAmta{<e&bp|7x5cU-y8QeKA#tDXrL(NPC}y`} zLfizV#vADwmzJd6TRE#i>$Sq|90hZy^BukGO_raX=QguadZK~FGIwT<>@~a@yMh(I zg<ih&u;5Wz@Z3{ku`E}myv0Ps18y*`%h^=_;oJ+Rc>&@4E%P>>VVL|>;g9h&NtL@s zwHDtPIZ{rSr-qhqx-7bQ$+5?;CtXsXazka^^%Lwq3vA}NynQ}(>k?7nt9}K`_|;># zv9TL2-+XgTr)~3xl9^%q%vRiN5zKl0vXSkf2G_jSh+w{nLZ{r><lnhS9bfqKPVlql z*u(l^{Ot8F_pE7%JfC;+&otY^uP3P4`fD&~inc2?y*9}DV`ROxGSp6Sjcw4G_XYL_ z<!d_=?znGaT)|`W-TcpDbCKT<oQ>jcirc7NmHN0YGvwi|&5jx`<-{jw>M2Yw`|O-n zr2O3}zAU4pLv_n5!SAXphZkL!pL4=}@#MYw51bzJx6Ng&s*nBtW?d+gpW@>@+oR@Q zIR)t(zE0A3J$0_1&!M*6lJ-sA8?0V>tz`HVvEr+{R{j^0dFjzBm>%rf)O5J4Z>jvA z3=50tlUXO9UQoWJ#h69z#;2HDpJIY4^VEJa9eNcieP*xhY0)KSo~!;%idd&Gx4S9f zLM@NT9fQ}gp4+XQJ~Hsv3s)xODE05UdE(Onj$dWR<flwuIboIdrQF80GbcYa-Uyq0 znQ=q=gved5y|-7#eU3Ts?XX}Evv-x7?;3ah9qSGXaHLN7sDJg~K6768u2t+6Ca(K# zORqWnGc{Ci=eeGx9Dfq#{C9pBpSO9|<e!eS+^4>KdE(^vqh)IRV&>;7H>dBYU$e`q z@szF4d2icum-$229#1U{PYSR7RNo)@&i-Ax_S17)mgPqB-(|KbzcA@*dh{lJ_sBQV zcSPp!Exs$iEq!M?gTRH|>^$47w13!|c}_gk$8B2cFT(Uu`TENpi>4nmc>UQ-CfJ&> zV$K_$(`IijN&4)xz5n-9$aRs+8t;BRIP|}M*Pg%sM9&`E^SFPmxSCXHtmc`gKFmA! zwYj8(XQ$Xseq)oXyu<I7#*VFmXBIG>-<CG-XxQ0}bEm8-Xju34i_f=*?>B5OJNvKW zsY6`KYp3%OZ#8Pz0`C7jcpxMH&m@Bv@{KqBdMcU&)7JCf<dx=Yo!;VHz;h`uX%63R zMT0D}wwd({eVv1Q{n<RS_>RZlx_!%;FP}{zbe&>+o&Cvq%U+-1RM_5A%XN}*$#Typ zEJ~B+OkB|!=B^&*q&DFh&obqjV;kR|Yx1aF)y}@*skA)jzU`r*0;#t|Jl>S7%+7jo zpkr!t?U}I8J!|vKO6yb-4v1e>E`BW?Sn&PhjZ!x8)ou^C>v!C3SoBk?z~exJ)N%ty zW;<`^ik6M<CffCEP%4v;s`Bj>e-dOO8u<5S!Cp~TFJBjBskNom*JhQ!sP1_DSGwx* zr|En3`f4V;TA(SFkaNjrj^)Ssi%!~Qw;fFRts?)a-OhynZ%dE=**mrRBAya;PS5n5 zIZu}S5?}U?xo>-M`OJDYr<E^O?zHw-d3xeRalDSfyT_tOmwlEknVVm6@wn-!oSUzN zR`n$~#W@w&T)iT-Na!c~<j6}~Y@etuV`*MFVfw5;Y2MC8vu6bVxOv~=FH3^Oi(N6x zynkrF{jUALVd7m2y;XW#%Dbl=>AM>~fitP{qjcp8E&*FL%d${^qcrIx-+D7&``I5v zW*hyVFg<#euhhCcpRBkd?>?>xixy}KzdJFh^gyNc>LAVU4+~r}FPz-8Y3a}7TJ0he zXNKH4z4(}JgIvq9^T+QgC<bY{D8A|XEVy(=m5+qmJMq}ofbvi`wi#FaRLpDz-kHu4 zW92>3|1mc_q@-uV(q69@w{Mv&p3Cv5zW3>u^rtm9=g;D}T+Qy7>ltz@-StG}3cs@+ z4_>m~<V!opv(o9*?6QivzS|ZE3A2A+W^ncF-ycd@wFc9DrY=scdOYDx*TFZ6@@ca- z#VoiK>woIX$(d|n*7g_g`Id$%md#DPZTNbs!K;sax6j?)bMo4cjWfblEPck{6!vf5 zZqA$;^^(#1Lyej4owBIlQ;AlM`}=2Jkm48XH8uS8$`it`rgt#pJ<vGzY)_GpYKYSD znI}vAm>t9pd->0rCcTD1{EK6l-@k9U)qiTXTFpPd=$u{AA{7RO@Z-CF>8Gq*z4+F) zpIpI{ucl33e@*7z^zKxVf>YaO_2z93JQsFupNH+&^nd;AXZ|zR-2D1`^WD||I2adi zzO%)ehvoM2-8GXBJQ10!fAA3FhRvT2I&!h_Evw0!Y<}hnqxfc?vw2MQW)>#zD`K(_ zzdyP4-U+z_rX7wNr6n&+{{8!V_essChZZ%HAMihwo-*&Te1CrK58I#Dq;E3+I2P-) zv%99+e&_C8`)*F=j$OrR@Net-znc@|zf|yKHoiaEKX1i5wS8{|xa`~n>rE~#x#ReL z`{d8Jb+hKbont(sr+&}xJpVYqci*1Y|N4FMYrle0{_*eaSqhU4{|HLnYr8-B@!pBH z4$PA5K3^9W&pv5wSy)(JZN2Ztb<=x)J*QW6xJ662%l976{b6f)NBSnS1<&z_)7CQ% zPX74!?%|aD<v+>`W+c6+HR0R-@cWa3_>}U`lZ_7P{JL*``@8%*MKP;Q51-i`dwe|U z7u%ouI-mFbZy2+3qgpJl9jy9WP+k1@@7I$1%C8Sz{CGcsV@LbNe-~30@$O&l^Tn;K ze&z!^)omyFrgeTi|G2xo_Wj&<dEa{kmf1JA-gshoGq*b7(DKu#Xa85VeB2V1H{biB z?9+4N?B_HSuR3n4DoU8^&nF)Ft2;Bwe|5}@@V1@n{+QIK)F{YpEY#Ouw9@j&rOLba z>PmLZdnmf8O7+6^8xfZAY!74Rypn$QG|1%Ln$?D$bGlwtS-sx1tz6>amVMjjPk(Bp z^eJ@VYhT8)cURuCzWVDDSH@j?p6~eYg}f>|B<rinzyGaxEcf@>r^{!*&OZ4w<;91C z?f&oE_nBJA2YInyE@!E4k2!h!qfh+B<C%eMnHu|UhU;l4y!!k&c3QFU9}eq9joF9a zXFjM>u5M^t{NRgD?t^!(mVW!+WNuM=zI8)M%)xyEf@^)M9R9GZDm?H)hu^7&`%dv8 zqw|YGBl6Bp;8A&YbKa-y-*PRQ$9Mm^+i>51&oAZbhKiX9wX(kpKCaT`i>ROd`Q`5a z)q<~Q%{bC;J?*Bmf~BGDd;O9v*1-}v;?p*5+5bCJ@6xH>Q2o`RlBt<b-xo3dQ`FDC zzvAw(%|#ne=|25&YZkxddSw}xl*4D6_oq&Ym}6>d^Zv{G@Ah|&EWI(oUMJe5#A2i6 zg$qTUp4&euL@4t+t(vr4ZmI!)5;N0h-TDreD@Wfy7k;!`FZ}*>)2|C>EwMhgPW;M_ zGYq$+?s+iFm@4GC+idVmGQPgSw?AUpvlFfxv>xlc^$;+;{r<yr?ThEuIuz}d^Qybz z<fW~+G%E6`2Z!aM(0Sb^f4YJvR|rmTjM;u8=(}0VX6>x1Ht!kP59J(I`FQcV$*juX z*zEhQ-rQXAa(c{y(^Wf8-MbKd(shQem_*c7>qAx3)TD0SoG?>jr^Dh17SBbK{Z?g8 zoS?k##2>baDc%j?kJ{bl@ofpYz^r@6?CzA?(>g-eBo$1Xn5n3LLgK3fkL~VhhDXai zP4u2}Ja)(uKL3?LO7+gd+)cT`GCW(ki+#H?Rm`@yi=C)9jBcNJf6iRd`N9ffCqFIU z9Qk49nbWSH`p?(ozfF9QyW*+*B3o-;o@BX)+n&8&E8;J2u~j5dM&$;_>kF|H<*lba z{J2!4Chq9Y33tB4isawied(}N%$KDx37wmiiX(QcHQv0yoa@vBLyeNxmVRG;^)oe! zr!Eu!wCi)jjP&Ls*Ur~p5V{xnr9y4~;!wX+We@nK-PsszX|8bpeDTC?z7NW`nWdt0 z&(<+ov|pSOc3^u^qSWnN)w3>6LDr&yqVLLO{dC%QOxv4&OjuoS{pQ71Ja!h|(|_-9 zKh37haW40W#Kt$rF0T6>A@0>|Ag<;A#@yn=nrSIB-&pK4d}J)U_72y|!}a^8UrPPS z$1zc4#@pOm3bS74Fj`z{)nEJYl!-+C-t!Z4FCN@#qCRi+nyEsMYXTGc&owtmMXBC2 zUD9kh$9`((=Q#(Nnz~(Hd~CGZ>6FSTCw6AaF<D*7lI4+-?Tgs-v~DbQSlQ}!RDG%6 z4b|117dFg$zR{;?^54SF%-Bhn#a5(y*S|2B>z%1^{doL}Gt4Jhzr5w}cUh1oSm%26 zNvI3MR;DXEXLz!)Eey%=G`#KDbufLyyVDjc!w&K~K7ANf-f>ju%|;DBLu3AJQ@b|k z+**D0@~l&5A1;ww?%$DYyJ%|0vSS@Jd!0Rdc$Z5(Q_|2jz3Jzjoi4pik1I>m`tFP# z1#{E-Qe)P2Yj^Gzdi3gC%n{9%<`0DOUR7WC9NB3(eV@>=V3A!rj;veoW9@-kI+qtK z1+o<`s@^<PZu%>us3Vy%QxcZ0{^%%?wt5T8F{2IhefwYWAIiGdcEjO(($py*jRZ|& z0=i8z_Wt4EUXm#+cPYU6R8j2YMU%=41s@os@lQCSYL-+V5fC1%xQJ=Bz@sErF7f1? z1&?FC=Bg=oNSe)iT*Oz+mTxPuyz5BTwHSYKZUrSLjzt_(cCJWV5tQdLRk!KZvQPXE zHiUdwtCn%%b5`d~t&0syEyEA*^sArx!Q|TN2u_Z&Yd$X(e1n@j+biz~EVtj(|6uQm z_~_ub@qsR1cRFRd*2j1}@^t@^=<)PXRHoR$>#rIv=B{1Y^D;I&zL@vLmE_euAqut~ z3*(meytcV?cJ{vX)+eX?c$}<nFTFMK<5uO(*0PbW#Wwvo9PRP)w8@!oXP2diiiu@a zJo^;!`OH!~kE3Ulw=`Y|xfV37nAfRo_fM@O8R6d*mQ-=btofWX^Z1JF`U`;_x4LGp z^U4VmUs9CU`BdqL@6q>CDGjb7i{Ein9uwHXweH#-FN^aBc5B+VPFv?3C(U-OWk=qN zLs18vw*C0ECE!8$o<*ug(<OWVl)PwM^Uz(@%7VXXW6;a#Z?3;Mk>?uuA}dhL?ueA# z1@UP*S1nykv(+>g`yZ5h@@w`YJ0I5iWgTvpl9YK83tnw~bz;#J_BZMs3?4s3%1<0$ zA$4EroX&X_O`YYpSg#a_PupFp#@?Ux@UK}<Rq6M;+G|#xJ@`RG&td5cg&$qJ6So8< zoz88z&vz$Vf^UZ6)>wncs-2x(C+D>}bl7-J37zu5sMl3=_L_@jw~lNt*|+ac!$zTy zDU0jv-wI8uR9pHka*grrY-w(Gr-@=-^Jk=p{F86+N?Y!F$ER)j-2<ORY@RTE<4~D+ zJEWG?uW<#B_Rffur4v3WMBjSOsPKXHmX!1N#s73dy`Ox2@YLw%swtsPZuUyM1LHzu zJz}3lE{ZPfdTP7s$vftKGAYfzi{|qC&sNF4om{fxlA~OCRI){_MOko)>SmXH{n;zz z475yhq92IAn|$l-qSyT967R*{+A}`Lboh7C(M4b8&1!GM?jOtkrvG#LEWhH_Tf50C zZ)i<UJfk_Cw}ORhGTY4>#-Pp3H!GRzKiqCHbjshg_|8`Mo!;&{FW;QHaVFORpV;~T z_yml8J&In;=zU(IcSZHF4|aCH=kKu<?^UdrqwrOn>GXtOsR=u0Tvq-$x5;1Qz)LPp zyM#~mEzFkT&Qtw0oew{|@$${iRqn4=U)H*98vG%7xxJKsVcWF7Ga9+SIC;ql?Dsi7 z{ZnQAwk~F_TU)y9XH7_P;;y$_+bX|r)tB|=+s|KZVcE`o?w5Gb(Fwm&ckP&QdGl1p zgIO#gTaBz{*Kil!zyA4KOqt1+=L_d;Zv3Zl$o<%F9tRE%?;qW7&nkXB%}{8#Je}F; z(DY+}nyUBy|KS=cs+N8(=vF(A?VrtU``QCOZ>!KaFTJ*2aOJDdZ2po{jW0Z4weqM{ zG~rnp-`3`BX}h$V-zF#1NG^Zf{P%n2zW-Ihq!jgE$h}5O)|_Y7*GVy)jBeAb*BBOY zC&|tZS=+b%)pY^JlQ%qb3_O*Eq&1yqCaKTWT+G%M<}+R6&-#`3kNv&SCpqm*kJ(41 zBW^S1TDSOK*t)6dPd)e1f@$lkzC2Y}n{3(ie~*s*N|%>560^QYO1Bgp)AZNWnC;=s zaz=D73)dS9v$-2SB`*2$)?-HGF21%_rZZ-3o8uA=g-lp3c53xXm*$jp;=Ic@yZy1) z`nYP5^e=}guZvbIbS?dPN~wNPkn!_#m;GKJ*?f~pBO}mxdYkUX89Bc3^<f!}OlR|c zY*I35coJytG~<duNvX#|kIIKT1s`vi$<DZ$w}1cPmdhdYT${v2%1^gXRnJ`Ysw(PM z+?CWwzK+*Rzk9K?J9=DQdMVH$B<lH7qmwIZJT_m+N%4PKzacSsx}%9Y^FbxSzRyn= zP1m3PVCQke_n)2~|5@nFWz%;c#p-{3oLO+@-@tbd!<01_eVHY0y<2F<^=eP`dkfmP zh+E%&A~-vD_09JeCgx2_@}1DpW5A$y$8<xl%-(97%^P1tXBkv3)?ZQJY_8kAOzZQU zO@0?HTsGynYcMlpl|j$#SiZJnrSn$E2ise%JajFGOE$)+-+#$Nj-qYV3d<9}J$c)b z&|Y8Za^~NLpNF1b+Ijh;y5gVaB^#U~ADhJ|hBAG4J;};I|C`IvV<wrM4_7!Ram;ql zcAsdRmZn;LLuTLiEfw>uKbvU=OmH(v>t&uC&QusupfV?R-V!N}fP2o`uS`BwZB9OJ zHnV$OP?&q~Jj478yF$M3*MvUhYhzN6yfh)J(cXSh{T(SGjqJ~Xvl8Bkx+(lp;{2w5 z_O|FlPvgmwd>8k8ZJT*M_kEBl@7mMK55E00Ox9vm=PE31_~_E)-_O7J<FiB3J-z2% zIA->Gt@Mf7xO-iY#<cakTZ1PXrbe;2hZm%<x#&og|18!yb;D0~BF{nFU(PvG8a8XT zB>a$cd!>BBgQdRlv$0IdEvffwn_NYhvut)PJ*+4@VMEgTHz)QabhniXM4fT&K6mq# zUbU))&!R=ki#=}Mf4S#aF5`t8p<H$EPi^yRwAgiQ{uL``2OHgYv$z-xH|qJb_!N2b z2*0{(rS!r1%FEl9DN@t+Z&1@>Do;vTWOXrP#ue+SX%+L9hP3-Gt$+1$LOz${q11Wr z|H`q*T6a61*}*bv9mAz#%wjn;jusQF;&My3iPRkZvN6neck*scezl^=E1agj0y=XZ z^RkO2d{2Abd+*eZTh<F!F4W1ma$@;~+PT&ZqHh;H@W?JTzTIpmT$aLnRi69xp%<^> z?pHi$C=K0aou$&<x3^+<$6VWb^C>xN<E}a!exS_kd-5Vv<6rK_97?t++_RT`>^5|~ zQR!qpt1+3A%ksdIW#*N;**0`k)?AyqP=2$)n?Df;c6>R@S@<Aa{L4R|PuD_v7whk| zvslG!emJy9?yHl|JML?1ANnf<Pg%C=n))?q#|K3R#0>*dPa6Hdc1t{HlCH!HmiP55 zi$ol^%_~}0oBNv2$zc2LXHv_9B)<7nXuSAx?D->mp2!!+mggDRc3g^iP*%{ash)43 zxy`?*<Ccnq-yU1xybI-4G57CGOZ1$7Il|-8va5dc*BxBBVsFYHk*jUFEae&tvdW~G zXN5hlWKChKyi**Lz;G-_D>BgaezRieF80IA>VIYK*7>Ysdxnpp?#Sh!wYz3&FLhSQ z4rO~)z390tBg@oZdHi0ji?U6N&vHI%c=xqN`ooXo*B9S?F!?#hoT`tCO0QD`-A+vr zTC>LdPM=5E{f2Lm73Mn*O6UEW(P?1wdsgI*dndEgX086dMWrB%>+J;fq;u-*$NA43 zZt!C>F1UE0KDXoX!s8rTcV||gPSxMxH2vq-nU;JU>X8zkr|-`BqQKG7^4*DZwcyuo zp)m2{Dy77yjr|9Gb$<4~Zu-7M_*=REZT<}(=gk)T!XP$LM1TIOM-K#de~WvP?z1xG z>@pYa$DWDFOq%^4|99Qmy<IlIY?{-p=S)Fg&M@+BOzW&F)|ITEwQ>n#>=KsT18kB$ zYf^e2www^XQng|7F0aZp+mznbOtzhPC}J~X|LKz*OLSjsc>UZ`gZX-O?SXw?+qmOT z9bK^c<n)+(srozL2yYSg-|6$F;CgBTAOFrblPBJ5Ug-7rTGNlP!$*_Mns=Xj(tI-b z{mx(ghjwlEx$OUJ*Y-#|?xg=A|MNHhd!D~JY<2$LHJfehr(E5}uE;&DS*N<|h37$z z<$2RfC!6M84&34?AY$;;pyXFl%WCGIhnKZ?ebe!cGR!nv-16wk>1fWj%TxD1fB3eZ zL2d4aZJQ4~NnxM9F^@%SvfrBq#v_~0zY%At7iwJl^7&`RSxUS0<QLaUI!<ZG?N^^L zGv#Sl&ee&%Jz^XA+^09pOg%o4cgrl9h$@}U9xXhV`KSK3XuGn0zHUy8O78_nCSKhh z+t=SUUJE#yS{{k?br%f1aXjI?g|2kalLC>9Hm|d5BR(^z`gdf<huSJl-`jHPleqL= zOJx-YtNNCf_ub3ZZL7SRxN6y@pQ_JqncR2Xc%$yX4$<j5cZ3#o9g{9@Ue~_ovq{>! z_dV<PKGT<E%c<DLz<B+q@7)_s3~$faEIR#&@BWnh-FL1VZ$415B_U9X^J_&6r<|GR zWcN))?OaSB8B$(yX71b_dhW`mv`Odh>L{FD=RNyiVGZwt*!tLz*w@b+ZXZ(ZH`8ek zi@aX`chQ-&$-lR;_h#u@6ey|GzpJ)f!k`iz$yFET<zKu1T3U<Jti=hE#-0`ePLnde zL@Z)F#m96YwyfP~s__gS;~HbRKfl_q$44Fz;|V$*pcTpR=54omlcIB!+m5xH943EZ zR{OHuWrxl@gNo0S6kY0BnodlM(wV&|X0e&tM;VETDf|;Q-2NgpL-!y<bxs{;@d1vT znL7gdHtjPo_*@^nt$(f7@+cnx;e`wuuls(xL|?efrn_p^!wb{49O5%N;e0-vtM~Sv z&9^syW3S+swTkb39`B}5Q0L@UyuzosxY{YBf89YR*KN;UOTRxi>9)a^yY-B|hc4G2 z7XN&ROLbLa?yBqhYsIci$hvjvxby9&(Rr7}RDOmrAGm%!dP7KdxY*0@%L0`S&pg0C zz3P5b!{+TVe;F?RZwyp=D(AK9N5PpH6_egR7BXqFI25+_x|l>^r-k8@XB^YFH}6~U z<BO<~)T$NBrbM=_Gm9+ER{zwOwnss3b-fBt;ha?Ma={(V6T=Rs2(0(twNk;nGBW-3 z(@U}+Tk?GJ99(PUbY`#FWqWcKulkhyqTW}JncuJD>s@!KXyxqey>TrMWu_WdzHV!@ zXSX_VNpjmwf49fkM^mqTb(Qf|TC%#ljI(_KOY!qU<?WGyjAfnTGgdrg>K9mkNTO(0 z;hvg$kI5~X2MvyI6fP_J$oJ_@S<#w#KVpxq+MR1D!C9)1@}~Hh(cIF-)8`-Tm?(7b zL%BxcLUt#|ldIm%EY4Y-^L|gv_LZ^5*+t6_o^I<pcjKhEoIjI@M^r@4XXWaJJ&`5X zEYr4!1^nN_)ZY?)I?&MU%Bt<^ca#MiE!WJNzd$gz@=5)slhxKN-0viQJ^RF~?_l|Q z$FJUuH`8x2_nPXT`<9xX%2rg9{Vwr`JHPR%w8I&?b*z7)K3q*)uEfuD_`63}^!Avb z>x*PoD{33hWB<~%XX3QSU${HxWNrTF_2yjpgpc1|_v}0S*6hU3Yf;k-l6Y$Z*Uta> zkT?GLsZNpkbNVjzB-bxpvmx4k$KJaI7iF)S$Z`vReQ1B5e^ULC4i|xs$N%|MPiCq# z5j3B=M8LFe!GYeGAgRXwbw$_wineH7T_dvpt-|VDNr#0-H7|1+eoNn8p}jrr6xV?{ zZ_8AFykB=<j?{CXJ<4mJzhA-D^E*8D;tknlWs{lP1un#wl%=cJv}~|ss#obe(pKKj zqcnMvo7r}oho(m9Ek9qjuf5|i*Lc^TNi4ea16m>!RhZvf*KIm4er?D4*LRd&R}~*Q zcE4%;=WU<=iY>X&otPB5=1rjCcPoo8CO2kXVod0fb~=1M=l8nrw#P56T&LlkzCpbC z?VLTD3@v}1BNjOPZQN+me_GGbmM_PmUd-q4#shncj~u*Fz|NlTbaZoXVaqZ9Ns(JO zC10-4lUU<fkWtGt?RjFp^~V;T>XWAOmx7KmNhh<-itf2)F;5^M&8&T@@B80I+2?dt zcDm1zUn5t!dUNHnOKu*E=S|vNwbWj}d@KKbuU03|-%HlC2u%?6-^rV2KV!dU7;kK9 z^!@sX;<`Y`e*sTx-?tr`y>_!PLyf!7!BvO4vj0wI;yht^BYf(If8rtQE^ph$u#+p> z+Mz9q&B0x9)s<~N5+7&FsvKU-HNR}BBX47n???7j2h+pf_!_nd#yWQf_OCds>2TLU zl8-snM}#-{81seGdoo{lHRZneyTju^bnNFT<#nQk^^*h&0}nT>PV+T8rPjisyqI4= zpwNbu+1NUJ|6VmygFkux@n*&rZyp`2eY}I|vBG|d9gi$dS~h5u{NmM#2;3R_l6B@O zuVYr3UaOXdrq0-SR!&E(?uCijr4t6)^71lCO66|sNyk|mq*oPdL_fDkx>NP;gW$fc zN7os}2S4FnFuguzVb_MR8=|X?^5=hNt$fM#X%hFR(;B|dwJrs(F0+{KVk(xn#^QtD z5)KD$=fpYtUU)9Ov;ME+A|=HGa?6@kdH4UT6I_&VA#=T$(aie)bFAaP%qiM3;mswJ z4OVY*75q*~RQ$Yp`~8luc~?cOt1Yixb$I>gk*v9r-~wgClQFl$tm+qBb2_wA>0JT~ z+oz+QjXoRf*4Bpglqm73TM4@F^$Un_2`*SXdCmb<ttpwaY$gg9st7%54wd_CA%96B z$!<n+O+zqWO@r{>T_FkY7c4Hd`M*nl%^{Ob(jWddF5z7kSM=6|@9y5?6V=xm7#ML} zkmhlEBgrDQM!WoTSDnPCynhGkcO{-RzWO}#(4WKW9?O@u^=`bL-!nHc`JCaLb4Qgr zC;gkxw)}Z#p_%5zb84zF>l{vSJ^G=S9&v2Jch}2-2N@IJ`95nr{-b6`U9xy&_P&Jf zX%gSpGagGenirq+q*;48_nWl8-U9lm31unykC}ud^xyo^x@}~e@bz_WpK8(XFopW& zBjv%#$+o}Vo)9+uuyo}l=Yx%V_I19s7T&gIX1}fVOobhZ7DxQOKY06|zMI4P>Pk=u zLsz%GpQVqhx8}r08-9wss%WWdnbup7bkSeEPfx-;sqD);<zsi&-n*Z7Ctl8FbG!os z>)}-|KY#vwUf}Jndrk2NPyhRKN6~#_?X~9y)9UjT?z!j5`v%VVc2cS>rM+DLqwRA2 zZ*L;9dKPP4oOfeJa?<6~?_F}L6b)T&%wW)7EdJ;79M$9dmPF3HTea=wjs5LL6PP&b zRMrGDMtpq9-{i3G*!)E|PBHcw%zC)E&2V42)s|(RJz<7?Dz-A0^jp1I3zIEu<d|Mt z)W1J+Ez*S1h4J4{tNjOGwVb$hH@`kR{OGUs<=5vwyIQo-M6u(>a`%|mPgZ#EUfd`< zHUGf>^X|6Ks^uyzH~r}nshnc}arKLOhJ1-Vk0y)%y2-d`^T%J?xLBT^4NjcCnw9Yy zW6<^{Hpac|ES3o~R!w*2W7Gn-y{1p+W2|TD<eV<S&nR2pF8nB^&Tsye<C^LE`seFx zKPU89f95kectl~&+VXV!zmLutz4%@C%u2~O%{=W%o><ko$LxX!j=nj3)Baq{z2&#> z=RZ1|5FxXynYVr3WG<zX<xK7pMsN1q^!GkrdiN)Ls4l~-_~%dCUev~!tkOzd{Nnr6 zb!D4YzI?8hzm3H-`d$6{PiMC&et2~DsQ0_Qca0abEh<R&j<;|W5ek+6!Z(3s-*sW< z2fIJ-y|ZGL)wUu=-s{}@b3O-DD)85@@7R<6L0qMnHzoAS#hg^n7ym9_<K6m}d**bO zy7J18*AzeaW=>x_tLCoQrYMf`JcDJ$Cr__vl|PrCkuX1Mz5m-=dMj_I-LE&BCNMSp z1kas)>_(iGzq4b_R++5fJ-pN8e#W|@Tg==3zJ46dR9EI49#p?K{B?}jmAZx2Z+T~m zp8ueJ?5+8gn2f(O3&npvXFU=1vFppt@T%aGvb`05Kk}}58rYv^bZ>u!>t0z&Mb8;- zv4)AhSJ%zn79=TLfAC0jkkTW5v$a<m>J<eImjoFpM@Qei^j&JF-s+g`rltlPO@&^T zSR|?Q)*MP~(M(!kYdnkL!PK+|VcU7OZe5kdB<*`YN;B`qs#^`7>QNc7uU7@VUbZ9F zW#Pr%8?){2pZ+>6{jJAIo<&Bl4c>An?S5#+bR$ndWw+tp1ECjAo%s5EdN<3Lj#<XJ z>d#H<*XwRRtQ5Rw&n4G|z2_z+E?>Y=*}3~;aH3hS?-9Y4H*o@NNB`U`{p%ZjQti6x zx)<L>gr6-IedrM<V-s-4xY*uf&IR#n@^xR&@5zdatXcm0*=)}B6L$EiI9cyv(>uJV z<$edBxQ#$oZ~w|mcWUfi=W)oyyU4og7l|x0>xu3<QC{C7&eywn*IcEm?9bn@A79dx zCbW{lVCCM!PrX0wX^@$#Ul-Tk*L<Ke*09@Q`DBBmj~Q+|>lfAdpQ%yzy%f1LExh)> z{Q<MPReKs5<htiwsIvGL@}}eg&xYH@uN8m%o}r}v_3~s+(-*7G_B4F|Hlyd|1+l%s zMnZ=^E;!8brE*&Ar}~qn{CXBv$`+PS>*AkeCo3+VEb3R6WiiikKihKyske7*tB(Ks z`_Q;9yZhsd{dbJ3%;j>oedGAUe<4f$jeCXv@-pW?>RR_s9<g)!%2eRB;n{!hudCj? z@(fMx`LDQ&F^2zdu*^N#`+7QTF>*h?F<(EdQW7J0V@HLR*1n8xwfo}rGLODZV)=18 zMLB!|hfM2{JMo7bv(ulY-u0M~scI_7-yFrWX_A77z|$E8pJzRi%W-s(h+~w?TX|*b zDxVFaEsU;)7qnh7ubwt@&8EXC-mG%71tJO@nC9*ZX<4NEIX+r#f%wBi^Y0qEsqM4> z-}i`1>7vWC*aLHBJnsMS_KB|V{)6>1f~WER{kYP)t9857VfFj$mws3H&f(r48E0O( z^O@q`zX>)hZYgF<qU8=mGP~Lt)G{q^&`6&zt;m#<6k-2l&9RcS9d{3Wb<nEx-D}x@ z@Aa;8;jH|o8?|a~?}}dU{P}V9lQaDH_y75=YPv#5dfjKQ>DC>8mn)e|fA)$vcyNK* zjQaXphxRO;?qszoZuPD($#=JWtBVf#aXh#t@k%-8kRS_>E{DdQfB6SILf7r&-0quP zH1Ascoa+-L&Lzd4TkL49cr16vZqsQAzh*N|TJ$tDz})(i+ZE5<`sZGKYF_ZpW9F}k zFOxJ6L~LYjZ7k3%*P6}65PQP<v0jn(mngA@H(K{C>f?2%39SD6<DN&R){D<f*E#R% z?LA)^c{qY4EAvvs4c0}r7g{CnCL}Cd*Q41`ypS!qdQ0ntxr?mIWY71iub8J`%r)2I zO;euNglUB{&fWizwP{7}5$=lQhy4|&ZwW84TkgZKMse-M-G9m-r$5*qXzj5``siaH zGhQyOm*$H%?Ao=o{{HTkhs~EiyQ=rti#W_UkooZI&wLNVdqNDS>-Qh8S2{KOI!jqH zyV3!+qI!lqs!bZDF1I#befNKkBxidU$0SANO#4<H^B1nm%tRP}C)ca2Vt6ZA%c)jV zYou71$bD4rhg`7aVND@6cb8S4WDF#AgtK^;ua%aWB<cI3TJLo?YyFZ}d)6G}<Waqu z++Fy3m#)#TSj}Hjk{Wqa&Wd;o%Wu)2w`khVuAhsoy-q~ftC=Y&WLsrSK5VgKVit4F zt=m&>`5Sn<pHsWI=WcMbrtg9J_4``R)?Ax0_wvV=%LS)T*)V_4tGMu<b;tLuUvHwn zEhr(Ni!CHK@{yxsO=s0_2G)iH^~-N_++3V>Ywu?LWm7f0to4F^&2*{xc3{y9vDLFq zW_^;CQ)B8oYVPyXw{N%B3-%bRmr^~ZD@}@8EF>E?cerWg#p<Q)d@#Ao)0kbbWuE!d zqKSsbrM+s8b64ky`DsP-UkWdO_+9>?OtsY}9-I7sMyGufPi=lCx~q9^pyxT}>^1e* zL-z&w^u%O}Sj`POzoK`sgGA0FBdes1heM(k%+x-!bglBE{@&H|1Q*x(R52Sq*<x8+ zSg>^30xRJxWrJybatlol9(>VhC9X89HhRLj!}0ed*mes1I<c&nX~*Y937-#rzQTKH zVeQ__WyMYbG8}PrA%~9YZC)j?_j1g|fJ?D2cGd@KXRQoPbv|?O%HB2E*6lWr3v*JX zelzm=?l3$k^6h3q*RA!%C(mx%{hV{b|Hr?#pI@;!?|QUc(CwYe4wd?+++HsrIiE@D zQeosx#>2B@`L@n^t|h!vdgtwE*`=>mbD#bq(p}NN?c_hnslL$<qm*8Fx7vp#=VqUO z_ea>ud#e>kL%pV9;$BCNj|w`RxB8?W*=#tb8gsw%z)$<gUTqKCg7A}*r%Jp1@Ygn< z<MU?j(N+b~2@!5)N;{1+-(O8zeyLVoD8pmMUIA~>lhZqYpJjf^vvPs(Z~yQdnTPg) zJnF)~8&>fj$vEH}!ELkrIO}o#gxFP8?Tl}lx$J8S>^6w)m~^#%vD^QDCqDTyY%G+q zpWDIy!hgz#l}qfL4irAvA#i*{!|dr#zaDP6-CZERo|Auq*pk4`=k{}VwEgg(avfCW zCQN+4W98bzVmsF?w|QvWdUfjBLpFK0zHY3%XZ-8gvuA>f)jg{k`Z^@;)P5+jGCESf zsBezfo4f7mDo^C>=l*#0=X|})ywB|OCp%ei>ipZU-FW{eliCMnb<rCCe@@fmb@rs( z>-K$^zj#*NtwW}Z<DQ)C)a!c@v@Ecr_xg9U`>s4{C*CpLde|&oeg1y8b-7nipm+k` zmfaydOt((m+ite$U(9{Ui0?}c_i;2Z*fLD~{f$du&K{;84-bE0w%dAuC)M}rpL+AZ zS^F|8mv5B$)ZY4+o8x|C^^Thd+V?WVeSX7S=krIdz?8dDu9>O6qA?-r1urXu_B;hk zp7`Latkq|n4l*vkr>!$XO7cK{E%(Z=eF<Ko0`J3K&pIysQa<eY{I-cxmqn<a`7FCe z`^w>ec8$V6FZj(;4|CWwsWfj%->c+HF$_KRY6W|1-Mvy?{ZE_hCYF0qCiEG<`A4;C ztsl1>%pzj4c4(}BxjXdeJcV1<47oE8F7kCh;x#*GU;Ih=zys#&iRHx!r>(A>m~w@k zb(Y4L?@OCb<t@4Nw0fqg@wUa=PIk|^ew1-a$YZt7j}j`c<&}T>aOwGk&xXfyca?o9 zdzLlDt}m#*{FHOx#DhO{Z_ZtQB4=$|@5U>=Qqn7YlhwE1^WD7j^}<s@7kk;mv|b3_ zD_q+q%O!LtZ<omRU3uqs<@G18NRI#Fv_5)`v`qYJIc0-qa@LM-E;Ap{D0H$YWm5kX zvE$<jR$lFCebYHUIJG|vmV5nSQNCu9&P+A~)rQN9cJFC9l2iZdmr;E9369v;+I6$P zYw8;xzA*b&zx=b<6X#W=1;5Nx`Jv|@K7Zx;7nU{li4TwJJebXT=E9t8<(#7oy*VA) zR?#OT%I>aeG7;-G6@K0M^SIIfvp*Ut{&9U@vYJo){Avg96;aw}LRCd4OMT*5R=>8~ z`g0JsdfKkr`D@j4w=OxfzJ3Y6P(y&t@n5lSy>rEsebmLzt$6wS*WKfvw^!a&dg!!d z*|uZJsq<!D_vzf3bXaYZ1B1_1wchIT6*s)jZ&$Kg$M}L%v$tv=M_SY=ccVwFyIXH$ zGKFaEUifnLt$Epk-()oy9zPPz2~3Mncb~oLXWe7V-m@Xhaot?`oE@%jr?0+UuUhxs zFv7vYiZ}6HTl^a-CM~98w|-~@^EqATR8(`h{Y1rf=lLm$Tbg3>Z%X@B&A)Mhb0KHE z?h8B7-8+M3MVw<!$yHl=x$D)3#5WCQ{H=+v&;3nLuhrxId+LgG3jc+pCx37jU8rt) zlf2ga>n`;ZW(Rl_4|Kl##d+wdL&I^Vc9Z&&`r~)l?j4%g{Jru-uKR)im&zwinR{zn z=C}BH^Kbt-`cOQeZ=Kom1s<z@nU`3;_WifLcIoD_yEVC`|JNs6td2djVEy~Dr^<(> z`#6*+C|I_BlJeMp(*8N~rrqfc51N_hH=mdo#<xGXNJ!wou1Du>ME~n&Pwn}J*pfS4 zMut&ga+0~`^i&zfhI*gN{L4%tvybgRTQ_5$-;(JEcmo^EUmOwd^m<U&9iv*H;O7=B z6(rvuvu9T9pTdO+{a>y$s#!?1#O>Sn<Ei;e-GsO7{#<j_?wxxVQ@wD~A%3M9)9+n9 zTCb<_S@ZWFwN>uDhh?=UW-U4)zA(Tk(&~=m`{|vNg8J;lLLUe(o&MONzRxFEsGC{Q zi$6s{X{Nv-?>nX!y?WQZW>f$7;&H_3z(Czs8|C}Tbk{zMbX{HS+)#Bd)iqVDX2;6w zJ|bRABR5spMSS{jr+bgKz{BSox!j+vI&EeA;L$fn?+Tr!8{02^2vrf9;H;n|D*W*! z!(qY2Q7c@kC*LbGoOfiU++Uk8ufF<Mx*spEdzE`K#^T<l%FK+dt2sZdo>I3}A>x?O z%ImWinefaJ550Eh!^d|$8V_n8%eC(7YW<eHJa_fF+cxw4HkSo+x;*eLna~l?cF(1e ztwk~Sw8Mn?zTHeB4u`)Sz54X`OZ(Tcq1SFMn!9hq=^tw@?_Tn_Ip}1;`j-l`ICgBf zCel*Bf+yAUeSC;FlW6E|)93?n;kr&wG_r5MoyA|G{ovNQynsy>C#9T!Z+k1pxwq~z zlTgydi-rk?BAhRFY`ywx)-mB%%6(tjk2RLMExfSs+ai`VY%cXFa~;oH9Sm~ZJ!x<0 zy=`vo+TUDHaedwQ&aYC?@(EkZtwkzIzD6?s4Xw=zjP*W~nogSD(!Hfv$MP>FZb86e zh8y4J-uc19#df^^TF}(3AwRnLHUD0Wj@v8wd&#Tj>^sd0J#8MlcbELv+x6#6=y`@& zE{C<t9yDc!Nt*D^S;(s>m13v8*568OV)E3Q@Q!__y;iCO1YV3V=Z-m`skBtp$;&~S zC*jiZ?d!yEU)u7ee&WX+2DyIWBE?ID6N`g|${&059mx%UFXG_6@X-UqQzh%W`%`qL z^!&EFXaDl?_rAM9f7YFkI_tE^py1ZWY(W>DPtJRI4t#hU-28gi)8B;~4eN8dk8Rm< zluPnpZd$LrgS5Bcp>K!ya$IgMI`2|(@W=X|tG_=lWHSGKpswPGoz}K`w&%9R+t(W( zdf6{_)HJ9%S1S0aPvF5No1>XdyqmE)m%C)%=gVA=lJ%#ktQ3{8K7IOhdHK$3oww}* z3PVCBFI=UnSZTUp?)2%8MVua2J3a_Dy!7t2Ntm&{bI|2W*LvE_?e{K~y(Y)7;oPd6 zlgl->MQhk{p9*mOaDr1q@NJ~%>CpO0=iO4wA5(I*)F!30&tBv0eqr0wWY^<6?!{f^ z%6AMpyVW%4NC1D2t&*pJkin<3X}-d<ZEr+Azht>YWwqF3p`xDjJ!P8>&wGAo;7RR2 zJn=X`v!M6eRw*3=uZtdna!&6aXuoZI?H9D(@Ls7sqjZ8b@7`KRf$k8?KP}-8pRIST z_vcIOxVN;Af9HaJEuoe3>ugtw$=_~w`K@3tHd+3%t-V;5hhMOtZoJ&=51->h7kpPU zci}uO?HBReeV?lPvXC3QdG3X+z7o0k>LQO*&Kd{$>nEJL?9Mvx)$R5yzXgt2ud+>^ z&-)nW!g<h2sKCO1;=C6oqKT{IX3k&WKIPi_o1XQ_W~I?3W`Yw19;{`~eK^}@_nY07 zC-=qn?Yo&``HX4)0miNO1>QWUzkc(^!%2%n+oUxwDtNd#M>pBO^4ce4^V^iwCb)FV z!bb~|1H<#uex(#jE!n!r<b=_Y%<x2k`{`cwFEm7(jyqWvNc?y+zkuzx^y5kLvfn1j zM?87Lo;K$XOMQsLgB>?F^UFtGXLOzt|Mi=IJfqv`TBR3@z3p?}vNG*U*lx7PY(eYh zGhOrduh$F+=zK8Y*Yo5W0cZc~v+{Ne&i>SL&1J&$hT0D+dt8$zA7gw!x6s&K;JT5N z%_jRPpZc75Qgm(aDl*9bJNC3p<&yBq`#*hrn?1ele;Uuc6&dYXZ??#!N-Fwm?L+lB zU(a@({ktsdYvi}$JjtRc{tG)JMa>>gGP8FGIA^w}QE=^=$7>_bA2K|!$+?!v&~EXX z744Qq{ai017OJXBSxj5DSoKm=!;MpyXPKny?eMZ=4ci_YD0Y{(wq}*Z<!#kr?fmWb zGP<1h3}L=|W7oY{Trk~8G_ro)>}|FJMTaI;pF3m4@OtZ^i!zdX7g}c29@jhgk$L6W z@0)KveV<XFuwOs#Id4i~_N?Z+3x&03?P^-W88Y!e7>nfnX*aX^>@<7a)_*shcj(9& zJGngD+|L^x9g~}S@!rOJh4TAWtbaJe(x6O9cK6quZFZ|ZuTAATX_24kD8tP$!@oX? zn>C7?cV+Z?F)qJrPT|`;O77JJ{C|7q&Q8&g-%Ibhzx+3I)d^1Kt;*Lz><@UH5@=s+ zv)R<9;Z5;@AHktD3vbF?6Eji$o8kCHYU}1h<vSLtdQZNaES1;%!MuEdj@G_DtAJ@u zv)nq$xY>)h-oF2EmV(pogS(E&c(t>gwoq$|tiSNLi+^9*V+of@YiG8tvxuGfKAUNc zb&zEhW8W<=%TTi~JbGKLH+>U6bw?-QJ~OK)$J@B%E01m8d@oFk=bH9A=pd_>M#7}^ zuXY`kQkZaMp>x9S+!-9wybPO8=Kc8RT<~`N<h%!glk=rtcNXky66uW8UKPx=V|&ul zXPfF*Yj%ID@6$YHo&9JBx6huuIjOgwg+1+>%O(3s=*6a0JPXQ_KQT30)=r*Nkf^_W z8h?6E>bdI$H+{`7{ZLR-kl?JH-Pvw-^N+--UiHrIIu=8-i~Z*kYv(3eFyFO4amvm9 zUB<<}P3!D8zE}}hePybzvfzsYPc1L!-u8L!YI^t0?U&3}Nfz}hzRzV`om1fMr@JzM zZ+GMh!Nz5?ET^<bbi3z>9OpEDo^$!Kq;$jFb#L-aAO10rS#&GgrQ1+M@y)OEdu(%d z6y4q6`+eK1h@5~^hfAD(&Te}Cb@F1jx1oD;KmGpw<A(1`(@zU)CNF&Zc=PqMeYZ3Z z?+JD(^r@}6w@*WAGk?@!KE?Xejk8;-e;&MZQ=<0a7L&s@MRRKpUFK6(U$#Q;j`f?q zMLgX+Tw;7?sncdZkC3?Gr|%_r=fg+MHyL-ryPejpU3}p)v!+n#3Rl%77Ycuf#PXCk zdbtYy^1pwqV4BU5_cjNTe@h4~aQ@12#BRaFhaBIT7v5lQ%(d98&~35!>v3M*+x1mH z5~jJ{HZ?z9S6Z}>zv!x|>pk9!_t$IvcpV{9)4OWUAKRdL1?Poq8oXkoFV8%G?@Qk9 zD-6cFm;ATB?$lr#H-DYc-;DdW6OB{t+sz^h1!tJ2&0q7*xBKmNwQu~J4W=$K@BVMa z9n86A$;tS%ME4*2&mGz~??!v{3@?RDFN?mK`v2?0?f?J#bYFkny13ZC{~jKfPe1;w zX|8kOy_8R>g|Cjtnr$;m{kcPV{k|E0p3dIhZ~bM`tsDI&X`<>*r@s78Jfp?cQnH`( zZC76Dp_+s5-Cpkd{Q1(h!jIcoWfV;hF>Y2)+*h!_)W|yVrkD0Z_Qd^-OF|Dl&EC1y ze#i2Jj|<O;)!$sUIP}+F+qXwcTk?z+Tt3&89d-O)OXPvXqaV5+Tr*WzplE-F*LQ{d z+j?e~hc6btoqzFOQ|2PWR;?XH=iJ*FA7t!4!&>UqrIZ={rg=%nX1?f;^R?$pou(A> za=zxA{Krg}1Ad*8R}n31J)AM4DmhH7%cM`)FGV;&@#%4;Pk$5Z<H|n$mq@bEnp*na z>G1a>+yBqI_&=QO)0df3+gHqfS`zsDElY_?Lz1)K^{+{@oJ&>0?(X^%oqaf`kYn@P zl?K)BvWNaMFWu5{b*`+HJdfA1ER8;kx8Ba20@^?JN$B|V|G)j@;Ux~XOE=z@J^C@< zT<+{#Hg$!s^MBee{?FKy`9XX8Id#T&oQzD{_Zl)z=VIBE^T`%;!IkjzY#YXdOfCM~ z^=ug(xmc9;hOdE$x4APOX5v`6-P?n4GE;r!gOjpfo_Ks$<%p}Aru;}_TUM&>?{(D& z-kN-^V7lH~TzZz}NJP^6;-8mG4IkyNoBR9Bh3BFjH#*P9ui1BX$rsP9d+%)(+p%y0 zWBlWSjMw{p(;Lse`qn7>vOTBpez9|L=bz$pZ?Cl0a5b<z*dBA=l0hIWDx%;y10UB) zuE#E4bnDB`pS{tyLHYf|DHr;ePU!oe;AQcsexA_0y*GAGz0l7n?)BY+b9Tx~JAt4J zU){gkSlD;9lpNmg#Qj%+>CZ!6+3hC(F7@&M(x}#xIk9B+B$<M>v06c&ovdRdOL?M# za$n2}OI;b1woKnS<J``^5B#s~m0tXwn5laBjK+(#cRFnZ>)Yow^6KBW+qcWIP;=+R z4a~>C+*-Bk#B8>AN%P##_x}h{=8A2(y(N#K)uM30+<%X+iaf}O`_z|l+F*)98=GQ- zSIb*AXMrZ`2fMX>SI3^5T6!t=@oQ!w!vzNvc$`);fByfH>)@(m2Fd4`^p_sY&D+Pk zm#gOC&jsQ0MCQHjd(6GPUOe7mjp8B;t0UsaKejw%{cw6BkIuSP-$E2p_@6Q{Ho7x5 z3Nu%n60BOZhI5~?FE_JBZ=2GEovFLTSWPCV=XC6HKf=JUIB@pUD_aE}b`@I8P;1zc ztfj6xHS}CNZ}a45%7VP&^KL$Hcr!_~L2%Z#YXZC0zIv!MS;u<KIt3xqpSJaSfA_xG zb|veB$$?qkYu%JBUv@H-Tx5w@;2#yPsvx{-#ipYx4qZFp;k>owv9U|mzm(-mukhvt zEqWgPZrSy&nCn`uf;CH4?MvtQWy<r<YN7J(N#dca4{BZ%kkt*^(k5aPIkod~!}O^q zn2$>~3H{}4m3jTs@Vo%qAIo{kd<^%#{HXUAe~{r6zr9TLZbF+u;=ffBu5IS3D7}+* zCa>&4d5#amo`Xuxr@5DO^hp1^E|N0qidEE4=fzdal&vgxRy8lq+we#xq+u4{^LA0$ z?nl#o7^}^@OkNhx)4JT<uC`cC;;Y89hIy+NSp=0`XDDNLzyHQew|(iR^rQ&mV~w`` zK5y9T16Ev^ZSz{c(mit8$8%dPU2P}#I)!-6aL;F+?GZWg9MeM%fmy490)r>|-0W)D zm9U6Ualt>!^=6#z1rEm)Bv0DTXAJ2pQ)4~vwf9hC%u3hYE4$iD8+o^gcyg69osawY zX8UWKSmDm}C%ISe7+PwI&-mWH+n4V^OUeGzPkMeaWz=*1-O;afhhsw8i;}=+FF8I- zZD0TDtgPaa+p16QEntZ`*(dM*QpO{CwNv6X_S;!P%qGiTFS(+0O?iuai;$v#`1)&~ z-UshF(7DeqVA>Sv1$@_csND_geg3rAk>kNHS?_&&{0b&NiMXq`;H;aDHSbc_SHHR6 z>)n2QN4g{`Y&P#xiTWGdJ^q$!yO^%bR&-^ama*vd)U4wN%k6hx^w#73=yrYXWN8^! zW{p*+Qk+fwR+_XgaXZ>*aq7eK>POMy&D#vBb{sfTIwAQ_LgUGf|CNm=Z+7psHYj9V z^0TZ$WX7E=*@KsM<!-k>|GeOYbl}z1KQF&N9{zcm-}7ES6RsVPj=p+bTYo<E*C9?h zzgNuP(z*VgSz71(%t&aTxa`T8W>uY<zkgCseth`-#Eow)*{9ouKTY^QGsv!d<9&h6 zvRv{zdXLUY`{LR=?<W(}%WAG`ov{zA&NXwE9r<r_5LA4yzJ74{MrX{iS^NA~7tLH> zR`E5dblS{An{(Gr`#HV7<m7+d_^;pV1??C(%&T^kJnQ&B^N>Br?7AoA3M=NH^Re4B zN8VN{IO^(_@~tzEZ>yf?B*853$9vQKKKX8q0-jr!U+DHoCO9UttX7zoGJ!3(mSyp3 zkyFRiuAKc8wN$|SO=s82Ik~aA2d=+6+aa7E(Z{_{%WBW9fBviA*ChVpGZ*YO;PDBs zKXWjqC?Vn6c?LnRId?5w?i7A!>JqI>>g503t+sx3j(dL138P?vUC+6v1|B=vI3cp> z9M6FVPKFUz`jwCCJJ}xT^LOIwuzPo4*Z15F_u?<hD}N8)V%fEssm{NI>HHghFV@eO z-dbt09cfvW8hXy+wCD@=%d=kWd^wHj!`-}3X>043a_M&4ZY_CVZS#6%x>pUey^P`f z!#P%m%N6%(Y_t`f<FVt|p?9JZ=aX+MC4GPTgmqQM(bYPuW|hxgX?D__*FMxMq{{Nt zCz*K)XLpN!+-q`vdRIRy@0PfYOZQz>zjZ%E!|})ctxFHsbttXA6ua=$w4}R<b{{M1 z9*A(6m&9yib+2y|ThWlRKy&V7$&(w^l3Y}63gnH&OAKD^4g94p`f2*?*{^@^bNeQ0 zw78y&Wk&97OTP@2zL)L3&1Nq>a+mt#%v@5;81R0#v`=S&`L&=YK}Es6lHyC=obu7u zOAVN?=zdM9K<iB5tqEEGd!?+4!^E2%Ei3N`lm=&RJvMWOlN)P&i?!v({}-!G_B}NC z;$m@gv)ue7tAI!IU3Q)7EcwCTkavG8?_Xm!tHAX6JU8Ya=(yQb^sMouSlQYy`7M77 zQkH257tNSo*19-|W6I4>UpGErS;cl)tAE<lO!xb5N{+D{H`_aNZ)e1IS##qH74Hu0 z33uRbzoeeB<w4D#RjW2V^e(PXKRol6T50z(laj;B|Gg9TerR?7%rWbPrDZzpH!A|l z<Tp=@y2;G2BQC*JE@Fbr%=@0l1rG%{Jh2F=P?V65VKY2ztN85owi{<A=i0ru>HL;` zYjVP4&&&U=>De~$Z~JchKl7LUY2QDS5Tj=xR(?_zm!*Y?f`P*Jb3u$6oS^2wk7&jp zJS;copML;pCa`BR9%ekU{d6YdeQuT=?=pNL!UszkCBU0Mn93NN8C#~el`;0zPvG>8 z@=W{sHm1O8^`-6YYrO78Z@$VqP3{!4*tTC{|Mu-p&6<{URw!*l>zWnPbDzJIimzYZ z_3qRy!5>>s+)K_}9)5dG#`1{i7y4`Y^p)nlOtPKC8@u!7SEKT!%SudFheloZ^I=<_ z^_b!JO|CUhBUeh^oElc>5qWo0#kQ9xzkN)o*FMtG(XsfL3TLOXD2LD{0oIc#{YM;L z36}6boBMA5?0W}eE_S#Cu@<vsXt(Ab&)s%w(WQ4^n8ms_9XxbNbBErC$ak~XlstVS zH$N<F*#^Dt^Jkv#+*r%vd$!zla+vF@TY+^)HnCM5QgUj2wQfhinRlmc^z(Plk`27* zWVd>IL|}4#|FXAH%u_Nq7Ue&+{T4TMx9ozqR^pkv%(9Z%r`>qGA^!ET-b+7TtSNr+ z;EL~V{q}F=k+%gOOcgo8ov)ZRRq|of?DpDimnu)kO<iibO}Ut9%X+&fzV0lt5e_U{ zg`=NK_uP2(YeTW_iVd~`C2>ou{(cZ)sTIB!>G^DH?73z0gYVQgE_<{&eXf)1l1Yvd zfrngdw)ibdo_io@qD80wwM-93jY$Q08hiFCda_96-#V{)`vPB)X!rXvogb@MveK)H z-3#t5{Bh$`qpfm~i-GkTlk}JWGcQ~TO+519MiIZjuX76|nqTzxoOW)_XU;V=HMM)q z#?pT@>_WhwPxAX`e4PJ1qyFLPchhFB<K6eyPjmgP>7oMLPaN{{NK8w(y*1@s=2h!5 zhaiR`J(1b9jZ>Ew9`eateJyjb@fDWS*}INkx^(8V!J63V+5v|ay{viWwfm6K-X-V1 zZ$DHsGgfIs?12^PyvsA~)Bc~c3j18yeKO;Y;Y`jM2U^N?m&r+-`8UreVojCU=KA$N zY+LO$`NCU1_h;F3A6#+t(~^&2+`P+AWo+Ggwa0VAwL*bS65md)IREDHd6vU+2P00M ziEvzE_~n7v0kJ&xyxD2-`=fN)9z}0?{qHLOQ|k+R&F_aieaHLa-t66<&Sw90e4X{j zYkAWLkJ!zZG+#6>%#gcZW-HBjUx!(=Sw&devp#rzgonjsMs?3QETK|&%428BtvtQ8 zU%f*`P$^U0;n0~c-<I~jyWCLsx~+HSLT_!B?5Q<OX}XTf&9A)RjoQy)8dvtmPSjQ9 ziQnsKyYBtV+~6Y-JU5W(kJAT}Ij?s$ZIx*X-chl9_0f+NF*&ni_eE^8?oqvxyy5*- zs|+Vc7Kvx|Cl|cD{JrJa?3>yP8Z8eS)Jd9L3pcxQ<@g%IcXKtpOJ1>GJ}R=zTGqYC zxYo$7)^FifolouV(<*M9J{Kz6RVXW6tRivs@=nLcR`T0lda(7Zw_f$w`Bu-rZ`Yb% z$Ssgzc_v|0maE~X@=O2nnqIrw^IIRDeIuIfyz=wHPe-#KZ#Z86{LWtUs?V#o#uYns z^&ImwQaU(!2G4T4TK_pUGi#+pIo)fYzx(?%Q~A^5&#OBM8<cDBFLCAlmuef~x%uej zBlQ}qMQY~8um02Nc)nRvBk;o<o-=l}{sy%(Yo&Y`A2Epks+T_N-Mmky`*%)8tv}!2 zR>t44|E1@J3r-VIy;`DmsebwUl}h{0*sWE%6XVhK-&yqMuDO{(x(f{h3oYhO`|`3n zt5bioe>P`w!GY59(=8JwrbVb#7|rymV*XWk>2rEn%X{G>CuL^qp47bAe-ocvs=8}E zr8i1B-lR7!_pIvqDcvr|Do)Mhd1hDZKV$DqS^mvE!V=Q|#1sFWSTNs2MytNw@2k~X zwa`9}yMInjS?qs5*mBRzy-t=&E4&t+oXXth)0LmW&olYpZRPi!>(p2K=k*))aEgAs zdV8_c_Zp*{Utd;pou7U4V>ok=>jsxQR}Y9++I`B)T;1(!^-0O={rAdgeS11q@td8g ztUtjXp8kBR2~&<&l2*;T<MS)+c0HNiG_l^Jpub=q!+Z{lzby~<@Eu)#xN_1#r>A=J zzAv>iId@uK@U*dFOwE(XiAkE974NU$HE!Sh>B1X+-f8bw7d_AT9?6)p<IP?3neW>F zvbt3`oja+JCcW+Xd_CjUn|{m<nz&X<I^B;)pVe&V5B({tO5&HA^1Saibv$fy)ZZfQ z?6umsm-UA(J@ov@{v>X@jlA!hh~3|u7v@?R9Ot+{htp5uMY{hKGux((H}`3Mf2lj0 zQBi^MRDO1O=2lN$-y-Yjlg|GuJ+0zq!@AhauK#b8)`!5<zK33KE+xd=*)o?kIQh1p zxLL}o&t<z(y9$q=>a}a%@4I^E8$IoujWgu~(l3?8TujQVzx8b?_r_ZZ%QK4@V^UVg zb{)!lU+%B<tY(L@Tm52*$yzzz&UnsQ!@D(}Ye%PnVo2v|ro8j2e>emM<v!*e>)&DY zn0<PS=8LSA7ca$m{1<d-3rwF{_->M@#o;$n!O144UuoJeZu;t$W3Y7Us@!djxtBwB zZ=9>bBX_nWkSSU8n{EBl)eh#(m($gjFFaNr!Ps!`;-8EBTOU6c3ArA5ujq(j)BTyd zV$5zyvAvseB;?sH&)kZ8Ay%C?*s@h+xL>+2x@YiC+b37^Q_y;S){FI<Ru@i=n{IzZ z=!RaBG*7vM!Pkvn6mQIQJz*eok8KI}bfrzJg3e4cT&boPsj=0kUS+?_{QAjla|~kM zai#4$bC6Bz0Yh*@ig{>{_BG!(hLRrNBX0Y4CGK6KP*Iwnw@66ad`86;r)5zy4!Ax2 zanI=b%SX#*&X#?+K4R+5DYK{9&%K`4RvUR;GOM@fR?_7~Rtw5BHq0})v%o4_Z<+s^ z&04Xh*VYsoo^E)~)GZ}{yd;yWX4{%M^(sNr4;Y8rY}5ANqJ93${V5R_m+k3{WVMdY z`t(?(z|dpg<8xw8+soWHPF1~Txpy1i&B$I0nT{1%+qcC{_|deoW2Nuag?G>Eu5K?2 zN?&m{Y0EV^E#Fu3eul)Xw|rAOt=h-OSoY5GMJqRSsZH_R^Pu){%=Fz`Zq75Be`$~3 z+^ris>+}6So{sIVzPzk?o^er5?$lksWH$4izjaG8+4pbt-rLV#M!e_0(sX2!?{wLN zsyn8CEJ^QVtlhu4#eVbS^FlFRhwM^|jzk<esGwG}tKw0^K6QnAXW|$;1Qz^$liDHk zmMy`+FfwSpSoiO=`==+~lAqT7&iclcWjdd$F7k5;-!MB-|Lkyt&di7DyS)1tYyEX< zXC7rSFEEpHKF-K<^n9dReKETxbBEzN-(CBZOq(vx2(XGRNOia$yyo7SxQ#9e*^hIr z9&GhyF_C7h{QvN-?X;Sb`3D>4o_d*N!ThUE;iqvmtA|L;n`@V2?F#j~h2&>%JMd`2 zg^FDcryBMxU$b|ntbTpAn0kQ_*ZK)xm+pQWI`eVpNzv~QSNoPdZM9&YKJ(*CCOPI` z^Avs={r-}6aM6qt*FH<-iTRdlg#Fs}wyE{n<k>#!Y(LFQ`kMN+YpI}{%c>ja57q`A zlL>xt!k5is{yudjP-t-4q<%Vd=Gav443#HOHtD^IegA5Tkf=doosZbTdchla_#f`D zPv%xlP_w?8%)i2CQMS3{jM`uG5~_@=S!V<Zs{Y-OGdXzojCG}pW8X$}uvE29cD%Cu zJ?BL8&EXCzDuITdjT;v)-qy4DzPTh%?XP(T6~@)9JTVg{e4c)AL-qChoxk#zoVlL- zaN!FrKQ{mQ`_yefj^clO<XFEQYrW06z!%PDVhbj8So~^f{J<??m{hm$`@{t4<&!S7 ze67FAe!u!(V7!E|+F^x8ectx{H|n05*KYXh{_0}>uQ*+?)BK_Dx4qgTZNv9;j^s@1 zqJ@7gQ|!Ne4sz=|u578V_aG%UsUW%Vqk4;Yz1I!3Y=)v4d+XlToBZJ4ai-mkD>ZNW zkz0%c(|Ma1_cJPOKikAOn~Nn%|IS`;gL!*>FQXbKW6Jhr(-<E!*7I)JoxWsZ%d@Gs z?G1bTnEty<Y3g25QO@6A<Q#AM^?C3MU6m$JQxzsQ4$UavH!q5x|7-r}RCHs#;TPS1 zg%*kmpT%dMICr+UN4`P-vG{>=xj8PUnxvx^Y6=*7y<Qc&wN&>`cujjz#R~sP|E~n( z7BAeClO^i!>#Td?{X?-IDtqeBU29~@_Wu@Edfht1=wSZj%*anpUY41Bj~2Iba;!Zs zyEFUN#w!7f6Ynle4UQ__xs!j#Np@M?+i7b~?Ys5Ua>oPK@Y2hrp%b>%D)60&eelA+ zc<zyThc+zj^)=oi8~69HktaiH%A);CeB}5iXDUu%ohcU4smdNvcr9qr_imO;59>vJ zx^;c~9<T&_XteuR`T6j77t=j=*)PAZ{&&k_ncS?#j=u-ytU9)2QLxSOve^surN5kB zcx+;0{*G&JYxvh~QZzg)y6@Jn*66RIah(53{vOq-N#wi68?oB*&dJd1`gzM2%;T?$ z$@p>ZYUuf6`wx|QsXV)3y<e)k)J^em+qw-4o9i=dGFrU!=k-_~Zd#gcZ<SsoZ7p_c zTWgW-`WfsG6m?hxUhzFkk>kI|W*+U76A|5i_TY7$LoGL0@|_OvTx>jLRrL9szL|`? zOZP2TR)5(3IhT2P`5z|v?Gx^+Fv_)ypXO>}S~)){O26mY$83>@tKJG^@rGu;s5q&8 zP$J0sxc}SwniY1}W>@I@vz_vGu{ppt$0*ZhEk_6Qw5ZE<3)Y8TZu0)MILW9pzUo%- ziUf;yQE4AnJFup+`rYt)ly`=6$|*}m6?S8r(C>T=o%<w`8b0OT-g2h2e8vNpYg>wr zT%5{grDq>+wr}<RS=t9Ax1C>KbA9JFrr>oJO|sJ$KDKF`omRiO!Tix&OD*QxqW2%X zVO~|TclS~Go<#XMg_@U-w0G|MTCOnd;rY@dC8?2#wF1`~dG3FGe62$8T+5p?D;|De zcJYa8JA3i;fjond`5*f8*U#)v_><(Kr#COlWkKKRzRUlFHvjUyY*_q>??T24L#6{e zzM4#A^ql4RsHe5coau4I#d_f>Cee0>Zk0cfDKtFq{JcePs;cXO*R9(YH9V|l+|N{$ z)BTWr*NK+BE`}KojsCIiK6Am`I-^aS>sY^Ue4^ocr}{VNmY<NfU0VC&LA^l9m9F!* z+IYHVOtG!`6wltxpx(()kw3dAg4O-T#XOnr{MEXymyG(9i?0Y*nddv+4J)tr*<BQV zHT3%Sb<evrA00k+y{4!st6R2Fbb0sNA6jM!S%L=Z4UR?j?qB4_JNwrPO<skYomb76 zXB(UPDTK^1@$89C?|fd*%@*?Hm3H2l;KZvY7j3eNcDl$MO}O#n^IFxzk-o8IVl7)^ zj^2-{;`cMQOZ)bN>&9KfNc(fb)>d=;>ic3DR+qIhl-#L&V?FsHe~R(njs~?7{jk@s zy28cG828VZGk0d+y+~m`raxTr7j7NPj{iOF^U)W9w#f-1(d$<#@g_;i+n)@!Is5mZ zjH0yL;i{*dw}d5>KWwbfN>S*$$#y$<+sYYVrC;e*9`1S2`e@mUNq&3yKkFGfNgnvs zeQjC&8mlwsg)*d$t>gWDtM9EOhu<fbhKyj=3C?PI3tjKGi-~`-wT)YJj_XL9H?w1h zMaUG+)$Kj21Fr^gu3a{N%EP7i+sdj{R|y2aNbE13YZB|Iucw%xzSm;@nv^>pHzql3 z`}a6tYsh2HB=(kl&%KhZ*?&D(a|mVnF(byLb@ew5ZL>=yS|@z(zuzCH=jiwQ>%G#u z_tk$-3+D;ZbSScmeJ8iz@%{OWe{TIhGm5t%Z~v3{W&c^<hUI+*m!#8A%w?3A?D$J_ zI_EsbT1KJi?eiGr>USu3UYGuL(nN3P&xa46UG8nNGzt=*o3OC(;=78^|H36j4Za1d zw4S~6Li3D`o1f=GU!D@#yZ8V6ck_Ge6S^em;id>*9#-YnZEYn#|4o=*b916vTWR>j zYllvRJl2xDYpFh|$M$n>;hI^i+D$`0dz^NYUnqI_-<F+XGlTk$9$9Hne{GV4@|B#b zFaP{JEkB!k{M(mn=dn`$eC)f`+Z4a1wX-LgT3B6F`L^kf#qM=ge@b89)mWyJk@EYD za{Hc2o;HQ=pVyYX-n06avA)gI*gBnq*ZxT-EGe4%zAW|rWRdOn%HK{5t2)BHDa`)9 z)|7*%!%Skr&$@@LTv)m1K;OR<?#kQs?s9(><{nv@U@>deloNAi%OBYgu-s7JC2P8I zwzR~8?CLzOG~3T}cHOF765O(WfuPXpolisyPqHjo)uz(N{VkV!Thl79JNF`|7JXr< zWplq!es80hYwNmyJQqWFoNB#ATm<+QN}twSKi%j4(|t!i9^bb5RDsDg-+s5_3Rdb( zGQ9OiHs+jjVKw(}e^vC}u{8bCSL-Raua$Ot*$5gXxH$;@*>qvioATJwPgmDUE#3NC zd!_4Ecg5eEw59#m?0lrNDRJuR$1C5~*qxdCBkv%q|5W>y=7uAW`E$=lX6|c@=<v`K zI>9bub*#h0EZJqBz~uc?=AR4YknK77`%?7>@BdB)QT2&Q=AMg=r3lnlygPQP)V#~- zpNQO#z4_Kk40{re7_Xgq#Dpi*_kHn?M;QlCHh<Xn<%ng&>5n#(8IJCYx%al>ovrSj zPd$MLw%zI1`n=D#;i+(~kMX^)C(np3aZXG+y}X2NMpK>J$xM;$ie3pj?6*AMrLb#p z#)`JPFZXEAiww_Ts_#_mov3$8_<?wfeQ?3<1eSj$!G@nNnT7u5zH?-<^R<9F5t%K* zGgDs36m!J?Xtpwnw^+Y9%wh#=3`>23t7%^DwaUN}fn7fqI!h={-o$O-SCH_;llk5Y z|J=*rw`Z|4Cl#awH0qiyp8VyEUvaAXoP!hAB|LKxWZuWs!CrQ`DyjbB&xLR9^xslq zQAlV#v&mB6#>SA4SF0jES*hrrIQ=iQ{l25&HZ8V?2b{&Y?90DSo83G8Pp*;TR>?nq z-wSys1b<_0lhFBH9BVK9^CeH#qcxLCb)!nOo!OJxOY<szth{5CaJuiaY3=-?`UknU zvQN~pmL{l{Xc{%fGf0?oPnlv^Z@wZ&_S5b6KR<>{pYhXo(>kYTsj~}CsU&BZtbQ{u zvw>UNK>J*LrqRb4UULdwzSz|KeR+MZnZLh3lh>RZTaTZerkdXru(5iL*rf&6CU^>) zb|mV$zqQNA{qdt=%M$+MHjSKC7mwVuoYi(mut;S0H*fBqX0h{ok2bLG4V}X=x#wAZ zJ?|918&{09B2O;5`*r_b##x42wsv1IaWkx%;Pgde@y*f$Go~@M?w-4F)o;aVvL-(K zj2RYEoAiXD<Ib#>_@GhFRx!z=!Ci{6-~G9WBmcAK*SX46oxWdM-;>o|yye15b`}4= z!lU;hJ2#dooVzM|VeQ0lhwYub4#y`x;9tG@>#O=l0#D+%p4Oh_vfy~(nYAYtesw!% z>yg~um>9yOrjmbD)M1ABnH=|$9KL@M`Fcwu9()%P%T-%*Qq6G5+N2N8v)x{v4lwWy zbQcs|rgOA?(#8vZdyh`&-qx)+k0an??!re)ntkuug#7yVn$xB&dU2H3gQ6Gv8YP4* zCVXb$>oII(u0P8e6Xo~dz#<mDBRY-V<|+kK?iszd=jXS-FWfnO((m8@6A%0I?1(pg z%4cYzas8A2m*WZ^Yc~cy+vv&Iuzo2MgKo;RY1|Fx9=&E#xGW%U;bg~{w28fDBmbt9 z9rCFky?@3#1yA<7cyT{V|0>N>_v3XKI{HeY7*eV(@)@2!e!ifd_1PYVB~H6$ELQ)Q z&br{gwy1*Pp&jO842xTOuZpkuw{~~yyj40{zwZ7FuRbL4O<MMAyp8*gQ&WBUWa9*z z>dIzZJ9KpUx=b;L;&36$hRboy!eTxLPBI<-E1utz&j0b@>R3NPmNk4|kKJ6@yX9Mv z@WH?rx1Ia>o?Kq2dZ^q+!l0gC`<$)z)X#}h4IAgBA6l0C&cSn^To2d3R<nW~oZH_X zU-iVGe(i%tm;JZh;9ljeU-9z$l?#!pBM&dDIBZvPZq{nuPwn5%+0S>YXOhmp=92q* z&(9O54_RJ5c6e@U99u)V&Gmg&SO2h@NB4JTUnn`D{!_P(<=)EHbMv{^iAvqtKC^!H z%ZRq$EmvR9`=qcz;jgcde9YH<i5;@5?lvy_P&+kj6Nj;&<GTl?2KRW3o9z=0MZB!2 zJ7>I2=fRuRyM8sVYc`sxVkI$K-Re#w(~&jvZx@$uT=;2Cf@!_hgCi4vx7tkPoc!wg zr6WOQ3{NbVFE@>RT;2P;;9~N8{@8a(WnHQ<p7oCm_wU&>z4^)fzRt#GIkOY5_sMD; zVAy|o&xWZo*3)wD?cFB5WUo*E)NB0KE#j(+)B_i6@)p@6wmwX2q48dk4GZ_}n<nNs z-y-r=f2`21faxt#vT>?!gQU5HoxZ<m>u&d6c}F=t>fOiP+0o}0y~yf5^D;QgD8fg+ zM8+exQh$e8{qJ?RDyt-qKI3MPb=I%hx$EGX)u-kLxm&;RNVh0foFei3ip>J`>)o&G zIHlRGD|8tQOJnpuHWqJ;Yg(?K{qJTgC$rLK{Tqv(Zka##@B=TME&HAsmDcbwMQ?lh z!R^&g-ZH~eNelH}R9<D8-l?*aMaAy^vBTW*_GiwOF@+@G^k47!>SosFN9v4RAwDk- zOTYSY@-27D>VL0pHryB9cK&)ltNuQNEq{LRd}U*@_e<l^q<?QNO#S(2^Xa5NdViUZ zWo2-@z5nz7>G=k6ta6Yx#;0YB64MuMV$z&$yqvMN-na5c)YerJSD(JWZXdJv%pPAh zbrr>V0;!F&e@f2rpUp0*<6-=~OTMzfTW{a)eLo5wGWTu&m_92ZQ6m4;;iK#KSI_3U z_jkj`I~wQBwzpK?II{0KTO!lrvd_;R)r-%&b2<8+x%ag1XJhTV%`)HYt~?^*TQyx! zFzqU5chd>qrYjff|F6B2WnnT`>LF9-^E=nP;(z(o?))mt+T3_>*YoElLZ^$Kzx{eT z_t=K}du~+UHcgG!l=$^0uGAoZm+j&=zZws^-agf~q4Le0Og3{_=iZh(r*kEqo%4TX z)G;@@**GgA?!~hAEjKp4TfXhl^~IMq72oaQF>-mG7$n9t=VlJG`G>#tXRooZJ8EdW zXa|qYbLD@prSBMhowG@=Z4t}A4<&`FGi2NUEemZI^z<!yzI%7tm2at`FCMXdNq@3( zsqk@^^sJXYtvgpP6?Ut=e(&>&8#h0jzBHWEy4!e#UP`z0QY*z>@AZ`TaBc|ajXJq; z_d@#%clUnX8p$)QEa2}nhu^1fXnM)i-!-l{*;8?}CnAr*|58`F&AekjOLKKJW3`eV z?5>+2?aOlL>xDZpyj-RyZMW@7S-N|l_|ARl(|ev?klDKXQrYL2nF;T9CWNh&Z`$d) zTueew$H2?k{CsV8V@~0}L;q5>&zCowq#D(|`fBN4c<5!gb(!GzCCS46UtIo_Sk3J6 zOQ}D%Q9`d);J;(%A7e4a-g#ek-xZF$C>`+q$<3L}d^=8?WX<Ev;-1|Yu>9Q|heKD+ z+T7<_685w@;QGsq){VR3+0JDh%j07YHEj)Bvr{troo-fuVaPk@?I(JCE}ijp{_mag zY56^aPURa8EymX-ud8};C^!7I^Y0niK1Sx;Z+blv>LXijS!>8mDlys-n6ATo|NJ_h zKr1)FK&B_==ea|o7nXb~V2p23jxyhE-gd|AiB4k4;)?T|>}8@=b=WGd_OMzk>`HeH zmu%vln|<jSZ};QC#-@q-JwoQ69&KHxWVmX@jjG?W_BYGzI~E^L@~_j|mRHxv^)X4} zsG>>iO~1|OE9wIsZzz7}+*E13>Qus6yJlP7V+>{KbK`<d%%Udnxn9n^DjKWF;OuFi zx#0XFe;GTw+o=vqN{aP=TF1COI-WP_Y5XIjxGhpj$K{#|Ic6EJ_<N=4N`jE3?vZD8 z`(5)MZqeyG>U-Jj*Sx|&#t)uSP5&CUuqbXXy*z92bQiX`S8Xrr-$WhFdDMDyj=*dO zCBfS+C+2WC8L&6qS*%cSEU8?wN#?t-MbpHWx)&C8T<DvBe47Sqiym*G!lA6tEXE>^ z#tU=V)`>66cJq~$ZFFkCv3&VDhoc;}7hJ9wZP_D}ch7juTTP?K0!@DG=^M^Ionxd> zGqJ-Z?%ke=41Md5>|)sIW?cV@MT`6BPrJjCE*Iw+u4Y>_%WZS)qj~(@imSLKmV6MM zv#Kp2z+qY7yV=G`H)gS(nb<NtG03e*p_N0XwqE75@g9{2x3AlOYFH}JAXzG+f1vJt z;sZ++r~8>@f8;8b9-CMqP<AYbUt&ti%Fns_yV(!P2bq2{=U@($>zj4l%to-N{``vE z{pM3nOnh=y>_>9|gW$(k5k1PMev5U!Wp^|=-ugoS{1PkI$W@C~TxKf!$+}Goo$PY5 z?`z$$fVV4tY?|MZR5-`UYQo>OfjWH5Ctf-)-23_$=bYQ=E*k`{IF&qa<qh`S(ZlMg zA-SE`-QbV`tDkG&qFE9zA9ft_cRI&%=1W{Xr_;i-VxQu^yUR_eZ+m{Il;6em!Jp^9 z_S=6tt^E7x<}Er(JbULmD<A9Dm^|y<!?kXmnT8wQ9dR$QRdNh1v|e!ck*X4>Il~-f zE2{}f{*5QS=S=5VmcZm;-X)}YK;nwU)>%r?PcHXun)HI{3Ty1bE9M_|J$RY#DDZD{ zR)_WfHqZK${;9#~2N}Pucpt6$+H~28HLFER9&TOIdiwDG%Fk`=sfz6PPe|{myshDP z-0yAjJ}uW+mHh{59^bS&ZZGow;+rd;GvdTb=53bWp|G&Q?v~T-WkP=>d@k&N`Toh2 zMM46fR;>J2>QKKq{Lm6s$!`ye&-Ap;%=V6qylKX9=Y)R)>(2Vul|k0>iZ9R2`S<SM zT@#zEbU~iK2{Sd@HgfVNzR?%4ND<R1vTowI*Sku(sN{@DO~d*<yZ8Gfec78hE8$wR zs6)m(o5vUUeAy$fCvG&|ty|-IZfch48KKHODmlj-u3PkdRusxy80F>HC84q`IG{N9 zu|niKw#K>uc{Pp_<?}rCTIb(zHd@qH_(>T}v!B9{Yv2=Rn)HlqW@*OdLVJ;^RqWgD zEZDF0^BzC<(L3druN({LnjhowF!0HT(A&Yqj!hEx+Ky-}xo}`ZWu<wNuSCT<_MPXg z_W5ksaG6&)b@hW_XUX^0v3G3kg@684Xo=D=3b`I7KR-S;k?XIF^1W~uzWS_ZS9e~r z_^5dAhPM5>--;^Lg(B;x{=a<Y?-bD|oJ*3-Qvdi}(K(^|_gro8!VgOxl&k-~tX(Ii z$GG4fzn7AWULErSweL|^6?WD~**v{+{MEJPMf#qci9%D|b~E%TTy&b@*HkdqN0;w& ztsc|g17$r6WOAbREbX>lDll8(aD7E^eZ*CVo~gV`PBVAN&)%45_A^J0W671Rl3xQ} z)Jdd%&VRK}eJWFn`m%qEPuYKX<7LY$+y5ZU;l7{Qx~rDEQl8H*-D`VWQ7Uit#HNP% z7E3Mfo!&4>BU^6WPEH0P2^;Y_%{OgJRSPt~nyr}gIY>=<f%&G5iv5e2&vZ+#cr-8h z>8!)`bHzPfZ_D#16uv*U&Z4h${d@zvjrUJK*=N9T^uY<<cHT=jQ;l{@em-;ct3m1e z|BZWEn=2=mFUUCXseBXfycf?G3GIAX@J^=6>iqF(-X}}79iDGa{Nzw8ai;3i@@PXz zn|+cC-mT@G>!iS(ZgoEP{0<e%CZ(dx)o*4-_1syWYWcoCzu{~~^WRGXs+R=o61{6e zb_&0Ll3#P)_i>C<F^g+?SKhQeB7)Mp_DQdqmRon%sZ*(!W!vOui&Nh0PvGB@KYLT+ z^x8)|8U!C?FV--M=g^RIZ&X=oai}ciVu_fZpv$u>FAp%rtk$gDvEh2!wZMbzPhze3 zZ(DfJncsiu7@u;yRK0RjC-0A_lkY?{3txvVn%a=<xX!^v=x1V^o4ZM1(+=^VjT5Yt z|D>k3S-WpEm*010i&*>ZY3HOCuj$USKfd$WlL_n>a%Nw1{2(JgefRf(M-L-A_sjbF ze_@^0xO&I$otO9&4jZX@Y?@$pXz3!)4Uzr5h1}03sXvP=y>AqhyL0l5`fc(((@cGe zvLrs-yAs|R{FNtji%x91P=xT2lW%?|9$mY1NkzfWU`Kh8uH};ak6xX)`E1gRikN>< z{yV>1-}$#k@!b5TUG7_j6upn}N5)+=N@=m0YgN!->ZfKU@~FT5kJ#EzNA+hE*&0W8 z_CG(bB*AiHfrZ?aH!8F19teMGRSc@X5ha!}O=)G+xetfh)}M)gQFW}dV8Tt4{zkXU zZ>!~hi`;oIclsS3o%+q|H||T9*)U@(gT09CirbBMv!4}rv^?)*$vnU5{r%?WlXRDC ze0{!}_fK!z?M99V-SQWY`CV1m_$_Yj+G)xDw?kTAF0wO;NR`@>uOM&y_ufrWp=S#E zuhQz{w|`ik8=78}vnEZ>*JGi`>Do;}_EY#YFFHM)aclMN$H|!)b9PU-a4z1&uzUgk zti+70Wf!79^DwI0C`%M~Ui<ndrnvK(;q-!xoh`xj8)rRsej(X<P;uM36aSgB*YSo< zy%nfuvNdYkl_=T1sx2V}2Pf``tow9SsLO8C291^vm+FJGI1lp+3uJFrXOLKUsK8Or z@8T!v@WAtm#q$>Js^7XnVf!0?|EJw~DzQ>`TI7{GZ_TNC;mN&-!&<p2!;7bpv+Y2K z6>GyG%lQwQwWq#4GS&6Y=4H%2dkoDp&i&eYU4Q>WGc5_9hT2;e;<~YB1(ju=-p-IZ z+&$sdO#O9tWc4oA-+WN;$YSzy9cwnO>lIEu)mHLO^1d1S?=n5q32%K8zO1pQ#^U*= zBmdW3TI1^It-ACtpWfVgH>{K2Pn9_K^83`AFILO#UtCjpyJefia@lwF-&ZVcGuSds zD|5QI<qD%K_TPR;OWUp788^|fa^sgX%Gv$~TZ}rF+*%yE^w~SpwNi=o?7KH^jFy;n zm#c2Voa8Tow>5a5PjFft*1JLA&&AbuXS%u0IGQJPtM7v3`_fZgC(cefa_v{^%a}*c zdo|);H`Lty9?Us;-xZ$^F>2`oi(D%|^2T*VxExiiJvPPHrJtd8rTd4b-!IpA8BASr zLMO<^;1`qgHF3Gm+wB)|Xx(AuRpzfxPjCMA<%_V|$LXh<UerV`F#XrS_(<s3o%8FM zEKc6=7D~RUonNNLKIx3W`)88#*}t3F`+f8c;$5+KiR9`xt<MktiSBmX*Yjwh$Ibv> zhRK^}UUAa;=K5;#e6t+anmJ39_Fl<29C%wsN_XCeJK>Y`SF-liUVh2GpULth_eOW_ zzJ&^=@tyW&M^|zG`Sx}7)(7YRR%vlLe7hL`^W&BOjLVy}??5_DC$=yiWL&YmYb)a# zZkEj(y(WQ#MW*{5WIV_yv0dO0;{sk5XRR_8i13N?jE5LGw|8G)G~!};XX?2aBphB} zbldGyZ2ZAX-V3z24;t=}%T@QYOnpA-QBLS2FWyeYPL?AE7E0Os>wZfWI2hit@PDzh zs_NG}wZ&KSMAz=yRaIL5_2=wGQK5-b)qlRK+kNVj!TL*~fd{vDgn$3~>iL7Z{Jgx$ zI$UwSyZ@WzuCDxY^~#k^1*hdjS8Yi6z<ycEc1Hc|`1kw&{qdDt>$OAC|07$dTB79i z0((V&VT*t%2cQ30DP&Xh_37WM^TQ3_bcTKGRI`|ow)*VDSI^@Yhw^5}uU`}p`t(&} znOs<;OsnTC<~!@&t=qT1>&e`S|L+-nzaQONxH8ODtbJ-ySKHx=Ke<vq^}^|n%lW@_ zNFJ5k&&6tTw!Z(Tpx?#L+a|uv7e9#?7;e~V%UrJi{+{8I<%RjXHr{-(apT=jcXmuK zE`R@ie=^61|E(#Eg^^+{=G!B~*xvW-^IX&*e&=FZ!iyEv3K=Fvn=NIIyR*&Kt(Sj$ z#r`0lf85<P&lQtWN~M{LH}%Yqh&JBPVQp=6VYdD9W#XX`b{aPIkMA~p-_H4<zxY6W ztLu~E|0~)bK2+;tx_$k8kv*@Yw#@ha&bR(fZm>|wdo+DX1A`|c<1{9x=RqINPZY_p z_GDbB9^{emX<kI%X}QydKN!>wUx+d=-F@zx+Y4tyop(P~JugMF2hL7#>U4Nypj#y9 zac=#$Jm-JrN^`H}xZ3D^lBwtX8-7Tl?VF{fhN#<y_>>Q+%df9paY%NPcw?fKT(15T zf!~5RZmctwPP6En`0z{VyEaKbj&l<K?pU|XTmF8<S*f!rw`{*lePGWF*>Qb?&*U{x zMLW4lZr_@%!Y!8~nbW~o=OQ^{CVyza>_BtfQ?uQjj;(uHW|O-7qeZWxRHERX`prhw z28S1vyX9Tjn_&IT*W75+rH`w)<QTLW)x&Dr_Ds6G?EPAa(pl}PqWZnNw(j;1;IsU) zA>S(a_3?+1b!v%H%lqb+vrSc4d&FKa<!(>ng4ul8NyZ1tPRH+RRY)^oNO`i$xkhW& z#x3ud9&Vg->txa8xv}4V-Oj(a=kLS6)8jwX7f5{7(9UM=dgZYxd2?+_;lU3XZ#J5$ z`y6=dF88+9-RF*<)`PN*PrhC0ExYw5uq~7425+Vi->I2-C2tGm_T2p>S7o;DdKllr z&qq6xS6k1MO6@%C8?#G+Avk*R@s;NK0f#>&WbhsT_A&nhZ<>gSyW?*05{>*vjOX&I zy21?p?yish9Fp7Sdw<Q{&9lx09$eEg%_qYu!R(2U`tRd2>y+9J_B_yhuGOLOjrZLC zzpXx(-=<7E_t<Jz+JosD-7_|yE52Z&sk`Rr{C7O%Yhz!3bL>~x_0MwddF~Fcn=|<} z7cITqVEDR7@rbx#!H4M@URH-UAHJ9)HRr|$iNlR^YHma`YSeF2xH7vp)9-w0%ZeQ> z2RBNZN$tIPdh1!ob(j9kG!<k&7b&#pm@M0M=84=#gHv?ml#Z9Id8gIP5UR^8@-lrD zlhKs^vj&@l9QPT<H=dro_uYZp3;UYxUz*M9@}W|Fxyz}gE?jZf<V#L}ShxN1#IIt) za+l?2B|7LjDW7`$;O&XueD%L3Hf~j5?8{qTHgUG*g{|lAu0AJWq0@PB`j=k}>*V_G zZ~JgTJYBHAWZ&%>>bu0(D-`N(@|xn`Dtbg=hw_;z28O(k4gAEPhuPmh7AWF)YjP9I zabBw<w&@q;rINlezkWHh%B{qC&8DSwP1=na%>j)IC7r_5KN~p7y;)Wlw)l}qy+Eq4 z{iXs%&ayrK3XU7cePIjl_0bIdz;$EgY<1}uOWtM0ReYZ>ulHW!d({)s^=gfk>HMnI zj*E_en&k3?TS>Sp`MKIlS59{M8B?FSd^$bxtU90FohJ%GW-~2?eGcmQ`FC5&HgAq9 zh`epJ=1-FghjhiS^C!RbE<W&+^{jKE#+>@My%Tr0IKNv|`F?4)*{;W$1^1d`F3#4K zFnO_L&bwEq&+STkEn3badidB5opt~0f5~*JiO*A8-978iUl+?_mxm%Q-&=3KS}EI} zJ|*I(*PK-zQ!H8&dc5x34tsX9m?2=c?oz&n8S2;E4wW6&Yq-o8WBF37Ph-KsEdMn( z?l$Os*;;=%@2B+-!S+AGK3QL$Jl=4mx9QoGri>4V>H=Bs%gx=ru-g1>$mzv$9<$y# zio0yBhzru(*Wvj3f|{t1|4)Z0oPKu>tl~THwc3(NM`E3%$ae<!YUVU2$65We3;o+7 zS6X^7o_NJ}K<vua+9}bmXQ}UH;nm-k&f?%&`9%1U$49kq_1qhFZPyD3eR0j&@1R~` zvemYTtDT#wrYEg@m38ghj9JF7f|U-oq{&Dd+snjhg|6c-EBMMg?XZCQ%cCK($#0Xh zPI`Z^oS&zE)3ti%?d%ixlQ?fC=vQ5Nz4P@a{x_<cbM~t2%-1*Q58B&lxZsGy&gOZ` zP3zfqMP3TCh~7Orb82Dz^A$WZw3cY4Uwk;njlFmF4TZ#G{VF9#4Q}`@UU}@`*Y>nK z^JOFB;?G=P{Ig+V&5q9G1-q83BrFsY@;$k=Ij`~{v*;dm{swM8`O5|mIcvIfEJbVo z|M>RqY4yx0S^Ni&KR&rZic8EuTXn;Yd2gdO>RVOZuF6~dRF}Wj_>}9~yMO8#=P}7G zpTbplNWn|zV6M**Zo_rwt}1oxw2UbcXttHOEvP)zLyKAZS95LPqKG4U@{d!C^7Ax{ zw>d0oEqSp-Z40Ng=H3H`#BGj*f6Tt%ys<(w%-L7_`kSXSY~&odf6jT`TNz;{mL(A& zHK~Hj_4BhY41P~1opE1$`(WIoV^Sw2>*p+e73H9qmH60CDQ@ypmsV%qmGyIe<OZwq z&W%idZThu1<LG;>0~4}uHL?fzneOh}a!z!|hr5z1D@;}PKH&>}vr4J;-qQ;`mnxY> z&os~f=Bu63aY?f*Q({d+@*auF_n$?!XRQl6=UGtmVHwN9%}jF&Q{sGfIGD!UJhVK{ zoySw}*!w_h_sZs?uTSR3Ze8L3JpXCxjF}aEje)ZHD)SF)zHK~l-k-Mjad*ovww&7> zkeW61iI&c(M|(KuR{3UxP7U}xy;ykG>~kBhGnMbyq;lrS>H6g3-e*4<AKSY`r71Z0 zPmti5x<2&-@tucjS;H#5;t#kSFlV_Gk*7PuOJ>JBgA?^}AG|83p4q4Cn><D9R<*YG zi~ASOE_mwd`avv9Y69be$=&zM=Kg&o`aYNCy$na%{Ep4iy1e;WP71H)&9-W0E4jk4 z!}Vp1kLSU>iCTp{nig&w%ul3kl-M+9(cTCVm8I!2hi{&`&laSYE1*7|&F15Q-ZZ(2 zGOKXuR0Z3Ng6_x<^~ZBoZ@6%hZA#<nG@iH*g?>DGuVgF4I-bs7RDN3CR!p<)&my7e z3-mjur#%tB+#`R}oZ;g8*qNRCzR8D7OG%U5mcQYJe8my5IcN9IIg>h#!IQ6v+5YtD zO_m$a7){@<cu!0y`x}p*HA_RbhGal~)AiR;R_i3I`_EMF^<ny#>8Mm6bK>A*-cz?v z`RTQoSk-+>-03fsHp#o?^=Zc+E|wYVF03$k5oK*K)g)gs!8P>MX(z=Go0f;oFgQDr zDL7NbyYhYLr1;+*ar>X?FI&uW@%I#=OV1|HvcJFoiS<h34GZH+Lw@b-=>H>SQDktJ zrEx|@acw8-@*Br}8%^3uSh8n#bl2ZB@oG}OvXVDlAn;5iM~(kqj>EV2Se?BcW`20% z(rNxKsfO>KJb%Qp^MXd%p~J3PACxqI2p)*`@ivtcQk~cLZP(+db35)|O~_2)l@zxy zs60LO^zOvE8@E^PeQ{G|)>PK7D<>J1pHx2+AkVii?h)7PI{nfIymL&HRjS*VQ}0<A z*O%X5Ts9%1i%)r?r;qRRO1}vcPBK2w)O+(|^~HOtt=~&xVsH0Pnepu074Pu83xa1( zWZb`#Tjl57wmI(BJ^s(<`jmg|{bn;i!h6g2KTc2fxU#H#e`0S%9>27u%G`6^Gw+^0 zx2wy%=v*(mbb^sMSK)`5|6=Qx$bYQ6d^tlkoJFv<{#dntt-MV})e}bkCzey!H+KF} z>AWAgxo|;c`fZ0ZD$(nbR_6cNUK!!<(=@m0!v=<Daze|zOHGPzKaIQn^SRpzwj(Rg zY2Li{gY$+Q%MQuNok1M3Q(kz8EnAwBcPusPu5^N!#RPR%OY^S*8QcExay5Tjd8J{w zv17e{W9p&um-qSEv^ZCL{GDwt{fFOI<>quyr$BhS(sRb|?DaQ|e{}1W-g@~qzu$gu zjqvW(5`G;uHi{ing{uwc_#dg2H+%E=thby{YqZ?IZ$Cc#Zf4KEGu8YPi}c@usiFMx zb;aS9XZ~&}nyb(m?!RSIRO`Ig8um;(V)j=5c;2l2y=3|K-n~<o&pGn>(9725BaFAs zOgii{BX%{v_4(4fXMg)`uRrs2^&YKPi(cQ}qCcx@+l-gH&)NBSEO?joyxNb$N9tBz z`Sf4qYuU2CcKW~Ye8y0-zW-&ww?B?D6Fk!U+0r%cdnO%C|5J7CYuR({tvk(_neIJX z{Cd^4*OIsM_MTPH-n99gUFj})y>m;SY<;=$c=e;4!1CItX-7o;Bv~sM=Qr-wtgmvj zXY4bNxwUK;M;KrD?BvTvZF;RUN|g4m<uaeYJ#NRvJsAzw*D_VL?RPC)y?Tqmo~M<o zck^vfaoMx;xuvJX$FrBM(j8+jt*gFO^=?@v=VSw6otul2uk4c6d*=G_%2wufm5a}g zD?d*0-t=;oR~+-b70vAGI(PXeTE3`SFPVA2K38R)L8067$ZI^M{7fN*EKkbb23-Gk zReXJ8b>y}!U$^j@X9k|v)6>d+(zon*4da17%nIRb86tXh8+S0w=sG<!bGc+Xn`En> z0Gq*&bNBA*^In=Sp(3$dSbd|ZM{>hrYlAIJ=L3&<$aSBVJ-%^=(Y{IiI`P}Ne#rfJ zyz<34hMn~v1bCAjk|kEm3X`6aA%9Q8<b(051!opESY2@oDb%0#R?jx)s5ejQwKRrn zE(K@h)m3hp9d<pps(8_s`zGRFL=$|&BOXfqvQk%`HR<(B)skN?CmFS0ouYVy;n{8f zAA1(_N&XVbjf{Nr-Z)^|vTLRGes3ZrKh(s0<ZNB_@p;ylMfK5l*3b4}ev<q&=RM<> z?wKblA38ZKHks{r-;$|p0e^*+_|2KiyYmVIrd{%js8r~CU)dHTzuoQw<2sSK?Zwim zE`o<u3LZK96<oTnQ*ZJ2=`V!b91eazCQx91;E(d!;61-jTD8o7IO*+??}v*^w?9lv zQ`RauRBK}SYG%b}zvimO`W;3#A9MU|CRv`GDaHSXX<5?pc1`i~EsFIf0aGRFSq@mb z-a2+&`Pt$iyH(Pe#x*P*-ww<!4AJmPda%Sg&M)U+gpTI&wE`@kvkG2MJ}24us#V25 zH|l#&Ro}0R6U58;FLZ7Z;5{N*YaFwGeld^YCt?4t{cdr3;v$B{G2GVawe{!Y#DBK@ zcrv-{&7-}^*MiKR{XVF&?65n#ntz~tf{}nk@JuGX6J-o-)?qvo@7_IUWKdsz<ic*_ z(7ps&meU47v+MJ1{r~9uq^<mLf$!^-ePYx25?1Y;6SyHy`Ob+)_wMA{ygU9rp2KzS zwC^eE4|Vt=Z4-263!jueP$)Fl<6(nKeR-ogyJA!kH;d}_0~hA7OuJFfCSvGR)-SrJ zi@9Q1*t6M>lkV!~{?nMoeSOO&>An@yJ^r4arQTo>({Rb~){T!dCn#<ZZr<IpM4;Se zUS)*n$;}D{7n(9&)tso>B=kck#Y(@Ub#b0)B=>?7f0tkH+uzn_>zLxg;lNo{l(COv zTV(y2ZAV|~Eb(x-ymQ`HpJfkEeACJ?i#HJGUjE8-xBJv@&+^(=&wTxbPbe(5{HV_A zJ&TR+7BD0yKW&@Qu}kry$}*3Ky%U?Z=(D_4jyIf=aZ$v*^DFm0tr=_9c-_>l%Cjl# zmJ_j&vvAd{xV3iw^Skp+kCq3ko~_Zm!c#cqhHbq4-1<T#;bKK;!{nfqvzRUNwk~ok zRQ6iKtKhkZaaPWGY2E7k|Ms+Q`9INRS8&{e9Sdi9U$gPa@tR>VueiU%^1D*%)Hg?8 zs6|(%&YIZy*8JJUg08h1(-asEET0woKPkO3^~mL&kvR`mFs7Vd_A}+>B4M7xyi(J- zmV9H~VyfN{$(#7N{@^_UOW|s#f3vHjj$2AwmZzziOw^vj(a0gUtNR>R&Gw%CnnIRy z-tXCGl(%T5zRx24D?H9-vt}?YkiQk>eeM2+jrP(hAy54Fa0nf}>!P7($Jl=Cyg>B! z?0ilIO=fPhB~>d^Yp#hsxZHK+p;6GQtO%x59ueQ#g{=)Yc5Byl7uN@uMXi&tQ#Cl? zrlv0;si{yb#KGWl^w{G+DSK{f_oaNF_v(GY+O{*wUtXqJEPFHQNEE}ti+l_z{KwC? zZoA2@XUoxg=2Lt8n=FQi|JmF*C+3+xwwQe2tn1#0ydO*ZIokt{nm-M=TCo4b<lnm2 zR{!k%v}pH~7gydN>3uWj+9ctHtLy!$+oqkAJ|+}v9I|xh1B<&xdUl45G7C3;`g*q@ z=7RWChb0b|_nzr|vn<H;<NLt0<XN8$mp2}hS#ehS$-arPj}%sUuT;0W>wT_A;$qqw z3EwWYZ)YOqrBu7GMP&3h-kml3#=d#CcimxGeqvs#?Gv7BLD9+ALY*fz&vR7k5BPol zMSbV`A5}9M7>|W#MX9aG&+xvgvUR!j)&n~V1KBt}rmvpxX-D?g%xgZogToyxzAUwN zc&8uc{asxB+Sdb1c4Vk7H8}j?fa__6cCM($Guauoc;@|lt)Slftb4Vph2|>eds))O zQ!a{Vax*BVG77yDpUv-k|MG4{V|TgIQ-a5gXNeZqGwZzFweZmA_cOGGTFe~|muW7! zT7T1NiQDRO!%cJjp7bR2aetWch1*@D_(1WiW!L_!J?*z(3(LZ%;gge(*_lVjbk6md zVLEkAx3ssgg4<Jn{-psg&)-;S(EianSSjKDFV^orR=g^(TvUHpQEl7FS(_JpJUTzO zbwlC}vl~Bt8GoK#Z}NOu?UvTp+)G#S#J;?DMoC|bb-t(P-k3-uxr;nSvdL-oo&SuD z?kDCwS#|lqrCE7)nTeY&Z+bZQoZ8-uoQy5%FLVAlJ!|X!BdvYs52yXdp5+y$xA?Xh zd9q#Vo4Su@yJ5EE@mbq5_a}Yjod36Ol8xh23$M(Z_8jj+f4D_Ct6A5(t6M)jq?7!- z@qkNZ-jyZMC6UrEub#N|Zhf(4<ta`lc|B3bX{yIwTY7u8X`EPmm3vFP=YjxFp86O4 zVqBZm7}uss|CW7Hx^n*UWgD;fx@?-fpTA1#cAU<wBYS&eg!!(m|5PJZm-Sl6RVe$p znnOjWFx#TgSL+1s-RQW*v%Ne+yZ-YfDK5JU#-6?MYdiZl-b^^b+Nn4#b8e7KzsBX` zYxmze{q%uQzUtmObD33(;_IF3Z3<=Wqbe7^XPNi?s^23yrqoBZOKtU*FrEK6sp08Y zF}V-_w;z8Ps*>dT#lT>Of%q(Y7KZOFpFB32R*ABln!7r}-}glIyL+8YCqkB#UcUdZ z{vh|kgsG9t`jfetP5USJc?1SKPwPz&j*Q!RzE8mYXhzSig<BnOU+;9WWIXWSV8Wvx z_Q%fkfBUfJ1?!o={mv&pR9H+n>(l34x|aQ>_lExGkIuBOGAayX6&8P>{Z4nI!oqus z=B?R2th@>3a=+$1T69Qf>i@G`mWvd(M%A#d-CI__cioDG28qJyFYfQKy1Xot|8tsG zzsu6AOY(Ovh?>k0*I7L+vNcBh^e)fXb8o%nZ8Fc=c5g{xX|<QJmOCidnHuR@H~&cg z%<99+KTOzeY+&4Q^6!P0k<;GamN~83&XoCE`-Em%rdXJg1;0?<tDm0NYK=30ALonH ze0qmv`)uzS*AjJOlgl&poHMsCPkS{}Y2nrV{I1!LWZQCMpUv&8X!1L~ZlcYum)(y` zKZd_g_#dD5MBd}}AOBq5P3FF{B%ek<-T$+`+17K-9NUy<^#{}?`O81o*DRQGg!kW> z`yc-^bM9-M2Wsq!O#k_l@c`qL?Yn+4+VZlTJgof&BFxXhbdXVV`$Y~WE#`V<^V321 z8c(u*&q#PU=X|vMyBnLLd(;vZ9NegSHX?Lc>5aAxqS~zUK6h2?KRI)3>&KwUmhO{< zKWq~gdUk`;SGn&!yK&_o6O#sqFZ+If-G3yw{IArcld<~e-(FGP`1;nzJ-j#n863XN zZG1ahdA-zXN0m^uPl1Q6mRaT$oQwOl+q%BdTQaI(*J1ClznXkWKd$@kY-4|{QS{hm zX5&ng2^M|Flsc9uw$|PKZj)7GG}p*J>e1P28Pj-vn@as%u&Z&lSCvEWXSKL8@wB2G z)uuC*8F@9k^jn!&#UECOxu5=$-SX&>$y)mv3mlq0?^ZDsT5z*?@rqNAj%PAHUcK~p zQ*EYFedF_xw;OYOBs`ugiYo`#E!}o7H$x*b)XYBUbo>6ei)?JurtG}ABI+9d(|}CH zUm1tiaBeJ{63V}6%SLzQut$3q%YI~8eCvex-%bUix0O*kKWA~Q%HFW$f}&7DLfPg; zGMDV!my1guP2O!XE5kiZUGO!Fr{8zi@OiA}3-2>HbN#4SpJ~zEw^4#;Z)$U}sn`}j zr>_g=9@^4Uct%PkY`>+!6}NbH8v|bfy^f_koM$+f^#oi?XI3<1Z#bIP;JM<YkJ|&$ z1fv_9yyoa`>)Nt1{Eo`EXFD~;bRS2?o&D2Q-O%H4Z2s~?K3=9f=2!+~D7k;j>6pPG zH6eIqkb>GqyWGTS^{qBCy%%n5zwA<^_3*TnIn#%Y=7+@sBpQr)a*K~Duay2hN#dTw zW0ecy*)|i;%!;`0(PAw%`R=5XOD9*FFg9H)$*>S9ovs;szN0Y9N3GpkrT3D@;+Y*& z7ue{C?a$EWI#d0Gd3r&|JWf5k2@$8)y?dHvd*a7);gTuG*2$;WtFEfo*L0D~x;sJR z&zA?!GNopJ%s$O?!}Zd~U(Rpy?J^zTdcF7Lusf@9ubGj--kfPt=c6-Ul?{JwXIZdx z!_WH*4y-Vqe`V(J%`Wq!r#|DJ`pIRZ5u0TD^Q1hR_G>cwK0&+7rW_R43%NLJW5;@( zp8vr|PArYsJy-MHRR0fms}w%Y_IO-Bfr0aj%|#1-tL)IQFo(d?L4tdqWohxNC*9kU zr?vdTqoC&7YEe(-<=igjlU<<GFR?f6=aTUJeWKMbit}Ht@=tsg=-0h2c=;T&<RzS+ z{uq_)x~As0Xf?yh!x=|yr%v_R`rK-I$kt8YSs(nay&?RwQJV4apH}8gd*ql}?|gqO z`LCX{acR*UtCa<ZuD*H}yR;!_-}gNW0_K!nJ3aGEZ?Yx(cW;ZbEa`yUHTPqSTYIJi zE!}$e-ZFmcpBV=f-TzhEn3$IOd}o*{^+jaUZQD&L`75K8WOy{6Fwb4IVagxJtv@%c z&`ZA<^NvgSfa;qby&SRG&QC(b#Vj7a?zwSgW7hE>to3`@?g#1zY(Br@=lm<oIyM}I z!PkxkF)mErCE~n$>c+4c3csCL+23uMCw5yS_gBfr4b10v+&kd8Q-1lPZxvzo6*tf9 z3vBwOIr~-n_QeL(`&rF2R<^A9mR<KTMO=@sCUNOUiEn3wSEu!On{8?85@nnbaP+>E z$DHrIuFpKxrYEo5TR;EQv(Qa<f|eHXPPaVTwR+L){3SulGiEQ$);3F;<l80oNqZI7 zrIN6Rm(sfI3mYz-_&O;wwEiV~tg-v!uj?h|-Hw(kxSy?bBV%It$H#Z3K1>Sae%e z`QbCop4!Q4@|^v(pL0i<Dh34bH@tLc;7<H}%hFNt)`ga-@5;7i&CY*XZ^XyIQue&L zyS^mstmuUOSu8%&PsmTG=6hz7y)gOZTTdyMf|+b<=ccaw;3KmrDpbdaEp2;5#qWFF zdu_Lccsy{J{!z{*{2X851yO7LuwP2HuhkOz7rfaa_99h(iPyf|zVx3tV&9h~FZi}* z>9P%qYt4_!Zcp5EYw!Mjvsx>5?LSq2$6&_0_1D(_`+s%jof8|2{^r%be7MkC$KnBZ zX@H}`j)h4}cNG?UOmS%}{rs?~?U}aM;)U``b;9S|RF++DI5qWEr*>Q4Bm>`<{!f4A z<ap+r9aAn>{_e;j{V8)N=Q5M-CQaM^r>5zD4yLn2?Vk1NnY?Jr<7y?h;~g)GuPzL* z6RgkRZ$9%NM=J1-#;spEKRWwUpX|=uV=;B>lm*XrnV4p~tvmFg%!RkPBjc6ux_L8a z`J}FCdiLlUldadYJJzKd8wJiEKi~0VaX|X^ee2$u9)0Y{(e>_Ut23um)W@|SRbJ(8 z)Ro@kWguHxX~Ub{x@6Ae5AT%Jp8V$Fx$t~hd2X!#{rc$_%!PHfG_jt$F{OrC_C#Kz zX=!0rl!%S^%tI0?Q~XtC1S-2uPj7y9!8*KdM#R^Kh41`c-MP<EcH!G3X8pgB;x!-T z+lpg^*u>tq9X#_hyvg12Lph_c{FMzFaXVQS%uAB^X;E03bN-aA+@c-kNB>73Upnu2 z{`Lchs;)PGe5}n~e<J10Szoi-B@R2fX71ZD%W~RnUIw1u8^69UnSbYV#CrBqnxE8u zcWHc|v|R3ZU%-?F^WD@wHov?3P|81iv2ayTZRWnKtP5H5CSLCO+V^qhR8^yQpEq;X zH@`dDydiE+Z&Q9`<h6+h0*ZC-avsoLFC8)U`PEs5Q;#k=E#11hBRs^UzB66%oqzJp zm#kguepaP?+v<Gwy~YvdD;8T!bHZX`UAmU-6u4hg^Zn`Z@ACV8J-Y0Fq?av3{jcuf z%x|ym*fTL2?<jm7X1?RmwMg~6_G@*k_vqQ5f7Sic<xb=W`O_hm{|g!qX}RB&cgaiQ zmUv=p|G4Ix`%4~1n~!QCHh&j5ywjJueqe3s70ZiT<5^uio_xQr{qIaaQyp`b!kPj| zV?k1cNu1GOx}gZuQYPQ4({G3{y{)%Qi5Ag~URt{6^}fqt%cnlm_;~wVe_+$CoTvAi zm$De%_#W&0dry}8)r$4H3GK0aQbV=d(k(mI1n_xH(UrgPeU;_JJNXjR^B&C7e1Fzy z&GHrUEqT)<_|NWO3tks;S$*NoZ0U&D@=KPtV&0x`HvRQ+qex_F!?jCZ6HWOIPS@?! ztC!Gy=P$xq>olG9$hv1`)7Dn#ePBHOPv2&Fgxyt%+lOyS?dI71t^7RqueM$RQ<>j$ z=jZOUC@bALD>ClYvcffgKYzS(XW`Gp7v3`tKR@F8<5p4JBISbKz60vkys};T2SV+y zgq@$wC%bsB^7^emoWyxtPE7WE>3Qr@?GB@Nhs8q=*S})=_~+~6tNZQZ7IiWNZj^4b ztYBZDrS^VL?f;*Lze*Q<Kft!{-Gc+Ye~zqscwZrtQM2l!hdgJox#8Up&*q6={ntL} zcfp#j#VZ>kK1b!NaSME7u#I-Up;fn*d1}y=bBa^-UdV;ExnG;ir7FGPKYtSA)8(Fh zU%Ukp)1xQtiraLje*cPPQr|=!9~s(8SUr>0I=pJu-K+I$cQ#)1e0QvnV`AUJxvgIP z|79#)o2Oq*n8h5;!O^nvd2xlnT-Si`x8b)nQoJ{Z-JkpJ>Zj1a0!Nz#ZSDJ3AHA;; zXnAr6<Nuz_cH@xx1&Oad@9zEV8po9w)vdF=**9JDf%97DmCua?<WlMxn@lYkEPojD zO`q^}K?J|&LK`OMyY782e=mr$`zj=H!Q830J#3Ami@?rAC&{wirym%(Zk0Fg)iufc z^y7YRZ_Nr{$(>iu7Cm~kyLfH#`OTkReOKTJ{IYt}%3EGMdtE$l^gc^&TzR0DJ;S~7 z$gN9rUWt{yNq8l>vp(onSLi%m<N6Evnoew+nde77x~U*yleI$7G%BV~tJgAe>*n9( zcMURXf4?e_saxc^ra0Ae^6P6m&KTrH9{$gDLQ;P7=EmEs6WC1*<n{8OZMG=0i<^Gy zB+CxgDU%C-*yq{*DZaZT<D!aFtB%^%%_)n_-kkc??mP3WwS1S%YV-c(@!<u%4$@)u zn+q8|UV1TGFi0-=#`5WsDf|1w6DK;jecJU*ZrRUiWwR$QxGFneLuGc;9TuM_M;yM# z?=j8PEodngXIi4O=|tYbev{diSH!hu9{M46w7hE8tc!COKT9@9lyQ8MZxPRaO50cA z*~e{F?w2Jy@)Lv4hQ6-o3YcE~(sC7B_lm0ATW9Jw7n<}qXKC*^v@-JDg7*E)yFA_{ z%Dm)o$ZAtqy<+vF)m8z*A{SyZ7<LD|*Am#VsE|ACajLX?r_00ZsZ3>i?w{9)JKzv| z#ixTSd+UT0eUnIj0mVk<c<s!6I(}#Doc2Auvc2fum*5{_4%SYQTtDnqoYU_Q&^u?a zjr~E2Ud)QzddmbR$H>m#v;I!FD%~b{WX}r!r3<IcYkhun{o4~A)5W`X9AIH>Z0Flo zFj->PyVN)AT<djMH|MgZ-kl~IG~vnOb<BHizIZfeS3{DY;groxN1{^GT|D?4)3bK* zocB3;s9{FT$`y}$`!ZI%S!66!x@MvElBAw59!!CksxsDkocO)B{^-x;jqYia53p-} z@X9jRnHhgl;K`3vwd5&5MU4TE@5@{YTadQnv_N5Deu+%p^icl0o8*|M1}<pwbavXr z8D5wrbuGNU=+Q!z!v|TUJYK|>U;5G=<K0&muv6xNJ7fOw*Y^EZ-=+v`VyV9@_^Opb zE~n$r9T)TEFP>SkRc3r%u%P~#$dwpoj=+wIZ2L~McRe<ds#5&=oKy1h<m`19oNgSK z<vYp!>88P#sae*q7E6CS;`vN(UYDx+8TB^t-4^${B>%nMSox`N>Gm`I@l}U;q}vOH z(kFZFS>XBS<mciY9beXa@x){vi2Ei{5heTJlo5+r-R;EPZ!gL$6yPqO`f9@j+xmu+ z$qyRhy_>CmB&?}*QuYkG>rr6Z=+9F>&tvMxj;S+tdM3>>m@;wCBtPlZ>%TwPeDiy$ ziO9ldDPPWSWA|%PUv>I>V@UF=kC{2i3nnetDL!*mQnR-B^<!Ou^SKuVv~zQ&t*mTZ z>EU>a*Zq#v)y39o?}KgM9ag&<YZfGRwzJ2oUbW`LiTGI)+xEp3Up-uK`d#9V<W!Fr zPmAC8MMZlm?9|&Hdik5czP(o#c(`Z?u@*gRayR|pwwA*oLDgG!9*e@nHklhz51sdV zFP`9XcH@x%ue00M|FqyaWj)K@k~N>(TUttZ@r4%(pNoo;=LkMLYQd+i-KDdCV%^`M zC<*ml&rIw~KTmiS%eyK2@uI)CpGpRGruVOkj$Zhnl1o?NX>fh9$2HOFWy{Zf__Z=? z>1+EIoxk#;tOmQ?&;PW3RX@$rxCc_P^~f-ZPYx{CoPI`zsev(Iy00vgY`tQh$ECO2 zzfzdC$L!s?|JV6YhU`DS1{YbRop)-^S{+~a)m-(=-yI+KYIvK+e>s(=%zR%sk>_pI z=a;YK!|mo@E<Zn;O*&%QiJY<o$%@D$DhCafeA{kr|M}GHLv4MvInULFYi}_N{$96V z@ZUD;`73_!%66Ap$u1>n{p+94;io$#>e-V{_PqS}EX*ZN!u!zwg{`rUJ7i7oGjIH> z<MLzK8aJtbJFhn+7%X}jTo-WPQ8?hhw783#vKHK&v#a##KR0IAxa+Hy1d4BJ_<SKU z;n6ycD+dI=?0n$Uaj|)!PU_T#osPZAACecu#(FP)yz!CXlHQ9#Q;uG&3Voh@b?f1c zR*LBp>cts5oQ(8$*}lA-QSza|gwN)NuA2W5saJ1AIJstV^{wzaujH{uhljJ#(s<3L z^tNr5#$SuhUeUPyOqVz0?8?{2_oRmWEC^y-yYPoi#23A@zt^b;T)pt{;#n!Ry9znp zSzodwey^Hw?J3{HUw;^~+HaNGeRz?6UtA?2rf$c?+k3L=+Y5VlKi=4ET_w%7@+d#k zG{-Hq)xsxqCv_G3UjMvm73(i)T|+5@cq^rhL<z5m&@0b_CifH{f9H1Mt@ta2vp;mJ zruKK4YpiXum@{3~OekUgEB4K;(=*q-2>rTZ#<t0?W^=7us+w`WoBgOsebCXjZ$22x z%YDC~>#luS{>Gh}E8pv7XNp%f#@uLp8`H_sxa)Rym5UhTttiPt$LS%$QrBzFF31ew zn-%tSL2k&qS-WZy7jAvOn=QIXRBAT!y`$R{zAWAM!^3gk>PqoA#|y09G7?N#3Y!Dl z^SoPcUCw&jSQvIk^z6kfnXZoYR@>Cx3ve0OFDPQTzk=(`?9x=zIj{aO*1vzemWO$h zs)eBq&*H2Vx$AhEr22n)EdC{z)VyW+l5^7+XN7wvwD@#I<~44)>%sl`^2&8wk0#p% zZ(pYGAHl`HmA7Wes@`4M&Iea}nTphwD&_4+d(>?=$1JF_aL)P09qgvDS)tQ;)&^Eu zugQ93ot!l(=k^o+3mzARE;Us9y{WJNwsid-X8l<`96q7CwKpd%UzgkZQ0aLkca_Ah zMM^Utywbl~F~_lC+BD4vJQ<w3)|jxJdz0Ug|8u8Y=A4yIbxq5EdZ$dByR0<Zd|p|q z50_~<|CiDi4pJY5SQ(`s@yxtA?dOfJd#aR-CUttJ9CJyV*_@{&q&Sy7FY{R{_p^gD zXVzC53+R1b;GM@JwZ>FfNbTj_#o^(n^+YmU+xw!fnZHg9%ggEClVGLr?Z>C(x98Zk zbD91tFOlp@G&VeORO9Zfuhy>d8_b`|I8OfGb|?J2WBN`{h7Wo60qkp>DsOLHR-O0y zrHXr-@1ppJ-KARvdKZYXy3PHtPciziOTh!?V(X>#OF7o+N9D?`a2AvoxIgW|ezzcb zndhr{e9fOoW|SV~DCcoi)c${BcJNw>_v%M?+pm1Yd3@>*k%LtSjoOa>U1Cuz<I`$p zZIJw9_aSBJ=`w1`7S{ddhcowWF0h*xr?R-WCrRITa;k;A)kB+>Z*jAhn$0nP_<M?v zL`0&=QtkJ<3+r{?N6dMWE}ic?(N!Y)cV}*qh=F$>liRCRD^I*Vup%rr#_jI9(Cx|W zx0YvAh}}H2hi}cJxBdz7tAfvV^R2KJTl!=-r?9o#+gWTf>X#Q>l$Sg<!F<n+xLu;R zkI$NME+A>XZ{?|FHglsFABkFg<Vd5{M$1{TzxLeN@a(x#y|L4$+WPbTN8`nQMAb>D z?wc;z_`jiQHYd+H$EETsl6CjokSq4v#bjUVaCGML*D-<2mCRxv5>?HGFMVEoWX+-% zep9WET*~zEwy-b~Ubj;GfK}Iq7E`?|$-muXml_I-Y>|_E7PwV%A&2a28Nuuw$NT#4 zd`?+BYwp~(?mb2K48GY)&X}A~|E9e17K4s^%CsBCmWdB?MV24fR!}!{OV^qOA`|+4 zU!1Jdc3N96;*H@xj!FL#=51bh;IM-q({Vm-nc4l^HnSx@Sml@AD)i)+m|PP2DDi-h zyGqG_rk6VwE2MQk{?NBPc0NmNQJVLo+-=I9+o~MT3!M1laF|Qdx}U?+r{TvBPtE${ z-x}`L70#Qv<>9{84c~TN>U*;J2DjH1t#{p*m&84Z_Oe$H4!`1Fad1h>vuP@4JSVyw z>$m1P!nf1<WMqKT&Rbl9jv9M)DxU4s*=Y9M-ASuC>3GWwiI}1T2|)>ak9Afo{doP- zv5OOhU$m}l={V98u46LMOaJTRrO%%=IdFCy(5-*^b<u$Yp~;0_9#JZnS88pUqbgT* zLdmx^an<XDXH8bVjS2h1uD>W=6A<ar^Xa~bpmJ$x?QKD!3%?#`U1hdNUwpPILibg` z6tSeOOP`hWI2`0H(+X2$lFt0G(E74R;hPgr+B|Grw}q}<ytFxuP3PL4rk^!mrC1)! zUUWg@Q0L6D`d9f%J5A3qn!W$DFlseh(@d`xgWI;BOmtEY#PYIjf5-GYU+F%}{i#`! zzeJ|C#b`7g&0FyAtMDbhdg~J2^-H>say_dq)Ct#O(vZJbq*$HHoV@b0ou_0{dD>3- z;wKm1huvGYX}iLVqDO7dU*)B5srV{kwR@dU&|1k$bF+gbZa=PX+pBwfqG&-!T<99> z>@AlsRLNvmeOaI3GO4OCLAA?#?~7T&E`D#bEG^h(Yft|+@xv3hx$Li`_cQu_lHTF= zyEo*8jR^Y=7vtp>Pp-yPDc`tr;i}KQMR%K-T`X3{im3Rl^<VAA@K5U8#uFBAGb6w8 zp2(C)%!quKa=G#89(9%t9`#Q11Q=W-t~om#;GWL*HuC<O0(-AL1wz-3)P)J1u3PnS zlKI71*LH4A()k<FoYm#Px7Y2Uy4Q*{+tp9voC=zA5_%lex?OcY-L`D8O4N)jEZO+{ z^o##T70Y_wiOv;2?6dWa{wKaQC39S-*Cp#Ro!FD`=$yY*$AaT>TV7-fhRvy{56qa# zakZLP$K}!`HYfQD#&xo*SXPwT#(uUiK03u>DL21zMA?PbD>Jxt45w{(TQlYL8<Dn~ z29J7za~kE?HyDa%Cp-yxew3AM6Pw}nr3XA4?H_pQ@s!D|WGqkaICm&Ruv<d)qFtAh zVq^Kjo1wXRTn0_9+RL0Y%ue<NKcDh_Lj9k<B}t7d{~vUT<y|tV$<%SeVHXDBL+iFa zSebb0)diEQaSubPTkW+kF+1sO&*op7&bBI%YjvsE-DJ@cE#Cgh&}j9O+pp>>*+;SK z`LJva{<dpsOh=vZ)v`I>L1AycSEb6WPdL9}$BdA*_hx$U-E8_cBJa8AJXc$`a}sP5 z8d%QNd%sGR_1eF5-@94M9xEM^6<wD5QupbDKd=4Q_}eX+WcQ0vPEfjOk0j5H=dAOY zwB{`ClIsh|<oPmhQH<?Rhu{R4l8)$)pQr8DS@JNcZiB;(Qr?ZaE_;1AX8%6C)4cuY z*D1oUG9R7nd8Wk9m>6o_w@mo#gmqcd_a+x83&$>L>UXVYc>8dn>}UJ9bx~@6`|{pi zw>I*8e);t5Xi3*OC%k1(wMG_Y3VyAqNxW1c5u~vveUIeq^>-N>r|&VFcQNw&E5Y_D zs`GdjX{KCT=Kia5x=Xjoi}`;X_&P6d-S_DF7cR&1oX=W$rPi)n^>9j<YxyaQl_uNr z&#Zi6o|bj_Zd>JNKgIgHuWAH}o0tyEK6l=5ZRf3(C%qO1me@YYI52OLV;Of*kE3(Y z?V~c1TSWg>JTiPeD^_i`xq-U<8{ZYrTEw;aL+_rvlXQK-3!yf@ds`Bp8C<X^`#Z<f z_No5|{qN%Lp%=Ul{wn^b?Xik0>Xhg`@pFOpRwv(`dglN9a_8yX&c9QcX4QXT6TaM? z^=R6UNiXxcGUE52`knpv-=obfXCJ&eHf_PIr1&H!lgV#WKDRGr(Qb7RRxXbFW;&zm z;X8>Ly5eeo6sFE-in9@QZ?vg;`F`DAQ`4QBuQq9xd#9zS9{Tx^;l5AICZX+eT$9_x z4bH7kxFF^Bxgse`kfr<dLQjLMCCe1O>&<wd^K@rhPS_vTYc?xUX?y;8TQ1?%*M00a z+Z4WDwxQE2%UkZoYq@h9oTj^EOxBoquFKrOu8{4r)^y_w^DUYuOf>e0ZQFLY*4KH( z)p=o&*@?#XzHI4RFI=&=?YQzMftgp$<F@SmDS{=_ZajbMXez>%@bATw;}-EU+U*mH zdX4LMw;%m)zPaeMchT<+GPd@0V*HLqUxe&$vF!U2)N!QS%|7F#!Z#L);)ki3+g@Hx zd;jl*Y4bL_sz!z8DO3JQA5LuQHkJCh_Q6ZtB))rpn!d@f=&iVM+U48ZC0P}JlwLgU zR@ggJRb;X2IbpA9RZcCNk8e17`>v3POP(Q1-h!2<=cgsj(|%?0Ws}Ok`JPF9|8A>% zJiEj$UMTZXr-e~r^mmS8dEw);zkiqizxB@NyVt+}Df#~I_wL{P(|^a=?0Wyv*8f3O z?e~9YzuVtAU-~-Jx6!gn=HG6!#E*Lerg1d<ym<fT>@WK{XFCdlIzYnHy|tJmz#X6- zEvANggPgjjlKxtDe{28Up1u0SR;335znYu{1l2z&J<#v`Ey$BF@h_Xap`i0QyEEti z)jnhF%dTXfnXtfr?bB~>j=x{GwQ1jdo$H*BPVAaKBf7h4o%0`oTQf_mzkN3jKYO{h zY~PjQM+~aJ4xRShwAw*V=*HE$or1de*S#`|y~d$yxo>H`>$(q<CMie7Y0R1PSu{Se zI(Ev9-P+w(<AP_#s69P0Gw#Q_^z#B+bSL;Fq}%vc#y#Hfd*$<6Cz-!pVYQp?`p^Hm zYI*h9U+Is$w$-$9l&5aIzw+JcmF{mB&FFaAwsq%+1V)Xcq7&Y9)oyc&)%y{>QbgR~ zh*Q_`<9%H<?K>Nf)?BD(=Wgj@nNzjUdCvhQKbfOpC)aLWIazG$;|ud8D>gdYu98$p z^iSYly8fHv?0xtAmlqghw)*)zvUiN|+^}c!hL54S4>}$`7nvbF<G}HULR*`!x=rw^ zo-*z0W2KUZi~UZCDfQS#-pzXwAl0|L*X(cOEeV|*{@erCMOf{!l4C{sb?QGPYyB*+ z{r{`~-Hgx6kKg(C_1W*z@-wsDkINjdZ#&-peg3oed3N<Xcd~KjSM$}G@2)E^uKoJ* z^>gupy??%KJo|piSx;H1O^VxIguEAYJD}CUlmGJf!nrzJiOK&3?1fz3n#3<Xz2uo_ z(v{guj!i2OU|PKKA(K|_56dl@o442Oeo&v<8u5V9rn)yb^@?g;@|D!{MkfXN>RP7X zi1F#ne*a#pz<PtlHyv?hIgzU|o^|uDN$0$+*y+2P>yOMLj{C}*>w;91n`FD*8Rk#A z<GXV1l1fz@;a(nd*2|ajxE=(>Fy4MEn%3LMp1s05W7UN%=F9=cAB#WA9WD~y`(dZl zmSc|fO)BRi3~z+lIG^D%yfE2Wy{f2TNo9NYhnsd6yVa+^Rfs4N=$R>%=^MCi{?4$4 zQLA;BS>%_jD65I&o|w?vZOT+=%dkObn{~o$Wu|NaKJV-|azZ=0Hp*x=w-t3We<=&_ z@%80=D}Q1mv!#8QAS;9Pt{sXhg0`#&+tXK{lM&im|Cr}nM`D5frtY5D$FEL!E;dx} z2wC%M;`2Q|MlQd@I&<}-Hb0#dF1l^Mf1=|PKJonRH9Pe$|8hLKC8$&__G!@b%O^zV z&vlq2-#Y1ufo#Q1^FLXwTGteU9XD;fmXz>%b%SQDp}NK4xo=iYHPiT(5cgJ`H*2rv zs>MZ1cDjWp)^4t^KDzFt(Yhc0Uz~jXdik6T4jkz{#?6)~W1-UF&TVh?rM*@DaI3BD zp9O}+E6&FW@SKa2;<|LA{6xp9jEV9qIu|bb7T_XcHD%?21(&8Ri#M>a*<kHjy^cBZ zMfMRd6PCM~t8d+oI^QRmo7`@nw(YM%j?QxV3(ZeOWHT&XSBI^*RiDFs<>-~}i!rAf z+ip&CnO(sfw`H$L2YYpA?f2Otnr+|qyHuV1sdx6hNVLhh6TZ^v7dPs4>uwX1si`x5 z(7(k?Jjy}0q=>`4@5lM1_;BC7%dUya9=>7DR6jjCY|)fd(~I+ZcKx=={<3HfYunNr z)Aa5w`N!kgTzPW4+lH7-E6=s{yJuH%pLjSoXG+KOAOAX@awK-tn8jHxa;{%+S6U~B z|M2sleQUmd{pPUUKl)^Psoar`!WECNs#tw#UzxIFgKfwop`8x8@g@B7OHXM1-nrzv z{JOOJ|IFS$oMLx=-Tm{=%;&B;rg@8JZo?igA$fy@r*3a`wb!0szUsuJsAmW4t5s6# z+3$<qUh8I|*xAuzG0&4dL{TC)<BAu%k_UUpw^eNFz0H3tJ;M@oEaew233`%VVe~ub z=^E!sF0ZEaj+18uuZO%X-@PcLJND|ysFe5FQyK2&msAB6U49zU|4U}_tdOHi=8CDh zm2A{_b#~{nfTGLVVY1sI&ez|*_eHLd=~c9Wb^Y=0A$;#G=kh;p;@bUfazy^Y-0Gy~ zPquPs_|3fYaq6oN!mFiE8|@Kkml0)mUURefk;(2S3O?F`^Gi2}=w@c`DzcqF?NYtd zsnZLC;=WB0a<N`?eRfSH$9%22Tk9eV1-+lul-^6cD|F$^&cw9TiJ?}^=f6t!1X*3@ ztSwyS-Xd|azB9rmPJ~5KtYY&;o4nb74BD+Du3Y}R_PzV2KOeh1clg&lyn5`i%j|y+ zp*&*S+Vwal9~EE8o%`#U{bWnIuRX$=KLrYRud|=`?)De<S9KdU*p}$OiTyLF`J#Az zn?UAnM}v7<x4y8iO4_i&HsoQ@iQ~4PjraUHYUj)(IoJDTwu(-D3!}FEo4BaNd0a*k zhRul#<_8VFJm?j&acI&jea{l5^-sV(rsq~gO=!||8_VDRo9?E@xETA$dpKTy+%xT! z9A|^LmzGa$*17{mdg4YZ5%Nwd%9|VZnM@D-ee~iNM(@P-KPNm^T-iDKL<rZJ8#4r# z8&)rxbC6|XXv>WQ`X5)EuNQ9L^|Mm_yP+{}T8dPnar(h9#o5JXEO+0EM@Hoq%$Vt8 zxckXWt79sQ;wr!F2$<Bl!m7C2MYH(TO^fo1$?TIBNy~p#(+$5-++oM4=T$Aa{=d=E zE9(Tdgov!vEe?@LTvEbtw4_|At8iA?qFq5p_dGfIYSD?!?5zu2P5FHv{tc*~-s7}& zo1p1+v3mu%j-rj?x8{FJGrPKY`t(WdlP@27`f$<YTfdL@o#fkkA}je`&!s@i>xI7# zD{eHo%*6hATBY-|g6h*6x_f>+68%`KzC`)hj~0RU-e(u1uC)K$ys&BByR#e%9sY$f z*Dy)XWxZEXm2p{qMd!go-!8Pe%TE7uiP5gUFt*+Gv1+;OFXmGFh#PXd%9)Rcw%@&V zs=xY3mF?@5*7{v@J9?(iDSg3z`EEg?|Mj`zzx$q7uAe!#Qm1H9!Jap3oa-0pv2ova z78fkE@v3|J<_z~t;oXntUN3vWf8}pNV)cu8m3%eb|L?nrr1Um_Y`VbrxA7DxXFu)K zHm&<m&!oJ{Pd7fxlbNT%J=kORKZjOOI&*5eq1eOsb5>lE=l?ayKPSKY)E)h^*8TxQ zm~CJDVzXz0j-sL;eg=eF&AGmv@5la6E~$6S7sVAmdGc@DjZap0PtEq!ncy;`Ff#r? z%3bCLRfTC0w=dQ2ZE_1XW$4-C5E1sI{L?#;17@8X_2w`Bb9LN{39Em%@%EZF)>l=t z(h}oT(pDuXPh8Q>{;8+TyL{pvYn|$@oK_>2uIkS1e_0)_os+oMe?+FMwD;=NN%pm_ zvnzHbFeROCW$c(^W-~i;@-v6o>s?e&{?VRuds*A_1uj<w7M9OGF-y?ljMZd^3WpZe z1KE{{eh$JlCiP|w#_!CSE0i)ggoImr>t{4~t_$PkR6T!j*5rLr1#jYFgKX>SAKbVv zbJYD2oBq$~kN-2w&JoRlwB!z&Fzshty1mhqX$uESYDelJkg&*hUpuD1Y?BL(G^ZE4 zGBws)YyDG+*4%REU)BG^XJZAcSl3KY-{BN>#8FUm!@ij|yom?a-MDjMc~9YqtH*z@ zzQ0~+0_WZrd(<Unq{Nl(`t>RM#nlVno5k5OBP;yfK0QedlsMwa_w?HDny>3uPdG2R zuj<|&o<%0#%OXXlXuj3pIwST*;(ho0)`!oGWmZVNEVy1T|GKSv`Ld~1A#<->zfvG^ zrPFJ1=xpVC{Hx}znwVPsQ9)mf+t$A6?or9Ns{cOky>rdf|9Xiy_xr0Bx9;+sJv^~J zB<sbK4QDr<z1^+8y1V|3o5Y*rnTNO?7YeKEtz@pdTzuVrP1B03Z!h@v&SPD-^5JxY zp44deXnW4?v-`IPisaQ_ajBj9;NdEH>8qXFYL`9TBBTHOYL<ljc7uq##W|mA{x+)2 z@AEBPlC;<}<ihgsU6QkN=j8r7Ao$Ip=Gr-*&l}E~9dh4V5h$}Hl1qyDNs49Wo1`Cl zw@WT(=3m)*`e91s3-ti475O1wjxLieaZ@pqJL)03)g_f-+lpT$Q<_y~rqxU5T4|s2 z-rD=D@bN_%UaM-u9$(X~NekvpE|v}ut<^ueAn>{?Us+ze>7GY%VM&)hC9N@g&j0fT zk65XM>f`lcU*3u^`-NUL(J|Dz^-sgWvM57KOe*W7Q~3&qqoRwyuYYu9`zL1Se|b{N z9pj?8=QQq3ztep<WBIOaE-6`o0`ZUQ6Bmn0M>WZMXdlwnTdd(ckAa6Jb;oCizyyVB zc3s}golYAjSSNTyJaiQPt^0#*i`ZeFX;F?}7)$56NGHBC>*SSL_^+k7BYl;`iUk)e zxR~#6p7SpCs)C=^y8fg&TdZ@$?&d!(Ft!ai`a=BonJMZwdsp0JnQ)t737gO_)xOE! zKh#g&mAvBS@wDWnn$;XL-l(uDZGI`YBJTx*dC`<-d<FIAm+#Fo{d#@V^w_hzL+|SB zY1=SyLPL3&7*Dmvfs4Y8r>E}rHO{&zXLo`3a%SY7pt-X4hPfY9Jorp@1qDY3v(H() zI7olXKFb-qGot22hD?2Pe7561Hi1LiHn;>!iTJr)tB=2bWm9&_S>>Kb31*eg*yqJx zxV6i%A^7s<E9P^Vt}ct*^t0rF8>`xrtX55S3-0!#8=AL;TKt{7?3Y6Q`~wL`_oXsk znqqc6XU3%$(j`kCo_n%jWtq_o=E6rIb8g7`r84W}Fe}uY{^8)cSK^>`1fQS-cZ>cC zhMhcHbT-Rz&C_SC&srPQZ*$?LIcwYJv#d>x7j{?iI+Q3}cRc5Q$SqCxz=bzz?K725 zth#2Q#8VcTnQP7HcjEjP0hiS*h29&_rB^=>_~*g%ohx~X<D}2E_m%EkC^+Yl71|%= zbLhk*MK6K+l9<DnABMkhpTr_-!n}2^3wz^<4Zeqa8?)2aef>P~%)$CIs+j_p&V<jq zV8N|(c1@E|b!9+viThCo=4A<ME=*&;yI||%4hs%R#~Zcw@%wJx{8hN<r^SP;YcrZ; zB;As)b#q+G5fSUlnmqSmNuNt}LAd@^c~!>{x3FU$BGY!Z=5Ss#Om5$ow)u=&U;L|C zUU~<Y9e3;szFqQ(X{LkP)GJmT^*m2(<R4uYV2ZVG(pBfoeHOf(=d}Hvot&%q`pXno zD}6J*uQM@g(QK9l(;K@cZD)EMzKJ<-{wzMFNsc|=__QouYi!*+VY=9lJD)>D3uZp4 zRTlfcc9q=0l?-7sayHF04Cp>?{L!)WmF1!t$-QNj*{1`J7_63_%YOQY-fZJ$|Bik2 z70=gAKe98De>U%;huM09);D^3bV?ihBwkzaYPgiCXnjd~bM9kV*)nl2hmGn5*KC+g zuQb2<JL}q$zi+OF3%#6US)Sr-XysdA8hOgRvuOR9jY*j=!dx$(y_RPBlf6$=cf)`4 zH%5^+KV9iRUz5FeMUIF0Z^7m7tV>hA?0jtNDp${~^Xqfz-^_0&%w?_4XZJ1n%8>u7 zv-0$MmB63To>%s;pWeG?Q%TseE0xcS0wvf|4JS`z?ht)+s+(bwjP~n!4F->;7Ct_D z_jL8b<P+191Kv5EeEEveFemcHp_+iK++FV5=1G2JPiW7au(@;Mcg9Y3?kjx?uX_@^ zQ+uNBGYff}*E7#up>jF7$U|uP`a*vJ#>}p3muiyJ)m3!Fwp7_j2h=s5OieoB^-I0Y z#=m!4#rEs<$7ZGGipTwnXRX>+#cpr(`HAGOuRC<^ekgX(*72IYwcAooo6EyY)HIP{ z*~*L`+cpSB1X^*jhRE$U=5`j{6x#QB!J;4Dnh#e8mjqq2si}YRwD-LZ7oV+9My~aX zZ5wUeCDPV1*T!<}nYMvh>t5f>bCvg9Q^eQ1msO`4@pZfqi+oV@?{jj5hn!jYvs%@( zKb5oFkF3Z)(s9#hwaL6Go!>PAE`Gk;@=&6{UjJp)&S;<d>8~vq4{jGfbov124lQln z|93WJUz_$i=f^=yrqmwp`t^EuPE<>JG~O(b>d)8uenRcdCw}j2A)61f>;1ED9#}AQ z`P}Kpe@NW#c~#z6IkD1P+D^VOvFl&_^^<Q{?kLM0-J|(?p3!sNbJA0OUt+nL)0bb_ z=k(-OVfZq!xpkA8rL#&;O*nVo`p@tGk00vKfBtXz^0q0}g>OE8jM;NP>`%pk`W`PE zvlHb%re#%V8?9*NZ*w|!+NpBey4E9aCNA^|<7(yBZWX(qUU=i_l}580{?@VIJcYaR zRAP>Za6X=N`s~~2L>@Nw1c5ex-o&K){}+7Selq24z@c`5yp+=|LCe3bs@rBASIf7= zW3#+M`^KtmK1-@Rc;38yaP+L@tgW`QL*^PU+0;2P=d0_hCu=rX+1sy3VxRm;>8<7O zxjJ+1OP$x}^j^Q=Te*uAv%#hPpYxB@Gk%IJO9Ztegr{rzG3{r(wEd+Y(@IX3Q_GI- zgb1&UVA{{9xji$I=?phZN9xiu5MiHGCUHii>4}BRn)P!dy(ix`6WVuv{e!b1sYetU z?XvmT6(;STbn9%`oSV096%{qOcs$~hH}Z^}`S<HfH*<#|W$Sx8I~<rZOm^+BW8m7m zSG?+d{ym#JclMs<TF=oHvgF?3bKaK}beBvQ{cu+4{lYJHzxdhrMs=%vxj*OI|JARe z0^k2#sa2WaJKv(CxxQzXe979Y3&Qu?|0(&d$G=ym%tQ5^z;mS&i)Fr<pGoHA-gIaG zVt>VglV@+Y&-OPLJj1y+V-ly>sUx?|%;oF(_X-`W`*cV_ujqYFnpvDsYvTmXE!pp{ z&yLS?vP-wH&zC#9WaFO68X8HHJlHBHuqb)-s+6t#UMSnDDEH>FC;#I5TWc0wSpTzu zTeR(7REGn{wR`8QRE7TY9M@L*zujO;mVJQx*I#8@r!D+o?(d@cmG9=NVB1-O5ehAD z-cH-vmUl+EH!Sz+yUd3b0gH2AhEDm>w(!Gl*}Q$1ZF%Rh-Q~Y*Bg9!&(Oa|fw(Rj$ z*_Hf9C!gQ7F7jDo)YrMOsx?=q3D?&5eo5HcxAcpASmldylWVV+Ip4H<+`muYv1yi2 zsd%I6q?VHBEsh>@Z@qQQmtR@zs(<iMoOl`AF(a-|Ihl{%tm>?{eU-~PO(>f6cv>ox z+5Wp<nzmIob3abW3sdT8=lUwK{NJ+Q%^ofuHCD=JuBi%^#rpSNW8}PMI3aJPdE!BX z`tUuyrsgKnUylTf7OER<Txhm>vN%K0neu{D3%-U%hiM#tzRG506^DSv&j0$G&ib%f zoEL4rRG9i^zIL-lhOKj}kA$d!g_Oa6!=UqP^TeNQTpZf9t7O^!#N{7W%L=ZZ_)Nmo zxn3fj$wFeGRchPq?cEz2#U=|i-q~up-ApHAu~&VbqS0EHcQWY#(Hl<j<RvTBZg{S? z^r7Xx1twdidzqW9c~_s9FU{gnEV#5jKwI!!3Fk)F%ZW=S2U@)K-v8E3$=1A?rE!<z z?ZjJ0SD0>>XtrD`CAw87nDLaVtEU5ZV1%Ga?P8tl_YbMG`1<{3_LrZ3+I`Bd?C%R& zvTs?+ZGEL#uO+ef@%1#FFAO(SsvL7ptUuOP-@qS!eAlhIYNj3exjYk%+b3(zDY7vT zH86hc^RcIm&Gyz*&mBA}2b!9i=diPHKWX4z^J@RATj49ZSf>cHZMe<O<Z|6wKSX!y zuCmp=%hmtwWmP_+clN?u&raifPUS5YtvhV3n{D@U8Wd+QTT-vHDMsd3bCwTx(2>g% zGkLfdST1HRUHtl->#+`l6gBC$$EIk9L|!Xq?@?ZS;o*g^HuE3nq%04gQ5DkrIWjkG zz3fW$KDEGTfvXwnhl5t8Yq5Um5a9W{D{D;#+cIvx<!Os6tGV_VtjzlIwZP#*+=JH1 zi#A)AoH*p^A=aiJ$tV?DU;R*ZP4=Abi;uVL4}QF2Tf5u#$J{o{cf7K^U+*9J<^5HI ze_JpA>4-X^{C}l&;NzTz`+Zk#zp4vS+wmkgl-YN2<d0d#&sY4pc*JY6&%*pYElx52 zk9e<YQ!frXx0rMJg>5E5_jCHMcYNOS;rgGy=W2@YKj1j(bmz0ggOl$TN@pns)o<|N zTIf+EeS7_*<TBsI*P88C#q}1nX=khmoSSk@wzhQfs#&u(<gRab<iGZy>-n}@87$Fv zceHToNc_&SzQt*_Os~8Cishra3P!s{AG93qeNTxyaN@UI;f=X{^}JK+gV*^fWIN}n zxH=t|*lXtQQR|(;@A1>e;RVN!mHXGLr5M!jujOZ&am#o+r~C@BoD<jbYBu;3uwLAz z_KUIi`<$~y51f*YZ;7<zP0?CDGw*b!rgOK*qa^+rKU0^_JoAi2Eaqqa&lAs`%XRNf znzM3s$p&T4Lk=w$*REUX`{}U4$$lo)L-p-ai(g)Pz%4p$(W<XWl2={jm-!|c7-e*y z_sRL`kXdij{W9~>?6pc<oS8XyzZ7u_CVQN;zLyZZ`rE{(fojDEq_XX;WKB=FZ7!Z( zP%Zn_wEXee*bS~X7oF65ct>vz^NHv(^>3c1jE&tFt8le^UU*AR?favxJxc_N<M!)Z zyzo+X^Z!jNox@k}Jz~0eeQZ_yt2u`xeb4l&-N<lI;pSNPwEp4gd7RGE=W#ZlGj>h1 z6<!gR-gMe8@nE~p4dd3WyJjfIZFqW==i_vv&1)Y9{V6ujvUco^x4m~TX8OX!E(VFK zlf&Z}!&8IpLr=GUoN3$cy5N1fobdUDZQ^qqJ9b(2`CrREbmjkft*#4ECSL9RxrPj{ zV|YJFss?}U+^sfyM&arD%3J5A85pct5gqnzp`(7w-lenJPI1ZIC|PHq+{e6e*N$B~ ztU7~*&nPTRXYP8Da#x$Hbe~z=cmLV9^|raCCoiAP^Ue33$l1G|abK6p8*H0!zS&sw z*PiA*TxqxJ4=#P=u<YcarHgvJl`}Mgi;|L;=-(8P>X5H#*r`8zRjbp%D>LdH+TVV= zV)WiPAc3DpTY>ks+`69aEHT?Tuiv|H%iyyzi@}C%D}~RnB!`JK+r`XuIGw<`FTiO- z%({TyoK3%P?Wzv%^?MXtV$62F$;qp3)t2+V308cMQqEPLdG>vY?v-=>@hdt43y%eS zQ=68+c;D{UtCP0&F}q9rIOSRyO2eK>)@O4n{EppIvdmLJeWQAcOvj^}-pl9gEji{Y z_r&#GoRz+1OQHZ%Ps8EmvlpD$bfm{$*Em7k@Zr1TYM<&}G~7Otf0pOEao_p)K*k%6 zI>!DkmMs69Chl_Le|z@umCxx9xc&dCx5TcgWbBy|yMm$2?2L1?u)o=vpPQ!7cFEq> zp=4MuuFcgPa%1|l+Us%E{cSZ<kG-?3x?X<PiBIoY?$^^>PwXvhyCWs5y0lzC;cb{v z$#e!k!Jj;$J9nSh)!oIKee%uySqVM&xYo=&SF`dDlXbDV*N0Rw*(6y{$qtkFRnzm7 zjKtiMg+8fuHmuzw^}~v{;%VeD^}-90%&YxR$SvD<q`q<QGq%nY2}#j}?8V!5yc2wH z?wY5yUDa6R0LR@ZJ=xrk9l=}dgs#e6DoTGDV`cbdU9D+c^2!%?Q!h{TKXUtxqDF7b z?(prKx5w4^bDo{dRI;pK>c_8q`))U9eV=uE`8?tKIc5gCRl8~#4?5PwG|cMfIdhQp z#j>Q6MaL#Tc6z&AGxg|c^&HhYVVnP}TlSisV)$|Mzp#CdMb)?U-aOxb8q}SfuUF5s z+<oih>48;DBGY%~F^NyVB*3aU{bwFiQ~my>kNj7KYzloH|9*e<S2OM~$u$#>?Qojp zS|^qU8nN+AIAHcU?xMfk!wIYR-;e)WCh9alL6pzz;DLxW-=44T-_N$1>DInz*1AdQ ztJyDq-XoOwz`c;`Y0=k*ujYp{zBiV5Z_XW__~dz_#xZHXBKc=#YDeqxdNwQ$lQ&Nk zV7XWS{dGVE*Z<0@2=~Tt^B?&aFR7^?msn#K_^f-a#M}g#WAk**?YfkE{RE%e>{WZ$ ztO!^U-=wf=$MfZ-5<8AM#qfw3>GG@ZwLg38-I*0fUPp%p_=bO8Z}aI=Xd-)Q+P&nv zFQ$dxe(3ir`Sp5p&w17P8}CYGSlOTYyfnl-K=^4~`LFst6R#B9y&%+^6&)LXy~3qJ zBk{%aCVtn$b&GU9ef#<|Cj6;z-O)7m4A%``^H#Fm(%;}8)513A>&GjBA5|`XxPQ`c z+4d!E-m$OtN()!#s$0j(t_+-}D!MFe+m)|(w%h#fd+xH|W|k>e-h;@qjtQ==?N@GQ za{gI%zU|en$<Ka@^Vgr1VR=*ZaL&0&?lTTBy?A4P(eK0SknML8Vm;!Y%NaJQZg5$h zrrYv-_s#A58Z-<y*YEE;Qar~|pmI}Sh{d$8e$&i<Oss6UBkYqdwM+OBzqfd5QetuD zt3~(A9~`g{xVO9c?Q!GCAM2g_l^L?X8=MWi8TvB)=Y$Q#_f1y4;)zLmSby^L(korJ z1wN<owTu1O@chs>>*#4=5f*><-iiK|obVvB*mrS8S!|K>{l1vPbM02tvcE|3a&*e> zJCkECS#;2Eqx`bsO9y|I-G9+->2L6H_QiV(b7v}TV4V<h)j0b6riF~GwbyrV(+f>c z488oGbq-&{f{s-cUC#Hv_HMGC;{H{%-oq&@X_l9a?^|hBl@NuwM=~b9>)0lwHkaju zK<;BN9&=-!q*)vK<IgyCmhav2$#fg%`YTt}UoBmI(}3AcEAGrZGo_9RtE6uq6tkK& z)oub$Napsk4Q$#6P72l8Nxy9qKh)@CcRR3rtrq{4+Y@#yG*DaQwwhU#+cko5h2%ex zd;RrS<1TJ^xM%U7%{vm=jF`)EMAq=U*t+HT>h{GeoYPj{Jh$osoAs_2sV6`4EJ>-- znJcit!+ha}{fd!>lh(fvQ7`R$XY$Zt;}d_U)VigI{}i%quS{A0*&t%i`TdO*>&`E+ zzL)j*vi_cvmrEX0{8_>OW4A1)%9`H44P2Wvc%}p|b9z&+Rle)WUE%B3zIfLy+O(DL zbc*Z_Q_-JJ%;#@>IMKJqSAOZX?d=<n7%kp7Ylh5mqZKRbjAvw7>2FeUI~Nw<k{?{) z<1Tv3%;J2qaVP(Zv__^-5zBz9S~n#enV;UTV(l=qJ{$DDY|XTaW#2-+tNOcH2T%Wa zO7jHsZV5$h?+1*Jdh2!N%6z9je`xX`TjctMlerh}?(04wn-ZQJxh(iBqx%V4^Lg2) zl~<%R99p7mw)~{uCe1e@v2WE<{fgw;qn;OP?A|O9xcaD6(MrM4h$;(Bv977Nnr}=z zd-({%i-o%<tG;%V{Z+InKJABXhRTIM5Bky#GwRh3*^1UFO`6KFt!~Qs`qFBfOK%rE z{Ht?*PTqE_+7nV0t5p2|=sXU%GQIUn(z8Y84*iBfGD1;umI^bB{#r;iY_g1Xp8Vuz zM~V2BEqmuS{p9jmT%*z7=55a2q@&2zt)8WkWj!ICVb!(Xh392l)w&~i85u>|%WV_> z|5Zquw>Ct2T7IQ?O8AS1kGK^=r`DTnjF`pR`0C7c;i=qKayO^n<-IC!+&Qs>@6W3* zH#JN&cC9ecSbpM2)#SY&66};Uwn`bCpKK9)f;C{X`vr9cdlfhRYdqDneUkY^Qj!yw zJ8hOPJ$-f-`<B0qXK!R*(EIn<=h7mLR+B>MT2rOzMo(4x9+WLuTz4*fq3R@o^THu) z_0!xLdB5r{Sa{}>VD}N-3*V<}bj|<Xeye3)<U@y*>oQpQd5?d4G3#u?%E@`c`%W*& zJ2;0`;pEL6H@#W9i7PL>T{^|TCik<j<I1&3$E1boV>dX?oVIHr|5;hKE1Y7QFP=)@ zjyUt|_}>1nufOIRz73MJ{e56p#TKj2f4@$e#_?zEiTbx+<&PhTOS&Lbw_}A`9(Pas zA;;g{S6zAHr(L=x`SOg3!?Ht8FFb#hNgv$h$js8W`H_xttIyRnCQf!j#;Tz`X;OVG zr@wiuke1U^QsrdS+_hBiNkNXBOyAeH8o3z(e-p*UPv2;M_j_Zauyw`T*-NY2m%Kff zre_^`&BSP~`qrfSZ%L&qyx+b4WOTFCV0xhX+${U)HzjSIjZMt@w@H4T@A&Ggi2RGk zNA9=jxGNSN<ta*>&}%U9r{}AA$NwpwfAy8A;L!p9#O((w_E)|Oy&zkh&$r{wzN;(; z6+Ujbma+7J+RA{y6MpX;&MWmDI&sS6MIwu@s`rC};#;#_QhM57HodQ}|5xB&YF!n& zF?+(618hq+{e2jJCYI4%*Tm+u)keW9#}?*yW-aKS$yU4f;a-1*OJxUmH)*Q%Wmx9d zm2c48nbywSZRv1h*RM6!ev>v#`}=>v+2o5HQk&S@nc3f+T^JzRxz12<=a>0@ClomP zh2poXeYi1Uzj@-jZjImC5<8`h_SdVf=s3b3bN_baJqbQ{#;bp}WE5?kHj9%}?RWND zZ?W{LOItjaSanUhXnfrvFd|!{YxAY*U6<XxcZgKvaK-;kaXjq3+1MwkE1-8%jYnrB zuXM+SdFt1vcfSd~TeA6e%R9*{&vyM@zx#O|Z~5EHsfInu580pXt@4VNEt!9Bw)2<1 zdIPtYO3icR_0H^*I-X=4wr%q6>|1;0Imw^c_;g*!`sdRVt&GYJU%M3fL}x=a-{SJ} z&j*7Ko%*ZLb=*KCX^(cJC)Z8h>-Beo8|7457Tj2<<UXxI^yTz(9Nz*8-K06czj4=X zZ_}tU+3|FP$mIQ531XZfO!0sEgbv@l5iL1ef9taPaKnRf0&@IwbXKhPj9z@M)Lm2M zUT~s9n*YPauK91QXIFjeJJEW3(^~O>#>ozs9`1kR6k+OO!5yz+xb|PONzgs5oxe>} zL|;uze&YN0$D;V{8z&x2-v6jJs_a*g*78elq)Y!=><_)TzOReF_iplW{#W|%+r*dO zRY^G%eS_x-`{w$ydv>(5JTg6#R_&nqZ~uKpecO-6tL^rlW&ix^*^zJacQPeBRsVQI z{N=T*4<@O%7oKvH5^<k*NL+Dxjic~UIgzqES@O)aK{?ymxjf%=xwxb=#MiJN;81_% zz}jB2be8E{*PPZ`Mzh7)S<Zj6nbf*#1-n|Oizn?kDfp3XhEVL0`kI%*H9ul*``4`1 z)|lu1v;WRjTXwE@2M;b#;oQQ;mT*mVnr?N?onN;Y_8L!Er*CpOw)f(%fV~~8j9C&! zcQx<cD)EVs@b{ShpDo>M+pDDQR*N3ZO}!u}v*^k}#@&1c22;Gbyn7xp@T|QlroFFy zrmV~{ooJC_w(@oAp&AaN%Yy4?{F#5SQSu$1-rw-=9Gtab`im7leO8$x7_InLzV?Q^ zpF@PI&CakVPZy<JjxxP7SM8-~M?&kN+h*d&(>pK!3%Sl+FQ(m7GBazf$(P9r|NW0# zV;3m@lOWB0?{d<sDZeh3WwY;D{bT(@wmr8GaGe(^Qey3}WB$7Rij#jxWAMofOLLZ` zN3W6nRO@x}<Hj!bNpiP$xeG1Yb;s8uovC$xbkdbOGoId?$Xo9eu|<6A^*N;y)*-HY z>#t``dGe@BMtIBBm3(S*5BY6h?;rfU=-irFmJ#W{iuTAK^Syj7Z_m>IrzSG!H9uMZ z$G^{>L8pcZ+yK7BXt`abnrSsR^RsjNr!#(I5#Ii^jp;fYBj@(Ly-cgQST<=jMnPK2 z4KtX;CmX11O+Pq;sg|*Ly8TQh`FaaQ{XP0WgWW8iKAX>PUVo>>K<!40u)l$!pZV99 z&#vEZ_GPZUpT}gc*?m^I*CzLp!H2~b%|*K_>py??{b2unW?S7%1NHkQ2b^T8mgR?> zKYH;)d4QKxU(gPovYvNtSKq%sbYOMX%R96GW&MyBua%2SwEX%-Lzw;Fs&g@X$A31} zPYmC_>z~3Kj_9i{o!<TKs<GEaq;2Qie&uO8?S&(w`k~8<<@&?#@UD85o%!Z!LFVy; z?xqcIwkdLG_(nR}Gj&?{W!V0?7TVr=<F;lVgJo$<R>}HT8*3+VUh>jTO1wUMx5igF z&n_27x4J9Ma;4=vr2Id9e%<`+mHzvEj}PTLO4ZM){u(XdGXLG7D~ENJE$=;PI+D60 zL|0t?Y9II7m8%1#AD(+txoP&JH?^)}yQGhC{VK335d3AJs<lVn+NjAy_@$Gh3ER@_ z;DgH=_xq)0sAQhgn)}sS+3{4{{%ao3y6@Iq=~6j;byapsU9#q`h5hcA?UFZMJzSB! z^XYn9{>@W=*4uDw6nz+S*0bDUrT9xFr8%pcofHqgd%s*vuhZ9w)8$m_#U{R$aaQja z9r)dGdv!_l+bGF}yH{)anub}s$SdY$zRTG!`Yq+@%=js1e)Dtjz7(ESG4FEUW0@!6 z4;c@NO%wfkaAwe*-mF8*x>kP;yeePzOjyI1)9d}Ei7Xr2bGhB>@7<e!zJMcPWq;0& z?RVm4e=B<B5D+O@VgLDFp;AUSyNoNB#mP?#+n?@o;>ym*Ezz1_eLC;zw^dp5!a~cB ziXGatb+OIXLr0c<mP}}lwpKTOqo~~&cFldB?+>P4zW8m06T7n;(=M-cOp{+d@%A+9 zqjtKs)AKf(CoLEEI{YGnC8eIBVP>vMYV^jc18p<cI(+5}-_s-f-=H+qXL4X^n#k)d zOpTjNtF{+woIa<1TmFf~pF{gt+T+XAZTpVAx%6dyienhR1LyIlFHikYmp*XIDTupx z`?tFLe9xvXz8L-L-HDH#jOBJ-;j4G^Z~E%_*5dYu>HS?#<2~%<w&tp?H?;42Q13na zsb|>)<3QWh|3XSvNxyA-t`mB>YIXIWF8)0N_w6UIyPKQ4YomE?_RpJVTf8UwNQi7! zQ1U6_un&?x#j)nkY|hI+QqN5M?J9KpqWJPsgUhxYayIP}NBq+ywltfw?fJH7jn|sK zJl}F{-`M2Y-z=)?y^{()^0y>BRO|U;#1mZqBt@EarTp=uY!?prFPdZ7_17TQ=k}jn zyv+<sd*yo1$9TjDEa8+A31$z!zxvmu*B>)e-!GV;@%{9Q2TSjL^U*z*+)|^g$Guv_ zCNVMKIhQO4D|5i}&6N`(A9(Xlk1D=ky0dJBiIiueNTQWZd}N%Scrpiz`u~z+k#A#P z*cNinu2=lZnQALh@F6R=(oHkzbB5kpACp+^BW0)Zn3NV-)}`n$bd?J^<Xr8)8hb)e z=*sz1bE3C2Z#lDf{l|)l7D6`PDz2>(E;&52YxATzyps%;8_Q@qX=PcwJY4w1)AWH& zF2gMCyeyO198q^p*tX9L>Da6D_lV`5mIX6sYuI@iG|1McJUwkNYw|00NsVB~++_B( zTe^FW?r&RIvE-}6ET-R{3a?T<lO}Fp+}G?>;;G<fdPm_MqgRu0z$Dh4Nl&t8KE9=_ z^uT4FXlu#(2GL)uc7-(;nCuFjy6wx!FzdwN9wz?03CRs}Smd1ICT$35?OVYjzQtPj z%465CCCQ=Uq8l9?>es72YZN=KGKF>Pl4B>`1>?16&HCWctG?oN0?!_fl8H-d66+!= z+IO==nap@LU*yO^K4G4_2ksVXIdaeUb4!b5d)V_pbYI?Y*E2t&J{(-MwC&&(sqNc0 z6`B_cN;rjFig{HiQ15g}F(cuR*;}0}B?T{*m?ZwbWFLNR=K`hen>rfm>rG!IUY)yV zZsCh-lbnzA`L6Mr{ZDGk`q-YbiA;>*HxuJIXFu>uVE!M`Wb~k7(y@l+o$`&=ihWN1 zrFH}#$o0H)xO2O}_2W4&3uY#LF6cU|{QluOhK~iGZKiYlOgMObnb1N9p(8&RaYS~M zn)phz&e@!yQC@tiJ96^5oHnl3XtDaAZ;hB5eRi8K&(v7ewPdo6?yGNg6Z;jW?kJee zXCxr9{2c3wg<=~WT74|f<t~b;5NHe#>U`=Jy4J_)`!AN|lNDH3nH|<!)_JucEG4`z z>){lpqc=I*o<=au*(*LTHLb+P=rMO~{@rcd2A4aw%dV9=di&a&6VcNS7AGHY`?5=& zqkb*NfzK=E#QskBzENt&hcijjCmSBnUprqX{W-t(9JZ+$nGbu~zL<4QPT`oo^PrW6 zf`xtbolf-+s%M?g*nZnJZ^6R3hIel<-1!+PQ)r~e_Kv~Z-#Etbdgrs6?RNruwKG05 znRuwbWX@6d-Wx8)-SV$`qg$Brz1FYnJ4LG9xsE#43vB!Obn3Fb`;+89uB!d>#K2&7 z!z|Yc3lHx&y!n`@-FA&5OTO$gXZG#7alm+|`@utUn*>w>w@Sza3HNuZZ8(0E!%H_- zkI!t$l8aGpdJZD#echtU?``fMaeDr*d)p_uMXZe3R%;I%#m>+yJi68+H~-ht-MgIX zJp>i>DyO|aaZ|1S>f|Ly1eTSQ_*HMZ;MO}e&;ERdko`}Y#h%w3Q)4aqQhmzaWLEz# zUn?Cn^|h(^kw~t?pL*naiw!pYnW}YQ%h!d$XSr{sTHjn}8GSQH=E!LQF=>na4TlOA z{;(`q$uz};?SiAz#EJ(-Tq{>xD`8*g#K{r#nBTD7v3|x)5#|+huGD89w~+o&8KqY? zW5<)~TMB8?4->NvGP{*mKB(Oszh-wrz-h0jjESP_TJjG#s#{!Gc~jAS^0^@C%Jhdv z_9q;RYLZ<(A;H}&)s6k5%~qa+E{`tt6$%(Ac6&>$SW;2CeLH8kl3o9YwQt3K1lZ0m z-`=|7=<_Y<pX6K;-x+&wOq;u^ezJw;;plIxZbk*}n9{7Pr};;RZ+(l_c7-W=QCA+s zeAME(8~^6$l-|qJ+%E+!GN`NgT7QV|ckG_WDVhg8W!M?i&)+M2bko`|i0RRk*6QO6 zzt2{hvsWoHiorKhZ913zjKa4EU!Jmyx8JCkG(oU<g5$EtGe$LU#HA0c7C&XXxhJ^Z zJmX<HpUy=QMGdt{mEU`GL}Z0u*1W1-elA06f~wP%g6V8!4L|nfI0h;<Px*cEtKqiC zrQXZm1n!FZaaKC-2cJ{y&EWNXq4&3}shhL;`TNHg?Ko4fRRr%k6=QpmL+s(3GYP5F z0+X-aTW)hQV5XC%OGC5c1e5)9g(qL!aEMcpV^jUJ`j?LHP1w1vq}~zG(^2*CRk6`o z!0@4)>4A{*{T@Y53(sW+vRb<`r|=wluA=<3%f8{m?W6lNb&rV8KWY|sWSj7(yN&BN zEIOp@(04>;gQJG>w!>`(V(+EQZ}k>=a-LUhIsR;;kR#6>h4pa(zjV7E#ou`OQ0CAZ zOV^HwDPMS3)w6yo`P$0UDDA{)doQ)|`ENT7ONT7Z^36*M)$fYwPn-Cc|Imk;Xg1yN z!r@j%$yEWJpTza7r-)^r;eOxU+P43JTe9`ZV+$L!rrBMZ_2oUo^&gh+ZW?cLaGSzf zH|1G9d!5+%6BU!CepE)CyFYO;$Nq~Y{jb_ro3G4YmfijH>&p-Ihk7&L9G@sK_tU3@ zX&$?!dm`;*ef~{bwB%(~>BQYUi#L@^EGd!sbkm&o{mG7XVGhbJ>!#l{m%jW-(b3+2 z&6~>)?n&4@FIsE%y+nC`{p8<OiKY8YBcd<H$(&KUv;RlN&Km_E!Y93{X4Kuc;qZ#- zOeQU&UPXr!n6^CC<tn>*fwj6`^9`4H{<LV0&OO(&cA3t9U^rvioMl{-OtV&0*NUk) zYTWU*-)y4X<gnyc+JvoZ-X>1p9XL<n(#?5~|6c9(y!PQfuWN{RRdn#|Jxlb``Y(HL zID2)S{xYWNtLpN?{wVk-7ivnfhy-{Ar=2V}4lA;0s(=1qqR2GIn=x+Xua~q*YSvq? zoe`GdQ+x1s)IM&l<;_}8`i=OK{S<#a%jj7eWw>*l)y+0P4&59_4V`ssyr$haee+ZJ zs%iJ@Cq)`eJf=6@ciEh*DwTuJ=APMfzV6#8sol#sbe_()mXJ*P9q+)j?Lhy`wQapz zuDhSyvf5Z&@J_$?!tak~t_yCC7U%e}=E<cQf%T@1FE~T1cWil(aea^2Ov!yl{Ez0{ zZ4J-)Z+&3fD<i2hoH;cuzP^VSFPko%(dzg$@LyeFq;{a`v|W$vrVFVpEj_jLcH@Pm zX0e~&>o#)BoRUm;zdCQH_!Q2cC*vd*9zVI&owIn;diDqVzg>HMD!VGLH%)qaXYFl$ zv7jYw**hQl)bnk>*nC<ifw4&Pitj`}ZQb~Ti<Bnr=k3Z?Oujrb{uB2`IW;dybsY`4 zghz5rS~eQ5ch8HvaU*`G$*SP<dIBf%zK3g=zP^5ayYi#MAFp{T3tf5iY`M5jm2i1^ z-;W!ntd^^HPCKIN`DD7|C(He3{<0t6yRw@rH7}*Oq$o8pmn(I8Y!ws7bl+u6;?o;1 zGHXunUB=YFC_J5SIg?y{(2WU8?s5N1Va&6vt}Xs{d}f<z)<XB03CR+=({69p-@n?G zv3S4El>AL4h3?whyFIk+Ig%S*AAP>LevYQ)^M~b2=4#4cQ{VVaIF-+{UHFn3=U<)6 zeI~K7tJK+rgVa9z&ie4MF1I~6e1X{YsNazyA6J!Y+wA_hkInH%bbOi3ulkU6@%P^| zq*ugz-Q=}$!Mf8;?r-aMIB9(Pwjp@ho!nddQa0Rq7J4=zP9*l`_oX_wo*gba{9wbx ztFb%pUEj$O5Z88U_x*?SR^_%Bt%zUowq494<n*3(@)D)mA={pQ6H9GumY3Vwy0}d% zxo=_Ey<bBAO5WBT|FP$J{#~=zoNU()^wqCQo-(I1?YQy7f}3W}R~1g~y&xYoZ{p>1 z6}vABUA&q3_jI=KvL%u?KUoy3ZM*a2?5;WTR?nQD^J;1P?p^j&e_r1e9s^D{t42m` zriMU41B-x`Zvl^IF1y<JNv>k*3bqB&?kTt9UY+>;*{EYrP)bDU+prmos;BcqoFys? zeh6IoQGfn)NaX_e2bzyq_w`8@xo5pTG>@gUJ6>GX@5TNVT;Dz~la;X8wAgv4<nuMw zuCMp)Xc16$PJj6F&Y`EfCZ8--|F+AOW8?3Tn%?tuB6T;`C;vz({5415<K7j*>c{$< z-&m^fb4YO1&pLEXKD}<5ilA@5fbR|4rizbwtHtZ{8*g~jznk?k)}KS}xVfxLUB)3- znWc3i(qS+5>-B#6v~J~r_<D^Ctz0JCwWnWwwJ=Hkdfd4eOgxNxrU(29eYB=whQ(^D z4;|Vr$KpE8I=xf*EqAPW@-fylCr##jy_LKF^~UdvW~Jq#ExraeiWS>6UAfBm|4dG9 z*qEe0{ms9wM`t*T?d$*F7JF%{bNj7cKF6O`&W{iOkeO@IB{T7Wg}9kO)T@1|9dm9j zDHc4@kXSUqReXEpMrQWR*~x7iTq{ppjQ{jam901b2m2hRKPU1}J!Go2Gr5<)cSG`Z zhD(2)jh}oEU+!1_@yE-$T?xmd9)8_^w{f@cC7&vh3i;3W57x|^zUb=W(0ac)KW`oB z)@bGRTC^qcTG{1Cr%PGHzZaPXyy#f_gTX|VZJD*)8p}#W4@s$gr`Mfvbe%GtdA$_N zY;&GFTr)SVh?rRTXl+y?lj0hw2Xdcg9e>N`Zo5j|EU1(5*PqhFm-}29&q>~UnjOh- zaf_<vZ)UdO`^sz?KbFMG{!lY27QOtkeu9g@;h&!y7uH>V_qr+3innHUTIBogO&gSV zFQ0Vx+dPIRPXre<hlVt<ob0)%`6=P<?JNnMTB913P!V<$ZVemun<<mo8YX?~bN%F> z`o=utOiA(s`P<tj8*SHMKVkY;wEtJoh54sdwLH(T`)-Twep{#He8_d-dS!bH1H=5h zVv+iSg)P2|dd`T*2)r?lY{>qVDYGF*oinz1vNnHjlj!UPu?xCSuT?WkW&R)}lY3WY z{o{x3CGLCP%oDa}{W|lr#w6{Yr|a@I_#DvE4oG(4$q`{&azm>rW%XZ6eTU?u9@1(B zQ%&zYJZPuWKJnY>q-fJn`x480M&d^-;=|9H-*Y-yuN3e&>>G1SSZ+5Tk7rlJNmCB_ zn`TAjDkg>Lh5eRVX3K>YCvKnpz#-$<!jK0i0;Q_;C5@kK-<q@Fl*B&EWel@6FVRrF z%dG2X)3EVeQ-SLJMNLKP?qB`s9LX^`ymadywJWYIHBJo&)$Vi6Z!bH~u;gIxi3?pE zYaCUsd=%GyyRLq%|J{RmNwz7!B&wA(*JczxN>8+StJ}DsH^Z$zOz6Z?L#aro+6%^U zLLzf!@-=9@=`ncrw^LkgbBFe8C$q$9n$n4fU&>w-*>F>l=PFx=%wn4dDj^Q5+J9}E za^Y04kl4o}>qM(NiHmYst$SZ+=(~6SOYyR;*G|0Ta_{&@x%KDjC6C(i9QgTrPInte zR(Q1T<CW)KJ$7DS9%eL2nCEcq*1Lg%d<EvwIwD2u{EwwwmXMBQw2YYd`lCR=8smi9 zzLDjR-pESsTFaxP+Gd~WAjp2y-(9TFcY5{Ag70h}p4>Z^yCjaU&nf)h#`U`{-Fmif zF^ffN#B<)tw~yJRoxW|*5v-rL*@b5VOTEbb_Kkn}@^<%jeKgTJrdM)QxSIdqt+2QI zHZN(9>sXg^{>o#g>8o@FzXUIOIHNq(SN)Co)pHZAB+qH=S#iOYhhgVZzNJMH=^H%^ zH|EZAj&5te#~Q)?Gxcit_Rv^f{yqPimX}wu>)Av^O;avsP@E;j93Q$w<N2cp^}8*_ z#T{4K`0Q|S>8`lu>1<jaG-rzSvEWmgWuNC%R0O~I9m!Ex!E=c1(z(}j&e$o>;%V@! z;&^V`zasaX+NTduex4lnw|#%p?DWxDS=#K-CcSXxtvYQ<*E`=bNW82QP+grRkfg`_ z+nnL^oaPyUN0+<2SoJk+%EKdnEjkrgH@nm`G%!3-Iil>-T05ifs=|TOwbvW32gfui z3NNxU*piw%<JKy^1%ZKOhZ8JSQk)+Lsdt#fEfjgaVZ)twY!6>l^hh4;?0EL1c>9Ts z9NQ+zeP-7Vzd3!mmrtP&r}Mg)=L@atkLX9pY(J2G+Hzek%S7|H634V|cKT}-1cn^U zoa*Pbquyb8okZF<-fdY4`KC|KZn6n{FPZUMczc-A`WdFDHVDnk(RsJJnyrtEQ9B~= z+v#<?R8<dsxTbo=!fI7Vsf2Gz<22Xb7xWnf95Z!PKi)oBdbhxe?Zr~v+fVoYvbFU- z*Sha!#7v7>=PS>zb6noIJ~ZY1!@V{|O)ip?y#sjf6bWCd*E9?aUfn9W<LxBH-}6@W z-8)zi**A6P>a>K3wUJllSo2&0my4#qVaQ0oZguL9#o1@io^eTBxNCi~MR@YV8<$15 zZNItevaepYO{|IaMAHbxqwY?nn<LL^Y`Qb?gl}51slm2n{}u98A+m=rGKjnQXZ{b^ z%(Cyb{MHWs)#_8{FR80f*rfcled05ohki{Gvvuy~DqOnD#<y&{V3)J<z1TvFIITy= zZyyu9+3yzKQ~F?5Xkguw<pHbDH0is4mg(9(NltY^+l}{SpQIbV-Z^rz_d%{E?;@%D znha;{ohHmNanC)MVr(nR{;8YoYs6fGhb%LFx|1c|?AmripZ%jy&pCO?#r3-Ki8?PD zKAZoZ<ug^H%kQh=9@eYU4f+#bJ!Cn;V<1x`b<FBFuLp;b<k{qB!k*DiOfhHEa`c(J z-;}x>oU*9;yu;PAwNfi@ush6nx<k$(X;FwQ>$|3wrK>N@^_^q2^RC{u^=p5N38x$| z(0XBMCvN|=c>SkiMJHw_zDhn`_rK>vy)?@y|KmJIM0cD!rqIg#$>~R*+!EvGjt5QR z9<tn4b$Ya5R(w<^)AuJ<kFTq;EV=7A!6x+lqugn~)cE{u=EUCIcF1&T(T}W2#>Xdc zE!OR@EQ^^~D$VeNee(bC2Y&?5?#rGRrgX=zN~v~Mi*Qe&>m1Kxe3$mkX6n2D>&%a6 zfd@b88Exh+S@!Z-%B-acqFH~t4l>U@a49SG>dc>kb7c3w{!{8YwSU=}fBWB8&wso5 zNpY66@b6nTakq}#+_J@!|CHo+mU%bb-}%V7KhCK!-5$k!XHA-<=LO~RoTq9^+e(i6 zhAmhornzGN8t=epfnS~lA8KOP^3}OkZ4wRr92VlK%_UjC?BI+5gH5@7b*WPSwVB-4 z-(tHz=UVmmPs_K|{xsg0_En+JD&oW=fAfvMT!g)AR%kzrKgDpzD$R>S?pe#y$=&%S zpWe&-Uwolay?!6B)9Zs9ZA(SNjM%<~Y&@yhcc1N&=f|!aUTMeoOek{g_PCa4b((LQ z)wf-R(@rg{m^efE;@iae8>}~8G$}Om+TRm=gMG>Gng2P9kCX}*FL`Ubc&_E8_3zFy z`Z7*>S^t{h*9pCujJHz-ylybu`CfmPAxphS==-`QJhm@N)74JZt}a<&pEYIqKlu|Z z7Z_*l|McGBKjV=DC%GWg5?z~^_A&}@_t?zzoP(vknK29^?7oL-A7jsUw!KWooGhyU zE*U{qN(UTc+QTTco%cA?40e`YiCs!y)!X-;V>0AqRNDUjI@1wmmUE@Ez^8c&Pd{~= zX+LA?_O3fjO&lyStCPARrYJvU+Q%ro{n1mVjod8DFRge95nlC?X%FLr?dhMGv^iNS z*Ax{(gjfD%+QQhmJ?;-v4hzdcQ|XOh;jIsuTjM7?Dr!#ePhf6jTsB=Wky)<(ahpkT z+(&=82h&#XzaLw>?^9y$_D}j|2ag%Vy`8<<e}Bblp=Whbm3dRrSF=amT$6OaxY>Yl zS6uC$U)QI8-(7cX-)#3_bLR6eS3e6`U3XyO`!`$I!p-(w{<I_9b-VqldDrE-dH?*~ z^fB4J?DaOg&t7-AvIAlt=WSc~eBq>fD`s-kf0`@2W~D=ShU^+ch9`9as{L7|_6E!L zP4~US`S{A&zXuwAZGO(WO0V+inSA?lVSDq}Y-f|oySBb7E!MJHobzV&w*x7Lrps<z z%{tkUJ7Za%%&*mJ`Bxk>e0|}8<e^}mUC{;_KC${I(%333UpCMGx8$3sWw4%Rk243y z{WpJut}L#1@_pAdOQCS{l}DfRKk|eaTyR(uzy0Z1sh4LW_rEur`22&wnoRG_%S2w4 zu1-upe)@hu#}=F7YMot<X73CvjwN2mt!I|8FYVg2rp;@+tM03ZH>#&?G8ZaK3cUL6 z^~RLzf|sxO$~Q-Eos-w>dGY+>SLbG{l;u^_*q0@#^K?mF*;xPlvTdpBM!qTgp2u(d zec|(p;KMhziild2|C{A?NLJxq)6z<bTWemWBqnw|yrHS68ss{;&|UQR;uqIuE0oDS zd*;b_EAmG2WZ#q~-|8)@9(Q%bx76`9Rcw1u=#ZK><wiu!?#`s;Opog#`j*@5elqdk zBB>DNeQ&0?Mj7p$BfXtBx!$}hxPkk~qATysKmJwOK5b2plR3|2^{}E@;d{m27`XaY z`MqhrHKTIljqgev|2KcEy?<~|%n^g)#~L+Bcg1ZAPo?sSo!!rW{1i)TY}PB8<o_ZS z(dVCurT=?kcPokYlj3@(0`sZfCwpV>e|=t2bL*E}$cOqe=~bVqa(<rrW%2G;{X!`> zpVzGVhHT2_J}d|NcLh3M)zIR2p>eG>W>UwAFwIl!3Mb2dh}u^uSRad<sCwJ)Dr>yJ zfxQY&%{N}VJMn(+yuklziS>;S&v-uDeU@AG&|>nvmr{DlTepf<*kAm``>@7jbL-t3 z+bWcnStR`QT9!WV$F;vK6W-2HEuJ^AMdxh&et!46ALfW~J@7o4WY)@L(7kUxU%<`_ zfqNPjANct`aO<8ETH7Dm-(IbyImcoBOwM0+{UJL~&iH!g!Pc9c;fF6}*?dshvtsTs zOPyn%>{~q^wdyr%6kWS6J3qSIchUm0wd;@CtFB>*nBToOuRY2BMrw+@r-RD+>sLBc zF1=%j|G--R>dMRwZH~*|g<d!IJ<z=3;Y&FSZZ)k)@9+=nuL!(VRM!v<Y`J;LeeZ*n z&#cA6S~c&pEOgZFVVD=Ev5Pf<i_7WsBj+t*2VbUcf5X)~ci~21&KC)lMe0m%U-2dV z4Ov+>Lu=OA#X^Vl#s27o`>r*Ap44{5zCoqhVo&ggchfH@{HT8}S`f5<x8GOwyVJH^ z(!Ia9tUcxUBi`KI(=V{k*jW8?BA=pJ_1Qa7yl1RlPqaMzbIA;?if0#IempW~TZV|S z_C&5rigM>{Dx!82tkjL!v1C`e+RgqR@2*Q*Br<|TDzi^NS)#10`SOs0`DVfAYC>g^ z9y9mI^hfWooohNb^6EF6l=|5XFWBELop3DaM5BMZbeklr&NbOH+bzB-#%WDFAlM=D zn2Y5xSBr>~NI^c&js@(^Zl>0%!q%a$zZn=Gdc$bHbJygPvsB}J=6|_*WWnXlZL3r* zo-{NoOk{RjCHZsaloP^Ar3%$k_9zGyEL^v<aq@JRBssH)RS_@uUb~*1_BEZM{#Uq{ zl+LF+7LS4=Hm7|INnMsCH`Dc`<N@8&Iy@?WRBH<B6H~55{XZ||8ZcRW*~i#39{bFn z=Wei-k@46$(_GPiQsLSMya^_2XS(OzxzW0*^=zMQrSt=tr?Q@cf0iBEu%mwQ)sIU~ zeq0{wx8cUqJ;CjdDtXVoei+nf^?8ED71!PM;g9^iXBOT_m>-pSd;M)c$wR3*rxz_f z^{V<@`=d`Ol6{}q?k}qPzan-kUqkLr_SjN^!|SK)D1X1v;(lV&n%^5UyWZ*S@Sjv& z<~HX}n&2_{WtVyFk4_8ukUYQZbB0xr*-zGQdXiCDs%}N~j;l_5OP~2pZ-(54ZS@6R zT7OQ*8@;KIHJg0;Ud?>r?c3`w{M&CfYoF!LhWYa?*^8dNKK@}tBg3va3~Z^|U#{%` z{3gnTzvr~~)XBHzt*py={PykR<;9Ux?|*u?QvO@$Vfo;F_7n6k*lD-L^QA~U6Z2Ri z&)BKMt-{CRq0-Ln$<#fMeeJ!MLEn^iY?{W&B3>^UvuDSOO6Pj9g*`2-<=ZCPF00ll zwF~nN6_3reYj1fL*r<Ixjw9#OiABd<xn^Er)Qw^NvN7+4e*c-MU2&WyOZ+b^`l_&U zzIoy9NcXU-%{wji?x#MPEHL4{{h!q4jj1j&SDqyIb-q4bYWUT0YLM@J-O&3pnQs(_ zs98Ss6u%s~S4B_LY~g0z`s05SlFr+lJ=@$d$8hrFl`O^AKS`*r_x;qQ;v)WOL+!jZ z`(OUOaUiK^s!N^qsk1A6ULX1MSUkqz@Z$5~Yip(S?!J4|ci@bHhv3g!eMMPcRF|E| z-u?BcJL4j$tW)z?A3X8=x!iI>*!J73J<pz}?C_r7+2e0xCAQah`pMq(0`(22ge&E@ zetF-a!LWMq^grg0{%>?$q5-b0w;#`7p2@*vYA{{!7o+C%?n359Mz86-Ma;7Gg>1r? z&Qv<~+Z@nLw~v`uYxg;^XZt7ixd}-U>$?u$Tpqvos@N}RogHobX+u}-dEP@TFN(f? zeDina@z-CDy*~SAqS>_aH@hp3NbTJCdiTPMhy7w|Z~d6}+%kW6(CTDO&zqn3W;A?~ zxqHb;ec6|=*$PE_4dkN@ePnfKJA2nZS$nBER8aTD#Z_79KiWGlUwN%imbY^8zIi>n zS7mQ7IIrs<c=j%Dw_xhYxusWMxvlWpeC1bSr@Jb*<<#w>Q9EAyzEC|Ezw_m~cWH-C z?b^p^_N6G+{K(l=yV!(F@2vdZWO|o7*>uZf{%ifon<npz{XH*OxM$ldDc=HJ>B!71 zt5fx}%otuQ`jOVV_{G^Z-1EHb)t%m}nom6D5EAq$<E+xIX)}FU_@B8NX516&WnkX7 zd|O!8vKzv^+;WSTy7RuNf47v4z4E|^Uq`$5rn`RZS!UOK_u>Zg-1UZ=uk+rx%(rXZ z>-X~xy3D_~|NrgyjvvZ<_E}#!))^ac>--$qk4JlN=&Y>wc6;fyWtO;A@0HkK!PxMp zvOyE?KAd(-@T!aC(dVDuq|EY)a&iv5usLKcTQGa2OGUHcmg*CdQw66^TXWXuU7VDS z(Dk;TTJLgSH?PtDDSByVYftBjI0wyK&Y2-0JS!bp_MEuHlzrr7qi%)7`sC044}WV! z?U$OkKJ@adi+858e5wD>yW(2f#@WjxPyW<sJpS#!@{3N5cfmI}3_rB(&gHFI?Q`IW z;iY53&F?n~U4AK6@M4m<_~wOMczXn_eaz?1dDnB&eZsa&7TY70dF~3t=NNH`1z-H_ zC%WP+ubYwz7t4`<A6;66^M8Gqs{TaLvNgLR!0txI&Tq-j&G+tHRlm6JeEr;<cO6$4 zEEeT`KlQ26<J26!Anus`8VWbJmT`Hn-nL30>efp&*`6&M9<Qrl$<*2|AiPMUJZ^EA z+Cc~Tl^T2#1m-1oHGL^6uQ`#tQ_RzS8sln}jcZ*PcK_cgbhe36`Tp5O7y6hv+A8^8 zJNQnVC1G-A^Tx|b|1V4p&U0akZMFPb@2l`vvhctnhS@x`c>3QJ2xQdO7&0E;lC^O6 zw2T`Zy6dwp=5(??%Qv1O*K^0dQS|Z!!P{#&-QC_yN_=#NH~GHaPu0q>H?DaC&x3dG z6Wag(&XwEiE^trlE-v_=lCraPhS|9#&8JtM`Zak&=lmrFQvbf+GLN}&Gv~wW%{wn$ zHu>LO|D4tAM@Oge=kBT5wcB3tg>OpSIxBLy#?*}5E9<hSzja=H_s7cF4lG95+p6lC zyUhfT^|Ph^nZV3u;`dib>cqzegKZ59xBY8dq+S;FidiCavDyWJv=+~~Ge56ewCs1V z)AL;`eGOUfx^Hwo&&jmkf2Kx%CHJ)MjEk$*xtyHHvHDYe+VQ79*@Y(;{OR9hbMDf) znk5I_U$tdAv@>>;&V0V!$^7HZgp)cpejldnSSat<BGWc~)h@-{TotC)?E>{7o=;U> zc+Y?RThVo^Ha<#!YLl0}rHB4}@pG=H(_8yDWgYB@pR#W;+vb(al4bTi4WFaZmK-6m zL`_SZXU~r$AzmR?j{18JLaHlwT+^4(-Z`C#L&%k}_3I^vp5=jEn(G!VOpux9@>Mn{ zNHMFUuKN4OzpN8Y&G$C51Z?uKaf@jTif}tV@%^9TBR?8DY_0Mh#RZ0PUO8X7y1bXA z@cha~^I*PP=C4l_`{d`XGLpJJn=4*JojK8`H2?3j6T%J;6Xqx;EN`fPmwWs(Pu7Q> z&)HV_y?^GlsW0JkkkR_4gvO{D1`RDYJ5`N)LY=>;Z2X*3;@175CbdaE;RDmF1?w5+ ztvr7GYUbt8$sJx7U;kXvtDV)e$mXv?$;S7qA4YnXuIE}T%>JxCdv;*S(p`K)Qctcn zdx|(nTdwR~lNo<yIb&{8R#$b;!TR0n1jCo!d|eU~b)X|NQ_x|1(zhwu4L3zM=f7@S z<*~q5>Y$@4OL5fWh{=oec00R%iR1D)r0ZSpzOJR`;MH}zCyA>m9yQ-2o1*V<<QA9X zm2KM=sUDvdwp2ndm+$iDN87ILvh(?#WwP<A{__pq?-G};-=UwS{o7ROdd~UNlNZ`H z)jyeeE68#3{exfbp3uB4`A_Evi!4(_s85!dZ<W1d<khQgPDY1g(@)$wlvQ|@Lnt!u zcII}GZE=Yob}i@G{BUaSpF6$9WlQV#?zPD5y-=>`6_x#FNt|5=&pFd8-Zo4sU$zS; z{JyNUX-8+*bNT-p&oMt=GK+CZk$!E{tVLVXlMJluUG6H&2>nvNA$}(_u<X*bu<NxC zOD(SX?hl&1e(CPVSr?AYR}OKwU8et3`E}}E_1C5rt)IWXWKGYLX}Qd*Zl^EN@v>>* zK^=+tqPF|h#hG74&2sjYXgyb1d*n`G`b^DvM~?Ca?8#Wb@Q2sf;3pev-NF640;BlW zbUIZ#M06UaOVkIdwFygyt$FBa7Q^r}%2a5FbwtB2wSKjS28%aj3#Oj-+PbDq)6nN? zt7??d?wiJLr+!!POxeh1mwS9i(7|b|ckN^RzvrQO@gJUJ7ftz(*ZBK~x9<GzxN4T~ zR&`Bd&xmH%#CI|4jCZ9QGVyu&r?DNjRD6DBvj4lK(^?*Wvx)Dje;kl;zDWJV?`@kB z*9sPF*p@Eznq}|$zkd%ORbKGCd!pfst2;GPw~C(iymEZr?B6?G|IS`tUR<s7`Y2E0 z)Ju8_KiVrzo@%Z=`~Sg}0OqfOi=OAc-Ei~Tww&qh?28mx1x_#8aO(*7)+<NS_I%1r zXo)(PHluj*h1-*_ovtyLT*u#avHs0Y#@wW9y^F+jf3H?cU8~aPp2=I8Kewd1D$8}v z*=Fr5->08hle=?Vc7`mud1~Q0uF9gPc1Ld7ylQm5&+jCCsG+H8>AN$DCQoKZRcxEP z^Nafg5iYZPF`N#&TWps&?RWgY(4S{nUE4Wl-}_1z&c4{paqm;n<rmy87B}=$uJf#| z&pzkA$S{)cc*<oC!<#J@_qk*Bxt8hWB<>D<yHTY4@7qTk>X%;mZ1qebuV?S`@Oh66 zV$}E+tb8l$Qu(Q@NKkt6`_kH~xuUzn9_*+I>HWGd?5&pOe7UR#EPJ+|4t-jp8~kT; z$2Y;8pX<brB<HlwJ8!{Z+h5p_%f{~UCF#S_M-27Hwd6d%=YF23y2L5j+W738xqJT| zI<h5lW)u6v<Nj*DyQ|)?hh&6`R(Z<q&a$bTU9EUjT%z*PuexIf-fh|aWl|dRTP!a4 z-(0;d?3~`QckliC7sj2=biI>Y$aV17#}8Y+EH(drSD<Un&Gvf*Uly8wcn~q`_uuxo z--^~{#d{i=E4-KNd)<CftNV_|=jG<!-`_9URKnV*^|dCr>M+lrng?kMx@NxErT?J) zIM?<YEA3am-9Ep4w^jLi{-=+QPYd?$VJevLqQB<!KmCt|8i%GotY*H#_;CBS8s<Md zEbgl>`h!G7rl0C$K2ZO#Z<hTDKQ7(v`|s8New8bk>vdzHM`8OKpF>7^iS^xkIuZ`9 z<B7Yt+^gW^+1bBm-_J{G=rsE{RV`x1v)R8&K7U?+aarTeeDlB=p--P(bed;YDbwm1 z<*@s9&5ob1eUH?*o&OXak~l|ncC1``sGG>sg{lYF-uzQD+dc3@lyI`RX?@V+=^9>E z&+c1r+U88wkl@!B->~(?N=2)+J5qaA^xs+LzxdThmFmYIo==>3>xzQgv2w9xc16*= zU#@;tNL}CGHGSpZrX`;j$XQh~m3(a4m{Bav{5$oW`o>e=uYc0{z3eT2hb~`;f4rN# ze#xS@TLmu|uVqe=Jklspadd@x&Z2y=`WFqi($@4Ic5CiGKFwuo+qrp%TMC_?%x~HL z=A`G5g9`Q1j^|GNQS&>bbKXI30iWe*)+sh8o9}Nglsn-!_bJ1y3CA`}J(MqWW!3cr zPUhZ2es_|%I5;8?9$a=;dD~u@H;#|5JT_x1((4iJkL^F9_pL=uV%fz_osXF>Ub%H% z`QRJT`uv>K2Hw^BCYh`a$^WIcCf*5SPGwf|nml(utC!L&?#3IRLgsAk+4^%~@Ymz5 zkG=}Ie(OA6l+gZR&7?;gH|K4RayiK9$6XLpA=<!iTw&I@c};Xk^R3)e%Zu7t_13Z* zmjBotdi1}a<;`W07qWhF{gRoIwIcP_<R{Y>y;op8zfr5+;q@vmu?K6|Y?@8@k0f&2 z=gQ~he^z2#Um0}5KvO#ZX6Y4+tx^_m1FoCSi<~#vMJ`&`e)mJqm=zbb4`1Gsu>RP* z&e|P+^4TUZC@0^a?B>MoVz*^dx`*h(g;PcOx9xF0wC`$_smZjdItz`LtA0sM6PiCW z^X?5plZ`CB%}<UkF{<B|%yUE1LRq9>7R!3;_J1mNN^0(REly<KHvOA_Ygzrq-qQ@_ zom{6Czhqq3_+Hj}@>`3#PE}iOb%WhTf0qZLjZ6v^g-JZO<bQkqPiQTbH{fF0+{ZR6 z?0y2*m6KA<PaZ0p-*~^c;&Ine?!$8TH_Z6iR;c~X^q8v4jBjW7YNt=Ee|u<pPWklR zy%{3Btou`bKVP>t+F3c}3PXIevV_E{@W&51(kD;L{IGrT6WtThw{36zdu(EM;n!;B zTd}<-?@Q}`aN2Oq{_TZ?i(99hdwjq{eT$+*?vu(shOnQLG(3b%4K{x%+^^zUwcKy{ zH3#j_vP%qC&HwFj(Ihy^z{3CNmD>sR&l%L;^cp;3oU`n!|Lof;+^aL#@0;j&ojdz) zWA9qqfNxhK%Ct9e$-G#alhL6P$o72V@_h+Y|293#wPQTI%XaJB0$Jk)+Z8#adlM(P zMzGrd`!LV#!kX0U4=lqfKjhgT<mK^fVlA3s_nK#$$nMvyMhmyDicXYy*uU2DoSEL= z8*%kwj4On{%{{N;aih?6=F9-`%`X29=Nu?Y<ndg_x>;t4AOA&vubY9~pXZo-ExEwH zc*=%_e66LvbGNO(YH;FKiMW(SXXBd*3uP4^|NnLT{r&yBt9jd{*}vy!co~K+TJA8z zmC;M#E^E4YRPgI|Q)%sY*?0a4uVmh8Bgw=TG~-I-*ZN7$?Z-ZDd8U4BbIzPYi`5vO zL<>ptyjAp^8-4ihT_aWo^A|qPKAs4WyLRnn=XC3sVrD;f<!49KD$eoWxSL|!|0!VV z5orzavdUC$#su}&UrJuFf&ncjjdVMdPjJ7py1IE5=e7>>`BCT2ZeW)*oNBw-Nm*&P zZ$ylIkA%hC?x1V+A5FX>y4lZeRN|dv(7A?Re@}?CdY_qji|U>G-ibG6FISLBtl0Ki zV?xHPg)Rb)B8*p#@bhurn>=UxV@~%7=?5{J7cFTLxc+TQeVKSuQ&7vBYtfG+-W<4N z{c4Ntiu~+rTV5<#6TVJi<>X@<-meU(7h#)mO7(}qk~Om76aAyPt`*hiRQ8^?{C3hu z+v`r@0iHuvB^mRs9LP90DJpvjL&eut1IElc-S&ACBb!&PC}BQvPxX;DORnOZ4}FWD z#a?iHxU$Jk_DYl1@dd&UyfhX)_Wg89)J$}C+WEsNsiLxaw<;1<ukQ}*OPOlCze`DS zb(x^0;USicx!t*;7XoeCro9s9sNb_|LDQ+n3KuyWvUesislKSVIHl!GMM22<j;hPj zr+$eqc_7Aj$MbRJ`unBl`U`A6#-4v)QL#vRX_@dL9fvC-rhh)M=S+y5E8hOMYQJ6A zKZ95yjlXBwCP?osV%__2ljr%nvTmPB<)^iT$~-^U{`SzO0==B=uMWf|-)(<n|0uP& zzV2A~)Wk_@{zW}|=1dBiV*b*YCrCH*<6ae3sg~8(3}m>MS5DBbbf`WmkdbOOH*Le? z8}(OAT(>4k?)g{n{hh3Da@-M#6(QSHHcVR>>OC)4MgDrDJ_p0y3=LMNuTDo9_N$oA zKH<`5WwYAjlI+jFOH^YH=6BmvSn`MUPO4fZy`w&$Zc()H)LYiJAF^5=I+eY2cT0a? zB^S2xmx|D|t0lT_wye>m@17K8>fV06%%|_}v4u@v59}{HT6z0r<-ad3iI?uI&iWMj zb)x@O_j5;i>e{~@S-q@UcS`xh1<H*zpN@)M7xXyat#Q(|g^yRK_-ODuFQtrz4^}T1 zFAvQ~vM4JQspodT7U>w~=O|Fc^_5MW;~1my+&#A2=dYL)9W1HW7k1g_{VScrG15sB zmYK;)nm9bj>#!?db-e4_HMgm!CH*y5M`R{MU7DNpEL!F3$2iY6i7A&>%$jp%^<vA? z5`QPFw@smG-JDYr`K4}KY`Rw1ZQ0vxtvCOTsbJ+Am#OaQK?mzS=WJ}*vh?$6e~;JG z=Xb<~oTxayP+9Bd<3m;N|D{O0XtH|Lbl}|X+s8Xjv`!Q^75whc?6POU#?2B(JcAxE zdK^7*G9{5=)zs-GDVa;7-_3pQw0Q|fqvO6O|0eH08oy#za>q=Ko)%@xa;8n)%i}E9 zAG*7)Kx3!clY=vVK2&Wl&6rdFcA>h;&xY>FGJf388xnf5^d)w_+U+ZGg(<J>9qZk1 zllE)=@Z)bdW~{}d{PRu{^SPA%s_91$M%x&yKH{<Hs&63^|IwTeA0KL+-JP*h-dgUq zeQ|Q<uIWE!3VzWE{;+k;xpt4e!uRBlT<PvhpCgs`kxi!a)QS-2FP|K@y9KqsF{m#r zK35xjp1<hA(u^eDBJrB#GF*OkIo(_t8ByCF-Zoy@E+``6SG4ii(&Gk87G7GNZf&@8 zM$6hIQx0UwRF+>fGw}RwH*v=t)=v-H&+T>p5`506_0Tm|m1`B#i%aKn8>wF`Dl+*t zMb31!<C9YRyWfumw=A`;lincoo>O(3CgWC(`rCV)=C+#sQA^k(ow=uLK37qUS^W(U zu>&>5ABw)^O*|84|ETk<#LnZt=A55j7!WkU$K2L1Gv?jxwy%e8PBDqUX~`cT5PMCe z)`)es+=;r6->ztsE2N7&N}VVY@lnT^HUFbd^~dg>>_-QFPMLmj#?7nyt@9tMeXI)M znZEpe#tpgpEkBc|{`wNb?zMT=i@N>3hUE)mre}SgALV^>vCO~f&VQH1YPm(r-kkd} zOG^5)_>9bZb~|s(h`q3wzs^=y^TxD?tG~G!F}V9w%bJz7vAcWnemeZZKIdxM^h?*J zBs*_aoswBUk9|+zvdUfMaRKM#EEihM`CFJ|?EdjW+1p*ywno(l?+ki&?#@C}4sE|z zF_p*pRE(FLmvpG<PxvC$I(c7)?plMiqd{UR!WX97TC_(M9nkoxC%$i<iT57w>u(os zKRTDadD5RPD&HPD#Xr3yY-M_9_wm)-Z#SGdvP+43P1DW=JE9ud(wQ>5;%)_<-oY0j z=-a){^+oswmo0l<{Jmcvv8I0C@0W*Hm49LFVqL0#rl#=wL+LGn_1j*2+Hh-X!zPE# zRjc0LtKPgiaIWa}Rl%2^KJF2%VclE1<Iby>^^E(^Ux@WSl%d7>QS8|#muVWC8Ex+! zT3--w@%&yTrM(Ytb=FQeJ-y1_b8W1m+S$b=d{-`bU-l7Ny<>l2$|u!Hi$5Fd6|~j| z@EtDaGWq@H)D}<PAC{@FtW#%mA3DBojauuz7;P7UA6nY)e^wo@-cq2!ez_@I=y1+| z`#rUnUsYZCwJW8HVdmcC^`7BpIhCqsCeJ+cEUWvIvHPc@UH|QEJ8Ql!*s@Pn<#lV^ zhleX~CD<)*<=#Ad-E!-t>()81xz~8_X7rVr9yeXjo-56I^R{}`?(4H^_AbBU^Kgek z>9<wy{;ymTzHW>8vB+1Cr`-N&y@R_iYR(;B#<+{W5-Z-?+e8Y53GDdazyHG@cCDFv zA|U;V)6<yuF#2upn9h8Uou%yhtTPbdy7|m|>)%Z~z`sanr`YTB{Py?v`0WklQdd!& zC$O|}_Akvj`5o$vIX9M_<E`DqusvpP)sA0PPnr9+e{!FfkSwvj>({Hx>G`3DZk^XY z-@B=#)NICAt#7vG9KsE&ul~KNA1-(Q^6Y!&U&9-=^=`h|ntcDPQj%s_@OAT?8?~$b zrSE^Xd0r-4U*&gyrI%U!llAk&MJm-powv_9c`-V-=>+fO86JKr+t1E%y1F&P$~XL6 zwBzOFTGM$O=SKYA_&M5LLVDJfE^&SJn=%<M_2ugqoiv`Xd}Z+JQ~MHTO}$WcS@!cY z$)3wce*Wlr#=rK2^~H6}0djhmubI8?Gw@vgA?Mi_U(Ki;n>0A<Pa8d7XP!9CqCWVw zLfJW{`uz{N0y=D-OM0<BebAipSiR_jaet+o2K&Nm3a6FUuj2N-`g8i$_m)j=$4lSD z__g)w&sr98-*Ch7e8pSmJOtRIw$7cmzTfHSMAt2+8g8=~)bv`cT55W0!u91|3-0V; zSfVtoBUXO*yDxv9J*%->Klw&|VYx=czSZ1U{#>z)InOd_f<r{^14HX?OV{OlUNZc2 zL$m3|^AEqy-!!>sdW-q@iFWgho3}ezf5kniy7?eox%pjQ${PdY&+cY#+M~_AlD!$P z@^V$4S7W;KVjZjV6%z~j)IyaH3cDu8K30F+`eTyWk`=ODA7_WyPG0$W*~TvijnCAl z9-MyYhVLGh6n33dNy8&fYBBa4iz`k(iP+z=HTKYqi;hMojhoV=9~Wfi-z%*wl-an* z;KTGUG0!)>y7IX>Az7e)?u}{O?7D*g4d3hyH2AY?>nzE8LZ9wWP3ybrGXIHjTABa- ze))S7*^<m}=k@+^o}YP#$*U<SOLWe)xD1XfEcK2;nW}bflls!Xec8KW9s@^e&z#HY zS6Fj$epRJcc;6^;vkBwX(&BWl`nBTMDwQ8sKCev4VVGmMV8u3-SJ!K<na<bwmi6F{ zkeT9jp9|tT(Z=$ZO&Ff-T_SMRZqqlWBGwkSu1UQjzKYKtnVo6~F!_F}@>o;wp$oo- zvv1{y>ZGl%x1OE$&%kzX>*K>6Pdge;dUA+NVC7T0{oq6l3uE!iRaZ=!qA%+G+7RQ| zk~ryrl3R)M>0QEnD)O2tH}60BalrDKN7E4(@2IPbtoeEz)LtkkMkYz9@`lwN{E+RR zwki42!9eYO-!_S!+4bg*>eZPF<<p`HZmBRg$3#3A_dB+H&$Ie1x*`>-OOMGlg)?fJ z=ckr#?A&QBWO8epqKdZP0{+(`Cg&r|PgGfKlB{_2_x#7am4(bU{<lkFBVux!^q0Mz z?EA#YC@4;3Rer_YC1ML2cdfDVX5aiO=+7Z<*?=rZ38yvc>io=$C9ZPJ`tP5=h|A}B z>d74iHEUg6PhHuP)yH?UeqO<&cYSI%)@3BjVamK%AR>R}@2jKp&RT3JJL9i@@r7jF zQY-NbH3BolC54YiUQ$VDG&Q<jxm0RP*b146?-|##Zu`!Bm^;kr&2Pz#@0U-jUBY@a z;NBDyUl&IG<>zOFCkW<DTV)xsW1p_K+ySP!?=~+>c=qnyEYHIydDjOPw1$4D=UiJc z?eUcPx0L<4vN(0vB*VL!D#L3yq*QbtZFPtgpS65}XP~Iq)UQ3Njc5K&dnIPfXwS8) zwWws<+S#o#2jf;f^PjQegWN^2+*u5|zPW;`B7YLof>yW2J-c(-+4)hEX^2FkdF5G= z3tsEu8{WrHR(vq$q}K=5c!A}5_X9KAx$A#73NS8xba|#>aDh~VVgJuQBh~{cb9*+t z_YGwi@cO#UaO=m&{E~9RiA){uX5Q5m^XxvfXYc;%-`B*P=B(k?xxMi51?NT=hsC?( z{iGfyUD|QnfkEp3v9kwlO)CY|-?6Q3J!l{O!D7l^{w;P3H6=xl-rKn6QQ-YK6V<}H zEKJTd*E5_m;%XC$d;22Vi#PUi>-1FJ14cp*{yo(2ZD_x6^F^J7VASHto@PGNf329n z9qcS2+J0c&(rs?DYjQgFF}uDz%5>=m_Y%)-ZcF?E>u3F0U%x9&RqnHy{w~j{ryH)- z=4z)#|G2&FLH2s9g*y$Fp7?Zv;YWhdBmQXTEg8J}tSwjTg<gs9Fo_54^$cGtP`~Ea z_hot>xi=X;8gd-s^b}4G@RXg<ytQM4--HZ~LrkZa9G-OSci7c6*JPaS&+%p+%scvK zzie0M6eDG(s18Z{nZb4sS*sEPCw9v|&8&Ns^7ze#n9tKEMws=lW!bfKU&A{;9kzq@ zYiotmH{Rp0n62FKb$Y$R4-YZV=3VAH`4x7!9A984^&_j>>!`rDttmzu$|{SFO^lII zC=fY1bJoV6i)Oj0a28K0G-wHU@<3tY^gs7xKY1C)vzl?K*E)YallkD}i^R<;CLw($ zsm`+s9p^^9eZ2M9B8FwY-@J{>c20TI^<kf<;dG8G?z8rk?s|Cn+2^y%?d$88F}8o{ zJEZ&V&xHFmla~c7c#vlK+4u_|!|A@Atm*4EY9IQ}Fu{L9QHar;d1rP{R7`n(qV;ml ziJ1Y8C%A;KRQz75<g#UJPSNi!gIC!r@1`{}w5*(%&EB(kvIx)N<&`z}w<piH*uk5@ zCj2^R1LvJH$K572`MyeP>@~faw4`#v*7_O8rtfhO+sDHnn?HN+N~K%B>TP!(w2ZcU zq3o7dv+2Xam{68CEYqquCa-@W^V5W(JuLBL&jP#7q>AkhPwqYyG;%XKV=imZ<umK7 z%%OyzEP`@kzUw~D|6<(GaJ4<{8=GIly<;u%R@dZj>1>&=)0APeZ)50;lVY0%f66|K zTKzhx{z+=;r0X`-9K7zAG8v!y+n%>OaUj3=bk&@uw#N!PFGcs&ioWw$dg5eeg+kzB z&n&~`dnCm33*!Y6wU3x;@=VyYvSsCxHp$mHX$h~4U5wMt|L8eBhhazZn@=l4I=v28 zEcQO=@oBn<#!2hMoZk^GmOgBk=dmu+UTJ-=cG)l41&it@u}1%#lDuVod#Qvq^Yibu zdnFV<-b$%(oaL7!*0-I{^-M{}oq%U%OHIV5rRFa>wxN4bP1a22JDkOtS&N@sGbqnz z(c8}*$86`W=X3AbWx2Php$|lM^Yt5Cm}wz7%U<S1fAh=cG?D7ODL1Zr<evX;zSsZb zD;tv}#|W7xP8%3<>g{DZ0*^NK#<})h-V!Ji#J+vaq}x6>-?V3>sIduioMmS9wcDuo zF1NCBhJ?JYk95`^?Jb@n4YKB|1KxYR+xYU%gkP~MI6{(NF}R%Dy5;TmMJwGEWy9XY zGkn?O{;6V0wY7&s)w}J<f<~VUR?e^3^-*8AR_^!pO^au@Z#{DHlniTqr1A5abJ`{^ zKiG0#EP2bng-#|r_B=nl`uF$u2?vY+eSG!Q_|Vhx11zUxGEVOZJ6^eqRi_|Usq5UO z*9s4{nR0cGL@xSbZF7;EXVJ%V?-zyM*mSH@moZ_IF7Jo>ol9pvRODRhV3L$$H+|k* z{_Hh;5$c!Q-A*d3>=dl>E&Zrd;C<W5(B>z%)9vrov)Mi{?Wry^aPP`&HLUij_o`Z^ zfBEx;@9*yZ{vEFWy!FVX`3-_sMB~2v|HJ+xo<nHyiRp=}m@hFVZ#P-Zynu_vIrjD& zNVD?IR^|is_vUrymo6<{UB2J0=JzY#SNTCV6gvypr?$mOE!kkNJ5OWA2LJ8re@t$* zc>3&h`|SJqOcIatn>^KKNF1I0sOIzM_5YT&?8`Ubw|rB{=SH`A=7kTc6Q?-rymjaP zpNhw)E&uk<Gw0jmv(aULOQMg{j>y^b^ONu2zjs%c@Av#zfgiW)(;h_K;}r2dd;eZz znB?u^le!=JH$J^k624fzeBplCzI*S?xR%+bgv5!Q4LE&gPj2bG$aOPb$37Iec=zt~ z4}q5!mpktH>#SyPR^PFs{W(j7!h`(0<{yhW{%+wulym!w)Kgz!CoVhVB@4<<6}ErZ z;LV$P?Dn=(+_6RZ!P%N8q@LF=n>_8i1;5z#nAA53R^5EM!ev?>;x`<hx5$RMy-BDG z4j0ceWB+&S*&27pu2UlK*G%r)zbVzn;Qstsu@d?AHrlERtiRSz5^-QL?M`;vXfL_@ zK+Uc-r>?x87r6ZD@51}7H&r$+PuhC(cfypyid?gcXL1g->@o3n->hit**x>&sro3+ z83{b!TtC&bFOS)nAMdBR_#LCS+1o`c+lq5{7M&}fxPNcK(!44?n^PCQACt1mP~~Np z@fGKr%I#?5arVl#^NmxgE??2#x$?@|b>6}9JG~_AW~TeDkAK4u`1;7|`j3A<aQt0h zzGcq$Dcv#xp3j!PT;9Cvm~H2$y|vGFlud8ysjs+tQ|#!<uetUUw2l=pBsQJNJZNby zI?s~x!I{<zh0ms_vNAItO$lCIeR}R8%bVX0pA=bMn3%bEv+>abR=nlqyDp?fz3Sws zcNSE-v+dbF&lyvCxo(Ah_ekx}spVI0dU93oM%d+t7Z&}|&Nf<-E_g`n_pWpDp5==| zE;RH#TGCx!f2L;QVMZ?F3A?&`R6<)@nOwqI*Hi_*+M(q1<;8}H))FG?X7IK>-!$jl zuRA9`_-$TyYjS3)=H>Zfk6CYReZ1pz>%r5HC!}cakePG!%kpEBOdD+))DHAbV2j@3 zX`{Joj?TS(jvp)eoSN;F?YB?;C$vj=;fcMMB_x7oZK~VIyiZiPe%{@8ae3wYmpK}U zhPta6&d8Xm{MAWS-}@7Hwbj>~uez4se)_0~L*&H4LkT52^=B?{^)q?DQ0qE_R2Gwv zTk47oQSl024TS@n(w}rMp8I|C;-{aa7q6bwUA}yeU6%Hgc?*5Ex}9gy`hV+G+JS2I zPg8F)y_){wk8_(<@h{fas&y;t?>xD1ZIiC!q_q*kr`EB4&`I_><L0~hvY$3b>8@O> zdrCfx>%F2+r@AT5$<BEZ;?P!d%d99@^`585$;LYlyTl`ZUW;YD@<Z#;QQidWy9c(E zdzpWj=K6-^{e?>DxW<jTCAW*^Zy%}Q4ci$|<2pk(yuLuR{EVf?qvvz<=g$w1*-`J3 zUsTAJ89ROQ=JzT!9*^G6|Ng2_sPgxh%@$uJa_s%CEVuZoDcEs{<*dkB<tYI?vjw)+ z-`|zEJzr6r;k%dnv3HZtd50v<x_m;b;(o*oOR+o${RU-Si_&g|MU5^mp5-!jJ2Y3S zr1v+wwn+FM*uwT_Uh$_JyH(;RiM;r_b?dW;`q!TrABBI}cj~$Bw+YAYtc!H%E?;G^ z;$1-@r*&OTZ{Vre;O~_e_seK%O0ipL{p*}#vr7BJJL4ELZ<Z-dB4;>WTE6JG{HaRP zoOjyKqNw##-X{ul&Mf#=-IL8YC;D`sRNI2MFp=HLi@tvR`9hsf=+L8L7kjO{)hjRW zn;FMwJZD0^^9F^l&F6kER5oIkXZzLEew6RZw)&{MCqL9H?x~EQ^FUxlvBz#nlgX10 zGP*eI;9zjb>M&{HabV4SaD>_0wb<_Y_N8uI=c~7CCg>`wZr!j)P3uYmyTJQHcYSti zN3oPK=Ok_wHT6(@uyW?X*aQ5&n~&(Kc4~T@)M&4^{4SvBRxji->t&S1RKdO*;U>C5 z?_0B{FeWXZZS`)Cfy=vx0!oiBN9R4gBF>dC-}bu_TbQ_W`mgTSud8?P&AjyLUCxR| z<$louxnpluq}E-zo47(Hmu-G;*qrb^b|!@_D#mNhoqx2%p!C%zsixX3RVU{>jXw7$ z^Xiscs+U=R=H1+rU3b~FK7V@1J3s!T$(wzy`1z)u`tvC>XWf)flT?1_l&o8HAz165 zh*kRkX)AO8Wv~RT*r4Y2VrjCGdY)XenCT&gqnh)Zxt<pXD8x0Xsu-|sah(21b91wz zOn|0%<;tJR!lnK<Wee?FS04QKp8ehQIeprx!TTr7T{~^9>ghJMQ;MxlH#+NEBwHj) zE#F^La;-mA9e3dEhDD3FmX&17+`k?6{QWeMJwDc-Kjma~_^Y1IInik2zcp~%ccZ0t z+*jQ=d3uzm{e3-0Pvpv!P9ARw^UIx+X1rG|T(9kEqaL}YXu@%o)4B(ogswcu;3?9I z?C!8>dDGbW>gQaa?YqPkE$<iKa*w;dp#F$BC+oMa0E?`bQ9_b^tjFG+3M`7Ke_E#h zc=zqlQ*CoDt+7ANaq!C18@an)I`(~P4o^-{O1bJJ`%tUJBkERG7k{hO^c<&c@;~m` zofF#lLW9X&YrAyy1@YMZ7g_C67{6O){jXlW^SjmifNxA2Z5f+|qIIsYUt?33Qf)f@ z{e^3Nt?D$<p9#qcm#(PvnLe^UFzvhB>Bkag!Ui|)@LuA7>@bVF{Qh~N49Sj1qUvwW zlvdAqyJX#@yj#1K^?f6+)ZH>#pYwQ$#P^WZ)lOkHx5LhE6a92J^xUsM9a6g%Sw0Dx zeBh?v2HUc;7j~6P)m_uvdFqtC^sl4uo8Reun_}#J@r-``j@4&(|5@|1RCHDNdEN_7 zo4q(C*Ymag6`m0xY|S}i>BHBTaz&Q!6k2_@Kgi1Dtj3{*+2`^WY|PFSba@eVT~2+0 z%PmJY&wt6maXZ}p^sH5|ovjiw;h$s8v>CIX%yhAO_&8wc&RN`ZZZ1^Q7iX7ON_08N zoAcS+XWQMti0`^LIeqIF%xO4oWiS5gvPpW#6Ze=`kNX^du>3frn4V+tRpb%Jygj0< zH@7s*sdQcc=F6oXM~~lUZvU@v&VK)!MQVx5$7`;RY#g3DPP{Y;zIC+Kll{@%g|Gh0 zu(ulX1+A9(68lcBb*9$B56rvb8Ds^2I>=4VSoz1kW{OXZNKlsZ^tDV+l<TXub02-^ zpssEGrT5_6PqK%dUm9*-_TbSM=SHW`HYRr~YogmkePctKcl6y9%22%aso5?3RK)iO zO{<I6=!;sJoMBux>7SH<qV~=6aSuc$?RUAj`n}PN(A(4hFr0Yb{o^p_^Y#Fh)aLgU z&os)OT<^Z$_r#r7=Ijqg&mP+%K54G!^^JdY_;zmzPCtHK_{YmPb%$!-xH>+nd)Ule zVtr!i#mBaL&uDxIdDeE$@QJO8V%ME~J;D9De;f>7nndhT{nppW9`fm5R^I(BJj^#+ zzbI^JsCl%su4w9WW`PRr#1nT!wZHf9{#)|?qW_$eo02)FKeSHe&*D+MvVzNEVkqN! z-ZcjG(<A@9Zhmp=>Ku=_=~KKnrrowRJJNNdXi}`SmEF4#?}gWt^H*rT72&j-A^T~2 z$*1Fg8J5oL>}6X$z43y^f6==JQlE;SO}RX`<m#=bT)EqSY)yJ9etz;#UHyB1mj-CW zEmeFZ<Kx=++HmiWj2FhT2Wp>g{~$K0>(!$l5f;fmv)kU+pW*U)?5{sV;>(Y93a5Py z)uYaGI9m&UdX;`Ka6#mvElcXA2l!^1EfJZx;Pb6mc{`i${&kzmvTXzt{=5td|NPv0 z*R%K8>_>I{)!y%Q6H9#6_{f6o!qS(Tiku(L=C$etDb*bpmu=3`;+rPZbLLz4%0DY6 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 diff --git a/docs/en/txt/Bugzilla-Guide.txt b/docs/en/txt/Bugzilla-Guide.txt index 6bdee904c..454d13864 100644 --- a/docs/en/txt/Bugzilla-Guide.txt +++ b/docs/en/txt/Bugzilla-Guide.txt @@ -1,8 +1,8 @@ -The Bugzilla Guide - 4.4.7 Release +The Bugzilla Guide - 4.4.8 Release The Bugzilla Team - 2015-01-21 + 2015-01-27 Abstract @@ -332,7 +332,7 @@ Chapter 1. About This Guide 1.3. New Versions - This is the 4.4.7 version of The Bugzilla Guide. It is so named to + This is the 4.4.8 version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. The latest version of this guide can always be found at diff --git a/docs/en/xml/bugzilla.ent b/docs/en/xml/bugzilla.ent index 5ff2e65cf..df9f9671a 100644 --- a/docs/en/xml/bugzilla.ent +++ b/docs/en/xml/bugzilla.ent @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.7"> -<!ENTITY bz-date "2015-01-21"> +<!ENTITY bz-ver "4.4.8"> +<!ENTITY bz-date "2015-01-27"> <!ENTITY current-year "2015"> <!ENTITY min-perl-ver "5.8.1"> @@ -52,11 +52,11 @@ <!ENTITY min-io-scalar-ver "any"> <!-- Database Versions --> -<!ENTITY min-dbd-mysql-ver "4.001"> -<!ENTITY min-mysql-ver "5.0.15"> <!ENTITY min-dbd-oracle-ver "1.19"> <!ENTITY min-oracle-ver "10.02.0"> -<!ENTITY min-dbd-pg-ver "2.7.0"> -<!ENTITY min-pg-ver "8.03.0000"> <!ENTITY min-dbd-sqlite-ver "1.29"> <!ENTITY min-sqlite-ver "3.6.22"> +<!ENTITY min-dbd-mysql-ver "4.001"> +<!ENTITY min-mysql-ver "5.0.15"> +<!ENTITY min-dbd-pg-ver "2.7.0"> +<!ENTITY min-pg-ver "8.03.0000"> diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index bafd9184a..3b7cc2994 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -45,6 +45,17 @@ <h2 id="v44_point">Updates in this 4.4.x Release</h2> +<h3>4.4.8</h3> + +<p>This releases contains the following [% terms.bug %] fix:</p> + +<ul> + <li>Fixing a regression caused by <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1090275"> + [% terms.bug %] 10902750</a>, <kbd>JSON-RPC</kbd> API calls could crash in + certain cases instead of displaying the proper error message. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1124716">[% terms.Bug %] 1124716</a>)</li> +</ul> + <h3>4.4.7</h3> <p>This release contains fixes for a couple of security issues. -- GitLab