icingaweb2/library/Icinga/Web
Johannes Meyer 6be51d1565 Use Icinga\Web\Form\Element\Button instead of Zend's button
Due to a bug in Zend prior to 1.12.2 we need our own button implementation
to support earlier versions of the Zend Framework. The side effect is, that
this button can also be used as submit button for our forms as isChecked
will do its job now properly.
2014-11-13 14:26:12 +01:00
..
Controller Fix that the session is written too early when post-dispatching 2014-10-15 13:15:30 +02:00
Form Use Icinga\Web\Form\Element\Button instead of Zend's button 2014-11-13 14:26:12 +01:00
Hook GrapherHook: Rework hook 2014-09-04 14:00:48 +02:00
Menu MonitoringBackend: a few more places, doesn't hurt 2014-11-12 00:20:37 +01:00
Paginator Remove license headers from all files 2014-07-15 13:43:52 +02:00
Session Merge branch 'master' into feature/setup-wizard-7163 2014-11-04 14:22:53 +01:00
View Implement DateTimeRenderer and fix history time format 2014-09-23 11:36:09 +02:00
Widget Widget\Tab: no underlined space after icon 2014-11-12 11:30:06 +01:00
FileCache.php Web\FileCache: initial implementation 2014-09-02 16:22:48 +02:00
Form.php Place the noscript button next to the element it is supposed to apply 2014-11-12 10:48:52 +01:00
Hook.php Move Logger to the Application namespace 2014-10-31 10:27:17 +01:00
JavaScript.php Rename getBootstrapDirecory() to getBootstrapDirectory() 2014-11-12 17:14:43 +01:00
LessCompiler.php LessCompiler: remove obsolete cache-related comment 2014-09-05 10:56:25 +02:00
Menu.php Prefer Icinga\Application\Config instead of Zend_Config 2014-11-07 13:53:03 +01:00
MenuRenderer.php Move Logger to the Application namespace 2014-10-31 10:27:17 +01:00
Notification.php Merge branch 'master' into feature/setup-wizard-7163 2014-11-04 14:22:53 +01:00
Request.php Remove license headers from all files 2014-07-15 13:43:52 +02:00
Response.php Write session on response 2014-09-24 10:46:35 +02:00
Session.php Web\Session: implement lazy loading 2014-09-02 13:23:15 +02:00
StyleSheet.php Rename getBootstrapDirecory() to getBootstrapDirectory() 2014-11-12 17:14:43 +01:00
Url.php Web\Url: document with() method 2014-09-05 11:40:43 +02:00
UrlParams.php Web\UrlParams: allow to merge single value 2014-09-05 13:35:51 +02:00
View.php Implement plural and context based translation functionality 2014-09-16 15:19:23 +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
Wizard.php Use Icinga\Web\Form\Element\Button instead of Zend's button 2014-11-13 14:26:12 +01:00