Alexander A. Klimov
|
474803fee4
|
Change all license headers to only reflect a file's year of creation
refs #11000
|
2016-02-08 15:41:00 +01:00 |
Thomas Gelf
|
d903f850da
|
Application\Hook: move existing ones, keep compat
|
2015-11-13 17:37:02 +01:00 |
Thomas Gelf
|
576747f792
|
Application\Hook is the new Hook loader
|
2015-11-13 17:37:02 +01:00 |
Eric Lippmann
|
6bae2e0a53
|
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
|
2015-02-04 10:52:27 +01:00 |
Eric Lippmann
|
5b4fab0750
|
Add license header
This time without syntax errors hopefully :)
|
2015-02-03 16:27:59 +01:00 |
Eric Lippmann
|
5fa2e3cfdc
|
Revert "Add license header"
This reverts commit 338d067aba .
|
2015-02-03 16:16:26 +01:00 |
Eric Lippmann
|
338d067aba
|
Add license header
fixes #7788
|
2015-02-03 15:51:04 +01:00 |
Thomas Gelf
|
f8c5bf6819
|
Web\Hook: support hook base classes in modules
refs #8207
|
2015-02-02 17:44:29 +01:00 |
Eric Lippmann
|
16352fc10c
|
Move Logger to the Application namespace
fixes #7148
|
2014-10-31 10:27:17 +01:00 |
Thomas Gelf
|
8ceef96d28
|
Web\Hook: remove unused methods
|
2014-09-12 09:53:38 +02:00 |
Thomas Gelf
|
0e926ba05e
|
Revert "Revert "Web\Hook: register('grapher')
This reverts commit 65564cda65 .
The test was wrong, not the code.
|
2014-09-12 09:02:23 +02:00 |
Alexander Fuhr
|
65564cda65
|
Revert "Web\Hook: register('grapher') => GrapherHook"
This reverts commit 4a89c2e163 .
|
2014-09-11 15:00:28 +02:00 |
Thomas Gelf
|
4a89c2e163
|
Web\Hook: register('grapher') => GrapherHook
|
2014-09-05 18:54:50 +02:00 |
Marius Hein
|
4fb47ef768
|
Hook classes: Add class suffix if not exist
refs #7066
refs #7067
refs #7068
|
2014-09-04 14:00:48 +02:00 |
Marius Hein
|
e0d7c3855d
|
Hook: Add class suffix for base class testing
refs #6928
|
2014-08-27 11:31:47 +02:00 |
Alexander Klimov
|
febb2d1ae2
|
ProgrammingError: extend IcingaException
refs #6931
|
2014-08-26 11:15:19 +02:00 |
Johannes Meyer
|
3105c2059e
|
Remove license headers from all files
refs #6309
|
2014-07-15 13:43:52 +02:00 |
Johannes Meyer
|
290fe9eeb5
|
Rewrite test for Icinga\Web\Hook
refs #6011
|
2014-04-28 14:06:40 +02:00 |
Thomas Gelf
|
57caacb93f
|
Merge branch 'feature/fanzzzy-5481' into feature/master-1
Conflicts:
application/controllers/AuthenticationController.php
application/controllers/ErrorController.php
application/views/scripts/authentication/login.phtml
library/Icinga/Application/ApplicationBootstrap.php
library/Icinga/Web/Controller/ActionController.php
library/Icinga/Web/Hook.php
library/Icinga/Web/Widget/Dashboard.php
|
2014-03-04 09:42:25 +00:00 |
Eric Lippmann
|
07d04628cf
|
Merge branch 'feature/installation-and-configuration-cleanup-5638'
Conflicts:
config/config.ini.in
library/Icinga/Application/ApplicationBootstrap.php
library/Icinga/Application/Cli.php
library/Icinga/Application/EmbeddedWeb.php
library/Icinga/Application/Logger.php
library/Icinga/Application/Modules/Manager.php
library/Icinga/Application/Web.php
library/Icinga/Authentication/Backend/DbUserBackend.php
library/Icinga/Authentication/Manager.php
library/Icinga/User/Preferences/IniStore.php
test/php/library/Icinga/Application/LoggerTest.php
|
2014-03-03 19:03:39 +01:00 |
Johannes Meyer
|
3555e66018
|
Make IcingaWeb using the new log wrapper
refs #5683
|
2014-02-26 11:19:52 +01:00 |
Thomas Gelf
|
73fdcdef47
|
use without backslash
|
2014-02-21 14:03:47 +00:00 |
Markus Frosch
|
971a87c608
|
Fixed executable flags on normal files.
Refs #5040
|
2014-02-18 09:42:13 +01:00 |
Marius Hein
|
1a6d1a20fb
|
Fix: Simplify TopBar hook
refs #5597
|
2014-02-12 09:58:59 +01:00 |
Marius Hein
|
51188daa45
|
Implenent TopBar hook and status summary as hook in monitoring
refs #5597
|
2014-02-11 17:12:17 +01:00 |
Eric Lippmann
|
ca1d50ae53
|
Rename Icinga 2 Web to Icinga Web 2
|
2013-10-23 15:11:06 +02:00 |
Eric Lippmann
|
a5908c9553
|
CS: Replace multiple empty lines with one
find application/ library/Icinga/ test/ modules/ -name *.php | xargs sed -i '/^$/N;/^\n$/D'
|
2013-09-04 18:36:10 +02:00 |
Marius Hein
|
4cdab8d904
|
Fix phpcs errors for Icinga\Web\Hook
|
2013-08-20 19:33:15 +02:00 |
Eric Lippmann
|
a90a19eb60
|
Fix Icinga\web\Hook
refs #4301
|
2013-06-28 11:17:39 +02:00 |
Eric Lippmann
|
d1253f8136
|
Add static function get to class Hook
refs #4301
|
2013-06-28 09:19:43 +02:00 |
Marius Hein
|
b403721c11
|
Extensible configuration system
Add object registration for hooks.
refs #4300
|
2013-06-27 16:10:54 +02:00 |
Marius Hein
|
e05ca449ae
|
Fix PSR compliance
Alter files to follow PSR standards.
refs #4246
|
2013-06-07 13:29:11 +02:00 |
Jannis Moßhammer
|
aab69a41e8
|
Add tested ldap and web libraries
refs #4212
|
2013-06-03 17:02:08 +02:00 |