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
|
c86874d4ba
|
Rename namespace Monitoring to Icingæ\Module\Monitoring
refs #4586
|
2013-09-04 11:21:11 +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
|
6742696e09
|
Autoloader: Rename module namespace
|
2013-07-15 12:16:14 +02:00 |
Eric Lippmann
|
1e9fa28433
|
Add the monitoring module from the incubator
|
2013-06-28 09:11:12 +02:00 |