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 |
Johannes Meyer
|
7987fb3f5a
|
Use the Host and Service object class helpers instead of the Util view helper
This also ensures that all state names that are shown to the user are
properly translated.
refs #7996
|
2014-12-12 12:22:20 +01:00 |
Eric Lippmann
|
44c4ec751d
|
Deprecate monitoring module related methods in the `Util' view helper
|
2014-09-16 18:33:28 +02:00 |
Johannes Meyer
|
3105c2059e
|
Remove license headers from all files
refs #6309
|
2014-07-15 13:43:52 +02:00 |
Johannes Meyer
|
7eb0f3c472
|
Remove @codingStandardsIgnoreStart/-Stop annotations
refs #6091
|
2014-06-30 13:59:58 +02: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 |
Eric Lippmann
|
290c8c5225
|
CC: Add newline to end of file where missing
Following command was used:
$ find application/ library/Icinga/ modules/ -name *.php | xargs sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba;$a\'
|
2013-08-07 10:27:50 +02:00 |
Marius Hein
|
0de38c25eb
|
Command masks: Refactor and implement masks
refs #4355
|
2013-07-23 14:47:40 +02:00 |
Eric Lippmann
|
674f36b291
|
Add Util.php view helper
refs #4301
|
2013-06-28 09:19:43 +02:00 |