icingaweb2/library/Icinga
Eric Lippmann 854e284d42 autologin: Don't use `count()' for is empty checks
Using `count()' in favor of `empty()' for empty checks on arrays is bad habit.
While there's literally no performance gain in the "fixed" scenario, there's one on large arrays
and thus should be avoided everywhere.

refs #6462
2014-09-18 15:18:01 +02:00
..
Application Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Authentication Use `User::can()' in `hasPermission()' of the authentication manager 2014-09-18 14:57:24 +02:00
Chart Fix disappearing tooltips on SVG reload 2014-09-08 16:23:14 +02:00
Cli Throw IcingaException rather than Exception 2014-08-27 16:03:15 +02:00
Config Support nested keys expressed as single strings in the PreservingIniWriter 2014-08-26 18:05:22 +02:00
Data Rename Icinga\Protocol\File\Reader to ...\File\FileReader 2014-09-04 16:37:24 +02:00
Exception SystemPermissionException: extend IcingaException 2014-08-26 11:21:57 +02:00
File Remove license headers from all files 2014-07-15 13:43:52 +02:00
Logger Menu: do not show application log when none exists 2014-09-05 15:31:30 +02:00
Protocol Icinga\Protocol\File\FileReader: use Icinga\Util\Enumerate 2014-09-05 13:49:28 +02:00
Test Fix testing errors due to accessing the session id by using our container 2014-07-16 10:18:00 +02:00
User Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Util Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Web Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
User.php autologin: Don't use `count()' for is empty checks 2014-09-18 15:18:01 +02:00