# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1316529222 -7200 # Node ID 6ac68295defefdb30f4fb1372ecf97ef48baf2ff # Parent f1bc9fe452d5d5b92cd334f96282e0bf61788831 remove Jane McGonigal (publication right problems) + correct synclive for limesurvey + small correction for tweet_user diff -r f1bc9fe452d5 -r 6ac68295defe sbin/sync/sync_live --- a/sbin/sync/sync_live Tue Sep 20 11:20:20 2011 +0200 +++ b/sbin/sync/sync_live Tue Sep 20 16:33:42 2011 +0200 @@ -13,6 +13,7 @@ + core P config.php P .htaccess +P limesurvey/*** EOT fi diff -r f1bc9fe452d5 -r 6ac68295defe script/lib/iri_tweet/tweet_twitter_user.py --- a/script/lib/iri_tweet/tweet_twitter_user.py Tue Sep 20 11:20:20 2011 +0200 +++ b/script/lib/iri_tweet/tweet_twitter_user.py Tue Sep 20 16:33:42 2011 +0200 @@ -54,7 +54,7 @@ set_logging(options) - logger.debug("OPTIONS : " + repr(options)) #@UndefinedVariable + get_logger().debug("OPTIONS : " + repr(options)) #@UndefinedVariable if not options.message or len(options.message) == 0: sys.exit() @@ -112,7 +112,7 @@ screen_name = user.screen_name message = u"@%s: %s" % (screen_name, base_message) - get_logger.debug("new status : " + message) #@UndefinedVariable + get_logger().debug("new status : " + message) #@UndefinedVariable if not options.simulate: t.statuses.update(status=message) user_message = UserMessage(user_id=user.id, message_id=message_obj.id) diff -r f1bc9fe452d5 -r 6ac68295defe web/common.php --- a/web/common.php Tue Sep 20 11:20:20 2011 +0200 +++ b/web/common.php Tue Sep 20 16:33:42 2011 +0200 @@ -177,7 +177,7 @@ "rsln", "rsln-opendata", "rsln-mercedes-bunz", "enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"), array("fens_FabLab_Design_Metadata","designmd"), array("mashup","conference"), array("mashup","tableronde"), - "sig-chi-paris-2011", "rwd-meetup-patrimoine", "JaneMcGonigal-gameDesign" + "sig-chi-paris-2011", "rwd-meetup-patrimoine"/*, "JaneMcGonigal-gameDesign"*/ ); function registry_url($key, $type, $registry_def=null) {