Updated _Calendar to Calendar. user/tsbere/dojo_1.6_maybe
authorJoseph Lewis <joehms22@gmail.com>
Mon, 16 Jul 2012 21:00:37 +0000 (15:00 -0600)
committerThomas Berezansky <tsbere@mvlc.org>
Wed, 10 Oct 2012 14:22:41 +0000 (10:22 -0400)
Signed-off-by: Joseph Lewis <joehms22@gmail.com>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/examples/openils.profile.js
Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js
Open-ILS/web/opac/skin/default/xml/body.xml
Open-ILS/web/opac/skin/default/xml/home/index_body.xml

index 24329fa..d85125d 100644 (file)
@@ -3,7 +3,7 @@ dependencies = {
         name: "openils_all_opac_dojo.js",
         dependencies: [
 
-                   "dijit._Calendar",
+                   "dijit.Calendar",
                    "dijit.Menu",
                    "dojo.io.script",
                    "dijit.Dialog",
@@ -87,7 +87,7 @@ dependencies = {
     },{
         name: "openils_full_dojo.js",
         dependencies: [
-                   "dijit._Calendar",
+                   "dijit.Calendar",
                    "dijit.Dialog",
                    "dijit.form.Button",
                    "dijit.form.CheckBox",
@@ -151,7 +151,7 @@ dependencies = {
     },{
         name: "openils_opac_dojo.js",
         dependencies: [
-                   "dijit._Calendar",
+                   "dijit.Calendar",
                    "dijit.Dialog",
                    "dijit.form.Button",
                    "dijit.form.DateTextBox",
@@ -167,7 +167,7 @@ dependencies = {
     },{
         name: "openils_dojo.js",
         dependencies: [
-                   "dijit._Calendar",
+                   "dijit.Calendar",
                    "dijit.Dialog",
                    "dijit.form.Button",
                    "dijit.form.DateTextBox",
index 7dd9fa5..d33623c 100644 (file)
@@ -1,12 +1,12 @@
 dojo.provide("openils.vandelay.TreeDndSource");
-dojo.require("dijit._tree.dndSource");
+dojo.require("dijit.tree.dndSource");
 
 /* This class specifically serves the eg/vandelay/match_set interface
  * for editing Vandelay Match Set trees.  It should probably  have a more
  * specific name that reflects that.
  */
 dojo.declare(
-    "openils.vandelay.TreeDndSource", dijit._tree.dndSource, {
+    "openils.vandelay.TreeDndSource", dijit.tree.dndSource, {
         "_is_replaceable": function(spoint, dpoint, disroot) {
             /* An OP can replace anything, but non-OPs can only replace other
              * non-OPs.
index 3325a26..1b3fc0c 100644 (file)
@@ -48,7 +48,7 @@
 
     <script language="javascript" type="text/javascript">
         dojo.addOnLoad(init);
-        dojo.require("dijit._Calendar");
+        dojo.require("dijit.Calendar");
         dojo.require("dijit.form.DateTextBox");
         dojo.require("dijit.form.FilteringSelect");
         dojo.require("dojo.date.locale");
index c7d20f6..575675b 100644 (file)
@@ -55,7 +55,7 @@
             } catch(ee) {}
         }
 
-        dojo.require("dijit._Calendar");
+        dojo.require("dijit.Calendar");
         dojo.require("dijit.form.DateTextBox");
         dojo.require("dijit.form.FilteringSelect");
         dojo.require("dojo.date.locale");