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
|
b5e93afd86
|
CS: Add newline at end of file
find application/ library/ test/ modules/ -name *.php | xargs sed -i '$a\'
|
2013-09-04 18:28:35 +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 |
Jannis Moßhammer
|
18d021d104
|
Fix logger not testing if it's disabled
refs #4595
|
2013-09-02 12:16:05 +02:00 |
Johannes Meyer
|
98e7ab02db
|
Implement dynamic form elements
Rename "isPostAndValid" to "isSubmittedAndValid" and refactor it.
Add possibility for specific form elements to auto-submit their form.
refs #4439
|
2013-08-06 11:09:42 +02:00 |
Jannis Moßhammer
|
e2b98a4138
|
Fix broken login form
The login form was broken, as it used the old form api (disableCSRFToken
instead of setTokenDisabled and isValid instead of isPostAndValid)
refs #4459
|
2013-07-26 10:34:45 +02:00 |
Marius Hein
|
a221568a84
|
Integrate regression tests
Add regression testing for php: structure and bogus test.
refs #4102
|
2013-06-04 15:55:44 +02:00 |