<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>incubator/libs/spazaccounts.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,6 @@ echo &quot;/*********** Built ${BUILD_DATE} ***********/&quot; &gt; $BUILD_FILE
 cat libs/spazcore.js \
 	vendors/date.js \
 	vendors/json2.js \
-	vendors/underscore.js \
 	helpers/datetime.js \
 	helpers/event.js \
 	helpers/hash.js \</diff>
      <filename>bin/build-air.sh</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ echo &quot;/*********** Built ${BUILD_DATE} ***********/&quot; &gt; $BUILD_FILE
 cat libs/spazcore.js \
 	vendors/date.js \
 	vendors/json2.js \
-	vendors/underscore.js \
 	helpers/datetime.js \
 	helpers/event.js \
 	helpers/hash.js \</diff>
      <filename>bin/build-standard.js</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,6 @@ echo &quot;/*********** Built ${BUILD_DATE} ***********/&quot; &gt; $BUILD_FILE
 cat libs/spazcore.js \
 	vendors/date.js \
 	vendors/json2.js \
-	vendors/underscore.js \
 	helpers/datetime.js \
 	helpers/event.js \
 	helpers/hash.js \</diff>
      <filename>bin/build-titanium.sh</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ echo &quot;/*********** Built ${BUILD_DATE} ***********/&quot; &gt; $BUILD_FILE
 cat libs/spazcore.js \
 	vendors/date.js \
 	vendors/json2.js \
-	vendors/underscore.js \
 	helpers/datetime.js \
 	helpers/event.js \
 	helpers/hash.js \</diff>
      <filename>bin/build-webos.sh</filename>
    </modified>
    <modified>
      <diff>@@ -135,7 +135,7 @@ SpazTimeline.prototype.requestData = function() {
 
 SpazTimeline.prototype.startListening = function() {
 	var thisTL = this;
-	sch.dump(&quot;Listening for &quot;+thisTL.success_event);
+	sc.helpers.debug(&quot;Listening for &quot;+thisTL.success_event);
 	sc.helpers.listen(thisTL.event_target, thisTL.success_event, thisTL.onSuccess);
 	sc.helpers.listen(thisTL.event_target, thisTL.failure_event, thisTL.onFailure);
 };
@@ -143,19 +143,26 @@ SpazTimeline.prototype.startListening = function() {
 
 SpazTimeline.prototype.stopListening = function() {
 	var thisTL = this;
+	sc.helpers.debug(&quot;Stopping listening for &quot;+thisTL.success_event);
 	sc.helpers.unlisten(thisTL.event_target, thisTL.success_event, thisTL.onSuccess);
 	sc.helpers.unlisten(thisTL.event_target, thisTL.failure_event, thisTL.onFailure);
 };
 
 SpazTimeline.prototype.startRefresher = function() {
 	this.stopRefresher();
+	
+	sc.helpers.debug('Starting refresher');
 	if (this.refresh_time &gt; 1000) { // the minimum refresh is 1000ms. Otherwise we don't auto-refresh
+		sc.helpers.debug('Refresh time is '+this.refresh_time+'ms');
 		this.refresher = setInterval(this.refresh, this.refresh_time);
+	} else {
+		sc.helpers.debug('Not starting refresher; refresh time is '+this.refresh_time+'ms');
 	}
 };
 
 
 SpazTimeline.prototype.stopRefresher = function() {
+	sc.helpers.debug('Stopping refresher');
 	clearInterval(this.refresher);
 };
 </diff>
      <filename>libs/spaztimeline.js</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ var SPAZCORE_SECTION_FOLLOWERSLIST = 'followerslist';
 var SPAZCORE_SERVICE_TWITTER = 'twitter';
 var SPAZCORE_SERVICE_IDENTICA = 'identi.ca';
 var SPAZCORE_SERVICE_CUSTOM = 'custom';
-var SPAZCORE_SERVICEURL_TWITTER = 'https://twitter.com/';
+var SPAZCORE_SERVICEURL_TWITTER = 'https://api.twitter.com/1/';
 var SPAZCORE_SERVICEURL_IDENTICA = 'https://identi.ca/api/';
 
 /**</diff>
      <filename>libs/spaztwit.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2db705fe5877b6219722131d5d832119f30b065e</id>
    </parent>
  </parents>
  <author>
    <name>Ed Finkler</name>
    <email>funkatron@gmail.com</email>
  </author>
  <url>http://github.com/funkatron/spazcore/commit/0bc97bcc3a954d176737db367cd38f51e475b4b1</url>
  <id>0bc97bcc3a954d176737db367cd38f51e475b4b1</id>
  <committed-date>2009-11-04T13:40:06-08:00</committed-date>
  <authored-date>2009-11-04T13:40:06-08:00</authored-date>
  <message>- removed underscore.js from build scripts because of weirdness exhibited under webOS
- changed SPAZCORE_SERVICEURL_TWITTER to https://api.twitter.com/1/
- added some debugging output to SpazTimeline to track if refresher is firing</message>
  <tree>027bdf456176af07b9b1a474130e63505db0a74b</tree>
  <committer>
    <name>Ed Finkler</name>
    <email>funkatron@gmail.com</email>
  </committer>
</commit>
