icingaweb2/library/Icinga
Eric Lippmann d94170372d Let the BaseQuery implement the query interfaces and remove filter functionality
This commit breaks the application as it introduces incompatible changes which
will be adopted bit by bit.

Since the filter functionality is subject to change it's removed from the BaseQuery.
The functions setOrderColumns() and getOrderColumns() are deprecated because they're
replaced by functions in the Sortable interface.
Further the Sortable interface now defines the sort constants ASC and DESC and are
thus removed from the BaseQuery. In addition the sort constants are no longer integers
but strings.
The distinct() and isDistinct() functions are removed because they're database specific.
They have been introduced with changes in the PivotTable implementation which should
actually not call distinct blindly anyway.
2014-04-15 16:40:25 +02:00
..
Application Improve failure handling when setting the locale 2014-04-04 15:34:46 +02:00
Authentication Fix authentication error handling 2014-03-28 14:45:03 +01:00
Chart Fix InlinePie boundaries and use floats for the PieSlice path coordinates 2014-03-26 17:06:21 +01:00
Cli Rename help and documentation to icingacli. 2014-03-19 17:25:53 +01:00
Config Handle missing config files more intelligent 2014-03-11 15:43:41 +01:00
Data Let the BaseQuery implement the query interfaces and remove filter functionality 2014-04-15 16:40:25 +02:00
Exception Decouple (automatic) preferences storage from user preferences (WIP) 2014-02-14 17:28:11 +01:00
File Fix PDF image path resolution for Icingaweb in Apache subdirs 2014-03-07 15:15:32 +00:00
Filter Fix that queryfilters are being ignored by the parser 2014-03-19 09:11:25 +01:00
Logger Add stream writer 2014-02-26 13:47:16 +01:00
Protocol Write more class documentation 2014-04-02 13:47:02 +02:00
Test Decouple (automatic) preferences storage from user preferences (WIP) 2014-02-14 17:28:11 +01:00
User Rewrite preference DbStore 2014-04-08 13:28:45 +02:00
Util Improve failure handling when setting the locale 2014-04-04 15:34:46 +02:00
Web Refactor PreferencesStore and IniStore 2014-04-07 15:13:28 +02:00
User.php Deliver empty preferences unless we configured such 2014-03-04 10:14:20 +00:00