[Checkins] SVN: hurry.explorer/trunk/ Small IE tweaks.

Martijn Faassen faassen at infrae.com
Wed Dec 10 13:30:57 EST 2008


Log message for revision 93849:
  Small IE tweaks.
  

Changed:
  U   hurry.explorer/trunk/CHANGES.txt
  U   hurry.explorer/trunk/setup.py
  U   hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js

-=-
Modified: hurry.explorer/trunk/CHANGES.txt
===================================================================
--- hurry.explorer/trunk/CHANGES.txt	2008-12-10 18:29:15 UTC (rev 93848)
+++ hurry.explorer/trunk/CHANGES.txt	2008-12-10 18:30:57 UTC (rev 93849)
@@ -1,6 +1,11 @@
 CHANGES
 *******
 
+0.1.1 (2008-12-10)
+==================
+
+* Small Internet Explorer tweaks.
+
 0.1 (2008-12-08)
 ================
 

Modified: hurry.explorer/trunk/setup.py
===================================================================
--- hurry.explorer/trunk/setup.py	2008-12-10 18:29:15 UTC (rev 93848)
+++ hurry.explorer/trunk/setup.py	2008-12-10 18:30:57 UTC (rev 93849)
@@ -4,7 +4,7 @@
 
 setup(
     name='hurry.explorer',
-    version='0.1dev',
+    version='0.1.1dev',
     description="A (object) filesystem explorer UI built with YUI.",
     classifiers=[],
     keywords='',

Modified: hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js
===================================================================
--- hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js	2008-12-10 18:29:15 UTC (rev 93848)
+++ hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js	2008-12-10 18:30:57 UTC (rev 93849)
@@ -186,7 +186,7 @@
             {key: 'name', label: "Name"},
             {key: 'title', label: "Title"},
             {key: 'type', label: "Type"},
-            {key: 'last_modified', label: "Last modified"},
+            {key: 'last_modified', label: "Last modified"}
         ];
         
         datatable = new YAHOO.widget.DataTable('datatable', 
@@ -266,8 +266,9 @@
     PLOR.explorer.getDataTable = function() {
         return datatable;
     };
+  
+    //*** initialization
 
-    //*** initialization
     YAHOO.util.Event.onDOMReady(treeInit);
     YAHOO.util.Event.onDOMReady(tabInit);
     YAHOO.util.Event.onDOMReady(historyInit);



More information about the Checkins mailing list