[Jifty-commit] jifty branch, js-refactor, updated. bae815253fbc4c1483c142fc637a74d335bcb461

Jifty commits jifty-commit at lists.jifty.org
Thu Jan 14 19:11:27 EST 2010


The branch, js-refactor has been updated
       via  bae815253fbc4c1483c142fc637a74d335bcb461 (commit)
       via  dc85afcf2506ece9da59f3c1f779bc3b849fd731 (commit)
       via  3848dc8afe00668eee35bfe847a8e97db07db851 (commit)
      from  9a27a8054b78650039537c481768f2e6749be2a5 (commit)

Summary of changes:
 doc/js-refactor                         |   13 +++++++++++--
 share/web/static/js/halo.js             |    2 ++
 2 files changed, 13 insertions(+), 2 deletions(-)
 mode change 100755 => 100644 share/web/static/js/iautocompleter.js
 mode change 100755 => 100644 share/web/static/js/iutil.js
 mode change 100755 => 100644 share/web/static/js/jquery.jgrowl.js
 mode change 100755 => 100644 share/web/static/js/jquery.timepickr.js

- Log -----------------------------------------------------------------
commit 3848dc8afe00668eee35bfe847a8e97db07db851
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jan 14 18:56:49 2010 -0500

    Add a note about future work

diff --git a/share/web/static/js/halo.js b/share/web/static/js/halo.js
index 611fe9d..7b2fec7 100644
--- a/share/web/static/js/halo.js
+++ b/share/web/static/js/halo.js
@@ -1,3 +1,5 @@
+/* XXX TODO JS: move into Jifty.Halos rather than global */
+
 var halo_shown = null;
 var halos_drawn = null;
 

commit dc85afcf2506ece9da59f3c1f779bc3b849fd731
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jan 14 19:03:43 2010 -0500

    chmod a-x *.js

diff --git a/share/web/static/js/iautocompleter.js b/share/web/static/js/iautocompleter.js
old mode 100755
new mode 100644
diff --git a/share/web/static/js/iutil.js b/share/web/static/js/iutil.js
old mode 100755
new mode 100644
diff --git a/share/web/static/js/jquery.jgrowl.js b/share/web/static/js/jquery.jgrowl.js
old mode 100755
new mode 100644
diff --git a/share/web/static/js/jquery.timepickr.js b/share/web/static/js/jquery.timepickr.js
old mode 100755
new mode 100644

commit bae815253fbc4c1483c142fc637a74d335bcb461
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jan 14 19:06:59 2010 -0500

    Doc updates

diff --git a/doc/js-refactor b/doc/js-refactor
index d455fa1..956a74c 100644
--- a/doc/js-refactor
+++ b/doc/js-refactor
@@ -5,12 +5,21 @@ bps_util.js
 
 removing JSAN usage wherever I can
 
+formatDate not used in the last 3 years
 
 
-What's left?
+
+=== What's left?
 
 grep 'XXX TODO JS'
 use DatePicker from jQuery UI instead of YUI
     removes YUI calendar
     most (all?) of our calendar handler JS
-    
+
+update libraries
+    jQuery
+    iAutocompleter (and iUtil)
+
+jQuery 1.4
+    http://jquery14.com/day-01/jquery-14#backwards
+    we can replace css_browser_selector and our own browser stuff with jQuery.browser now

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list