plugins: migrated hazelnut and googlemaps to the new plugin class, updated plugin...
authorJordan Augé <jordan.auge@lip6.fr>
Fri, 9 Aug 2013 12:14:37 +0000 (14:14 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Fri, 9 Aug 2013 12:14:37 +0000 (14:14 +0200)
commit8c344999d6ee3b3a9172a1068a77c83af77a7aee
treed82dca1ebfba15ccc83e4411bd12ee284ad7f43a
parentc84873b7b55121705ca5ec4d897194faadcb8408
plugins: migrated hazelnut and googlemaps to the new plugin class, updated plugin template
21 files changed:
auth/css/login.css
devel/server-loop.sh
manifold/js/manifold.js
manifold/js/plugin.js
myslice/settings.py
plugins/debug_platform/__init__.py
plugins/googlemap/__init__.py [deleted file]
plugins/googlemap/static/js/googlemap.js [deleted file]
plugins/googlemaps/__init__.py [moved from plugins/googlemap/googlemap.py with 89% similarity]
plugins/googlemaps/static/css/googlemaps.css [moved from plugins/googlemap/static/css/googlemap.css with 100% similarity]
plugins/googlemaps/static/googlemaps.html [moved from plugins/googlemap/static/googlemap.html with 100% similarity]
plugins/googlemaps/static/js/googlemaps.js [new file with mode: 0644]
plugins/googlemaps/static/js/markerclusterer.js [moved from plugins/googlemap/static/js/markerclusterer.js with 100% similarity]
plugins/googlemaps/static/js/markerclusterer_compiled.js [moved from plugins/googlemap/static/js/markerclusterer_compiled.js with 100% similarity]
plugins/googlemaps/static/js/markerclusterer_packed.js [moved from plugins/googlemap/static/js/markerclusterer_packed.js with 100% similarity]
plugins/hazelnut/DataTables.php [deleted file]
plugins/hazelnut/static/hazelnut.html
plugins/hazelnut/static/js/hazelnut.js
plugins/myplugin/static/js/myplugin.js
trash/pluginview.py
trash/sliceview.py