[Pkg-nagios-changes] [pkg-icingaweb2] branch debmon-wheezy updated (47b7ffe -> af1470e)
Markus Frosch
lazyfrosch at moszumanska.debian.org
Thu Apr 28 16:37:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a change to branch debmon-wheezy
in repository pkg-icingaweb2.
from 47b7ffe Changelog for 2.2.0-1~debmon70+1
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
adds c1aee5d Imported Upstream version 2.3.2
adds 55af9f2 Merge tag 'upstream/2.3.2'
adds 82386a4 Changelog for 2.3.2-1
new 3e4a984 Merge branch 'master' into debmon-wheezy
new 4cb7419 Revert "Update dependencies for PHP 7.0"
new 36db941 Revert "Depend on php-xml for DOM handling modules"
new af1470e Changelog for 2.3.2-1~debmon70+1
The 4 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 | 70 ++-
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 | 20 +
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/Repository/Repository.php | 5 +-
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/Form/Element/DateTimePicker.php | 12 +-
library/Icinga/Web/LessCompiler.php | 13 +-
library/Icinga/Web/Menu.php | 5 +-
library/Icinga/Web/Navigation/DashboardPane.php | 22 +
library/Icinga/Web/Navigation/NavigationItem.php | 16 +-
library/Icinga/Web/Widget/Dashboard.php | 20 +-
library/Icinga/Web/Widget/Dashboard/Pane.php | 2 +-
library/Icinga/Web/Widget/FilterEditor.php | 12 +-
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/ConfigController.php | 20 +-
.../application/controllers/HostsController.php | 3 +-
.../application/controllers/ListController.php | 248 +++++-----
.../application/controllers/ServicesController.php | 1 +
.../Instance/ToggleInstanceFeaturesCommandForm.php | 35 +-
.../Object/ScheduleHostDowntimeCommandForm.php | 17 +
.../Object/ScheduleServiceDowntimeCommandForm.php | 16 +
.../locale/de_DE/LC_MESSAGES/monitoring.mo | Bin 75289 -> 72184 bytes
.../locale/de_DE/LC_MESSAGES/monitoring.po | 13 +-
.../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 | 14 +-
.../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 +-
.../views/scripts/partials/event-history.phtml | 15 +-
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 +++++++++++++
115 files changed, 3135 insertions(+), 1483 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