icingaweb2/library/Icinga
Johannes Meyer 461b050718 Add locale negotiation to Icinga\Util\Translator
Translator::getPreferredLocaleCode($header) can now be used with the
HTTP "Accept-Language" header to return the best matching locale using
the user's preferations reported by the browser and our available locale
stack. Additionally Translator::getLocale and Translator::getLanguage were
replaced by Translator::splitLocaleCode to provide a more flexible
implemenation in order to identify specific parts of a particular locale or
the current one.

refs #6074
2014-06-25 12:15:41 +02:00
..
Application Bootstrap: Only replace config dir with its canonicalised absolute pathname when the dir exists 2014-06-25 11:59:09 +02:00
Authentication Throw exception on fetchDN, when no row exists 2014-06-23 14:02:45 +02:00
Chart Replace sizeof with count 2014-06-23 14:19:55 +02:00
Cli Add support for multi-value options 2014-06-13 09:58:50 +02:00
Config IniWriter: Delete nested properties 2014-05-02 09:26:17 +02:00
Data FilterQueryString: add hidden debug feature 2014-06-25 10:47:03 +02:00
Exception lib: Add AuthenticationException for exceptions thrown during authentication 2014-06-02 14:07:59 +02:00
File CSV/JSON export: work with new query interfaces 2014-06-21 00:09:11 +02:00
Logger Use Icinga\Util\File instead of fopen 2014-06-23 15:02:06 +02:00
Protocol Fix deadlock when writing to the command pipe while noone is listening 2014-06-23 15:02:06 +02:00
Test Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
User Config: Hard-code path to preferences INI files 2014-06-25 11:59:09 +02:00
Util Add locale negotiation to Icinga\Util\Translator 2014-06-25 12:15:41 +02:00
Web SortBox: use POST instead of GET 2014-06-25 11:00:10 +02:00
User.php Add test for Icinga\User 2014-04-28 14:06:39 +02:00