Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

bugzilla-5.0.6-bp154.1.30 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: bugzilla Distribution: SUSE Linux Enterprise 15 SP4
Version: 5.0.6 Vendor: openSUSE
Release: bp154.1.30 Build date: Thu May 12 02:54:37 2022
Group: Development/Tools/Other Build host: lamb57
Size: 6610209 Source RPM: bugzilla-5.0.6-bp154.1.30.src.rpm
Packager: https://bugs.opensuse.org
Url: http://bugzilla.org/
Summary: Bug tracker for software development
Bugzilla is server software designed to help you manage software
development.

* Optimized database structure for increased performance and
  scalability
* Excellent security to protect confidentiality
* Advanced query tool that can remember your searches
* Integrated email capabilities
* Editable user profiles and comprehensive email preferences
* Comprehensive permissions system
* Proven under fire as Mozilla's bug tracking system

Provides

Requires

License

MPL-2.0

Changelog

* Tue Aug 31 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Add modernize-bugzilla-submit.patch:
    - Port bugzilla-submit to Python 3.
* Sun Dec 13 2020 ecsos <ecsos@opensuse.org>
  - Use apache-rpm-macros.
  - Put apache configuration files in separate subpackage.
  - Remove %service_add_post and %server_del_postun apache2.service
    from spec.
  - Fix two rpmlint errors.
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
    shortcut through the -mini flavors.
* Wed Jul 17 2019 ecsos@opensuse.org
  - Update to 5.0.6
    This release contains a schema change to the flagtypes table,
    allowing for many more flagtypes.
    - The flagtypes table should have been using a mediumint for
      several releases, but due to a bug in the schema migration code
      this never happened.
  - Changes from 5.0.5
    This release reformats the code according to the same
    conventions as the popular Mojolicious product and includes a
    .perltidyrc to do the same. You may use whatever coding style you
    want, but all files commited to the repo must be reformatted
    according to those rules.
    Additionally, we no longer follow the same release process as
    before. Releases will be more frequent.
    - As it is now 2019, the bugs_fulltext table is now InnoDB instead
      of MyISAM. This may cause upgrade headaches.
  - Update german language to 5.0.4-2.
  - Drop bugzilla-de-tagfix.patch because now in upstream language.
  - Run spec-cleaner.
* Fri Mar 23 2018 ecsos@opensuse.org
  - update german language to 5.0.4
  - Add patch bugzilla-de-tagfix.patch to fix "missing closing tag
    in german language pack" (boo#1015765).
    Thanks voorburg@gmx.net.
* Mon Mar 05 2018 ecsos@opensuse.org
  - update to 5.0.4
    This release fixes one security issue.
    See the Security Advisory for details.
    - checksetup.pl would fail to update Chart storage during
      pre-3.6 to 5.0 upgrade. (Bug 1273846)
    - editflagtypes.cgi would crash when classifications are enabled
      and the user did not have global editcomponents privileges.
      (Bug 1310728)
    - The File::Slurp would trigger warnings on perl 5.24.
      (Bug 1301887)
    - All the time entries in the 'when' column had the correct date
      but the time was fixed to 00:00 when using Sqlite.
      (Bug 1303702)
* Wed Oct 04 2017 matwey.kornilov@gmail.com
  - rename bugzilla.rpmlintrc to bugzilla-rpmlintrc
    to follow guidelines
* Tue Oct 03 2017 matwey.kornilov@gmail.com
  - put bugzilla.rpmlintrc into Sources
* Tue Jul 26 2016 ecsos@opensuse.org
  - update german language to 5.0.3-1
* Thu Jun 16 2016 ecsos@opensuse.org
  - update to 5.0.3
    This release fixes one security issue and some bug fixes.
    https://www.bugzilla.org/releases/5.0.3/release-notes.html
    - A regression in Bugzilla 5.0.2 caused whine.pl to be unable
      to send emails due to a missing subroutine. (Bug 1235395)
    - The Encode module changed the way it encodes strings,
      causing email addresses in emails sent by Bugzilla to be encoded,
      preventing emails from being correctly delivered to recipients.
      We now encode email headers correctly. (Bug 1246228)
    - Fix additional taint issues with Strawberry Perl.
      (Bug 987742 and bug 1089448)
    - When exporting a buglist as a CSV file, fields starting with
      either "=", "+", "-" or "@" are preceded by a space to not
      trigger formula execution in Excel. (Bug 1259881)
    - An extension which allows user-controlled data to be used as
      a link in tabs could trigger XSS if the data is not correctly
      sanitized. Bugzilla no longer relies on the extension to do the
      sanity check. A vanilla installation is not affected as no tab
      is user-controlled. (Bug 1250114)
    - Extensions can now easily override the favicon used for the
      Bugzilla website. (Bug 1250264)
  - Security fix:
    * (CVE-2016-2803)
      https://www.bugzilla.org/security/4.4.11/
  - rework patch fix_whine_error.patch because most now in upstream
* Mon Jan 25 2016 ecsos@opensuse.org
  - update german language to 5.0.2-1
* Tue Jan 19 2016 ecsos@opensuse.org
  - fix error "Undefined subroutine..." in whine.pl
    https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
* Sun Jan 03 2016 ecsos@opensuse.org
  - update to 5.0.2
    This release fixes two security issues and some bug fixes.
    https://www.bugzilla.org/releases/5.0.2/release-notes.html
    - mod_perl now works correctly with mod_access_compat turned off
      on Apache 2.4.
      To regenerate the .htaccess files, you must first delete all
      existing ones in subdirectories:
      find . -mindepth 2 -name .htaccess -exec rm -f {} \;
      You must then run checksetup.pl again to recreate them with
      the correct syntax. (Bug 1223790)
    - Emails sent by Bugzilla are now correctly encoded as UTF-8.
      (Bug 714724)
    - Strawberry Perl is now fully supported on Windows.
      (Bug 1089448 and bug 987742)
    - The XML-RPC API now works with IIS on Windows. (Bug 708252)
    - Some queries should now be faster on PostgreSQL. (Bug 1184431)
  - Security fixes:
    * (CVE-2015-8508)
      https://www.bugzilla.org/security/4.2.15/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1221518
    * (CVE-2015-8509)
      https://www.bugzilla.org/security/4.2.15/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1232785
* Fri Sep 18 2015 ecsos@opensuse.org
  - update to 5.0.1
    This update fixes several vulnerabilities
    https://www.bugzilla.org/releases/5.0.1/release-notes.html
  - Security fixes:
    * (CVE-2015-4499)
      https://www.bugzilla.org/security/4.2.14/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1202447
* Mon Jul 13 2015 ecsos@opensuse.org
  - update to 5.0
    https://www.bugzilla.org/releases/5.0/release-notes.html
  - update german language to 5.0
  - fix no acccess under apache 2.4 in bugzilla.conf
* Tue Jun 23 2015 ecsos@opensuse.org
  - add perl-Module-Pluggable and perl-Object-Pluggable to Requires:
    because it will be removed in next perl major release.
* Thu Apr 23 2015 ecsos@opensuse.org
  - update to 4.4.9
    - Users who are not in the insidergroup were able to determine
      if some specific user made a private comment in bugs.
      (Bug 1151290)
    - Due to a regression caused by bug 1090275, the WebService
      methods Bug.get_bugs and Bug.get_history were no longer
      allowed. (Bug 1154099)
    - Bugzilla now supports the new .htaccess format from Apache 2.4.
      (Bug 1121477)
    - A regression in Bugzilla 4.4.3 due to CVE-2014-1517 caused the
      admin's password to be ignored when starting a sudo session.
      (Bug 1132887)
  - update bugzilla.conf with new from .htaccess
  - update german language to 4.4.9
* Wed Mar 25 2015 jweberhofer@weberhofer.at
  - Moved code from .htaccess file into bugzilla.conf
  - Removed BOM from bugzilla.conf
  - Explicitly set directory rights for gernam language pack
  - Cleaned up spec file
* Mon Mar 02 2015 ecsos@opensuse.org
  - update to 4.4.8
    - Fixing a regression caused by bug 10902750,
      JSON-RPC API calls could crash in certain cases instead of
      displaying the proper error message. (Bug 1124716)
  - changes from 4.4.7
    - The Bug.add_comment WebService method now returns the
      correct ID for the newly created bug comment. (Bug 1111043)
      Fixing a regression caused by CVE-2014-1571 (bug 1064140),
      comments made while setting a flag from the attachment
      details page are again included in the flag notification email.
      (Bug 1082887)
  - update german language to 4.4.8
  - remove cvs check and add git check for unneeded files
* Tue Oct 28 2014 ecsos@opensuse.org
  - insert BuildRequires: apache, so apache dirs not owned by
    this package
  - insert bugzilla.conf for apache

Files

/srv/www/bugzilla
/srv/www/bugzilla/.perltidyrc
/srv/www/bugzilla/Bugzilla
/srv/www/bugzilla/Bugzilla.pm
/srv/www/bugzilla/Bugzilla/Attachment
/srv/www/bugzilla/Bugzilla/Attachment.pm
/srv/www/bugzilla/Bugzilla/Attachment/PatchReader.pm
/srv/www/bugzilla/Bugzilla/Auth
/srv/www/bugzilla/Bugzilla/Auth.pm
/srv/www/bugzilla/Bugzilla/Auth/Login
/srv/www/bugzilla/Bugzilla/Auth/Login.pm
/srv/www/bugzilla/Bugzilla/Auth/Login/APIKey.pm
/srv/www/bugzilla/Bugzilla/Auth/Login/CGI.pm
/srv/www/bugzilla/Bugzilla/Auth/Login/Cookie.pm
/srv/www/bugzilla/Bugzilla/Auth/Login/Env.pm
/srv/www/bugzilla/Bugzilla/Auth/Login/Stack.pm
/srv/www/bugzilla/Bugzilla/Auth/Persist
/srv/www/bugzilla/Bugzilla/Auth/Persist/Cookie.pm
/srv/www/bugzilla/Bugzilla/Auth/Verify
/srv/www/bugzilla/Bugzilla/Auth/Verify.pm
/srv/www/bugzilla/Bugzilla/Auth/Verify/DB.pm
/srv/www/bugzilla/Bugzilla/Auth/Verify/LDAP.pm
/srv/www/bugzilla/Bugzilla/Auth/Verify/RADIUS.pm
/srv/www/bugzilla/Bugzilla/Auth/Verify/Stack.pm
/srv/www/bugzilla/Bugzilla/Bug.pm
/srv/www/bugzilla/Bugzilla/BugMail.pm
/srv/www/bugzilla/Bugzilla/BugUrl
/srv/www/bugzilla/Bugzilla/BugUrl.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Bugzilla
/srv/www/bugzilla/Bugzilla/BugUrl/Bugzilla.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Bugzilla/Local.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Debian.pm
/srv/www/bugzilla/Bugzilla/BugUrl/GitHub.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Google.pm
/srv/www/bugzilla/Bugzilla/BugUrl/JIRA.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Launchpad.pm
/srv/www/bugzilla/Bugzilla/BugUrl/MantisBT.pm
/srv/www/bugzilla/Bugzilla/BugUrl/SourceForge.pm
/srv/www/bugzilla/Bugzilla/BugUrl/Trac.pm
/srv/www/bugzilla/Bugzilla/BugUserLastVisit.pm
/srv/www/bugzilla/Bugzilla/CGI.pm
/srv/www/bugzilla/Bugzilla/Chart.pm
/srv/www/bugzilla/Bugzilla/Classification.pm
/srv/www/bugzilla/Bugzilla/Comment
/srv/www/bugzilla/Bugzilla/Comment.pm
/srv/www/bugzilla/Bugzilla/Comment/TagWeights.pm
/srv/www/bugzilla/Bugzilla/Component.pm
/srv/www/bugzilla/Bugzilla/Config
/srv/www/bugzilla/Bugzilla/Config.pm
/srv/www/bugzilla/Bugzilla/Config/Admin.pm
/srv/www/bugzilla/Bugzilla/Config/Advanced.pm
/srv/www/bugzilla/Bugzilla/Config/Attachment.pm
/srv/www/bugzilla/Bugzilla/Config/Auth.pm
/srv/www/bugzilla/Bugzilla/Config/BugChange.pm
/srv/www/bugzilla/Bugzilla/Config/BugFields.pm
/srv/www/bugzilla/Bugzilla/Config/Common.pm
/srv/www/bugzilla/Bugzilla/Config/Core.pm
/srv/www/bugzilla/Bugzilla/Config/DependencyGraph.pm
/srv/www/bugzilla/Bugzilla/Config/General.pm
/srv/www/bugzilla/Bugzilla/Config/GroupSecurity.pm
/srv/www/bugzilla/Bugzilla/Config/LDAP.pm
/srv/www/bugzilla/Bugzilla/Config/MTA.pm
/srv/www/bugzilla/Bugzilla/Config/Memcached.pm
/srv/www/bugzilla/Bugzilla/Config/Query.pm
/srv/www/bugzilla/Bugzilla/Config/RADIUS.pm
/srv/www/bugzilla/Bugzilla/Config/ShadowDB.pm
/srv/www/bugzilla/Bugzilla/Config/UserMatch.pm
/srv/www/bugzilla/Bugzilla/Constants.pm
/srv/www/bugzilla/Bugzilla/DB
/srv/www/bugzilla/Bugzilla/DB.pm
/srv/www/bugzilla/Bugzilla/DB/Mysql.pm
/srv/www/bugzilla/Bugzilla/DB/Oracle.pm
/srv/www/bugzilla/Bugzilla/DB/Pg.pm
/srv/www/bugzilla/Bugzilla/DB/Schema
/srv/www/bugzilla/Bugzilla/DB/Schema.pm
/srv/www/bugzilla/Bugzilla/DB/Schema/Mysql.pm
/srv/www/bugzilla/Bugzilla/DB/Schema/Oracle.pm
/srv/www/bugzilla/Bugzilla/DB/Schema/Pg.pm
/srv/www/bugzilla/Bugzilla/DB/Schema/Sqlite.pm
/srv/www/bugzilla/Bugzilla/DB/Sqlite.pm
/srv/www/bugzilla/Bugzilla/Error.pm
/srv/www/bugzilla/Bugzilla/Extension.pm
/srv/www/bugzilla/Bugzilla/Field
/srv/www/bugzilla/Bugzilla/Field.pm
/srv/www/bugzilla/Bugzilla/Field/Choice.pm
/srv/www/bugzilla/Bugzilla/Field/ChoiceInterface.pm
/srv/www/bugzilla/Bugzilla/Flag.pm
/srv/www/bugzilla/Bugzilla/FlagType.pm
/srv/www/bugzilla/Bugzilla/Group.pm
/srv/www/bugzilla/Bugzilla/Hook.pm
/srv/www/bugzilla/Bugzilla/Install
/srv/www/bugzilla/Bugzilla/Install.pm
/srv/www/bugzilla/Bugzilla/Install/CPAN.pm
/srv/www/bugzilla/Bugzilla/Install/DB.pm
/srv/www/bugzilla/Bugzilla/Install/Filesystem.pm
/srv/www/bugzilla/Bugzilla/Install/Localconfig.pm
/srv/www/bugzilla/Bugzilla/Install/Requirements.pm
/srv/www/bugzilla/Bugzilla/Install/Util.pm
/srv/www/bugzilla/Bugzilla/Job
/srv/www/bugzilla/Bugzilla/Job/BugMail.pm
/srv/www/bugzilla/Bugzilla/Job/Mailer.pm
/srv/www/bugzilla/Bugzilla/JobQueue
/srv/www/bugzilla/Bugzilla/JobQueue.pm
/srv/www/bugzilla/Bugzilla/JobQueue/Runner.pm
/srv/www/bugzilla/Bugzilla/Keyword.pm
/srv/www/bugzilla/Bugzilla/MIME.pm
/srv/www/bugzilla/Bugzilla/Mailer.pm
/srv/www/bugzilla/Bugzilla/Memcached.pm
/srv/www/bugzilla/Bugzilla/Migrate
/srv/www/bugzilla/Bugzilla/Migrate.pm
/srv/www/bugzilla/Bugzilla/Migrate/Gnats.pm
/srv/www/bugzilla/Bugzilla/Milestone.pm
/srv/www/bugzilla/Bugzilla/Object.pm
/srv/www/bugzilla/Bugzilla/Product.pm
/srv/www/bugzilla/Bugzilla/RNG.pm
/srv/www/bugzilla/Bugzilla/Report.pm
/srv/www/bugzilla/Bugzilla/Search
/srv/www/bugzilla/Bugzilla/Search.pm
/srv/www/bugzilla/Bugzilla/Search/Clause.pm
/srv/www/bugzilla/Bugzilla/Search/ClauseGroup.pm
/srv/www/bugzilla/Bugzilla/Search/Condition.pm
/srv/www/bugzilla/Bugzilla/Search/Quicksearch.pm
/srv/www/bugzilla/Bugzilla/Search/Recent.pm
/srv/www/bugzilla/Bugzilla/Search/Saved.pm
/srv/www/bugzilla/Bugzilla/Sender
/srv/www/bugzilla/Bugzilla/Sender/Transport
/srv/www/bugzilla/Bugzilla/Sender/Transport/Sendmail.pm
/srv/www/bugzilla/Bugzilla/Series.pm
/srv/www/bugzilla/Bugzilla/Status.pm
/srv/www/bugzilla/Bugzilla/Template
/srv/www/bugzilla/Bugzilla/Template.pm
/srv/www/bugzilla/Bugzilla/Template/Context.pm
/srv/www/bugzilla/Bugzilla/Template/Plugin
/srv/www/bugzilla/Bugzilla/Template/Plugin/Bugzilla.pm
/srv/www/bugzilla/Bugzilla/Template/Plugin/Hook.pm
/srv/www/bugzilla/Bugzilla/Token.pm
/srv/www/bugzilla/Bugzilla/Update.pm
/srv/www/bugzilla/Bugzilla/User
/srv/www/bugzilla/Bugzilla/User.pm
/srv/www/bugzilla/Bugzilla/User/APIKey.pm
/srv/www/bugzilla/Bugzilla/User/Setting
/srv/www/bugzilla/Bugzilla/User/Setting.pm
/srv/www/bugzilla/Bugzilla/User/Setting/Lang.pm
/srv/www/bugzilla/Bugzilla/User/Setting/Skin.pm
/srv/www/bugzilla/Bugzilla/User/Setting/Timezone.pm
/srv/www/bugzilla/Bugzilla/UserAgent.pm
/srv/www/bugzilla/Bugzilla/Util.pm
/srv/www/bugzilla/Bugzilla/Version.pm
/srv/www/bugzilla/Bugzilla/WebService
/srv/www/bugzilla/Bugzilla/WebService.pm
/srv/www/bugzilla/Bugzilla/WebService/Bug.pm
/srv/www/bugzilla/Bugzilla/WebService/BugUserLastVisit.pm
/srv/www/bugzilla/Bugzilla/WebService/Bugzilla.pm
/srv/www/bugzilla/Bugzilla/WebService/Classification.pm
/srv/www/bugzilla/Bugzilla/WebService/Component.pm
/srv/www/bugzilla/Bugzilla/WebService/Constants.pm
/srv/www/bugzilla/Bugzilla/WebService/FlagType.pm
/srv/www/bugzilla/Bugzilla/WebService/Group.pm
/srv/www/bugzilla/Bugzilla/WebService/Product.pm
/srv/www/bugzilla/Bugzilla/WebService/README
/srv/www/bugzilla/Bugzilla/WebService/Server
/srv/www/bugzilla/Bugzilla/WebService/Server.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST
/srv/www/bugzilla/Bugzilla/WebService/Server/REST.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Bug.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Classification.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Component.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/FlagType.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Group.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/Product.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/REST/Resources/User.pm
/srv/www/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm
/srv/www/bugzilla/Bugzilla/WebService/User.pm
/srv/www/bugzilla/Bugzilla/WebService/Util.pm
/srv/www/bugzilla/Bugzilla/Whine
/srv/www/bugzilla/Bugzilla/Whine.pm
/srv/www/bugzilla/Bugzilla/Whine/Query.pm
/srv/www/bugzilla/Bugzilla/Whine/Schedule.pm
/srv/www/bugzilla/Build.PL
/srv/www/bugzilla/LICENSE
/srv/www/bugzilla/MANIFEST.SKIP
/srv/www/bugzilla/README
/srv/www/bugzilla/admin.cgi
/srv/www/bugzilla/attachment.cgi
/srv/www/bugzilla/buglist.cgi
/srv/www/bugzilla/chart.cgi
/srv/www/bugzilla/checksetup.pl
/srv/www/bugzilla/clean-bug-user-last-visit.pl
/srv/www/bugzilla/colchange.cgi
/srv/www/bugzilla/collectstats.pl
/srv/www/bugzilla/config.cgi
/srv/www/bugzilla/contrib
/srv/www/bugzilla/contrib/Bugzilla.pm
/srv/www/bugzilla/contrib/README
/srv/www/bugzilla/contrib/bugzilla-queue.rhel
/srv/www/bugzilla/contrib/bugzilla-queue.suse
/srv/www/bugzilla/contrib/bugzilla-submit
/srv/www/bugzilla/contrib/bugzilla-submit/README
/srv/www/bugzilla/contrib/bugzilla-submit/bugdata.txt
/srv/www/bugzilla/contrib/bugzilla-submit/bugzilla-submit
/srv/www/bugzilla/contrib/bugzilla-submit/bugzilla-submit.xml
/srv/www/bugzilla/contrib/bz_webservice_demo.pl
/srv/www/bugzilla/contrib/bzdbcopy.pl
/srv/www/bugzilla/contrib/cmdline
/srv/www/bugzilla/contrib/cmdline/bugcount
/srv/www/bugzilla/contrib/cmdline/bugids
/srv/www/bugzilla/contrib/cmdline/buglist
/srv/www/bugzilla/contrib/cmdline/bugs
/srv/www/bugzilla/contrib/cmdline/bugslink
/srv/www/bugzilla/contrib/cmdline/makequery
/srv/www/bugzilla/contrib/cmdline/query.conf
/srv/www/bugzilla/contrib/console.pl
/srv/www/bugzilla/contrib/convert-workflow.pl
/srv/www/bugzilla/contrib/extension-convert.pl
/srv/www/bugzilla/contrib/fixperms.pl
/srv/www/bugzilla/contrib/jb2bz.py
/srv/www/bugzilla/contrib/merge-users.pl
/srv/www/bugzilla/contrib/mysqld-watcher.pl
/srv/www/bugzilla/contrib/new-yui.sh
/srv/www/bugzilla/contrib/perl-fmt
/srv/www/bugzilla/contrib/recode.pl
/srv/www/bugzilla/contrib/sendbugmail.pl
/srv/www/bugzilla/contrib/sendunsentbugmail.pl
/srv/www/bugzilla/contrib/syncLDAP.pl
/srv/www/bugzilla/createaccount.cgi
/srv/www/bugzilla/describecomponents.cgi
/srv/www/bugzilla/describekeywords.cgi
/srv/www/bugzilla/docs
/srv/www/bugzilla/docs/TODO
/srv/www/bugzilla/docs/en
/srv/www/bugzilla/docs/en/Makefile
/srv/www/bugzilla/docs/en/images
/srv/www/bugzilla/docs/en/images/bugzilla.png
/srv/www/bugzilla/docs/en/images/bzLifecycle.png
/srv/www/bugzilla/docs/en/images/bzLifecycle.xml
/srv/www/bugzilla/docs/en/make.bat
/srv/www/bugzilla/docs/en/rst
/srv/www/bugzilla/docs/en/rst/_static
/srv/www/bugzilla/docs/en/rst/_static/bugzilla.css
/srv/www/bugzilla/docs/en/rst/about
/srv/www/bugzilla/docs/en/rst/about/index.rst
/srv/www/bugzilla/docs/en/rst/administering
/srv/www/bugzilla/docs/en/rst/administering/categorization.rst
/srv/www/bugzilla/docs/en/rst/administering/custom-fields.rst
/srv/www/bugzilla/docs/en/rst/administering/extensions.rst
/srv/www/bugzilla/docs/en/rst/administering/field-values.rst
/srv/www/bugzilla/docs/en/rst/administering/flags.rst
/srv/www/bugzilla/docs/en/rst/administering/groups.rst
/srv/www/bugzilla/docs/en/rst/administering/index.rst
/srv/www/bugzilla/docs/en/rst/administering/keywords.rst
/srv/www/bugzilla/docs/en/rst/administering/parameters.rst
/srv/www/bugzilla/docs/en/rst/administering/preferences.rst
/srv/www/bugzilla/docs/en/rst/administering/quips.rst
/srv/www/bugzilla/docs/en/rst/administering/users.rst
/srv/www/bugzilla/docs/en/rst/administering/whining.rst
/srv/www/bugzilla/docs/en/rst/administering/workflow.rst
/srv/www/bugzilla/docs/en/rst/api
/srv/www/bugzilla/docs/en/rst/api/core
/srv/www/bugzilla/docs/en/rst/api/core/v1
/srv/www/bugzilla/docs/en/rst/api/core/v1/attachment.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/bug-user-last-visit.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/bug.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/bugzilla.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/classification.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/comment.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/component.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/field.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/flagtype.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/general.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/group.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/index.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/product.rst
/srv/www/bugzilla/docs/en/rst/api/core/v1/user.rst
/srv/www/bugzilla/docs/en/rst/api/index.rst
/srv/www/bugzilla/docs/en/rst/conf.py
/srv/www/bugzilla/docs/en/rst/index.rst
/srv/www/bugzilla/docs/en/rst/installing
/srv/www/bugzilla/docs/en/rst/installing/apache-windows.rst
/srv/www/bugzilla/docs/en/rst/installing/apache.rst
/srv/www/bugzilla/docs/en/rst/installing/backups.rst
/srv/www/bugzilla/docs/en/rst/installing/db_server.rst
/srv/www/bugzilla/docs/en/rst/installing/essential-post-install-config.rst
/srv/www/bugzilla/docs/en/rst/installing/iis.rst
/srv/www/bugzilla/docs/en/rst/installing/index.rst
/srv/www/bugzilla/docs/en/rst/installing/installing-end.inc.rst
/srv/www/bugzilla/docs/en/rst/installing/linux.rst
/srv/www/bugzilla/docs/en/rst/installing/mac-os-x.rst
/srv/www/bugzilla/docs/en/rst/installing/merging-accounts.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating-from-1.inc.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating-from-2.inc.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating-from-a-tarball.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating-from-bzr.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating-from-cvs.rst
/srv/www/bugzilla/docs/en/rst/installing/migrating.rst
/srv/www/bugzilla/docs/en/rst/installing/moving.rst
/srv/www/bugzilla/docs/en/rst/installing/multiple-bugzillas.rst
/srv/www/bugzilla/docs/en/rst/installing/mysql.rst
/srv/www/bugzilla/docs/en/rst/installing/optional-post-install-config.rst
/srv/www/bugzilla/docs/en/rst/installing/oracle.rst
/srv/www/bugzilla/docs/en/rst/installing/postgresql.rst
/srv/www/bugzilla/docs/en/rst/installing/quick-start.rst
/srv/www/bugzilla/docs/en/rst/installing/sanity-check.rst
/srv/www/bugzilla/docs/en/rst/installing/sqlite.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading-customizations.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading-with-1.inc.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading-with-2.inc.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading-with-a-tarball.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading-with-git.rst
/srv/www/bugzilla/docs/en/rst/installing/upgrading.rst
/srv/www/bugzilla/docs/en/rst/installing/web_server.rst
/srv/www/bugzilla/docs/en/rst/installing/windows.rst
/srv/www/bugzilla/docs/en/rst/integrating
/srv/www/bugzilla/docs/en/rst/integrating/apis.rst
/srv/www/bugzilla/docs/en/rst/integrating/extensions.rst
/srv/www/bugzilla/docs/en/rst/integrating/faq.rst
/srv/www/bugzilla/docs/en/rst/integrating/index.rst
/srv/www/bugzilla/docs/en/rst/integrating/languages.rst
/srv/www/bugzilla/docs/en/rst/integrating/skins.rst
/srv/www/bugzilla/docs/en/rst/integrating/templates.rst
/srv/www/bugzilla/docs/en/rst/style.rst
/srv/www/bugzilla/docs/en/rst/using
/srv/www/bugzilla/docs/en/rst/using/creating-an-account.rst
/srv/www/bugzilla/docs/en/rst/using/editing.rst
/srv/www/bugzilla/docs/en/rst/using/extensions.rst
/srv/www/bugzilla/docs/en/rst/using/filing.rst
/srv/www/bugzilla/docs/en/rst/using/finding.rst
/srv/www/bugzilla/docs/en/rst/using/index.rst
/srv/www/bugzilla/docs/en/rst/using/preferences.rst
/srv/www/bugzilla/docs/en/rst/using/reports-and-charts.rst
/srv/www/bugzilla/docs/en/rst/using/tips.rst
/srv/www/bugzilla/docs/en/rst/using/understanding.rst
/srv/www/bugzilla/docs/lib
/srv/www/bugzilla/docs/lib/Pod
/srv/www/bugzilla/docs/lib/Pod/Simple
/srv/www/bugzilla/docs/lib/Pod/Simple/HTML
/srv/www/bugzilla/docs/lib/Pod/Simple/HTML/Bugzilla.pm
/srv/www/bugzilla/docs/lib/Pod/Simple/HTMLBatch
/srv/www/bugzilla/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
/srv/www/bugzilla/docs/makedocs.pl
/srv/www/bugzilla/docs/style.css
/srv/www/bugzilla/duplicates.cgi
/srv/www/bugzilla/editclassifications.cgi
/srv/www/bugzilla/editcomponents.cgi
/srv/www/bugzilla/editfields.cgi
/srv/www/bugzilla/editflagtypes.cgi
/srv/www/bugzilla/editgroups.cgi
/srv/www/bugzilla/editkeywords.cgi
/srv/www/bugzilla/editmilestones.cgi
/srv/www/bugzilla/editparams.cgi
/srv/www/bugzilla/editproducts.cgi
/srv/www/bugzilla/editsettings.cgi
/srv/www/bugzilla/editusers.cgi
/srv/www/bugzilla/editvalues.cgi
/srv/www/bugzilla/editversions.cgi
/srv/www/bugzilla/editwhines.cgi
/srv/www/bugzilla/editworkflow.cgi
/srv/www/bugzilla/email_in.pl
/srv/www/bugzilla/enter_bug.cgi
/srv/www/bugzilla/extensions
/srv/www/bugzilla/extensions/BmpConvert
/srv/www/bugzilla/extensions/BmpConvert/Config.pm
/srv/www/bugzilla/extensions/BmpConvert/Extension.pm
/srv/www/bugzilla/extensions/BmpConvert/disabled
/srv/www/bugzilla/extensions/Example
/srv/www/bugzilla/extensions/Example/Config.pm
/srv/www/bugzilla/extensions/Example/Extension.pm
/srv/www/bugzilla/extensions/Example/disabled
/srv/www/bugzilla/extensions/Example/docs
/srv/www/bugzilla/extensions/Example/docs/en
/srv/www/bugzilla/extensions/Example/docs/en/rst
/srv/www/bugzilla/extensions/Example/docs/en/rst/api
/srv/www/bugzilla/extensions/Example/docs/en/rst/api/v1
/srv/www/bugzilla/extensions/Example/docs/en/rst/api/v1/index.rst
/srv/www/bugzilla/extensions/Example/docs/en/rst/index-admin.rst
/srv/www/bugzilla/extensions/Example/docs/en/rst/index-user.rst
/srv/www/bugzilla/extensions/Example/lib
/srv/www/bugzilla/extensions/Example/lib/Auth
/srv/www/bugzilla/extensions/Example/lib/Auth/Login.pm
/srv/www/bugzilla/extensions/Example/lib/Auth/Verify.pm
/srv/www/bugzilla/extensions/Example/lib/Config.pm
/srv/www/bugzilla/extensions/Example/lib/Util.pm
/srv/www/bugzilla/extensions/Example/lib/WebService.pm
/srv/www/bugzilla/extensions/Example/template
/srv/www/bugzilla/extensions/Example/template/en
/srv/www/bugzilla/extensions/Example/template/en/default
/srv/www/bugzilla/extensions/Example/template/en/default/account
/srv/www/bugzilla/extensions/Example/template/en/default/account/prefs
/srv/www/bugzilla/extensions/Example/template/en/default/account/prefs/my_tab.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/admin
/srv/www/bugzilla/extensions/Example/template/en/default/admin/params
/srv/www/bugzilla/extensions/Example/template/en/default/admin/params/example.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook
/srv/www/bugzilla/extensions/Example/template/en/default/hook/account
/srv/www/bugzilla/extensions/Example/template/en/default/hook/account/prefs
/srv/www/bugzilla/extensions/Example/template/en/default/hook/account/prefs/prefs-tabs.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/admin
/srv/www/bugzilla/extensions/Example/template/en/default/hook/admin/params
/srv/www/bugzilla/extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/admin/sanitycheck
/srv/www/bugzilla/extensions/Example/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/global
/srv/www/bugzilla/extensions/Example/template/en/default/hook/global/footer-end.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/hook/search
/srv/www/bugzilla/extensions/Example/template/en/default/hook/search/tabs-search_tabs.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/pages
/srv/www/bugzilla/extensions/Example/template/en/default/pages/example.html.tmpl
/srv/www/bugzilla/extensions/Example/template/en/default/setup
/srv/www/bugzilla/extensions/Example/template/en/default/setup/strings.txt.pl
/srv/www/bugzilla/extensions/MoreBugUrl
/srv/www/bugzilla/extensions/MoreBugUrl/Config.pm
/srv/www/bugzilla/extensions/MoreBugUrl/Extension.pm
/srv/www/bugzilla/extensions/MoreBugUrl/disabled
/srv/www/bugzilla/extensions/MoreBugUrl/lib
/srv/www/bugzilla/extensions/MoreBugUrl/lib/BitBucket.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/GetSatisfaction.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/PHP.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/RT.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/Redmine.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/ReviewBoard.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/Rietveld.pm
/srv/www/bugzilla/extensions/MoreBugUrl/lib/Savane.pm
/srv/www/bugzilla/extensions/MoreBugUrl/template
/srv/www/bugzilla/extensions/MoreBugUrl/template/en
/srv/www/bugzilla/extensions/MoreBugUrl/template/en/default
/srv/www/bugzilla/extensions/MoreBugUrl/template/en/default/hook
/srv/www/bugzilla/extensions/MoreBugUrl/template/en/default/hook/global
/srv/www/bugzilla/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
/srv/www/bugzilla/extensions/OldBugMove
/srv/www/bugzilla/extensions/OldBugMove/Config.pm
/srv/www/bugzilla/extensions/OldBugMove/Extension.pm
/srv/www/bugzilla/extensions/OldBugMove/disabled
/srv/www/bugzilla/extensions/OldBugMove/lib
/srv/www/bugzilla/extensions/OldBugMove/lib/Params.pm
/srv/www/bugzilla/extensions/OldBugMove/template
/srv/www/bugzilla/extensions/OldBugMove/template/en
/srv/www/bugzilla/extensions/OldBugMove/template/en/default
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/admin
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/admin/params
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/admin/params/oldbugmove.html.tmpl
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/bug
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/bug/format_comment-type.txt.tmpl
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/global
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/global/user-error-auth_failure_action.html.tmpl
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/global/user-error-errors.html.tmpl
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/list
/srv/www/bugzilla/extensions/OldBugMove/template/en/default/hook/list/edit-multiple-after_groups.html.tmpl
/srv/www/bugzilla/extensions/Voting
/srv/www/bugzilla/extensions/Voting/Config.pm
/srv/www/bugzilla/extensions/Voting/Extension.pm
/srv/www/bugzilla/extensions/Voting/disabled
/srv/www/bugzilla/extensions/Voting/template
/srv/www/bugzilla/extensions/Voting/template/en
/srv/www/bugzilla/extensions/Voting/template/en/default
/srv/www/bugzilla/extensions/Voting/template/en/default/hook
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/account
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/account/prefs
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/account/prefs/email-relationships.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/products
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/products/updated-changes.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/sanitycheck
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/users
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/format_comment-type.txt.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/process
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/process/header-title.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/process/results-title.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/bug/show-header-end.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global/code-error-errors.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global/field-descs-end.none.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global/reason-descs-end.none.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/search
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/search/form-after_freetext_fields.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/hook/search/search-report-select-rep_fields.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/pages
/srv/www/bugzilla/extensions/Voting/template/en/default/pages/voting
/srv/www/bugzilla/extensions/Voting/template/en/default/pages/voting.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/voting
/srv/www/bugzilla/extensions/Voting/template/en/default/voting/delete-all.html.tmpl
/srv/www/bugzilla/extensions/Voting/template/en/default/voting/votes-removed.txt.tmpl
/srv/www/bugzilla/extensions/Voting/web
/srv/www/bugzilla/extensions/Voting/web/style.css
/srv/www/bugzilla/extensions/create.pl
/srv/www/bugzilla/images
/srv/www/bugzilla/images/csv.png
/srv/www/bugzilla/images/favicon.ico
/srv/www/bugzilla/images/ical.png
/srv/www/bugzilla/images/padlock.png
/srv/www/bugzilla/images/rss.png
/srv/www/bugzilla/images/rss_small.png
/srv/www/bugzilla/images/xml.png
/srv/www/bugzilla/importxml.pl
/srv/www/bugzilla/index.cgi
/srv/www/bugzilla/install-module.pl
/srv/www/bugzilla/jobqueue.pl
/srv/www/bugzilla/js
/srv/www/bugzilla/js/TUI.js
/srv/www/bugzilla/js/attachment.js
/srv/www/bugzilla/js/bug.js
/srv/www/bugzilla/js/change-columns.js
/srv/www/bugzilla/js/comment-tagging.js
/srv/www/bugzilla/js/comments.js
/srv/www/bugzilla/js/custom-search.js
/srv/www/bugzilla/js/expanding-tree.js
/srv/www/bugzilla/js/field.js
/srv/www/bugzilla/js/flag.js
/srv/www/bugzilla/js/global.js
/srv/www/bugzilla/js/history.js
/srv/www/bugzilla/js/history.js/license.txt
/srv/www/bugzilla/js/history.js/native.history.js
/srv/www/bugzilla/js/history.js/readme.txt
/srv/www/bugzilla/js/params.js
/srv/www/bugzilla/js/productform.js
/srv/www/bugzilla/js/util.js
/srv/www/bugzilla/js/yui
/srv/www/bugzilla/js/yui/animation
/srv/www/bugzilla/js/yui/animation/animation-min.js
/srv/www/bugzilla/js/yui/assets
/srv/www/bugzilla/js/yui/assets/skins
/srv/www/bugzilla/js/yui/assets/skins/sam
/srv/www/bugzilla/js/yui/assets/skins/sam/ajax-loader.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/asc.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/autocomplete.css
/srv/www/bugzilla/js/yui/assets/skins/sam/back-h.png
/srv/www/bugzilla/js/yui/assets/skins/sam/back-v.png
/srv/www/bugzilla/js/yui/assets/skins/sam/bar-h.png
/srv/www/bugzilla/js/yui/assets/skins/sam/bar-v.png
/srv/www/bugzilla/js/yui/assets/skins/sam/bg-h.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/bg-v.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/blankimage.png
/srv/www/bugzilla/js/yui/assets/skins/sam/button.css
/srv/www/bugzilla/js/yui/assets/skins/sam/calendar.css
/srv/www/bugzilla/js/yui/assets/skins/sam/carousel.css
/srv/www/bugzilla/js/yui/assets/skins/sam/check0.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/check1.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/check2.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/colorpicker.css
/srv/www/bugzilla/js/yui/assets/skins/sam/container.css
/srv/www/bugzilla/js/yui/assets/skins/sam/datatable.css
/srv/www/bugzilla/js/yui/assets/skins/sam/desc.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/dt-arrow-dn.png
/srv/www/bugzilla/js/yui/assets/skins/sam/dt-arrow-up.png
/srv/www/bugzilla/js/yui/assets/skins/sam/editor-knob.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/editor-sprite-active.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/editor-sprite.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/editor.css
/srv/www/bugzilla/js/yui/assets/skins/sam/header_background.png
/srv/www/bugzilla/js/yui/assets/skins/sam/hue_bg.png
/srv/www/bugzilla/js/yui/assets/skins/sam/imagecropper.css
/srv/www/bugzilla/js/yui/assets/skins/sam/layout.css
/srv/www/bugzilla/js/yui/assets/skins/sam/layout_sprite.png
/srv/www/bugzilla/js/yui/assets/skins/sam/loading.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/logger.css
/srv/www/bugzilla/js/yui/assets/skins/sam/menu-button-arrow-disabled.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menu-button-arrow.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menu.css
/srv/www/bugzilla/js/yui/assets/skins/sam/menubaritem_submenuindicator.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menuitem_checkbox.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menuitem_checkbox_disabled.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menuitem_submenuindicator.png
/srv/www/bugzilla/js/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
/srv/www/bugzilla/js/yui/assets/skins/sam/paginator.css
/srv/www/bugzilla/js/yui/assets/skins/sam/picker_mask.png
/srv/www/bugzilla/js/yui/assets/skins/sam/profilerviewer.css
/srv/www/bugzilla/js/yui/assets/skins/sam/progressbar.css
/srv/www/bugzilla/js/yui/assets/skins/sam/resize.css
/srv/www/bugzilla/js/yui/assets/skins/sam/simpleeditor.css
/srv/www/bugzilla/js/yui/assets/skins/sam/slider.css
/srv/www/bugzilla/js/yui/assets/skins/sam/split-button-arrow-active.png
/srv/www/bugzilla/js/yui/assets/skins/sam/split-button-arrow-disabled.png
/srv/www/bugzilla/js/yui/assets/skins/sam/split-button-arrow-focus.png
/srv/www/bugzilla/js/yui/assets/skins/sam/split-button-arrow-hover.png
/srv/www/bugzilla/js/yui/assets/skins/sam/split-button-arrow.png
/srv/www/bugzilla/js/yui/assets/skins/sam/sprite.png
/srv/www/bugzilla/js/yui/assets/skins/sam/tabview.css
/srv/www/bugzilla/js/yui/assets/skins/sam/treeview-loading.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/treeview-sprite.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/treeview.css
/srv/www/bugzilla/js/yui/assets/skins/sam/wait.gif
/srv/www/bugzilla/js/yui/assets/skins/sam/yuitest.css
/srv/www/bugzilla/js/yui/autocomplete
/srv/www/bugzilla/js/yui/autocomplete/autocomplete-min.js
/srv/www/bugzilla/js/yui/base
/srv/www/bugzilla/js/yui/base/base-min.css
/srv/www/bugzilla/js/yui/base/base.css
/srv/www/bugzilla/js/yui/button
/srv/www/bugzilla/js/yui/button/button-min.js
/srv/www/bugzilla/js/yui/calendar
/srv/www/bugzilla/js/yui/calendar/calendar-min.js
/srv/www/bugzilla/js/yui/carousel
/srv/www/bugzilla/js/yui/carousel/carousel-min.js
/srv/www/bugzilla/js/yui/charts
/srv/www/bugzilla/js/yui/charts/charts-min.js
/srv/www/bugzilla/js/yui/colorpicker
/srv/www/bugzilla/js/yui/colorpicker/colorpicker-min.js
/srv/www/bugzilla/js/yui/connection
/srv/www/bugzilla/js/yui/connection/connection-min.js
/srv/www/bugzilla/js/yui/connection/connection.swf
/srv/www/bugzilla/js/yui/connection/connection_core-min.js
/srv/www/bugzilla/js/yui/container
/srv/www/bugzilla/js/yui/container/container-min.js
/srv/www/bugzilla/js/yui/container/container_core-min.js
/srv/www/bugzilla/js/yui/cookie
/srv/www/bugzilla/js/yui/cookie/cookie-min.js
/srv/www/bugzilla/js/yui/datasource
/srv/www/bugzilla/js/yui/datasource/datasource-min.js
/srv/www/bugzilla/js/yui/datatable
/srv/www/bugzilla/js/yui/datatable/datatable-min.js
/srv/www/bugzilla/js/yui/datemath
/srv/www/bugzilla/js/yui/datemath/datemath-min.js
/srv/www/bugzilla/js/yui/dom
/srv/www/bugzilla/js/yui/dom/dom-min.js
/srv/www/bugzilla/js/yui/dragdrop
/srv/www/bugzilla/js/yui/dragdrop/dragdrop-min.js
/srv/www/bugzilla/js/yui/element
/srv/www/bugzilla/js/yui/element-delegate
/srv/www/bugzilla/js/yui/element-delegate/element-delegate-min.js
/srv/www/bugzilla/js/yui/element/element-min.js
/srv/www/bugzilla/js/yui/event
/srv/www/bugzilla/js/yui/event-delegate
/srv/www/bugzilla/js/yui/event-delegate/event-delegate-min.js
/srv/www/bugzilla/js/yui/event-mouseenter
/srv/www/bugzilla/js/yui/event-mouseenter/event-mouseenter-min.js
/srv/www/bugzilla/js/yui/event-simulate
/srv/www/bugzilla/js/yui/event-simulate/event-simulate-min.js
/srv/www/bugzilla/js/yui/event/event-min.js
/srv/www/bugzilla/js/yui/fonts
/srv/www/bugzilla/js/yui/fonts/fonts-min.css
/srv/www/bugzilla/js/yui/fonts/fonts.css
/srv/www/bugzilla/js/yui/get
/srv/www/bugzilla/js/yui/get/get-min.js
/srv/www/bugzilla/js/yui/grids
/srv/www/bugzilla/js/yui/grids/grids-min.css
/srv/www/bugzilla/js/yui/grids/grids.css
/srv/www/bugzilla/js/yui/history
/srv/www/bugzilla/js/yui/history/history-min.js
/srv/www/bugzilla/js/yui/imagecropper
/srv/www/bugzilla/js/yui/imagecropper/imagecropper-min.js
/srv/www/bugzilla/js/yui/imageloader
/srv/www/bugzilla/js/yui/imageloader/imageloader-min.js
/srv/www/bugzilla/js/yui/json
/srv/www/bugzilla/js/yui/json/json-min.js
/srv/www/bugzilla/js/yui/layout
/srv/www/bugzilla/js/yui/layout/layout-min.js
/srv/www/bugzilla/js/yui/logger
/srv/www/bugzilla/js/yui/logger/logger-min.js
/srv/www/bugzilla/js/yui/menu
/srv/www/bugzilla/js/yui/menu/menu-min.js
/srv/www/bugzilla/js/yui/paginator
/srv/www/bugzilla/js/yui/paginator/paginator-min.js
/srv/www/bugzilla/js/yui/profiler
/srv/www/bugzilla/js/yui/profiler/profiler-min.js
/srv/www/bugzilla/js/yui/profilerviewer
/srv/www/bugzilla/js/yui/profilerviewer/profilerviewer-min.js
/srv/www/bugzilla/js/yui/progressbar
/srv/www/bugzilla/js/yui/progressbar/progressbar-min.js
/srv/www/bugzilla/js/yui/reset
/srv/www/bugzilla/js/yui/reset-fonts
/srv/www/bugzilla/js/yui/reset-fonts-grids
/srv/www/bugzilla/js/yui/reset-fonts-grids/reset-fonts-grids.css
/srv/www/bugzilla/js/yui/reset-fonts/reset-fonts.css
/srv/www/bugzilla/js/yui/reset/reset-min.css
/srv/www/bugzilla/js/yui/reset/reset.css
/srv/www/bugzilla/js/yui/resize
/srv/www/bugzilla/js/yui/resize/resize-min.js
/srv/www/bugzilla/js/yui/selector
/srv/www/bugzilla/js/yui/selector/selector-min.js
/srv/www/bugzilla/js/yui/slider
/srv/www/bugzilla/js/yui/slider/slider-min.js
/srv/www/bugzilla/js/yui/storage
/srv/www/bugzilla/js/yui/storage/storage-min.js
/srv/www/bugzilla/js/yui/stylesheet
/srv/www/bugzilla/js/yui/stylesheet/stylesheet-min.js
/srv/www/bugzilla/js/yui/swf
/srv/www/bugzilla/js/yui/swf/swf-min.js
/srv/www/bugzilla/js/yui/swfdetect
/srv/www/bugzilla/js/yui/swfdetect/swfdetect-min.js
/srv/www/bugzilla/js/yui/swfstore
/srv/www/bugzilla/js/yui/swfstore/swfstore-min.js
/srv/www/bugzilla/js/yui/swfstore/swfstore.swf
/srv/www/bugzilla/js/yui/tabview
/srv/www/bugzilla/js/yui/tabview/tabview-min.js
/srv/www/bugzilla/js/yui/treeview
/srv/www/bugzilla/js/yui/treeview/treeview-min.js
/srv/www/bugzilla/js/yui/uploader
/srv/www/bugzilla/js/yui/uploader/uploader-min.js
/srv/www/bugzilla/js/yui/yahoo
/srv/www/bugzilla/js/yui/yahoo-dom-event
/srv/www/bugzilla/js/yui/yahoo-dom-event/yahoo-dom-event.js
/srv/www/bugzilla/js/yui/yahoo/yahoo-min.js
/srv/www/bugzilla/js/yui/yuiloader
/srv/www/bugzilla/js/yui/yuiloader/yuiloader-min.js
/srv/www/bugzilla/js/yui/yuitest
/srv/www/bugzilla/js/yui/yuitest/yuitest-min.js
/srv/www/bugzilla/js/yui/yuitest/yuitest_core-min.js
/srv/www/bugzilla/jsonrpc.cgi
/srv/www/bugzilla/lib
/srv/www/bugzilla/lib/README
/srv/www/bugzilla/migrate.pl
/srv/www/bugzilla/mod_perl.pl
/srv/www/bugzilla/page.cgi
/srv/www/bugzilla/post_bug.cgi
/srv/www/bugzilla/process_bug.cgi
/srv/www/bugzilla/query.cgi
/srv/www/bugzilla/quips.cgi
/srv/www/bugzilla/relogin.cgi
/srv/www/bugzilla/report.cgi
/srv/www/bugzilla/reports.cgi
/srv/www/bugzilla/request.cgi
/srv/www/bugzilla/rest.cgi
/srv/www/bugzilla/robots.txt
/srv/www/bugzilla/runtests.pl
/srv/www/bugzilla/sanitycheck.cgi
/srv/www/bugzilla/sanitycheck.pl
/srv/www/bugzilla/search_plugin.cgi
/srv/www/bugzilla/show_activity.cgi
/srv/www/bugzilla/show_bug.cgi
/srv/www/bugzilla/showdependencygraph.cgi
/srv/www/bugzilla/showdependencytree.cgi
/srv/www/bugzilla/skins
/srv/www/bugzilla/skins/README
/srv/www/bugzilla/skins/contrib
/srv/www/bugzilla/skins/contrib/Dusk
/srv/www/bugzilla/skins/contrib/Dusk/buglist.css
/srv/www/bugzilla/skins/contrib/Dusk/global.css
/srv/www/bugzilla/skins/standard
/srv/www/bugzilla/skins/standard/admin.css
/srv/www/bugzilla/skins/standard/bug.css
/srv/www/bugzilla/skins/standard/buglist.css
/srv/www/bugzilla/skins/standard/dependency-tree
/srv/www/bugzilla/skins/standard/dependency-tree/bug-item.png
/srv/www/bugzilla/skins/standard/dependency-tree/tree-closed.png
/srv/www/bugzilla/skins/standard/dependency-tree/tree-open.png
/srv/www/bugzilla/skins/standard/dependency-tree/tree.png
/srv/www/bugzilla/skins/standard/global
/srv/www/bugzilla/skins/standard/global.css
/srv/www/bugzilla/skins/standard/global/body-back.gif
/srv/www/bugzilla/skins/standard/global/calendar.png
/srv/www/bugzilla/skins/standard/global/header.png
/srv/www/bugzilla/skins/standard/index
/srv/www/bugzilla/skins/standard/index/file-a-bug.png
/srv/www/bugzilla/skins/standard/index/help.png
/srv/www/bugzilla/skins/standard/index/new-account.png
/srv/www/bugzilla/skins/standard/index/search.png
/srv/www/bugzilla/summarize_time.cgi
/srv/www/bugzilla/t
/srv/www/bugzilla/t/001compile.t
/srv/www/bugzilla/t/002goodperl.t
/srv/www/bugzilla/t/003safesys.t
/srv/www/bugzilla/t/004template.t
/srv/www/bugzilla/t/005whitespace.t
/srv/www/bugzilla/t/006spellcheck.t
/srv/www/bugzilla/t/007util.t
/srv/www/bugzilla/t/008filter.t
/srv/www/bugzilla/t/009bugwords.t
/srv/www/bugzilla/t/010dependencies.t
/srv/www/bugzilla/t/011pod.t
/srv/www/bugzilla/t/012throwables.t
/srv/www/bugzilla/t/013dbschema.t
/srv/www/bugzilla/t/Support
/srv/www/bugzilla/t/Support/Files.pm
/srv/www/bugzilla/t/Support/Systemexec.pm
/srv/www/bugzilla/t/Support/Templates.pm
/srv/www/bugzilla/taskgraph.json
/srv/www/bugzilla/template
/srv/www/bugzilla/template/en
/srv/www/bugzilla/template/en/default
/srv/www/bugzilla/template/en/default/account
/srv/www/bugzilla/template/en/default/account/auth
/srv/www/bugzilla/template/en/default/account/auth/login-small.html.tmpl
/srv/www/bugzilla/template/en/default/account/auth/login.html.tmpl
/srv/www/bugzilla/template/en/default/account/cancel-token.txt.tmpl
/srv/www/bugzilla/template/en/default/account/create.html.tmpl
/srv/www/bugzilla/template/en/default/account/created.html.tmpl
/srv/www/bugzilla/template/en/default/account/email
/srv/www/bugzilla/template/en/default/account/email/change-new.txt.tmpl
/srv/www/bugzilla/template/en/default/account/email/change-old.txt.tmpl
/srv/www/bugzilla/template/en/default/account/email/confirm-new.html.tmpl
/srv/www/bugzilla/template/en/default/account/email/confirm.html.tmpl
/srv/www/bugzilla/template/en/default/account/email/request-new.txt.tmpl
/srv/www/bugzilla/template/en/default/account/password
/srv/www/bugzilla/template/en/default/account/password/forgotten-password.txt.tmpl
/srv/www/bugzilla/template/en/default/account/password/set-forgotten-password.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs
/srv/www/bugzilla/template/en/default/account/prefs/account.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/apikey.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/email.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/permissions.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/prefs.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl
/srv/www/bugzilla/template/en/default/account/prefs/settings.html.tmpl
/srv/www/bugzilla/template/en/default/account/profile-activity.html.tmpl
/srv/www/bugzilla/template/en/default/admin
/srv/www/bugzilla/template/en/default/admin/admin.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications
/srv/www/bugzilla/template/en/default/admin/classifications/add.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/del.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/edit-common.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/reclassify.html.tmpl
/srv/www/bugzilla/template/en/default/admin/classifications/select.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components
/srv/www/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/edit-common.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/components/select-product.html.tmpl
/srv/www/bugzilla/template/en/default/admin/confirm-action.html.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields
/srv/www/bugzilla/template/en/default/admin/custom_fields/cf-js.js.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields/edit-common.html.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues
/srv/www/bugzilla/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/fieldvalues/select-field.html.tmpl
/srv/www/bugzilla/template/en/default/admin/flag-type
/srv/www/bugzilla/template/en/default/admin/flag-type/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/flag-type/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/groups
/srv/www/bugzilla/template/en/default/admin/groups/confirm-remove.html.tmpl
/srv/www/bugzilla/template/en/default/admin/groups/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/groups/delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/groups/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/groups/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/keywords
/srv/www/bugzilla/template/en/default/admin/keywords/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/keywords/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/keywords/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/keywords/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones
/srv/www/bugzilla/template/en/default/admin/milestones/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/milestones/select-product.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params
/srv/www/bugzilla/template/en/default/admin/params/admin.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/advanced.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/attachment.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/auth.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/bugchange.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/bugfields.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/common.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/core.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/dependencygraph.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/editparams.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/general.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/groupsecurity.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/index.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/ldap.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/memcached.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/mta.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/query.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/radius.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/shadowdb.html.tmpl
/srv/www/bugzilla/template/en/default/admin/params/usermatch.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products
/srv/www/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/edit-common.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/groupcontrol
/srv/www/bugzilla/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/groupcontrol/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/groupcontrol/updated.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/list-classifications.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/products/updated.html.tmpl
/srv/www/bugzilla/template/en/default/admin/sanitycheck
/srv/www/bugzilla/template/en/default/admin/sanitycheck/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/sanitycheck/messages.html.tmpl
/srv/www/bugzilla/template/en/default/admin/settings
/srv/www/bugzilla/template/en/default/admin/settings/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/sudo.html.tmpl
/srv/www/bugzilla/template/en/default/admin/table.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users
/srv/www/bugzilla/template/en/default/admin/users/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/listselectvars.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/responsibilities.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/search.html.tmpl
/srv/www/bugzilla/template/en/default/admin/users/userdata.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions
/srv/www/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions/create.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions/edit.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions/footer.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions/list.html.tmpl
/srv/www/bugzilla/template/en/default/admin/versions/select-product.html.tmpl
/srv/www/bugzilla/template/en/default/admin/workflow
/srv/www/bugzilla/template/en/default/admin/workflow/comment.html.tmpl
/srv/www/bugzilla/template/en/default/admin/workflow/edit.html.tmpl
/srv/www/bugzilla/template/en/default/attachment
/srv/www/bugzilla/template/en/default/attachment/choose.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/confirm-delete.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/create.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/created.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/createformcontents.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/delete_reason.txt.tmpl
/srv/www/bugzilla/template/en/default/attachment/diff-file.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/diff-footer.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/diff-header.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/edit.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/list.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/midair.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/show-multiple.html.tmpl
/srv/www/bugzilla/template/en/default/attachment/updated.html.tmpl
/srv/www/bugzilla/template/en/default/bug
/srv/www/bugzilla/template/en/default/bug/activity
/srv/www/bugzilla/template/en/default/bug/activity/show.html.tmpl
/srv/www/bugzilla/template/en/default/bug/activity/table.html.tmpl
/srv/www/bugzilla/template/en/default/bug/choose.html.tmpl
/srv/www/bugzilla/template/en/default/bug/comment.html.tmpl
/srv/www/bugzilla/template/en/default/bug/comments.html.tmpl
/srv/www/bugzilla/template/en/default/bug/create
/srv/www/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl
/srv/www/bugzilla/template/en/default/bug/create/comment.txt.tmpl
/srv/www/bugzilla/template/en/default/bug/create/create-guided.html.tmpl
/srv/www/bugzilla/template/en/default/bug/create/create.html.tmpl
/srv/www/bugzilla/template/en/default/bug/create/created.html.tmpl
/srv/www/bugzilla/template/en/default/bug/create/make-template.html.tmpl
/srv/www/bugzilla/template/en/default/bug/create/user-message.html.tmpl
/srv/www/bugzilla/template/en/default/bug/dependency-graph.html.tmpl
/srv/www/bugzilla/template/en/default/bug/dependency-tree.html.tmpl
/srv/www/bugzilla/template/en/default/bug/edit.html.tmpl
/srv/www/bugzilla/template/en/default/bug/field-events.js.tmpl
/srv/www/bugzilla/template/en/default/bug/field-help.none.tmpl
/srv/www/bugzilla/template/en/default/bug/field-label.html.tmpl
/srv/www/bugzilla/template/en/default/bug/field.html.tmpl
/srv/www/bugzilla/template/en/default/bug/format_comment.txt.tmpl
/srv/www/bugzilla/template/en/default/bug/knob.html.tmpl
/srv/www/bugzilla/template/en/default/bug/link.html.tmpl
/srv/www/bugzilla/template/en/default/bug/navigate.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process
/srv/www/bugzilla/template/en/default/bug/process/bugmail.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process/confirm-duplicate.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process/header.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process/midair.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process/results.html.tmpl
/srv/www/bugzilla/template/en/default/bug/process/verify-new-product.html.tmpl
/srv/www/bugzilla/template/en/default/bug/show-header.html.tmpl
/srv/www/bugzilla/template/en/default/bug/show-multiple.html.tmpl
/srv/www/bugzilla/template/en/default/bug/show.html.tmpl
/srv/www/bugzilla/template/en/default/bug/show.xml.tmpl
/srv/www/bugzilla/template/en/default/bug/summarize-time.html.tmpl
/srv/www/bugzilla/template/en/default/bug/time.html.tmpl
/srv/www/bugzilla/template/en/default/config.js.tmpl
/srv/www/bugzilla/template/en/default/config.rdf.tmpl
/srv/www/bugzilla/template/en/default/email
/srv/www/bugzilla/template/en/default/email/bugmail-common.txt.tmpl
/srv/www/bugzilla/template/en/default/email/bugmail-header.txt.tmpl
/srv/www/bugzilla/template/en/default/email/bugmail.html.tmpl
/srv/www/bugzilla/template/en/default/email/bugmail.txt.tmpl
/srv/www/bugzilla/template/en/default/email/flagmail.txt.tmpl
/srv/www/bugzilla/template/en/default/email/header-common.txt.tmpl
/srv/www/bugzilla/template/en/default/email/lockout.txt.tmpl
/srv/www/bugzilla/template/en/default/email/new-api-key.txt.tmpl
/srv/www/bugzilla/template/en/default/email/new-user-details.txt.tmpl
/srv/www/bugzilla/template/en/default/email/sanitycheck.txt.tmpl
/srv/www/bugzilla/template/en/default/email/sudo.txt.tmpl
/srv/www/bugzilla/template/en/default/email/whine.txt.tmpl
/srv/www/bugzilla/template/en/default/extensions
/srv/www/bugzilla/template/en/default/extensions/config.pm.tmpl
/srv/www/bugzilla/template/en/default/extensions/extension.pm.tmpl
/srv/www/bugzilla/template/en/default/extensions/hook-readme.txt.tmpl
/srv/www/bugzilla/template/en/default/extensions/index-admin.rst.tmpl
/srv/www/bugzilla/template/en/default/extensions/index-user.rst.tmpl
/srv/www/bugzilla/template/en/default/extensions/license.txt.tmpl
/srv/www/bugzilla/template/en/default/extensions/name-readme.txt.tmpl
/srv/www/bugzilla/template/en/default/extensions/util.pm.tmpl
/srv/www/bugzilla/template/en/default/extensions/web-readme.txt.tmpl
/srv/www/bugzilla/template/en/default/filterexceptions.pl
/srv/www/bugzilla/template/en/default/flag
/srv/www/bugzilla/template/en/default/flag/list.html.tmpl
/srv/www/bugzilla/template/en/default/global
/srv/www/bugzilla/template/en/default/global/banner.html.tmpl
/srv/www/bugzilla/template/en/default/global/calendar.js.tmpl
/srv/www/bugzilla/template/en/default/global/choose-classification.html.tmpl
/srv/www/bugzilla/template/en/default/global/choose-product.html.tmpl
/srv/www/bugzilla/template/en/default/global/code-error.html.tmpl
/srv/www/bugzilla/template/en/default/global/common-links.html.tmpl
/srv/www/bugzilla/template/en/default/global/confirm-action.html.tmpl
/srv/www/bugzilla/template/en/default/global/confirm-user-match.html.tmpl
/srv/www/bugzilla/template/en/default/global/docslinks.html.tmpl
/srv/www/bugzilla/template/en/default/global/field-descs.none.tmpl
/srv/www/bugzilla/template/en/default/global/footer.html.tmpl
/srv/www/bugzilla/template/en/default/global/header.html.tmpl
/srv/www/bugzilla/template/en/default/global/hidden-fields.html.tmpl
/srv/www/bugzilla/template/en/default/global/js-products.html.tmpl
/srv/www/bugzilla/template/en/default/global/message.html.tmpl
/srv/www/bugzilla/template/en/default/global/message.txt.tmpl
/srv/www/bugzilla/template/en/default/global/messages.html.tmpl
/srv/www/bugzilla/template/en/default/global/product-select.html.tmpl
/srv/www/bugzilla/template/en/default/global/reason-descs.none.tmpl
/srv/www/bugzilla/template/en/default/global/select-menu.html.tmpl
/srv/www/bugzilla/template/en/default/global/setting-descs.none.tmpl
/srv/www/bugzilla/template/en/default/global/tabs.html.tmpl
/srv/www/bugzilla/template/en/default/global/textarea.html.tmpl
/srv/www/bugzilla/template/en/default/global/useful-links.html.tmpl
/srv/www/bugzilla/template/en/default/global/user-error.html.tmpl
/srv/www/bugzilla/template/en/default/global/user.html.tmpl
/srv/www/bugzilla/template/en/default/global/userselect.html.tmpl
/srv/www/bugzilla/template/en/default/global/value-descs.js.tmpl
/srv/www/bugzilla/template/en/default/global/value-descs.none.tmpl
/srv/www/bugzilla/template/en/default/global/variables.none.tmpl
/srv/www/bugzilla/template/en/default/index.html.tmpl
/srv/www/bugzilla/template/en/default/list
/srv/www/bugzilla/template/en/default/list/change-columns.html.tmpl
/srv/www/bugzilla/template/en/default/list/edit-multiple.html.tmpl
/srv/www/bugzilla/template/en/default/list/list-simple.html.tmpl
/srv/www/bugzilla/template/en/default/list/list.atom.tmpl
/srv/www/bugzilla/template/en/default/list/list.csv.tmpl
/srv/www/bugzilla/template/en/default/list/list.html.tmpl
/srv/www/bugzilla/template/en/default/list/list.ics.tmpl
/srv/www/bugzilla/template/en/default/list/list.rdf.tmpl
/srv/www/bugzilla/template/en/default/list/quips.html.tmpl
/srv/www/bugzilla/template/en/default/list/server-push.html.tmpl
/srv/www/bugzilla/template/en/default/list/table.html.tmpl
/srv/www/bugzilla/template/en/default/pages
/srv/www/bugzilla/template/en/default/pages/bug-writing.html.tmpl
/srv/www/bugzilla/template/en/default/pages/bugzilla.dtd.tmpl
/srv/www/bugzilla/template/en/default/pages/fields.html.tmpl
/srv/www/bugzilla/template/en/default/pages/linked.html.tmpl
/srv/www/bugzilla/template/en/default/pages/linkify.html.tmpl
/srv/www/bugzilla/template/en/default/pages/quicksearch.html.tmpl
/srv/www/bugzilla/template/en/default/pages/release-notes.html.tmpl
/srv/www/bugzilla/template/en/default/pages/sudo.html.tmpl
/srv/www/bugzilla/template/en/default/reports
/srv/www/bugzilla/template/en/default/reports/chart.csv.tmpl
/srv/www/bugzilla/template/en/default/reports/chart.html.tmpl
/srv/www/bugzilla/template/en/default/reports/chart.png.tmpl
/srv/www/bugzilla/template/en/default/reports/components.html.tmpl
/srv/www/bugzilla/template/en/default/reports/create-chart.html.tmpl
/srv/www/bugzilla/template/en/default/reports/delete-series.html.tmpl
/srv/www/bugzilla/template/en/default/reports/duplicates-simple.html.tmpl
/srv/www/bugzilla/template/en/default/reports/duplicates-table.html.tmpl
/srv/www/bugzilla/template/en/default/reports/duplicates.html.tmpl
/srv/www/bugzilla/template/en/default/reports/edit-series.html.tmpl
/srv/www/bugzilla/template/en/default/reports/keywords.html.tmpl
/srv/www/bugzilla/template/en/default/reports/menu.html.tmpl
/srv/www/bugzilla/template/en/default/reports/old-charts.html.tmpl
/srv/www/bugzilla/template/en/default/reports/report-bar.png.tmpl
/srv/www/bugzilla/template/en/default/reports/report-line.png.tmpl
/srv/www/bugzilla/template/en/default/reports/report-pie.png.tmpl
/srv/www/bugzilla/template/en/default/reports/report-simple.html.tmpl
/srv/www/bugzilla/template/en/default/reports/report-table.csv.tmpl
/srv/www/bugzilla/template/en/default/reports/report-table.html.tmpl
/srv/www/bugzilla/template/en/default/reports/report.csv.tmpl
/srv/www/bugzilla/template/en/default/reports/report.html.tmpl
/srv/www/bugzilla/template/en/default/reports/series-common.html.tmpl
/srv/www/bugzilla/template/en/default/reports/series.html.tmpl
/srv/www/bugzilla/template/en/default/request
/srv/www/bugzilla/template/en/default/request/queue.csv.tmpl
/srv/www/bugzilla/template/en/default/request/queue.html.tmpl
/srv/www/bugzilla/template/en/default/rest.html.tmpl
/srv/www/bugzilla/template/en/default/search
/srv/www/bugzilla/template/en/default/search/boolean-charts.html.tmpl
/srv/www/bugzilla/template/en/default/search/field.html.tmpl
/srv/www/bugzilla/template/en/default/search/form.html.tmpl
/srv/www/bugzilla/template/en/default/search/knob.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-advanced.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-create-series.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-plugin.xml.tmpl
/srv/www/bugzilla/template/en/default/search/search-report-graph.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-report-select.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-report-table.html.tmpl
/srv/www/bugzilla/template/en/default/search/search-specific.html.tmpl
/srv/www/bugzilla/template/en/default/search/tabs.html.tmpl
/srv/www/bugzilla/template/en/default/search/type-select.html.tmpl
/srv/www/bugzilla/template/en/default/setup
/srv/www/bugzilla/template/en/default/setup/strings.txt.pl
/srv/www/bugzilla/template/en/default/welcome-admin.html.tmpl
/srv/www/bugzilla/template/en/default/whine
/srv/www/bugzilla/template/en/default/whine/header.txt.tmpl
/srv/www/bugzilla/template/en/default/whine/mail.html.tmpl
/srv/www/bugzilla/template/en/default/whine/mail.txt.tmpl
/srv/www/bugzilla/template/en/default/whine/schedule.html.tmpl
/srv/www/bugzilla/testagent.cgi
/srv/www/bugzilla/testserver.pl
/srv/www/bugzilla/token.cgi
/srv/www/bugzilla/userprefs.cgi
/srv/www/bugzilla/votes.cgi
/srv/www/bugzilla/whine.pl
/srv/www/bugzilla/whineatnews.pl
/srv/www/bugzilla/xmlrpc.cgi
/srv/www/bugzilla/xt
/srv/www/bugzilla/xt/README
/srv/www/bugzilla/xt/lib
/srv/www/bugzilla/xt/lib/Bugzilla
/srv/www/bugzilla/xt/lib/Bugzilla/Test
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/AndTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/Constants.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/CustomTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/FieldTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/FieldTestNormal.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/InjectionTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/NotTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/OperatorTest.pm
/srv/www/bugzilla/xt/lib/Bugzilla/Test/Search/OrTest.pm
/srv/www/bugzilla/xt/search.t
/usr/share/doc/packages/bugzilla
/usr/share/doc/packages/bugzilla/MPL-2.0.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024