summaryrefslogtreecommitdiff
path: root/plugins/Facebook/facebooksettings.php
AgeCommit message (Collapse)Author
2010-05-26Remove settting/getting a 'verb' for Facebook stream entries / statusZach Copley
updates. Facebook has disabled the ability to store user preferences via their old REST API, causing our application to break. Also, verbs in status updates seem to be deprecated, and stream posts don't seem to have a verb.
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ↵Brion Vibber
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
2009-11-25Fixed bug where reply-sync bit wasn't getting savedZach Copley
2009-10-21Make paths and class loading work rightZach Copley
2009-10-20Extract out Facebook app stuff into a pluginZach Copley