1506 Commits

Author SHA1 Message Date
Thomas Gelf
f9f522d599 Re-allow dashboard to render itself 2014-02-21 14:03:49 +00:00
Thomas Gelf
cea4923eae Temporarily re-added AbstractWidget, we should discuss this 2014-02-21 14:03:48 +00:00
Thomas Gelf
75b12ddaab Replaced 'Add ...' with a plus in dashboard, shall be a dropdown 2014-02-21 14:03:48 +00:00
Thomas Gelf
be9c0723ce Error controller needs no authentication 2014-02-21 14:03:48 +00:00
Thomas Gelf
39b3af4b51 We no longer need a dedicated layout for login 2014-02-21 14:03:48 +00:00
Thomas Gelf
b7de09f6ba Render 'inline' if xhr request, missing use added 2014-02-21 14:03:48 +00:00
Thomas Gelf
139461c6d5 CSS refactored 2014-02-21 14:03:48 +00:00
Thomas Gelf
4af65b1842 Removed vendor CSS, datetimepicker could be re-added later 2014-02-21 14:03:48 +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
Thomas Gelf
0753b28342 Some more HTML changes 2014-02-21 14:03:48 +00:00
Thomas Gelf
508a96124b HTML changes 2014-02-21 14:03:48 +00:00
Thomas Gelf
db19ddca25 Added module container, may be dropped again 2014-02-21 14:03:47 +00:00
Thomas Gelf
6b308986d1 Small syntax changes 2014-02-21 14:03:47 +00:00
Thomas Gelf
ac0faa26a8 Started to restructure less compiler:
* Combine all files and compile once
* Allow to collect module less files
* No recursion
2014-02-21 14:03:47 +00:00
Thomas Gelf
0f3f18f793 Layout restructured 2014-02-21 14:03:47 +00:00
Thomas Gelf
914806e229 Replaced a few icons with imgs 2014-02-21 14:03:47 +00:00
Thomas Gelf
b6dbfaa6b8 Add image size support to parsedown 2014-02-21 14:03:47 +00:00
Thomas Gelf
62ca46e9cd Re-added widget loader 2014-02-21 14:03:47 +00:00
Thomas Gelf
34316ccbca Lighter tab html, support casting to string 2014-02-21 14:03:47 +00:00
Thomas Gelf
73fdcdef47 use without backslash 2014-02-21 14:03:47 +00:00
Thomas Gelf
445c981d01 Tab extensions use imgs instead of icons 2014-02-21 14:03:47 +00:00
Thomas Gelf
3faf1ec725 Lighter HTML in the dashboard component, handle missing URLs 2014-02-21 14:03:47 +00:00
Thomas Gelf
9e66d22c76 One more TODO: Query-String handling in action controller 2014-02-21 14:03:47 +00:00
Thomas Gelf
69538270f7 Action controller example function: Config() 2014-02-21 14:03:47 +00:00
Thomas Gelf
aa821d9cd4 Pagination cleanup, prepared for new CSS 2014-02-21 14:03:47 +00:00
Thomas Gelf
6fdb7e15d8 Show exception in first header to ease JS support 2014-02-21 14:03:47 +00:00
Thomas Gelf
30e1f28ed6 TimeSince helper extended to support clientside support 2014-02-21 14:03:46 +00:00
Thomas Gelf
450670d55e Temporarily ignore logged errors 2014-02-21 14:03:46 +00:00
Johannes Meyer
872da0c699 Remove echo instruction from Icinga\Chart\Palette 2014-02-21 14:20:54 +01:00
Johannes Meyer
485bbcd25d Fix AuthenticationManager test 2014-02-21 14:14:45 +01:00
Johannes Meyer
68357e9ca2 Fix coding style 2014-02-21 14:07:32 +01:00
Johannes Meyer
25584f51a2 Merge branch 'bugfix/dynamic-event-history-length-5589'
fixes #5589
2014-02-21 13:10:08 +01:00
Johannes Meyer
c89f3b6140 Add filter functionality to eventhistory view and fix default order direction
refs #5589
2014-02-21 12:59:32 +01:00
Eric Lippmann
25665dec24 Vagrant: Add authentication.ini and resources.ini to /etc/icingaweb
refs #5638
2014-02-21 10:16:16 +01:00
Eric Lippmann
af342d6b3a Tests: Fix Fatal error: Class 'Icinga\Exception\NotReadableError' not found 2014-02-20 14:02:29 +01:00
Eric Lippmann
7fa6668b64 Make Icinga Web 2 work without any config file
refs #5638
fixes #5523
2014-02-20 13:53:28 +01:00
Matthias Jentsch
6167e6a4f8 Merge branch 'feature/svg-inline-renderer-5679' 2014-02-19 19:02:29 +01:00
Matthias Jentsch
cae1734d1d Remove test code
refs #5679
2014-02-19 19:01:21 +01:00
Matthias Jentsch
3a10188e81 Move inline chart rendering into separate classes
refs #5679
2014-02-19 18:59:54 +01: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
Matthias Jentsch
c17cd2df34 Fix layout of GridChart
Introduce diagonal layout for x-axis, use bigger fonts and set the bar-rendering
to use a bigger default-width

fixes #5672
2014-02-18 18:44:42 +01:00
Eric Lippmann
76769865da Vagrant: Fix public paths for the dev environment
refs #5638
refs #5554
2014-02-18 17:41:31 +01:00
Eric Lippmann
2b7f11a752 Vagrant: Set up dev environment without any config file yet
refs #5638
resolves #5554
2014-02-18 16:41:53 +01:00
Eric Lippmann
8edf421c45 Replace debug log with respecting log priorities
refs #5638
fixes #5522
2014-02-18 14:46:15 +01:00