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
|
35fd9fd391
|
CS: Remove whitespaces at end of line
find application/ library/ test/ modules/ -name *.php | xargs sed -i 's/\s\+$//'
|
2013-09-04 18:27:16 +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
|
d871b3c287
|
Update the monitoring module
|
2013-07-12 14:33:17 +02:00 |