summaryrefslogtreecommitdiff
path: root/lib/plugin.php
AgeCommit message (Collapse)Author
2010-01-07add default plugin version informationEvan Prodromou
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-04add logging utilities to Plugin classEvan Prodromou
2009-11-11Remove registerUrlShortener() (no longer used)Craig Andrews
2009-09-03Pluginize the URL shortenersCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-02-09utility superclass for pluginsEvan Prodromou