Added in support for new HPC Dashboard View, ability to retrieve HPC Dashboard view...
authorSiobhan Tully <stully@verivue.com>
Sun, 23 Feb 2014 19:23:34 +0000 (14:23 -0500)
committerSiobhan Tully <stully@verivue.com>
Sun, 23 Feb 2014 19:23:34 +0000 (14:23 -0500)
commite18b3446e847dc64339db83990f2db9af6803b99
treeeca0a0c1420ed6f12023ab31734f4f5fae837230
parent44fd4cc7ec7f9e1a6f960627ce6870695846a506
Added in support for new HPC Dashboard View, ability to retrieve HPC Dashboard view from views.py in separate function, support for log4javascript to provide integration with browser console for debugging, and leaflet support for MakiMarkers on encodings.
60 files changed:
planetstack/core/plus/views.py
planetstack/core/static/js/Leaflet.MakiMarkers.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/changelog.txt [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/console.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/console_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/demos/basic.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/demos/blank.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/demos/index.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/demos/inpage.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/demos/lite.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/backwardsincompatibilities.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/distribution.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/index.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/lite.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/manual.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/manual_lite.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/quickstart.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/docs/whatsnew.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/examples/demo.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/examples/example_manual.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/examples/example_quickstart_1.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/examples/myloggingservlet.do [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/console.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/console_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/liteconsole.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/liteconsole_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/log4javascript_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/license.txt [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/log4javascript.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/log4javascript_uncompressed.js [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/main.css [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/index.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/log4javascript_uncompressed.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/main.html [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/tests.css [new file with mode: 0644]
planetstack/core/static/log4javascript-1.4.6/test/xntest.js [new file with mode: 0644]
planetstack/core/static/planetstack.css
planetstack/templates/admin/dashboard/welcome.html