]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'twitter-oauth' into 0.8.x
authorZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:49:51 +0000 (07:49 +0000)
committerZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:49:51 +0000 (07:49 +0000)
Conflicts:

scripts/getvaliddaemons.php

1  2 
actions/twittersettings.php
config.php.sample
lib/common.php
lib/mail.php
lib/router.php
scripts/getvaliddaemons.php

Simple merge
Simple merge
diff --cc lib/common.php
Simple merge
diff --cc lib/mail.php
Simple merge
diff --cc lib/router.php
Simple merge
index 8b127bd201be9516466c9541ef51b2ba8cb9428b,9a2b8332933ea249eba30900157d9dddbfb3d7a8..f1d8d8116d0deb6f1d60ec46b56d2dba721732b9
@@@ -43,11 -43,8 +43,12 @@@ if(common_config('twitterbridge','enabl
      echo "twitterstatusfetcher.php ";
  }
  echo "ombqueuehandler.php ";
 -echo "twitterqueuehandler.php ";
 -echo "synctwitterfriends.php ";
 +if (common_config('twitter', 'enabled')) {
 +    echo "twitterqueuehandler.php ";
++    echo "synctwitterfriends.php ";
 +}
  echo "facebookqueuehandler.php ";
  echo "pingqueuehandler.php ";
 -echo "smsqueuehandler.php ";
 +if (common_config('sms', 'enabled')) {
 +    echo "smsqueuehandler.php ";
 +}