icingaweb2/library/Icinga
Johannes Meyer 0442c4f0ab View: Ignore setting `short_open_tag`
Adjusting class `Zend_View_Stream` according to https://www.php.net/manual/en/migration74.incompatible.php#migration74.incompatible.core.stream-wrappers
didn't work. (*syntax error, unexpected end of file* after every last php statement in phtml files)

So.. since `<?= ?>` instructions are permanently available since PHP 5.4 (https://www.php.net/manual/en/language.basic-syntax.phptags.php)
we'll just omit using a custom stream wrapper now.
2019-12-04 09:35:24 +01:00
..
Application Raise version to 2.7.3 2019-10-18 07:41:53 +02:00
Authentication Introduce class RolesConfig 2019-07-23 13:53:29 +02:00
Chart Render `<title>` tags for line and bar charts instead of tipsy titles 2019-07-18 07:57:14 +02:00
Cli Optimize imports 2019-07-12 14:23:41 +02:00
Data SimpleQuery: Cache count query result and use it in `hasResult()` 2019-10-11 10:27:43 +02:00
Date Add $requireTime to timeAgo() and timeSince() too 2019-07-15 10:11:52 +02:00
Exception IcingaException::getConfidentialTraceAsString(): respect functions which don't take args "by definition" 2018-02-13 12:46:06 +01:00
File IniParser: Add work-around for php bug 76965 2019-04-17 10:00:42 +02:00
Legacy dashboard: Use the non-translated versions of pane and dashlet names for storage 2019-07-18 08:33:35 +02:00
Protocol LdapConnection: Don't utilize `ldap_control_paged_result()` on PHP 7.3+ 2019-12-04 09:33:13 +01:00
Repository IniRepository: Fix wrong documentation for $configs 2019-07-23 13:53:29 +02:00
Security Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Test Make running unittests with the icingacli work in package installations 2017-03-09 11:36:35 +01:00
User Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Util Translator: Also adjust env var `LANGUAGE` when setting up the locale 2019-05-10 12:33:31 +02:00
Web View: Ignore setting `short_open_tag` 2019-12-04 09:35:24 +01:00
User.php renamed variable $currentUser$ to $user:local_name$ 2019-06-03 23:56:21 +02:00