icingaweb2/library/Icinga/Web
Johannes Meyer 6e6251604b FilterEditor: Add a hidden submit button to the start of the form's markup
When pushing enter our JS mimics what a browser would do. And that is
pushing the first submit button found in the form. Without this, that's
a delete button of the first logical junction. (the root condition)

fixes #3454
2018-07-06 10:41:49 +02:00
..
Announcement Prefer Json::encode() over json_encode() 2018-06-20 18:05:11 +02:00
Controller ActionController: Force HTTP redirects in method redirectHttp() 2018-07-04 14:44:03 +02:00
Dom
Form DateTimePicker: support *nix timestamps 2018-06-22 11:03:07 +02:00
Helper Introduce class Icinga\Web\Helper\HtmlPurifier 2018-01-19 16:12:53 +01:00
Hook Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Navigation Fix unneccessary log message 2017-12-19 15:58:25 +01:00
Paginator Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Response Split Json::encode() into Json::encode() and Json::sanitize() 2018-06-21 16:01:53 +02:00
Session Don't call session_start() after ini_set() 2018-01-24 17:38:20 +01:00
View/helpers Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Widget FilterEditor: Add a hidden submit button to the start of the form's markup 2018-07-06 10:41:49 +02:00
Announcement.php
Controller.php Add user preference for default number of items per page 2017-11-15 16:56:43 +01:00
Cookie.php
CookieSet.php
FileCache.php FileCache: Ignore compression suffix when checking cache made of multiple files 2017-08-22 09:31:56 +02:00
Form.php Fix line exceeds 120 characters 2018-06-22 11:04:48 +02:00
Hook.php
JavaScript.php Preserve collapsed FilterEditor subtrees across auto-refreshes 2018-04-06 13:54:51 +02:00
LessCompiler.php
Menu.php Re-introduce class Icinga\Web\Menu 2018-04-30 10:24:57 +02:00
Notification.php
Request.php Request: Parse the POST body only as JSON if it's really JSON 2018-07-04 11:09:11 +02:00
Response.php ActionController: Let the repsonse itself set its headers 2017-07-13 12:56:03 +02:00
Session.php Don't call session_start() after ini_set() 2018-01-24 17:38:20 +01:00
StyleSheet.php Drop PHP 5.3 support 2018-05-07 11:36:54 +02:00
Url.php Url: prefer static over self 2017-12-04 10:48:52 +01:00
UrlParams.php
View.php Drop PHP 5.3 support 2018-05-07 11:36:54 +02:00
ViewStream.php
Widget.php
Window.php
Wizard.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00