icingaweb2/library/Icinga
Eric Lippmann 1b83ec3ce2 Preferences: Fix saving preferences when using a database store
Our DbSelect::where() is not (or no longer?) compatible w/ Zend_Db_Select::where().
DbStore::load() now uses Zend_Db_Select but we should definitely think about our
DbSelect::where() implementation.

fixes #7353
2014-10-30 09:49:21 +01:00
..
Application Bootstrap: Remove logging configuration directives which do not override defaults 2014-10-16 15:59:56 +02:00
Authentication LDAP Auth: Make group loading really optional 2014-10-23 03:50:03 +02:00
Chart Fix disappearing tooltips on SVG reload 2014-09-08 16:23:14 +02:00
Cli lib: Support `isset()' and `empty()' checks on CLI params 2014-10-01 08:17:35 +02:00
Config Support nested keys expressed as single strings in the PreservingIniWriter 2014-08-26 18:05:22 +02:00
Data DbConnection::__construct(): Set prefix if configured 2014-10-20 13:43:03 +02:00
Exception Add new QueryException 2014-10-06 11:30:48 +02:00
File Remove license headers from all files 2014-07-15 13:43:52 +02:00
Logger Logger: Fix level comparison 2014-10-29 16:51:17 +01:00
Protocol monitoring: Don't support status.dat as backend 2014-10-07 13:22:07 +02:00
Test Icinga\Web\Request::getParam() should be mocked as well by default 2014-09-09 13:01:09 +02:00
User Preferences: Fix saving preferences when using a database store 2014-10-30 09:49:21 +01:00
Util File: Fix ErrorException::__construct()'s parameters 2014-10-16 15:47:50 +02:00
Web Add missing close buttons to views without tabs 2014-10-14 17:54:52 +02:00
User.php Avoid type warning when using array_combine on empty arrays 2014-09-30 15:54:38 +02:00