summaryrefslogtreecommitdiff
path: root/plugins/Facebook/FacebookPlugin.php
AgeCommit message (Collapse)Author
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-12-04Use inlineScript() everywhere inline scripts are writtenCraig Andrews
2009-11-25Facebook plugin no longer takes over Login and Connect settings nav menusZach Copley
2009-11-20Add routing rules for FB app in front of other rulesZach Copley
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-10-29Warning cleanup: drop reference on router parameter to RouterInitialized ↵Brion Vibber
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings.
2009-10-23Some phpcs cleanupZach Copley
2009-10-21Make paths and class loading work rightZach Copley
2009-10-21Combine Facebook and Facebook Connect plugins into one big pluginZach Copley
2009-10-20Extract out Facebook app stuff into a pluginZach Copley