Thomas Gelf
|
6286e15441
|
HistoryColorGrid events should be "live"
|
2014-03-06 09:47:53 +00:00 |
Thomas Gelf
|
f8540d079c
|
Relax hardcoded link target detection, more TBD
|
2014-03-06 09:42:29 +00:00 |
Thomas Gelf
|
25032204ee
|
Reorder history logic
|
2014-03-06 09:41:22 +00:00 |
Thomas Gelf
|
3ad869ff23
|
Forgot to remove obsolete line in last commit
|
2014-03-06 09:39:51 +00:00 |
Thomas Gelf
|
180db36e6c
|
timeSince timer should always be on
|
2014-03-06 09:25:32 +00:00 |
Matthias Jentsch
|
819e7e9806
|
Implement Widget to display problems as matrix over time
refs #5703
|
2014-03-05 20:19:09 +01:00 |
Thomas Gelf
|
144a250954
|
Switch to jQuery 2.1. Fallback for IE8 is missing right now
|
2014-03-04 13:10:39 +00:00 |
Thomas Gelf
|
9a485df81a
|
Lot's of JS changes
|
2014-03-04 13:08:29 +00:00 |
Thomas Gelf
|
9531dbb869
|
$.classes helper function
|
2014-03-04 13:07:28 +00:00 |
Thomas Gelf
|
090974401c
|
Workaround for apply missing in IE console (native object vs function)
|
2014-03-04 13:06:12 +00:00 |
Thomas Gelf
|
927b0a7ae7
|
Less global stuff in helpers.js
|
2014-03-04 13:05:42 +00:00 |
Thomas Gelf
|
3cac42161b
|
History API, initial implementation
|
2014-03-04 13:05:01 +00:00 |
Thomas Gelf
|
57caacb93f
|
Merge branch 'feature/fanzzzy-5481' into feature/master-1
Conflicts:
application/controllers/AuthenticationController.php
application/controllers/ErrorController.php
application/views/scripts/authentication/login.phtml
library/Icinga/Application/ApplicationBootstrap.php
library/Icinga/Web/Controller/ActionController.php
library/Icinga/Web/Hook.php
library/Icinga/Web/Widget/Dashboard.php
|
2014-03-04 09:42:25 +00:00 |
Eric Lippmann
|
07d04628cf
|
Merge branch 'feature/installation-and-configuration-cleanup-5638'
Conflicts:
config/config.ini.in
library/Icinga/Application/ApplicationBootstrap.php
library/Icinga/Application/Cli.php
library/Icinga/Application/EmbeddedWeb.php
library/Icinga/Application/Logger.php
library/Icinga/Application/Modules/Manager.php
library/Icinga/Application/Web.php
library/Icinga/Authentication/Backend/DbUserBackend.php
library/Icinga/Authentication/Manager.php
library/Icinga/User/Preferences/IniStore.php
test/php/library/Icinga/Application/LoggerTest.php
|
2014-03-03 19:03:39 +01:00 |
Thomas Gelf
|
1d278617ab
|
Whatever your browser prefers, we want to unload Icinga if you leave
|
2014-02-21 14:05:28 +00:00 |
Thomas Gelf
|
a0e6a73ecc
|
Added sparkline support
|
2014-02-21 14:03:50 +00:00 |
Thomas Gelf
|
f20f27927d
|
Window unload event support for most browsers
* Also fixes "Webserver gone away" sometimes appearing on page reload
|
2014-02-21 14:03:50 +00:00 |
Thomas Gelf
|
072eda70c4
|
Better link target discovery, support _blank
|
2014-02-21 14:03:49 +00:00 |
Eric Lippmann
|
8f4d062cbc
|
JS/Dashboard: Initial XHRs must not push the URL loaded to the browser's history stack
|
2014-02-21 14:03:49 +00:00 |
Thomas Gelf
|
ed2b330843
|
A few JS files where missing
|
2014-02-21 14:03:49 +00:00 |
Thomas Gelf
|
c8c580bea0
|
Light new JS implementation, initial commit
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
86ede29644
|
Removed URI.js, we will use a lighter implementation
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
81444bdd3a
|
Removed freetile.js, history.js, html5shiv, scrollto, require.js, less
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
c0a740ca9e
|
Removed legacy icinga JS
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
a38a126d42
|
imagesLoaded is not used
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
d33473134f
|
Removed modernizr
|
2014-02-21 14:03:48 +00:00 |
Thomas Gelf
|
88c172b33a
|
We no longer need bootstrap
|
2014-02-21 14:03:48 +00:00 |
Matthias Jentsch
|
a2baf4217b
|
Add php script to render dynamic svgs of inline charts
Add a php script to render dynamic SVGs as a fallback and add a widget to draw
inline charts.
refs #5679
|
2014-02-19 18:29:59 +01:00 |
Markus Frosch
|
971a87c608
|
Fixed executable flags on normal files.
Refs #5040
|
2014-02-18 09:42:13 +01:00 |
Alexander Klimov
|
2ecf1a99a6
|
Show load indicator after 500 ms
fixes #5540
|
2014-02-03 11:10:36 +01:00 |
Johannes Meyer
|
1b5b26c2bb
|
Add window awareness
refs #5510
|
2014-01-24 14:44:19 +01:00 |
Alexander Klimov
|
db22945f1e
|
Add close button to details
resolves #4925
|
2014-01-23 17:09:46 +01:00 |
Alexander Klimov
|
5ff081d683
|
Deselect tr only when ctrl key pressed
|
2014-01-23 16:42:04 +01:00 |
Eric Lippmann
|
2242973568
|
XHR: Force redirect to login if session is expired
resolves #5507
|
2014-01-23 16:03:47 +01:00 |
Eric Lippmann
|
bbe018567f
|
Dashboard: Render exceptions on failing requests
refs #5507
|
2014-01-22 14:58:23 +01:00 |
Eric Lippmann
|
d853c9417c
|
Remove respond.min.js since its no longer used
|
2013-10-29 15:28:04 +01:00 |
Jannis Moßhammer
|
275275f29e
|
Fix inline commands
|
2013-10-23 15:11:25 +02:00 |
Eric Lippmann
|
ca1d50ae53
|
Rename Icinga 2 Web to Icinga Web 2
|
2013-10-23 15:11:06 +02:00 |
Jannis Moßhammer
|
aa5fb1d8cf
|
Fix remove downtime
|
2013-10-23 14:34:20 +02:00 |
Jannis Moßhammer
|
1a95e48deb
|
Fix row style, add dashboard as default route
|
2013-10-23 14:20:32 +02:00 |
Jannis Moßhammer
|
8eea09ab53
|
Add default dashboard, fix componentLoader issue introduced before
|
2013-10-23 13:06:09 +02:00 |
Jannis Moßhammer
|
b616b652bc
|
Fix container error message, prevent components from being loaded twice
|
2013-10-23 11:17:31 +02:00 |
Matthias Jentsch
|
e0aae9d14b
|
Cancel the pending request when loading a new container element
fixes #4947
|
2013-10-23 09:43:57 +02:00 |
Matthias Jentsch
|
eaa3c81f7a
|
Fix bug that caused the detail view to stay open, even when nothing was selected
fixes #4749
|
2013-10-22 17:06:05 +02:00 |
Jannis Moßhammer
|
f7c0eaa7c4
|
Fix/Reimplement dashboard
refs #4532
|
2013-10-22 12:10:12 +02:00 |
Jannis Moßhammer
|
cc5fa0a7b4
|
Fix suburls in grids not being recognized
|
2013-10-21 17:57:29 +02:00 |
Jannis Moßhammer
|
c4f3e78c02
|
Fix filter behaviour, fix statusdat filter
refs #4469
|
2013-10-21 17:04:39 +02:00 |
Marius Hein
|
1a73747740
|
Implement bootstrap datepicker
refs #4929
|
2013-10-21 11:32:24 +02:00 |
Marius Hein
|
a49691068e
|
Add datepicker
refs #4929
|
2013-10-21 10:32:53 +02:00 |
Jannis Moßhammer
|
f3bbf09bae
|
Status.dat query fixes and documentation after rebase
refs #3801
|
2013-10-20 15:16:44 +02:00 |