icingaweb2/library/Icinga/Web
Eric Lippmann 0822aff293 library/form: Fix return value of `getName()' not being filterd the first time it's called
`Form::getName()' auto-detects the form's name if it's not set and sets the form's name using `Zend_Form::setName()'.
`Zend_Form::setName()' then filters the form name stripping backslash '\' characters. The first call to `Form::getName()'
did not regard the filtering and thus returned the unfiltered name which led to `Form::wasSent()' returning `false'.

refs #5525
2014-09-01 14:40:45 +02:00
..
Controller Merge branch 'master' into bugfix/rebuild-form-builder-5525 2014-08-29 16:05:56 +02:00
Form Merge branch 'master' into bugfix/rebuild-form-builder-5525 2014-08-29 16:05:56 +02:00
Hook Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Paginator Remove license headers from all files 2014-07-15 13:43:52 +02:00
Session Throw IcingaException rather than Exception 2014-08-27 16:03:15 +02:00
View/helpers ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Widget Merge branch 'master' into bugfix/rebuild-form-builder-5525 2014-08-29 16:05:56 +02:00
Form.php library/form: Fix return value of `getName()' not being filterd the first time it's called 2014-09-01 14:40:45 +02:00
Hook.php Hook: Add class suffix for base class testing 2014-08-27 11:31:47 +02:00
JavaScript.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
LessCompiler.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Menu.php Fixes unaccepted behavior in module configuration 2014-08-27 14:57:08 +02:00
MenuRenderer.php Add a HTML renderer for Icinga\Web\Menu 2014-07-03 15:46:46 +02:00
Notification.php ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Request.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Response.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Session.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
StyleSheet.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Url.php ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
UrlParams.php Url\Params: check for QUERY_STRING before using it 2014-08-19 14:53:56 +02:00
View.php ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
ViewStream.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Widget.php ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Window.php Remove license headers from all files 2014-07-15 13:43:52 +02:00