Author:   Lars Michelsen <[email protected]>
Date:     Sat Sep 15 13:46:44 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Sep 15 13:46:44 2012 +0200

Added new object type "container" to render a textbox like object which fetches 
its contents from a configured URL

---

 ChangeLog                                          |    9 +
 docs/en_US/map_config_format_description.html      |   88 +++++++++-
 install.sh                                         |    5 +
 install_lib                                        |    1 +
 .../nagvis-js/classes/NagVisHeaderMenu.php         |    1 +
 share/frontend/nagvis-js/js/NagVisContainer.js     |  132 ++++++++++++++
 share/frontend/nagvis-js/js/NagVisObject.js        |   11 +-
 .../frontend/nagvis-js/js/NagVisStatefulObject.js  |    3 +
 share/frontend/nagvis-js/js/edit.js                |   11 +-
 share/frontend/nagvis-js/js/frontend.js            |   49 +++---
 share/frontend/nagvis-js/js/hover.js               |    8 +-
 .../core/classes/GlobalBackendmklivestatus.php     |   19 ++
 share/server/core/classes/GlobalCore.php           |    6 +
 share/server/core/classes/GlobalMap.php            |    6 +-
 .../core/classes/objects/NagVisContainer.php       |   55 ++++++
 share/server/core/classes/objects/NagVisMapObj.php |   13 +-
 share/server/core/classes/objects/NagVisObject.php |    2 +-
 share/server/core/defines/matches.php              |    3 +-
 share/server/core/mapcfg/default.php               |   42 +++++
 share/userfiles/scripts/std_lq.php                 |  188 ++++++++++++++++++++
 share/userfiles/templates/default.header.html      |    3 +-
 share/userfiles/templates/default.index.html       |    1 +
 22 files changed, 606 insertions(+), 50 deletions(-)

Diff:   
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=e1a7f3bdfea158a781921173b689b1633e338fbd

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to