harmonize js files naming under unfold/
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 14 Dec 2013 14:03:35 +0000 (15:03 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 14 Dec 2013 14:03:35 +0000 (15:03 +0100)
14 files changed:
plugins/form/__init__.py
plugins/googlemap/__init__.py
plugins/lists/simplelist.py
plugins/maddash/__init__.py
plugins/querycode/__init__.py
plugins/querygrid/__init__.py
plugins/querytable/__init__.py
plugins/scheduler/__init__.py
plugins/senslabmap/__init__.py
plugins/tabs/static/js/tabs.js
plugins/validatebutton/__init__.py
ui/templates/base.html
unfold/static/js/plugin-helper.js [moved from unfold/static/js/plugin_helper.js with 100% similarity]
unfold/static/js/spin-presets.js [moved from unfold/static/js/spin.presets.js with 100% similarity]

index ff569d5..d4dce75 100644 (file)
@@ -33,7 +33,7 @@ class CreateForm (Plugin):
     
     def requirements (self):
         # Some should be included by default by manifold
-        return { 'js_files'     : ['js/manifold.js', 'js/spin.presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
+        return { 'js_files'     : ['js/manifold.js', 'js/spin-presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
                                    'js/form.js', 'js/jquery.validate.js', ],
                  'css_files'    : ['css/form.css'] 
                  }
index 583b8dd..a769f7f 100644 (file)
@@ -35,7 +35,7 @@ class GoogleMap (Plugin):
                            "/js/googlemap.js",
                            "/js/markerclusterer.js",
                             "js/manifold.js", "js/manifold-query.js", 
-                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                            "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                             "js/unfold-helper.js",
                            ],
             'css_files' : [ "css/googlemap.css",
index 2651030..c817d9b 100644 (file)
@@ -27,7 +27,7 @@ class SimpleList (Plugin) :
         reqs = {
             'js_files' : [ "js/simplelist.js", 
                            "js/manifold.js", "js/manifold-query.js", 
-                           "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                           "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                            "js/unfold-helper.js",
                            ] ,
             'css_files': [ "css/simplelist.css" ],
index 0447ff4..9de64bc 100644 (file)
@@ -26,7 +26,7 @@ class MadDash (Plugin):
                 'js/jquery.tipsy.js',
                 'js/buffer.js', 'js/maddash.js',
                 'js/manifold.js', 'js/manifold-query.js',
-                'js/spin.presets.js', 'js/spin.min.js', 'js/jquery.spin.js', 
+                'js/spin-presets.js', 'js/spin.min.js', 'js/jquery.spin.js', 
                 'js/unfold-helper.js',
             ],
             'css_files' : [ 
index d46a842..0a2391f 100644 (file)
@@ -14,7 +14,7 @@ class QueryCode (Plugin):
             'js_files' : [ 
                 "js/querycode.js", 
                 "js/manifold.js", "js/manifold-query.js",
-                "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                 "js/shAutoloader.js","js/shCore.js","js/shBrushPython.js","js/shBrushRuby.js",
                 ] ,
 # thierry: see this file for details of why we turn this off for now            
index 5b0c466..22a2aab 100644 (file)
@@ -87,7 +87,7 @@ Current implementation makes the following assumptions
     def requirements (self):
         reqs = {
             'js_files' : [ 
-                "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
 # this one was in the slickgrid demo 
 # http://mleibman.github.io/SlickGrid/examples/example-checkbox-row-select.html
 # but triggers js errors when included - probably/maybe because of the jquery version ?
index b435b38..0b1d29d 100644 (file)
@@ -84,7 +84,7 @@ Current implementation makes the following assumptions
 
     def requirements (self):
         reqs = {
-            'js_files' : [ "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+            'js_files' : [ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                            "js/dataTables.js", "js/dataTables.bootstrap.js", "js/with-datatables.js",
                            "js/manifold.js", "js/manifold-query.js", 
                            "js/unfold-helper.js",
index c21e96b..caaaa52 100644 (file)
@@ -27,7 +27,7 @@ class Scheduler(Plugin):
                            #"//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
                             "js/raphael.js",
                             "js/manifold.js", "js/manifold-query.js", 
-                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                            "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                             "js/unfold-helper.js",
                             "js/jquery-ui-timepicker-addon.js", "js/jquery-ui-sliderAccess.js",
                            ],
index 03b06a4..8b8075c 100644 (file)
@@ -21,7 +21,7 @@ class SensLabMap (Plugin):
     def requirements (self):
         reqs = {
             'js_files' : [ "js/senslabmap.js",
-                           "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+                           "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
                            "js/three.min.js", "js/jquery-mousewheel.min.js", "js/map.js",
                            ],
             'css_files': [ "css/senslabmap.css",
index 4612dd2..7c7f159 100644 (file)
@@ -1,6 +1,6 @@
 // storing tabs active component in localStorage
 //
-// based on plugin_helper.js, extended to store the domid of an active tab
+// based on plugin-helper.js, extended to store the domid of an active tab
 //
 
 var tabs_helper = {
index c12733f..69dddf3 100644 (file)
@@ -28,7 +28,7 @@ Query.get('ple:user').filter_by('user_hrn', '==', '$user_hrn').select('pi_author
     
     def requirements (self):
         return { 'js_files': [ 'js/validatebutton.js', 'js/manifold-query.js', 
-                               "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                               "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                                ], }
 
     def json_settings_list (self):
index 908f0f4..49a57ad 100644 (file)
@@ -14,7 +14,7 @@
 {% insert_str prelude "js/jquery.html5storage.min.js" %}
 {% insert_str prelude "js/messages-runtime.js" %}
 {% insert_str prelude "js/class.js" %}
-{% insert_str prelude "js/plugin_helper.js" %}
+{% insert_str prelude "js/plugin-helper.js" %}
 {% insert_str prelude "js/mustache.js" %}
 {% insert_str prelude "js/plugin.js" %}
 {% insert_str prelude "js/manifold.js" %}