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 |
Eric Lippmann
|
f640874865
|
monitoring: Fix DateTimePicker test
|
2014-09-17 12:40:41 +02:00 |
Johannes Meyer
|
927772578d
|
We do not want to use "@backupStaticAttributes enabled"
refs #4639
|
2014-04-11 15:31:29 +02:00 |
Johannes Meyer
|
f3c87782cb
|
Remove uneccesary date_default_timezone_set calls
refs #4639
|
2014-04-11 10:32:47 +02:00 |
Johannes Meyer
|
ccae70bc80
|
Make all tests inherit from BaseTestCase and fix license headers and style
refs #4639
|
2014-04-10 10:32:50 +02:00 |
Johannes Meyer
|
91675bac50
|
Remove require instructions from all tests and fix namespaces
refs #4639
|
2014-04-09 14:18:14 +02:00 |
Marius Hein
|
34822d9a02
|
Clean up tests [WIP]
refs #4639
|
2014-04-09 09:23:59 +02:00 |
Eric Lippmann
|
ca1d50ae53
|
Rename Icinga 2 Web to Icinga Web 2
|
2013-10-23 15:11:06 +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 |
Eric Lippmann
|
3e4d1aa2fb
|
Monitoring/Tests: Replace BaseFormTest with BaseTestCase
refs #4586
|
2013-09-04 11:21:12 +02:00 |
Jannis Moßhammer
|
a0e63a1320
|
Fix error message and move validation in own DateTimeValidator
refs #4581
refs #4632
|
2013-09-04 11:06:36 +02:00 |
Johannes Meyer
|
23f0962da1
|
Adjust command forms and tests
Made those command forms using the DateTimePicker
element compatible with its new validation.
refs #4581
|
2013-09-03 09:27:02 +02:00 |
Johannes Meyer
|
368bd3c9c7
|
Refactor datetime validation
The DateTimePicker form element needs to know from now on,
how user input can be formatted when validating.
refs #4581
|
2013-09-03 09:27:02 +02:00 |
Jannis Moßhammer
|
0b515e39ac
|
Implement {app} placeholder and Icinga\Config::resolvePath()
refs #4642
|
2013-08-29 11:48:32 +02:00 |
Jannis Moßhammer
|
a6ff6ecadd
|
Fix Codestyle/PHPDoc, fix configPath being Overwritten
Also removed possibility to disable debugging as there's no use case for this
refs #4525
refs #4598
|
2013-08-21 14:22:30 +02:00 |
Jannis Moßhammer
|
972bc9853e
|
Configuration interfaces for logging, authentication and general configuration
- Added HelpText decorator
- Added Time and DateFormatValidator
- Added tests
refs #3777
|
2013-08-21 14:22:30 +02:00 |
Jannis Moßhammer
|
17c1e5a449
|
Add tests, move BaseFormTest away from modules/monitoring
refs #3777
|
2013-08-21 14:18:53 +02:00 |
Eric Lippmann
|
bd140f2828
|
CC: Fix phpcs errors of files changed in feature/datetime-element-4440
refs #4440
|
2013-08-12 16:43:10 +02:00 |
Eric Lippmann
|
2c217d1d06
|
Framework/DateTime: No longer use the Unix timestamp format since this ignores the time zone
refs #4440
|
2013-08-12 16:43:10 +02:00 |
Eric Lippmann
|
9f22905837
|
Framework/DateTimePicker: Set element's value to Unix timestamp after the input is considered valid
refs #4440
|
2013-08-12 16:43:09 +02:00 |
Eric Lippmann
|
ba00fd39df
|
Framework: Get DateTimePicker's value as timestamp and add input validation
refs #4440
|
2013-08-12 16:43:09 +02:00 |