[Pkg-nagios-changes] [pkg-icingaweb2] branch ubuntu updated (4fed4eb -> ab0880c)
Alexander Wirt
formorer at debian.org
Tue Apr 26 06:35:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch ubuntu
in repository pkg-icingaweb2.
from 4fed4eb Update changelog
adds 3c80e44 Imported Upstream version 2.3.1
adds 2b7701b Merge tag 'upstream/2.3.1'
adds 462f48e Update dependencies for PHP 7.0
adds 38bfc08 Depend on php-xml for DOM handling modules
adds 39e1530 Changelog for 2.3.1-1
new f965b36 Merge branch 'master' into ubuntu
new f06357c Update ppa changelog for lucid
new ab0880c Update ppa changelog for trusty
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.mailmap | 2 +
AUTHORS | 5 +-
ChangeLog | 56 ++-
README.md | 2 +-
VERSION | 2 +-
application/VERSION | 2 +-
application/controllers/DashboardController.php | 37 +-
application/controllers/ListController.php | 2 +
application/views/scripts/dashboard/settings.phtml | 3 +-
application/views/scripts/group/list.phtml | 20 +-
application/views/scripts/user/list.phtml | 14 +-
changelog.py | 90 ++--
debian/changelog | 10 +-
debian/control | 14 +-
doc/{about.md => 01-About.md} | 0
doc/{installation.md => 02-Installation.md} | 112 ++---
doc/03-Configuration.md | 15 +
doc/{resources.md => 04-Resources.md} | 0
doc/{authentication.md => 05-Authentication.md} | 71 ++-
doc/{security.md => 06-Security.md} | 29 +-
doc/{preferences.md => 07-Preferences.md} | 6 +-
doc/{vagrant.md => 99-Vagrant.md} | 0
doc/configuration.md | 15 -
doc/external_authentication.md | 86 ----
icingaweb2.spec | 23 +-
.../Application/Hook/Ticket/TicketPattern.php | 152 ++++++
library/Icinga/Application/Hook/TicketHook.php | 144 ++++--
library/Icinga/Application/Version.php | 2 +-
library/Icinga/Application/Web.php | 7 +-
library/Icinga/Authentication/AdmissionLoader.php | 31 +-
library/Icinga/Authentication/Auth.php | 9 +-
library/Icinga/Authentication/Role.php | 109 +++++
.../Icinga/Authentication/User/ExternalBackend.php | 29 +-
library/Icinga/Data/Db/DbConnection.php | 7 +-
library/Icinga/Data/Tree/TreeNodeIterator.php | 2 +-
library/Icinga/Protocol/Ldap/LdapConnection.php | 54 ++-
library/Icinga/Protocol/Ldap/LdapQuery.php | 68 +++
library/Icinga/Protocol/Ldap/LdapUtils.php | 8 +-
library/Icinga/User.php | 38 +-
library/Icinga/Util/DirectoryIterator.php | 102 ++--
library/Icinga/Util/GlobFilter.php | 182 +++++++
library/Icinga/Web/Form/Decorator/Autosubmit.php | 2 +-
library/Icinga/Web/LessCompiler.php | 13 +-
library/Icinga/Web/Menu.php | 5 +-
library/Icinga/Web/Widget/Dashboard.php | 9 +-
library/Icinga/Web/Widget/Dashboard/Pane.php | 2 +-
library/Icinga/Web/Widget/Tabs.php | 4 +-
library/vendor/Parsedown/Parsedown.php | 71 ++-
library/vendor/Parsedown/SOURCE | 2 +-
.../application/controllers/ModuleController.php | 62 ++-
modules/doc/doc/1-module-documentation.md | 12 +-
modules/doc/library/Doc/DocController.php | 24 +-
modules/doc/library/Doc/DocParser.php | 44 +-
modules/doc/library/Doc/DocSection.php | 8 -
modules/doc/library/Doc/Renderer/DocRenderer.php | 55 ++-
.../library/Doc/Renderer/DocSectionRenderer.php | 66 ++-
modules/doc/module.info | 2 +-
modules/doc/public/css/module.less | 10 +-
modules/doc/run.php | 15 +
.../application/clicommands/ListCommand.php | 3 +
.../application/controllers/HostsController.php | 3 +-
.../application/controllers/ListController.php | 248 +++++-----
.../application/controllers/ServicesController.php | 1 +
.../Instance/ToggleInstanceFeaturesCommandForm.php | 35 +-
.../application/views/helpers/IconImage.php | 4 +-
.../application/views/helpers/PluginOutput.php | 8 +
.../application/views/scripts/list/comments.phtml | 8 +-
.../views/scripts/list/contactgroups.phtml | 69 ++-
.../application/views/scripts/list/contacts.phtml | 106 +++--
.../application/views/scripts/list/downtimes.phtml | 75 +--
.../application/views/scripts/list/eventgrid.phtml | 8 +-
.../views/scripts/list/eventhistory.phtml | 6 +-
.../views/scripts/list/hostgroups.phtml | 524 +++++++++++----------
.../application/views/scripts/list/hosts.phtml | 20 +-
.../views/scripts/list/notifications.phtml | 10 +-
.../views/scripts/list/servicegroups.phtml | 318 ++++++-------
.../application/views/scripts/list/services.phtml | 34 +-
modules/monitoring/configuration.php | 4 +
.../monitoring/doc/restrict-custom-variables.md | 77 +++
.../Backend/Ido/Query/ContactgroupQuery.php | 36 +-
.../library/Monitoring/DataView/Contactgroup.php | 27 +-
.../library/Monitoring/DataView/Hoststatus.php | 76 ++-
.../library/Monitoring/DataView/Servicestatus.php | 132 +++---
.../library/Monitoring/Object/MonitoredObject.php | 32 +-
.../library/Monitoring/Web/Widget/StateBadges.php | 1 +
modules/monitoring/module.info | 2 +-
modules/monitoring/public/css/module.less | 43 +-
modules/monitoring/public/css/tables.less | 21 +-
modules/setup/module.info | 2 +-
modules/test/module.info | 2 +-
.../Translation/Util/GettextTranslationHelper.php | 1 +
modules/translation/module.info | 2 +-
public/css/icinga/base.less | 14 +-
public/css/icinga/controls.less | 76 ++-
public/css/icinga/forms.less | 4 +
public/css/icinga/layout.less | 17 +-
public/css/icinga/login.less | 2 -
public/css/icinga/main.less | 46 +-
public/css/icinga/mixins.less | 4 +-
public/css/icinga/tabs.less | 4 -
public/css/themes/high-contrast.less | 5 +
public/js/icinga/behavior/form.js | 14 +
public/js/icinga/events.js | 2 +-
public/js/icinga/ui.js | 24 +-
test/php/library/Icinga/Util/GlobFilterTest.php | 325 +++++++++++++
105 files changed, 2970 insertions(+), 1471 deletions(-)
rename doc/{about.md => 01-About.md} (100%)
rename doc/{installation.md => 02-Installation.md} (94%)
create mode 100644 doc/03-Configuration.md
rename doc/{resources.md => 04-Resources.md} (100%)
rename doc/{authentication.md => 05-Authentication.md} (59%)
rename doc/{security.md => 06-Security.md} (88%)
rename doc/{preferences.md => 07-Preferences.md} (89%)
rename doc/{vagrant.md => 99-Vagrant.md} (100%)
delete mode 100644 doc/configuration.md
delete mode 100644 doc/external_authentication.md
create mode 100644 library/Icinga/Application/Hook/Ticket/TicketPattern.php
create mode 100644 library/Icinga/Authentication/Role.php
create mode 100644 library/Icinga/Util/GlobFilter.php
create mode 100644 modules/monitoring/doc/restrict-custom-variables.md
create mode 100644 test/php/library/Icinga/Util/GlobFilterTest.php
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icingaweb2.git
More information about the Pkg-nagios-changes
mailing list