icingaweb2/library/Icinga/Web
Thomas Gelf ba9a633b73 Web\Form: relax form submission check
We have to live with some badly designed forms right now. Some have
submit buttons but don't know about, others don't have such but link
to foreign controllers fiddling with the form and adding different
button AFTER the form got submitted - it's a mess.

Relaxing the submission check to "just check whether btn_submit has
a value" fixes most of this. However I do not consider this being a
solution for the long run.

fixes #6423
fixes #5967
refs #6540
2014-06-23 13:31:34 +02:00
..
Controller ActionController/translate: detect domain only once 2014-06-22 20:09:23 +02:00
Form Config: Remove base path subsitution 2014-06-02 14:54:31 +02:00
Hook Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
Paginator Paginator/SlidingWithBorder: use less space 2014-06-20 17:31:32 +02:00
Session Fix that it's not possible to set non-existing values in a session with setAll() 2014-04-09 16:18:51 +02:00
View/helpers Accessibiltiy: add alt tag for icons 2014-06-20 14:28:19 +02:00
Widget Chart\InlinePie: remove ugly default border 2014-06-22 16:38:12 +02:00
Wizard It is a multistep page's responsibility whether it is shown to the user 2014-05-14 12:53:45 +02:00
Form.php Web\Form: relax form submission check 2014-06-23 13:31:34 +02:00
Hook.php Rewrite test for Icinga\Web\Hook 2014-04-28 14:06:40 +02:00
JavaScript.php JS/IE8: deliver legacy jQuery for IE8 2014-06-12 17:33:28 +00:00
LessCompiler.php vendorlibs: library/vendor to libary/IcingaVendor 2014-06-05 00:10:49 +00:00
Menu.php Add test for Icinga\Web\MenuItem 2014-04-28 14:06:40 +02:00
MenuItem.php Add test for Icinga\Web\MenuItem 2014-04-28 14:06:40 +02:00
Notification.php notifications: improve client- and serverside 2014-05-26 14:41:47 +00:00
Request.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
Response.php Web/controllers: use own Request/Response objects 2014-06-22 13:49:21 +02:00
Session.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
StyleSheet.php Add style and view scripts for first prototype 2014-05-14 12:53:44 +02:00
Url.php Params/_render: get rid of it, start with iframe 2014-06-22 16:18:23 +02:00
UrlParams.php Web\Url: add set/mergeValues support 2014-06-20 15:50:55 +02:00
View.php Translation: add a module-aware translation helper 2014-05-27 21:41:46 +00:00
ViewStream.php Add helpful documentation to Icinga\Web\ViewStream 2014-04-28 14:06:40 +02:00
Widget.php Mark less important or non-testable code as skipped for code coverage 2014-04-28 14:06:41 +02:00
Window.php Web\Window: move window handle to dedicated class 2014-06-22 13:01:48 +02:00