Alexander Fuhr
|
3615b96093
|
Fix Incorrect plural form in host overview
fixes #7172
|
2014-09-11 15:46:23 +02:00 |
Alexander Fuhr
|
65564cda65
|
Revert "Web\Hook: register('grapher') => GrapherHook"
This reverts commit 4a89c2e163 .
|
2014-09-11 15:00:28 +02:00 |
Alexander Fuhr
|
6cf8307e0d
|
GettextTranslationHelper::updateHeader() - rename vars for matchResults
|
2014-09-11 13:39:32 +02:00 |
Alexander Fuhr
|
8ba86a3689
|
Merge branch 'feature/translation-module-documentation-7113'
|
2014-09-11 12:57:39 +02:00 |
Alexander Fuhr
|
3e41fd6a50
|
Add translation module documentation
resolves #7113
|
2014-09-11 12:55:02 +02:00 |
Matthias Jentsch
|
9376ceed33
|
Add missing use-statement for Exceptions in MenuRenderer
fixes #7157
|
2014-09-10 17:12:19 +02:00 |
Matthias Jentsch
|
2e0bef5696
|
Add missing event unbind
|
2014-09-10 17:10:08 +02:00 |
Matthias Jentsch
|
095f110efc
|
Merge branch 'bugfix/move-events-into-separate-classes-7140'
fixes #7140
|
2014-09-10 17:05:06 +02:00 |
Matthias Jentsch
|
0ec97eb934
|
Only apply navigation link-click handlers to menu
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
e216ba6721
|
Merge stash
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
7aadad913e
|
Do not follow empty menu links
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
cb9c9c78d8
|
Move navigation events into behavior
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
c0908e32ba
|
Remove unused behavior base-class
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
f58da73e2d
|
Move javascript behaviors into separate classes
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
5d2e849491
|
Apply behaviors correctly on startup
|
2014-09-10 17:02:39 +02:00 |
Matthias Jentsch
|
d99d50b3c4
|
Add stub for javascript behaviors
|
2014-09-10 17:02:38 +02:00 |
Thomas Gelf
|
ea63dad087
|
viewHelpers: use the view
refs #7177
|
2014-09-10 16:56:26 +02:00 |
Thomas Gelf
|
631b3d9f6e
|
viewHelpers: There is no $this, not before 5.4
refs #7177
|
2014-09-10 16:54:57 +02:00 |
Thomas Gelf
|
c2fe0232ca
|
helpers/attributes: escape value
refs #7177
|
2014-09-10 16:07:00 +02:00 |
Matthias Jentsch
|
27960fc628
|
Catch exceptions in MenuItemRenderers
fixes #7157
|
2014-09-10 14:38:11 +02:00 |
Marius Hein
|
9c2cf0bd0f
|
StateHistoryQuery: Make whereToSql robust
This fixes bugs is a array for expression comes in or types
does not exist.
fixes #7133
|
2014-09-10 10:07:03 +02:00 |
Eric Lippmann
|
5757a6f34b
|
monitoring: Fix typo in the `Downtime' data view
|
2014-09-10 09:29:01 +02:00 |
Eric Lippmann
|
171b366744
|
monitoring/commands: Let `AddCommentCommand' be the command object for adding both host and service commands
refs #6593
|
2014-09-09 16:41:41 +02:00 |
Eric Lippmann
|
28a66c8541
|
monitoring/commands: Introduce `ObjectCommand' for commands that involve a Icinga object
refs #6593
|
2014-09-09 16:40:09 +02:00 |
Eric Lippmann
|
d9fbbca447
|
monitoring/commands: Move `AddCommentCommand' to `WithCommentCommand'
`AddCommentCommand' will be the command for adding both host and service comments.
refs #6593
|
2014-09-09 16:39:22 +02:00 |
Eric Lippmann
|
a841b0956d
|
monitoring/commands: Do not require command objects to return the command string
There will be command renderer instead.
refs #6593
|
2014-09-09 16:35:06 +02:00 |
Matthias Jentsch
|
da7e599363
|
Only remove active elements in navigation on reload
|
2014-09-09 16:32:15 +02:00 |
Johannes Meyer
|
83772c6684
|
Merge branch 'master' into bugfix/rebuild-form-builder-5525
|
2014-09-09 16:03:22 +02:00 |
Alexander Fuhr
|
7d45384289
|
Fixes translations module missing header language line
fixes #7154
|
2014-09-09 15:52:26 +02:00 |
Matthias Jentsch
|
71f55e388f
|
Only display custom menu renders on XHR requests and not in regular HTML
The main navigation should be rendered without a working backend.
fixes #7143
|
2014-09-09 15:33:42 +02:00 |
Matthias Jentsch
|
b7c207a9cb
|
Do not drop preselection in the navigation on reload
|
2014-09-09 15:32:07 +02:00 |
Johannes Meyer
|
e7c021845d
|
Simplify subform usage
refs #5525
|
2014-09-09 15:00:33 +02:00 |
Matthias Jentsch
|
157818c8e7
|
Fix navigation reload
Activate the correct menu item with JavaScript after relaod and don't
render it on server-side on XHR requests.
|
2014-09-09 13:57:48 +02:00 |
Johannes Meyer
|
ceeb3a9ff8
|
Fix createElements() not returning self where applicable
refs #5525
|
2014-09-09 13:24:39 +02:00 |
Johannes Meyer
|
6bde740d21
|
Fix Icinga\Form\ConfigForm show config feature not available for modules
refs #5525
|
2014-09-09 13:22:51 +02:00 |
Johannes Meyer
|
0693e7cf2d
|
Fix ResourceForm tests
refs #5525
|
2014-09-09 13:06:30 +02:00 |
Johannes Meyer
|
9d8f810e10
|
Icinga\Web\Request::getParam() should be mocked as well by default
|
2014-09-09 13:01:09 +02:00 |
Johannes Meyer
|
40947acd16
|
Fix, rename and move ReorderFormTest
refs #5525
|
2014-09-09 12:02:51 +02:00 |
Johannes Meyer
|
7dbc83e21f
|
Drop obsolete BaseBackendFormTest
refs #5525
|
2014-09-09 11:58:07 +02:00 |
Johannes Meyer
|
e4fccdd150
|
Fix DbBackendFormTest
refs #5525
|
2014-09-09 10:39:49 +02:00 |
Johannes Meyer
|
31978e1236
|
Fix LdapBackendFormTest
refs #5525
|
2014-09-09 10:36:42 +02:00 |
Johannes Meyer
|
cee3c32fa5
|
Fix dashboard tests utilizing BaseTestCase::setupIcingaMock()
|
2014-09-09 10:21:37 +02:00 |
Johannes Meyer
|
a5c027b77c
|
Fix UrlTest utilizing BaseTestCase::setupIcingaMock()
|
2014-09-09 10:21:09 +02:00 |
Johannes Meyer
|
d6377ca00c
|
Return bootstrap mock when calling BaseTestCase::setupIcingaMock()
|
2014-09-09 10:19:51 +02:00 |
Johannes Meyer
|
c947ba3b18
|
Use the new view script to show INI configuration in case of failures
|
2014-09-09 09:46:57 +02:00 |
Johannes Meyer
|
6525d6933a
|
Add test for Icinga\Web\Form
refs #5525
|
2014-09-09 09:40:49 +02:00 |
Johannes Meyer
|
f7f6bcc447
|
Make Form base class more test friendly..
refs #5525
|
2014-09-09 09:31:15 +02:00 |
Johannes Meyer
|
c8ce1088c9
|
Disable checking whether a form is sent when form identification is disabled
refs #5525
|
2014-09-09 09:30:33 +02:00 |
Johannes Meyer
|
34bbe6508a
|
Remove form test functionality from BaseTestCase
BaseTestCase::createForm() is not required as the Form base class does
not have that much bloat anymore to have the need for a form factory.
|
2014-09-09 09:29:29 +02:00 |
Johannes Meyer
|
c8bdb70d06
|
Remove command form tests
refs #5525
|
2014-09-09 09:27:04 +02:00 |