From 474803fee470475d948c44e7ef45c32b61a6c7df Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 8 Feb 2016 15:41:00 +0100 Subject: [PATCH] Change all license headers to only reflect a file's year of creation refs #11000 --- application/clicommands/AutocompleteCommand.php | 2 +- application/clicommands/HelpCommand.php | 2 +- application/clicommands/ModuleCommand.php | 2 +- application/clicommands/WebCommand.php | 2 +- application/controllers/AboutController.php | 2 +- application/controllers/ApplicationStateController.php | 2 +- application/controllers/AuthenticationController.php | 2 +- application/controllers/ConfigController.php | 2 +- application/controllers/DashboardController.php | 2 +- application/controllers/ErrorController.php | 2 +- application/controllers/GroupController.php | 2 +- application/controllers/IndexController.php | 2 +- application/controllers/LayoutController.php | 2 +- application/controllers/ListController.php | 2 +- application/controllers/NavigationController.php | 2 +- application/controllers/PreferenceController.php | 2 +- application/controllers/RoleController.php | 2 +- application/controllers/SearchController.php | 2 +- application/controllers/StaticController.php | 2 +- application/controllers/UserController.php | 2 +- application/controllers/UsergroupbackendController.php | 2 +- application/forms/Authentication/LoginForm.php | 2 +- application/forms/AutoRefreshForm.php | 2 +- application/forms/Config/General/ApplicationConfigForm.php | 2 +- application/forms/Config/General/LoggingConfigForm.php | 2 +- application/forms/Config/General/ThemingConfigForm.php | 2 +- application/forms/Config/GeneralConfigForm.php | 2 +- application/forms/Config/Resource/DbResourceForm.php | 2 +- application/forms/Config/Resource/FileResourceForm.php | 2 +- application/forms/Config/Resource/LdapResourceForm.php | 2 +- application/forms/Config/Resource/LivestatusResourceForm.php | 2 +- application/forms/Config/Resource/SshResourceForm.php | 2 +- application/forms/Config/ResourceConfigForm.php | 2 +- application/forms/Config/User/CreateMembershipForm.php | 2 +- application/forms/Config/User/UserForm.php | 2 +- application/forms/Config/UserBackend/DbBackendForm.php | 2 +- application/forms/Config/UserBackend/ExternalBackendForm.php | 2 +- application/forms/Config/UserBackend/LdapBackendForm.php | 2 +- application/forms/Config/UserBackendConfigForm.php | 2 +- application/forms/Config/UserBackendReorderForm.php | 2 +- application/forms/Config/UserGroup/AddMemberForm.php | 2 +- application/forms/Config/UserGroup/DbUserGroupBackendForm.php | 2 +- application/forms/Config/UserGroup/LdapUserGroupBackendForm.php | 2 +- application/forms/Config/UserGroup/UserGroupBackendForm.php | 2 +- application/forms/Config/UserGroup/UserGroupForm.php | 2 +- application/forms/ConfigForm.php | 2 +- application/forms/ConfirmRemovalForm.php | 2 +- application/forms/Control/LimiterControlForm.php | 2 +- application/forms/Dashboard/DashletForm.php | 2 +- application/forms/LdapDiscoveryForm.php | 2 +- application/forms/Navigation/DashletForm.php | 2 +- application/forms/Navigation/MenuItemForm.php | 2 +- application/forms/Navigation/NavigationConfigForm.php | 2 +- application/forms/Navigation/NavigationItemForm.php | 2 +- application/forms/PreferenceForm.php | 2 +- application/forms/RepositoryForm.php | 2 +- application/forms/Security/RoleForm.php | 2 +- application/views/helpers/CreateTicketLinks.php | 2 +- application/views/helpers/FormDateTime.php | 2 +- application/views/helpers/FormNumber.php | 2 +- application/views/helpers/FormTriStateCheckbox.php | 2 +- application/views/helpers/ProtectId.php | 2 +- application/views/helpers/Util.php | 2 +- bin/icingacli | 2 +- etc/schema/mysql-upgrades/2.0.0beta3-2.0.0rc1.sql | 2 +- etc/schema/mysql.schema.sql | 2 +- etc/schema/pgsql-upgrades/2.0.0beta3-2.0.0rc1.sql | 2 +- etc/schema/pgsql.schema.sql | 2 +- library/Icinga/Application/ApplicationBootstrap.php | 2 +- library/Icinga/Application/Benchmark.php | 2 +- library/Icinga/Application/ClassLoader.php | 2 +- library/Icinga/Application/Cli.php | 2 +- library/Icinga/Application/Config.php | 2 +- library/Icinga/Application/EmbeddedWeb.php | 2 +- library/Icinga/Application/Hook.php | 2 +- library/Icinga/Application/Hook/GrapherHook.php | 2 +- library/Icinga/Application/Hook/TicketHook.php | 2 +- library/Icinga/Application/Hook/WebBaseHook.php | 2 +- library/Icinga/Application/Icinga.php | 2 +- library/Icinga/Application/LegacyWeb.php | 2 +- library/Icinga/Application/Logger.php | 2 +- library/Icinga/Application/Logger/LogWriter.php | 2 +- library/Icinga/Application/Logger/Writer/FileWriter.php | 2 +- library/Icinga/Application/Logger/Writer/StderrWriter.php | 2 +- library/Icinga/Application/Logger/Writer/StdoutWriter.php | 2 +- library/Icinga/Application/Logger/Writer/SyslogWriter.php | 2 +- library/Icinga/Application/Modules/DashboardContainer.php | 2 +- library/Icinga/Application/Modules/Manager.php | 2 +- library/Icinga/Application/Modules/MenuItemContainer.php | 2 +- library/Icinga/Application/Modules/Module.php | 2 +- library/Icinga/Application/Modules/NavigationItemContainer.php | 2 +- library/Icinga/Application/Platform.php | 2 +- library/Icinga/Application/Version.php | 2 +- library/Icinga/Application/Web.php | 2 +- library/Icinga/Application/functions.php | 2 +- library/Icinga/Application/webrouter.php | 2 +- library/Icinga/Authentication/AdmissionLoader.php | 2 +- library/Icinga/Authentication/Auth.php | 2 +- library/Icinga/Authentication/AuthChain.php | 2 +- library/Icinga/Authentication/Authenticatable.php | 2 +- library/Icinga/Authentication/User/DbUserBackend.php | 2 +- library/Icinga/Authentication/User/ExternalBackend.php | 2 +- library/Icinga/Authentication/User/LdapUserBackend.php | 2 +- library/Icinga/Authentication/User/UserBackend.php | 2 +- library/Icinga/Authentication/User/UserBackendInterface.php | 2 +- library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php | 2 +- library/Icinga/Authentication/UserGroup/IniUserGroupBackend.php | 2 +- .../Icinga/Authentication/UserGroup/LdapUserGroupBackend.php | 2 +- library/Icinga/Authentication/UserGroup/UserGroupBackend.php | 2 +- .../Authentication/UserGroup/UserGroupBackendInterface.php | 2 +- library/Icinga/Chart/Axis.php | 2 +- library/Icinga/Chart/Chart.php | 2 +- library/Icinga/Chart/Format.php | 2 +- library/Icinga/Chart/Graph/BarGraph.php | 2 +- library/Icinga/Chart/Graph/LineGraph.php | 2 +- library/Icinga/Chart/Graph/StackedGraph.php | 2 +- library/Icinga/Chart/Graph/Tooltip.php | 2 +- library/Icinga/Chart/GridChart.php | 2 +- library/Icinga/Chart/Inline/Inline.php | 2 +- library/Icinga/Chart/Inline/PieChart.php | 2 +- library/Icinga/Chart/Legend.php | 2 +- library/Icinga/Chart/Palette.php | 2 +- library/Icinga/Chart/PieChart.php | 2 +- library/Icinga/Chart/Primitive/Animatable.php | 2 +- library/Icinga/Chart/Primitive/Animation.php | 2 +- library/Icinga/Chart/Primitive/Canvas.php | 2 +- library/Icinga/Chart/Primitive/Circle.php | 2 +- library/Icinga/Chart/Primitive/Drawable.php | 2 +- library/Icinga/Chart/Primitive/Line.php | 2 +- library/Icinga/Chart/Primitive/Path.php | 2 +- library/Icinga/Chart/Primitive/PieSlice.php | 2 +- library/Icinga/Chart/Primitive/RawElement.php | 2 +- library/Icinga/Chart/Primitive/Rect.php | 2 +- library/Icinga/Chart/Primitive/Styleable.php | 2 +- library/Icinga/Chart/Primitive/Text.php | 2 +- library/Icinga/Chart/Render/LayoutBox.php | 2 +- library/Icinga/Chart/Render/RenderContext.php | 2 +- library/Icinga/Chart/Render/Rotator.php | 2 +- library/Icinga/Chart/SVGRenderer.php | 2 +- library/Icinga/Chart/Unit/AxisUnit.php | 2 +- library/Icinga/Chart/Unit/CalendarUnit.php | 2 +- library/Icinga/Chart/Unit/LinearUnit.php | 2 +- library/Icinga/Chart/Unit/LogarithmicUnit.php | 2 +- library/Icinga/Chart/Unit/StaticAxis.php | 2 +- library/Icinga/Cli/AnsiScreen.php | 2 +- library/Icinga/Cli/Command.php | 2 +- library/Icinga/Cli/Documentation.php | 2 +- library/Icinga/Cli/Documentation/CommentParser.php | 2 +- library/Icinga/Cli/Loader.php | 2 +- library/Icinga/Cli/Params.php | 2 +- library/Icinga/Cli/Screen.php | 2 +- library/Icinga/Data/ConfigObject.php | 2 +- library/Icinga/Data/ConnectionInterface.php | 2 +- library/Icinga/Data/DataArray/ArrayDatasource.php | 2 +- library/Icinga/Data/Db/DbConnection.php | 2 +- library/Icinga/Data/Db/DbQuery.php | 2 +- library/Icinga/Data/Extensible.php | 2 +- library/Icinga/Data/Fetchable.php | 2 +- library/Icinga/Data/Filter/Filter.php | 2 +- library/Icinga/Data/Filter/FilterAnd.php | 2 +- library/Icinga/Data/Filter/FilterChain.php | 2 +- library/Icinga/Data/Filter/FilterEqual.php | 2 +- library/Icinga/Data/Filter/FilterEqualOrGreaterThan.php | 2 +- library/Icinga/Data/Filter/FilterEqualOrLessThan.php | 2 +- library/Icinga/Data/Filter/FilterException.php | 2 +- library/Icinga/Data/Filter/FilterExpression.php | 2 +- library/Icinga/Data/Filter/FilterGreaterThan.php | 2 +- library/Icinga/Data/Filter/FilterLessThan.php | 2 +- library/Icinga/Data/Filter/FilterMatch.php | 2 +- library/Icinga/Data/Filter/FilterMatchNot.php | 2 +- library/Icinga/Data/Filter/FilterNot.php | 2 +- library/Icinga/Data/Filter/FilterNotEqual.php | 2 +- library/Icinga/Data/Filter/FilterOr.php | 2 +- library/Icinga/Data/Filter/FilterParseException.php | 2 +- library/Icinga/Data/Filter/FilterQueryString.php | 2 +- library/Icinga/Data/FilterColumns.php | 2 +- library/Icinga/Data/Filterable.php | 2 +- library/Icinga/Data/Identifiable.php | 2 +- library/Icinga/Data/Inspectable.php | 2 +- library/Icinga/Data/Inspection.php | 2 +- library/Icinga/Data/Limitable.php | 2 +- library/Icinga/Data/Paginatable.php | 2 +- library/Icinga/Data/PivotTable.php | 2 +- library/Icinga/Data/QueryInterface.php | 2 +- library/Icinga/Data/Queryable.php | 2 +- library/Icinga/Data/Reducible.php | 2 +- library/Icinga/Data/ResourceFactory.php | 2 +- library/Icinga/Data/Selectable.php | 2 +- library/Icinga/Data/SimpleQuery.php | 2 +- library/Icinga/Data/SortRules.php | 2 +- library/Icinga/Data/Sortable.php | 2 +- library/Icinga/Data/Tree/SimpleTree.php | 2 +- library/Icinga/Data/Tree/TreeNode.php | 2 +- library/Icinga/Data/Tree/TreeNodeIterator.php | 2 +- library/Icinga/Data/Updatable.php | 2 +- library/Icinga/Date/DateFormatter.php | 2 +- library/Icinga/Exception/AlreadyExistsException.php | 2 +- library/Icinga/Exception/AuthenticationException.php | 2 +- library/Icinga/Exception/ConfigurationError.php | 2 +- library/Icinga/Exception/Http/HttpBadRequestException.php | 1 + library/Icinga/Exception/Http/HttpException.php | 1 + library/Icinga/Exception/Http/HttpMethodNotAllowedException.php | 1 + library/Icinga/Exception/Http/HttpNotFoundException.php | 1 + library/Icinga/Exception/IcingaException.php | 2 +- library/Icinga/Exception/InvalidPropertyException.php | 2 +- library/Icinga/Exception/MissingParameterException.php | 2 +- library/Icinga/Exception/NotFoundError.php | 2 +- library/Icinga/Exception/NotImplementedError.php | 2 +- library/Icinga/Exception/NotReadableError.php | 2 +- library/Icinga/Exception/NotWritableError.php | 2 +- library/Icinga/Exception/ProgrammingError.php | 2 +- library/Icinga/Exception/QueryException.php | 2 +- library/Icinga/Exception/StatementException.php | 2 +- library/Icinga/Exception/SystemPermissionException.php | 2 +- library/Icinga/File/Csv.php | 2 +- library/Icinga/File/Ini/Dom/Comment.php | 2 +- library/Icinga/File/Ini/Dom/Directive.php | 2 +- library/Icinga/File/Ini/Dom/Document.php | 2 +- library/Icinga/File/Ini/Dom/Section.php | 2 +- library/Icinga/File/Ini/IniParser.php | 2 +- library/Icinga/File/Ini/IniWriter.php | 2 +- library/Icinga/File/Pdf.php | 2 +- library/Icinga/Legacy/DashboardConfig.php | 2 +- library/Icinga/Protocol/Dns.php | 2 +- library/Icinga/Protocol/File/Exception/FileReaderException.php | 2 +- library/Icinga/Protocol/File/FileIterator.php | 2 +- library/Icinga/Protocol/File/FileQuery.php | 2 +- library/Icinga/Protocol/File/FileReader.php | 2 +- library/Icinga/Protocol/File/LogFileIterator.php | 2 +- library/Icinga/Protocol/Ldap/Discovery.php | 2 +- library/Icinga/Protocol/Ldap/LdapCapabilities.php | 2 +- library/Icinga/Protocol/Ldap/LdapConnection.php | 2 +- library/Icinga/Protocol/Ldap/LdapException.php | 2 +- library/Icinga/Protocol/Ldap/LdapQuery.php | 2 +- library/Icinga/Protocol/Ldap/LdapUtils.php | 2 +- library/Icinga/Protocol/Ldap/Node.php | 2 +- library/Icinga/Protocol/Ldap/Root.php | 2 +- library/Icinga/Protocol/Livestatus/Connection.php | 2 +- library/Icinga/Protocol/Livestatus/Query.php | 2 +- library/Icinga/Protocol/Livestatus/ResponseRow.php | 2 +- library/Icinga/Protocol/Nrpe/Connection.php | 2 +- library/Icinga/Protocol/Nrpe/Packet.php | 2 +- library/Icinga/Repository/DbRepository.php | 2 +- library/Icinga/Repository/IniRepository.php | 2 +- library/Icinga/Repository/LdapRepository.php | 2 +- library/Icinga/Repository/Repository.php | 2 +- library/Icinga/Repository/RepositoryQuery.php | 2 +- library/Icinga/Security/SecurityException.php | 2 +- library/Icinga/Test/BaseTestCase.php | 2 +- library/Icinga/Test/ClassLoader.php | 2 +- library/Icinga/Test/DbTest.php | 2 +- library/Icinga/User.php | 2 +- library/Icinga/User/Preferences.php | 2 +- library/Icinga/User/Preferences/PreferencesStore.php | 2 +- library/Icinga/User/Preferences/Store/DbStore.php | 2 +- library/Icinga/User/Preferences/Store/IniStore.php | 2 +- library/Icinga/Util/Color.php | 2 +- library/Icinga/Util/ConfigAwareFactory.php | 2 +- library/Icinga/Util/Dimension.php | 2 +- library/Icinga/Util/DirectoryIterator.php | 2 +- library/Icinga/Util/EnumeratingFilterIterator.php | 2 +- library/Icinga/Util/File.php | 2 +- library/Icinga/Util/Format.php | 2 +- library/Icinga/Util/String.php | 2 +- library/Icinga/Util/StringHelper.php | 2 +- library/Icinga/Util/TimezoneDetect.php | 2 +- library/Icinga/Util/Translator.php | 2 +- library/Icinga/Web/Controller.php | 2 +- library/Icinga/Web/Controller/ActionController.php | 2 +- library/Icinga/Web/Controller/AuthBackendController.php | 2 +- library/Icinga/Web/Controller/BasePreferenceController.php | 2 +- library/Icinga/Web/Controller/ControllerTabCollector.php | 2 +- library/Icinga/Web/Controller/Dispatcher.php | 2 +- library/Icinga/Web/Controller/ModuleActionController.php | 2 +- library/Icinga/Web/Cookie.php | 2 +- library/Icinga/Web/CookieSet.php | 2 +- library/Icinga/Web/Dom/DomNodeIterator.php | 2 +- library/Icinga/Web/FileCache.php | 2 +- library/Icinga/Web/Form.php | 2 +- library/Icinga/Web/Form/Decorator/Autosubmit.php | 2 +- library/Icinga/Web/Form/Decorator/ConditionalHidden.php | 2 +- library/Icinga/Web/Form/Decorator/ElementDoubler.php | 2 +- library/Icinga/Web/Form/Decorator/FormDescriptions.php | 2 +- library/Icinga/Web/Form/Decorator/FormHints.php | 2 +- library/Icinga/Web/Form/Decorator/FormNotifications.php | 2 +- library/Icinga/Web/Form/Decorator/Help.php | 2 +- library/Icinga/Web/Form/Decorator/Spinner.php | 2 +- library/Icinga/Web/Form/Element/Button.php | 2 +- library/Icinga/Web/Form/Element/CsrfCounterMeasure.php | 2 +- library/Icinga/Web/Form/Element/DateTimePicker.php | 2 +- library/Icinga/Web/Form/Element/Note.php | 2 +- library/Icinga/Web/Form/Element/Number.php | 2 +- library/Icinga/Web/Form/Element/TriStateCheckbox.php | 2 +- library/Icinga/Web/Form/ErrorLabeller.php | 2 +- library/Icinga/Web/Form/FormElement.php | 2 +- library/Icinga/Web/Form/InvalidCSRFTokenException.php | 2 +- library/Icinga/Web/Form/Validator/DateFormatValidator.php | 2 +- library/Icinga/Web/Form/Validator/DateTimeValidator.php | 2 +- library/Icinga/Web/Form/Validator/InArray.php | 2 +- library/Icinga/Web/Form/Validator/ReadablePathValidator.php | 2 +- library/Icinga/Web/Form/Validator/TimeFormatValidator.php | 2 +- library/Icinga/Web/Form/Validator/TriStateValidator.php | 2 +- library/Icinga/Web/Form/Validator/WritablePathValidator.php | 2 +- library/Icinga/Web/Helper/CookieHelper.php | 2 +- library/Icinga/Web/Hook.php | 1 + library/Icinga/Web/Hook/GrapherHook.php | 2 +- library/Icinga/Web/Hook/TicketHook.php | 2 +- library/Icinga/Web/JavaScript.php | 2 +- library/Icinga/Web/LessCompiler.php | 2 +- library/Icinga/Web/Menu.php | 2 +- library/Icinga/Web/Menu/BadgeMenuItemRenderer.php | 1 + library/Icinga/Web/Menu/MenuItemRenderer.php | 2 +- library/Icinga/Web/Menu/PermittedMenuItemFilter.php | 1 + library/Icinga/Web/Menu/SummaryMenuItemRenderer.php | 2 +- library/Icinga/Web/MenuRenderer.php | 2 +- library/Icinga/Web/Navigation/DashboardPane.php | 2 +- library/Icinga/Web/Navigation/DropdownItem.php | 2 +- library/Icinga/Web/Navigation/Navigation.php | 2 +- library/Icinga/Web/Navigation/NavigationItem.php | 2 +- .../Web/Navigation/Renderer/BadgeNavigationItemRenderer.php | 2 +- .../Icinga/Web/Navigation/Renderer/NavigationItemRenderer.php | 2 +- library/Icinga/Web/Navigation/Renderer/NavigationRenderer.php | 2 +- .../Web/Navigation/Renderer/NavigationRendererInterface.php | 2 +- .../Web/Navigation/Renderer/RecursiveNavigationRenderer.php | 2 +- .../Web/Navigation/Renderer/SummaryNavigationItemRenderer.php | 2 +- library/Icinga/Web/Notification.php | 2 +- library/Icinga/Web/Paginator/Adapter/QueryAdapter.php | 2 +- .../Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorder.php | 2 +- library/Icinga/Web/Request.php | 2 +- library/Icinga/Web/Response.php | 2 +- library/Icinga/Web/Response/JsonResponse.php | 2 +- library/Icinga/Web/Session.php | 2 +- library/Icinga/Web/Session/PhpSession.php | 2 +- library/Icinga/Web/Session/Session.php | 2 +- library/Icinga/Web/Session/SessionNamespace.php | 2 +- library/Icinga/Web/StyleSheet.php | 2 +- library/Icinga/Web/Url.php | 2 +- library/Icinga/Web/UrlParams.php | 2 +- library/Icinga/Web/View.php | 2 +- library/Icinga/Web/View/helpers/format.php | 2 +- library/Icinga/Web/View/helpers/generic.php | 2 +- library/Icinga/Web/View/helpers/string.php | 2 ++ library/Icinga/Web/View/helpers/url.php | 2 +- library/Icinga/Web/ViewStream.php | 2 +- library/Icinga/Web/Widget.php | 2 +- library/Icinga/Web/Widget/AbstractWidget.php | 2 +- library/Icinga/Web/Widget/Chart/HistoryColorGrid.php | 2 +- library/Icinga/Web/Widget/Chart/InlinePie.php | 2 +- library/Icinga/Web/Widget/Dashboard.php | 2 +- library/Icinga/Web/Widget/Dashboard/Dashlet.php | 2 +- library/Icinga/Web/Widget/Dashboard/Pane.php | 2 +- library/Icinga/Web/Widget/Dashboard/UserWidget.php | 2 +- library/Icinga/Web/Widget/FilterEditor.php | 2 +- library/Icinga/Web/Widget/FilterWidget.php | 2 +- library/Icinga/Web/Widget/Limiter.php | 2 +- library/Icinga/Web/Widget/Paginator.php | 2 +- library/Icinga/Web/Widget/SearchDashboard.php | 2 +- library/Icinga/Web/Widget/SortBox.php | 2 +- library/Icinga/Web/Widget/Tab.php | 2 +- library/Icinga/Web/Widget/Tabextension/DashboardAction.php | 2 +- library/Icinga/Web/Widget/Tabextension/DashboardSettings.php | 2 +- library/Icinga/Web/Widget/Tabextension/MenuAction.php | 2 +- library/Icinga/Web/Widget/Tabextension/OutputFormat.php | 2 +- library/Icinga/Web/Widget/Tabextension/Tabextension.php | 2 +- library/Icinga/Web/Widget/Tabs.php | 2 +- library/Icinga/Web/Widget/Widget.php | 2 +- library/Icinga/Web/Window.php | 2 +- library/Icinga/Web/Wizard.php | 2 +- modules/doc/application/controllers/IcingawebController.php | 2 +- modules/doc/application/controllers/IndexController.php | 2 +- modules/doc/application/controllers/ModuleController.php | 2 +- modules/doc/application/controllers/SearchController.php | 2 +- modules/doc/application/controllers/StyleController.php | 2 +- modules/doc/configuration.php | 2 +- modules/doc/library/Doc/DocController.php | 2 +- modules/doc/library/Doc/DocParser.php | 2 +- modules/doc/library/Doc/DocSection.php | 2 +- modules/doc/library/Doc/DocSectionFilterIterator.php | 2 +- modules/doc/library/Doc/Exception/ChapterNotFoundException.php | 2 +- modules/doc/library/Doc/Exception/DocException.php | 2 +- modules/doc/library/Doc/Renderer/DocRenderer.php | 2 +- modules/doc/library/Doc/Renderer/DocSearchRenderer.php | 2 +- modules/doc/library/Doc/Renderer/DocSectionRenderer.php | 2 +- modules/doc/library/Doc/Renderer/DocTocRenderer.php | 2 +- modules/doc/library/Doc/Search/DocSearch.php | 2 +- modules/doc/library/Doc/Search/DocSearchIterator.php | 2 +- modules/doc/library/Doc/Search/DocSearchMatch.php | 2 +- modules/doc/public/css/module.less | 2 +- modules/doc/public/js/module.js | 1 + modules/doc/run.php | 2 +- modules/iframe/application/controllers/IndexController.php | 2 +- .../monitoring/application/clicommands/ConferenceCommand.php | 2 +- modules/monitoring/application/clicommands/ListCommand.php | 2 +- modules/monitoring/application/clicommands/NrpeCommand.php | 2 +- .../monitoring/application/controllers/ActionsController.php | 2 +- .../application/controllers/AlertsummaryController.php | 2 +- modules/monitoring/application/controllers/ChartController.php | 2 +- .../monitoring/application/controllers/CommentController.php | 2 +- .../monitoring/application/controllers/CommentsController.php | 2 +- modules/monitoring/application/controllers/ConfigController.php | 2 +- .../monitoring/application/controllers/DowntimeController.php | 2 +- .../monitoring/application/controllers/DowntimesController.php | 2 +- modules/monitoring/application/controllers/HealthController.php | 2 +- modules/monitoring/application/controllers/HostController.php | 2 +- modules/monitoring/application/controllers/HostsController.php | 2 +- modules/monitoring/application/controllers/ListController.php | 2 +- .../monitoring/application/controllers/ServiceController.php | 2 +- .../monitoring/application/controllers/ServicesController.php | 2 +- modules/monitoring/application/controllers/ShowController.php | 2 +- .../monitoring/application/controllers/TacticalController.php | 2 +- .../monitoring/application/controllers/TimelineController.php | 2 +- modules/monitoring/application/forms/Command/CommandForm.php | 2 +- .../Command/Instance/DisableNotificationsExpireCommandForm.php | 2 +- .../Command/Instance/ToggleInstanceFeaturesCommandForm.php | 2 +- .../forms/Command/Object/AcknowledgeProblemCommandForm.php | 2 +- .../application/forms/Command/Object/AddCommentCommandForm.php | 2 +- .../application/forms/Command/Object/CheckNowCommandForm.php | 2 +- .../forms/Command/Object/DeleteCommentCommandForm.php | 2 +- .../forms/Command/Object/DeleteCommentsCommandForm.php | 2 +- .../forms/Command/Object/DeleteDowntimeCommandForm.php | 2 +- .../forms/Command/Object/DeleteDowntimesCommandForm.php | 2 +- .../application/forms/Command/Object/ObjectsCommandForm.php | 2 +- .../forms/Command/Object/ProcessCheckResultCommandForm.php | 2 +- .../forms/Command/Object/RemoveAcknowledgementCommandForm.php | 2 +- .../forms/Command/Object/ScheduleHostCheckCommandForm.php | 2 +- .../forms/Command/Object/ScheduleHostDowntimeCommandForm.php | 2 +- .../forms/Command/Object/ScheduleServiceCheckCommandForm.php | 2 +- .../forms/Command/Object/ScheduleServiceDowntimeCommandForm.php | 2 +- .../forms/Command/Object/SendCustomNotificationCommandForm.php | 2 +- .../forms/Command/Object/ToggleObjectFeaturesCommandForm.php | 2 +- .../monitoring/application/forms/Config/BackendConfigForm.php | 2 +- .../monitoring/application/forms/Config/SecurityConfigForm.php | 2 +- .../application/forms/Config/Transport/LocalTransportForm.php | 2 +- .../application/forms/Config/Transport/RemoteTransportForm.php | 2 +- .../monitoring/application/forms/Config/TransportConfigForm.php | 2 +- modules/monitoring/application/forms/EventOverviewForm.php | 2 +- modules/monitoring/application/forms/Navigation/ActionForm.php | 2 +- .../monitoring/application/forms/Navigation/HostActionForm.php | 2 +- .../application/forms/Navigation/ServiceActionForm.php | 2 +- modules/monitoring/application/forms/Setup/BackendPage.php | 2 +- modules/monitoring/application/forms/Setup/IdoResourcePage.php | 2 +- .../application/forms/Setup/LivestatusResourcePage.php | 2 +- modules/monitoring/application/forms/Setup/SecurityPage.php | 2 +- modules/monitoring/application/forms/Setup/TransportPage.php | 2 +- modules/monitoring/application/forms/Setup/WelcomePage.php | 2 +- modules/monitoring/application/forms/StatehistoryForm.php | 2 +- .../monitoring/application/views/helpers/CheckPerformance.php | 2 +- modules/monitoring/application/views/helpers/ContactFlags.php | 2 +- modules/monitoring/application/views/helpers/Customvar.php | 2 +- modules/monitoring/application/views/helpers/HostFlags.php | 2 +- modules/monitoring/application/views/helpers/IconImage.php | 2 +- modules/monitoring/application/views/helpers/Link.php | 2 +- .../monitoring/application/views/helpers/MonitoringFlags.php | 2 +- modules/monitoring/application/views/helpers/Perfdata.php | 2 +- modules/monitoring/application/views/helpers/PluginOutput.php | 2 +- .../monitoring/application/views/helpers/RuntimeVariables.php | 2 +- modules/monitoring/application/views/helpers/ServiceFlags.php | 2 +- modules/monitoring/configuration.php | 2 +- modules/monitoring/library/Monitoring/Backend.php | 2 +- .../monitoring/library/Monitoring/Backend/Ido/IdoBackend.php | 2 +- .../library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/CommandQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/CommentQuery.php | 2 +- .../Backend/Ido/Query/CommentdeletionhistoryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/CommenthistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/ContactQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/ContactgroupQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/CustomvarQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/DowntimeQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/DowntimeendhistoryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/DowntimestarthistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/EventgridQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/EventhistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/GroupsummaryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/HostcommentQuery.php | 2 +- .../Backend/Ido/Query/HostcommentdeletionhistoryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/HostcommenthistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/HostdowntimeQuery.php | 2 +- .../Backend/Ido/Query/HostdowntimeendhistoryQuery.php | 2 +- .../Backend/Ido/Query/HostdowntimestarthistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/HostgroupQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/HostgroupsummaryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/HostnotificationQuery.php | 2 +- .../Backend/Ido/Query/HostserviceproblemsummaryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/HoststatehistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/HoststatusQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/HoststatussummaryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/IdoQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/InstanceQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/NotificationQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/NotificationhistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/ProgramstatusQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/RuntimevariablesQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicecommentQuery.php | 2 +- .../Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicecommenthistoryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicedowntimeQuery.php | 2 +- .../Backend/Ido/Query/ServicedowntimeendhistoryQuery.php | 2 +- .../Backend/Ido/Query/ServicedowntimestarthistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicegroupsummaryQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicenotificationQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicestatehistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php | 2 +- .../Monitoring/Backend/Ido/Query/ServicestatussummaryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/StatehistoryQuery.php | 2 +- .../library/Monitoring/Backend/Ido/Query/StatussummaryQuery.php | 2 +- .../library/Monitoring/Backend/Livestatus/LivestatusBackend.php | 2 +- .../Monitoring/Backend/Livestatus/Query/DowntimeQuery.php | 2 +- .../Monitoring/Backend/Livestatus/Query/HostgroupQuery.php | 2 +- .../Monitoring/Backend/Livestatus/Query/ServicegroupQuery.php | 2 +- .../library/Monitoring/Backend/Livestatus/Query/StatusQuery.php | 2 +- .../Monitoring/Backend/Livestatus/Query/StatusSummaryQuery.php | 2 +- .../monitoring/library/Monitoring/Backend/MonitoringBackend.php | 2 +- modules/monitoring/library/Monitoring/BackendStep.php | 2 +- modules/monitoring/library/Monitoring/Cli/CliUtils.php | 2 +- modules/monitoring/library/Monitoring/Command/IcingaCommand.php | 2 +- .../Command/Instance/DisableNotificationsExpireCommand.php | 2 +- .../Command/Instance/ToggleInstanceFeatureCommand.php | 2 +- .../Monitoring/Command/Object/AcknowledgeProblemCommand.php | 2 +- .../library/Monitoring/Command/Object/AddCommentCommand.php | 2 +- .../library/Monitoring/Command/Object/DeleteCommentCommand.php | 2 +- .../library/Monitoring/Command/Object/DeleteDowntimeCommand.php | 2 +- .../library/Monitoring/Command/Object/ObjectCommand.php | 2 +- .../Monitoring/Command/Object/ProcessCheckResultCommand.php | 2 +- .../Monitoring/Command/Object/PropagateHostDowntimeCommand.php | 2 +- .../Monitoring/Command/Object/RemoveAcknowledgementCommand.php | 2 +- .../Monitoring/Command/Object/ScheduleHostCheckCommand.php | 2 +- .../Monitoring/Command/Object/ScheduleHostDowntimeCommand.php | 2 +- .../Monitoring/Command/Object/ScheduleServiceCheckCommand.php | 2 +- .../Command/Object/ScheduleServiceDowntimeCommand.php | 2 +- .../Monitoring/Command/Object/SendCustomNotificationCommand.php | 2 +- .../Monitoring/Command/Object/ToggleObjectFeatureCommand.php | 2 +- .../library/Monitoring/Command/Object/WithCommentCommand.php | 2 +- .../Command/Renderer/IcingaCommandFileCommandRenderer.php | 2 +- .../Command/Renderer/IcingaCommandRendererInterface.php | 2 +- .../library/Monitoring/Command/Transport/CommandTransport.php | 2 +- .../Monitoring/Command/Transport/CommandTransportInterface.php | 2 +- .../library/Monitoring/Command/Transport/LocalCommandFile.php | 2 +- .../library/Monitoring/Command/Transport/RemoteCommandFile.php | 2 +- modules/monitoring/library/Monitoring/Controller.php | 2 +- .../monitoring/library/Monitoring/Data/ColumnFilterIterator.php | 2 +- modules/monitoring/library/Monitoring/DataView/Command.php | 2 +- modules/monitoring/library/Monitoring/DataView/Comment.php | 2 +- modules/monitoring/library/Monitoring/DataView/Contact.php | 2 +- modules/monitoring/library/Monitoring/DataView/Contactgroup.php | 2 +- modules/monitoring/library/Monitoring/DataView/Customvar.php | 2 +- modules/monitoring/library/Monitoring/DataView/DataView.php | 2 +- modules/monitoring/library/Monitoring/DataView/Downtime.php | 2 +- modules/monitoring/library/Monitoring/DataView/Eventgrid.php | 2 +- modules/monitoring/library/Monitoring/DataView/Eventhistory.php | 2 +- modules/monitoring/library/Monitoring/DataView/Hostcomment.php | 2 +- modules/monitoring/library/Monitoring/DataView/Hostdowntime.php | 2 +- modules/monitoring/library/Monitoring/DataView/Hostgroup.php | 2 +- .../monitoring/library/Monitoring/DataView/Hostgroupsummary.php | 2 +- modules/monitoring/library/Monitoring/DataView/Hoststatus.php | 2 +- .../library/Monitoring/DataView/Hoststatussummary.php | 2 +- modules/monitoring/library/Monitoring/DataView/Instance.php | 2 +- modules/monitoring/library/Monitoring/DataView/Notification.php | 2 +- .../monitoring/library/Monitoring/DataView/Programstatus.php | 2 +- .../monitoring/library/Monitoring/DataView/Runtimesummary.php | 2 +- .../monitoring/library/Monitoring/DataView/Runtimevariables.php | 2 +- .../monitoring/library/Monitoring/DataView/Servicecomment.php | 2 +- .../monitoring/library/Monitoring/DataView/Servicedowntime.php | 2 +- modules/monitoring/library/Monitoring/DataView/Servicegroup.php | 2 +- .../library/Monitoring/DataView/Servicegroupsummary.php | 2 +- .../monitoring/library/Monitoring/DataView/Servicestatus.php | 2 +- .../library/Monitoring/DataView/Servicestatussummary.php | 2 +- .../monitoring/library/Monitoring/DataView/Statussummary.php | 2 +- modules/monitoring/library/Monitoring/Environment.php | 2 +- .../library/Monitoring/Exception/CommandTransportException.php | 2 +- .../Monitoring/Exception/UnsupportedBackendException.php | 2 +- .../library/Monitoring/Hook/DataviewExtensionHook.php | 2 +- modules/monitoring/library/Monitoring/Hook/HostActionsHook.php | 2 +- .../library/Monitoring/Hook/IdoQueryExtensionHook.php | 2 +- .../monitoring/library/Monitoring/Hook/ObjectActionsHook.php | 2 +- .../monitoring/library/Monitoring/Hook/ServiceActionsHook.php | 2 +- .../monitoring/library/Monitoring/Hook/TimelineProviderHook.php | 2 +- modules/monitoring/library/Monitoring/MonitoringWizard.php | 2 +- .../monitoring/library/Monitoring/Object/Acknowledgement.php | 2 +- modules/monitoring/library/Monitoring/Object/Host.php | 2 +- modules/monitoring/library/Monitoring/Object/HostList.php | 2 +- modules/monitoring/library/Monitoring/Object/Macro.php | 2 +- .../monitoring/library/Monitoring/Object/MonitoredObject.php | 2 +- modules/monitoring/library/Monitoring/Object/ObjectList.php | 2 +- modules/monitoring/library/Monitoring/Object/Service.php | 2 +- modules/monitoring/library/Monitoring/Object/ServiceList.php | 2 +- modules/monitoring/library/Monitoring/Plugin.php | 2 +- modules/monitoring/library/Monitoring/Plugin/Perfdata.php | 2 +- modules/monitoring/library/Monitoring/Plugin/PerfdataSet.php | 2 +- modules/monitoring/library/Monitoring/SecurityStep.php | 2 +- modules/monitoring/library/Monitoring/Timeline/TimeEntry.php | 2 +- modules/monitoring/library/Monitoring/Timeline/TimeLine.php | 2 +- modules/monitoring/library/Monitoring/Timeline/TimeRange.php | 2 +- modules/monitoring/library/Monitoring/TransportStep.php | 2 +- .../Monitoring/Web/Controller/MonitoredObjectController.php | 2 +- .../monitoring/library/Monitoring/Web/Hook/HostActionsHook.php | 2 +- .../library/Monitoring/Web/Hook/ServiceActionsHook.php | 2 +- .../library/Monitoring/Web/Hook/TimelineProviderHook.php | 2 +- modules/monitoring/library/Monitoring/Web/Navigation/Action.php | 2 +- .../monitoring/library/Monitoring/Web/Navigation/HostAction.php | 2 +- .../monitoring/library/Monitoring/Web/Navigation/HostNote.php | 2 +- .../Renderer/BackendAvailabilityNavigationItemRenderer.php | 2 +- .../Renderer/MonitoringBadgeNavigationItemRenderer.php | 2 +- .../library/Monitoring/Web/Navigation/ServiceAction.php | 2 +- .../library/Monitoring/Web/Navigation/ServiceNote.php | 2 +- modules/monitoring/library/Monitoring/Web/Widget/SelectBox.php | 2 +- .../monitoring/library/Monitoring/Web/Widget/StateBadges.php | 2 +- modules/monitoring/public/css/module.less | 2 +- modules/monitoring/public/css/service-grid.less | 2 +- modules/monitoring/public/css/tables.less | 2 +- modules/monitoring/public/js/module.js | 2 +- .../test/php/application/views/helpers/MonitoringFlagsTest.php | 2 +- .../monitoring/test/php/library/Monitoring/Object/MacroTest.php | 2 +- .../test/php/library/Monitoring/Plugin/PerfdataSetTest.php | 2 +- .../test/php/library/Monitoring/Plugin/PerfdataTest.php | 2 +- modules/monitoring/test/php/regression/Bug6088Test.php | 2 +- modules/monitoring/test/php/regression/Bug7043Test.php | 2 +- modules/setup/application/clicommands/ConfigCommand.php | 2 +- modules/setup/application/clicommands/TokenCommand.php | 2 +- modules/setup/application/controllers/IndexController.php | 2 +- modules/setup/application/forms/AdminAccountPage.php | 2 +- modules/setup/application/forms/AuthBackendPage.php | 2 +- modules/setup/application/forms/AuthenticationPage.php | 2 +- modules/setup/application/forms/DatabaseCreationPage.php | 2 +- modules/setup/application/forms/DbResourcePage.php | 2 +- modules/setup/application/forms/GeneralConfigPage.php | 2 +- modules/setup/application/forms/LdapDiscoveryConfirmPage.php | 2 +- modules/setup/application/forms/LdapDiscoveryPage.php | 2 +- modules/setup/application/forms/LdapResourcePage.php | 2 +- modules/setup/application/forms/ModulePage.php | 2 +- modules/setup/application/forms/RequirementsPage.php | 2 +- modules/setup/application/forms/SummaryPage.php | 2 +- modules/setup/application/forms/UserGroupBackendPage.php | 2 +- modules/setup/application/forms/WelcomePage.php | 2 +- modules/setup/library/Setup/Exception/SetupException.php | 2 +- modules/setup/library/Setup/Requirement.php | 2 +- modules/setup/library/Setup/Requirement/ClassRequirement.php | 2 +- .../library/Setup/Requirement/ConfigDirectoryRequirement.php | 2 +- modules/setup/library/Setup/Requirement/OSRequirement.php | 2 +- .../setup/library/Setup/Requirement/PhpConfigRequirement.php | 2 +- .../setup/library/Setup/Requirement/PhpModuleRequirement.php | 2 +- .../setup/library/Setup/Requirement/PhpVersionRequirement.php | 2 +- modules/setup/library/Setup/RequirementSet.php | 2 +- modules/setup/library/Setup/RequirementsRenderer.php | 2 +- modules/setup/library/Setup/Setup.php | 2 +- modules/setup/library/Setup/SetupWizard.php | 2 +- modules/setup/library/Setup/Step.php | 2 +- modules/setup/library/Setup/Steps/AuthenticationStep.php | 2 +- modules/setup/library/Setup/Steps/DatabaseStep.php | 2 +- modules/setup/library/Setup/Steps/GeneralConfigStep.php | 2 +- modules/setup/library/Setup/Steps/ResourceStep.php | 2 +- modules/setup/library/Setup/Steps/UserGroupStep.php | 2 +- modules/setup/library/Setup/Utils/DbTool.php | 2 +- modules/setup/library/Setup/Utils/EnableModuleStep.php | 2 +- .../setup/library/Setup/Web/Form/Validator/TokenValidator.php | 2 +- modules/setup/library/Setup/WebWizard.php | 2 +- modules/setup/library/Setup/Webserver.php | 2 +- modules/setup/library/Setup/Webserver/Apache.php | 2 +- modules/setup/library/Setup/Webserver/Nginx.php | 2 +- modules/setup/test/php/library/Setup/RequirementSetTest.php | 2 +- modules/test/application/clicommands/PhpCommand.php | 2 +- modules/translation/application/clicommands/CompileCommand.php | 2 +- modules/translation/application/clicommands/RefreshCommand.php | 2 +- .../translation/library/Translation/Cli/TranslationCommand.php | 2 +- .../library/Translation/Util/GettextTranslationHelper.php | 2 +- packages/files/public/index.php | 2 +- public/css/icinga/about.less | 2 +- public/css/icinga/animation.less | 2 ++ public/css/icinga/badges.less | 2 +- public/css/icinga/base.less | 2 +- public/css/icinga/compat.less | 2 ++ public/css/icinga/controls.less | 2 +- public/css/icinga/dev.less | 2 +- public/css/icinga/forms.less | 2 +- public/css/icinga/grid.less | 2 ++ public/css/icinga/layout-structure.less | 2 +- public/css/icinga/layout.less | 2 +- public/css/icinga/login.less | 2 +- public/css/icinga/main.less | 2 +- public/css/icinga/menu.less | 2 +- public/css/icinga/mixins.less | 2 +- public/css/icinga/nav.less | 2 +- public/css/icinga/print.less | 2 +- public/css/icinga/responsive.less | 2 +- public/css/icinga/setup.less | 2 +- public/css/icinga/spinner.less | 2 +- public/css/icinga/tabs.less | 2 +- public/css/icinga/widgets.less | 2 +- public/css/pdf/pdfprint.less | 2 +- public/css/themes/Winter.less | 2 ++ public/css/themes/high-contrast.less | 2 ++ public/index.php | 2 +- public/js/helpers.js | 2 +- public/js/icinga.js | 2 +- public/js/icinga/behavior/actiontable.js | 2 +- public/js/icinga/behavior/application-state.js | 2 +- public/js/icinga/behavior/autofocus.js | 2 +- public/js/icinga/behavior/dropdown.js | 2 +- public/js/icinga/behavior/form.js | 2 +- public/js/icinga/behavior/navigation.js | 2 +- public/js/icinga/behavior/selectable.js | 2 +- public/js/icinga/behavior/sparkline.js | 2 +- public/js/icinga/behavior/tooltip.js | 2 +- public/js/icinga/behavior/tristate.js | 2 +- public/js/icinga/eventlistener.js | 2 +- public/js/icinga/events.js | 2 +- public/js/icinga/history.js | 2 +- public/js/icinga/loader.js | 2 +- public/js/icinga/logger.js | 2 +- public/js/icinga/module.js | 2 +- public/js/icinga/timer.js | 2 +- public/js/icinga/timezone.js | 2 +- public/js/icinga/ui.js | 2 +- public/js/icinga/utils.js | 2 +- .../php/application/forms/Config/UserBackendReorderFormTest.php | 2 +- test/php/application/views/helpers/DateFormatTestBroken.php | 2 +- test/php/bootstrap.php | 2 +- test/php/library/Icinga/Application/ClassLoaderTest.php | 2 +- test/php/library/Icinga/Application/ConfigTest.php | 2 +- test/php/library/Icinga/Chart/GraphChartTest.php | 2 +- test/php/library/Icinga/Chart/PieChartTest.php | 2 +- test/php/library/Icinga/Data/ConfigObjectTest.php | 2 +- test/php/library/Icinga/Data/DataArray/ArrayDatasourceTest.php | 2 +- test/php/library/Icinga/Data/Filter/FilterTest.php | 2 +- test/php/library/Icinga/File/CsvTest.php | 2 +- test/php/library/Icinga/File/Ini/IniParserTest.php | 2 +- test/php/library/Icinga/File/Ini/IniWriterTest.php | 2 +- test/php/library/Icinga/Logger/Writer/StreamWriterTest.php | 2 +- test/php/library/Icinga/Protocol/Ldap/QueryTest.php | 2 +- test/php/library/Icinga/Test/BaseTestCaseTest.php | 2 +- test/php/library/Icinga/User/PreferencesTest.php | 2 +- test/php/library/Icinga/User/Store/DbStoreTest.php | 2 +- test/php/library/Icinga/User/Store/IniStoreTest.php | 2 +- test/php/library/Icinga/UserTest.php | 2 +- test/php/library/Icinga/Util/DimensionTest.php | 2 +- test/php/library/Icinga/Util/FileTest.php | 2 +- test/php/library/Icinga/Util/StringHelperTest.php | 2 +- test/php/library/Icinga/Util/TranslatorTest.php | 2 +- test/php/library/Icinga/Web/Form/Element/DateTimePickerTest.php | 2 +- .../Icinga/Web/Form/Validator/DateFormatValidatorTest.php | 2 +- .../Icinga/Web/Form/Validator/TimeFormatValidatorTest.php | 2 +- .../Icinga/Web/Form/Validator/WritablePathValidatorTest.php | 2 +- test/php/library/Icinga/Web/FormTest.php | 2 +- test/php/library/Icinga/Web/HookTest.php | 2 +- test/php/library/Icinga/Web/MenuTest.php | 2 +- .../Web/Paginator/ScrollingStyle/SlidingWithBorderTest.php | 2 +- test/php/library/Icinga/Web/Session/PhpSessionTest.php | 2 +- test/php/library/Icinga/Web/Session/SessionNamespaceTest.php | 2 +- test/php/library/Icinga/Web/UrlTest.php | 2 +- test/php/library/Icinga/Web/Widget/DashboardTest.php | 2 +- test/php/library/Icinga/Web/Widget/SearchDashboardTest.php | 2 +- test/php/regression/Bug4102Test.php | 2 +- test/php/regression/Bug6284Test.php | 2 +- test/php/regression/Bug6432Test.php | 2 +- 756 files changed, 762 insertions(+), 742 deletions(-) diff --git a/application/clicommands/AutocompleteCommand.php b/application/clicommands/AutocompleteCommand.php index 045110af7..34e4005d5 100644 --- a/application/clicommands/AutocompleteCommand.php +++ b/application/clicommands/AutocompleteCommand.php @@ -1,5 +1,5 @@ .control-group { padding: 0; diff --git a/public/css/icinga/dev.less b/public/css/icinga/dev.less index f4af5426a..a1e34be8c 100644 --- a/public/css/icinga/dev.less +++ b/public/css/icinga/dev.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ #fontsize-calc { display: none; diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 9c7a638ba..8298de13a 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ input:not([type]), input[type=text], diff --git a/public/css/icinga/grid.less b/public/css/icinga/grid.less index 0c94c1a2b..76ad0855f 100644 --- a/public/css/icinga/grid.less +++ b/public/css/icinga/grid.less @@ -1,3 +1,5 @@ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ + .grid { .clearfix(); } diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 60903b403..8950ef324 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ html { font-family: 'default-layout'; diff --git a/public/css/icinga/layout.less b/public/css/icinga/layout.less index d4f4c8cba..ca606c642 100644 --- a/public/css/icinga/layout.less +++ b/public/css/icinga/layout.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ #footer { bottom: 0; diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less index 13f50f7ca..9c9a28a98 100644 --- a/public/css/icinga/login.less +++ b/public/css/icinga/login.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */ // Login page styles diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 0a07d7eef..dd85f2b73 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ // Width for the name column--th--of name-value-table @name-value-table-name-width: 14em; diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 1968d8d04..61e3e0bb9 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ #menu [class^="icon-"], #menu [class*=" icon-"] { diff --git a/public/css/icinga/mixins.less b/public/css/icinga/mixins.less index ced12ac16..1ab28033d 100644 --- a/public/css/icinga/mixins.less +++ b/public/css/icinga/mixins.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ .box-shadow(@x: 0.2em; @y: 0.2em; @blur: 0.2em; @spread: 0; @color: rgba(83, 83, 83, 0.25)) { -webkit-box-shadow: @arguments; diff --git a/public/css/icinga/nav.less b/public/css/icinga/nav.less index 68982c711..8a862f2e3 100644 --- a/public/css/icinga/nav.less +++ b/public/css/icinga/nav.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ .badge-nav-item { > a { diff --git a/public/css/icinga/print.less b/public/css/icinga/print.less index 2e86f09b1..43c79d62d 100644 --- a/public/css/icinga/print.less +++ b/public/css/icinga/print.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ // Print styles diff --git a/public/css/icinga/responsive.less b/public/css/icinga/responsive.less index 2fa6f6c2a..7c759c1ec 100644 --- a/public/css/icinga/responsive.less +++ b/public/css/icinga/responsive.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */ // Not growing larger than 3840px at 1em=16px right now @media screen and (min-width: 240em) { diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index ae849bc90..fa5a327ef 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ #layout { overflow: auto; // TODO: Shouldn't be necessary, here, IMHO diff --git a/public/css/icinga/spinner.less b/public/css/icinga/spinner.less index 0bf2f152d..29d3763db 100644 --- a/public/css/icinga/spinner.less +++ b/public/css/icinga/spinner.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ .refresh-container-control > i:before { margin: 0; diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less index bc0ab87ec..104ed7f45 100644 --- a/public/css/icinga/tabs.less +++ b/public/css/icinga/tabs.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ // Styles for tab navigation of containers diff --git a/public/css/icinga/widgets.less b/public/css/icinga/widgets.less index cd1e479d8..55257e89d 100644 --- a/public/css/icinga/widgets.less +++ b/public/css/icinga/widgets.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ table.historycolorgrid { font-size: 1.5em; diff --git a/public/css/pdf/pdfprint.less b/public/css/pdf/pdfprint.less index 7f6c15e4e..39c3985b9 100644 --- a/public/css/pdf/pdfprint.less +++ b/public/css/pdf/pdfprint.less @@ -1,4 +1,4 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ .controls form, .controls .pagination, diff --git a/public/css/themes/Winter.less b/public/css/themes/Winter.less index cd8529608..46d96aa51 100644 --- a/public/css/themes/Winter.less +++ b/public/css/themes/Winter.less @@ -1,3 +1,5 @@ +/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */ + @icinga-blue: #001E5b; #icinga-logo { diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index 898ea00c4..299e1cce5 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -1,3 +1,5 @@ +/*! Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */ + @icinga-blue: #006D8C; @color-ok: #006400; diff --git a/public/index.php b/public/index.php index 3040f0589..39a789158 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,4 @@