icingaweb2/library/Icinga
Thomas Gelf 316d926811 Ldap/Query: re-add __toString
We stopped using __toString as it is unable to handle exceptions - and
this makes sense. However, that's IMO not a good reason to completely
drop __toString. Especially when debugging, benchmarking and similar you
often need a quick way to "dump" an object.

In that case you are often not in a mood to figure out whether that
specific class prefers create(), dump(), render() or whatever. We should
not base our view scripts on __toString - at least unless we do not catch
Exceptions in __toString methods, eventually "forwarding" them as triggered
error where needed.
2015-03-13 08:58:25 +01:00
..
Application Add priority param to Module::provideSearchUrl() 2015-03-12 17:55:29 +01:00
Authentication LDAP-Auth backend config: Add support for custom LDAP filter rules 2015-03-11 09:52:14 +01:00
Chart Fix some spelling errors in comments and messages 2015-03-08 15:32:22 +01:00
Cli PHPDoc: Use @var instead of @type 2015-03-12 16:08:47 +01:00
Data PHPDoc: Use @var instead of @type 2015-03-12 16:08:47 +01:00
Exception 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
File PHPDoc: Use @var instead of @type 2015-03-12 16:08:47 +01:00
Protocol Ldap/Query: re-add __toString 2015-03-13 08:58:25 +01:00
Security 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
Test 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
User Fix that preferences can't be stored in a database 2015-03-08 10:19:17 +01:00
Util Add String::findSimilar() 2015-02-12 09:11:02 +01:00
Web Merge branch 'feature/protected-menu-8720' 2015-03-13 04:26:19 +01:00
User.php Add wildcard support to the permission passed to User::can() 2015-03-12 15:45:25 +01:00