Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-07 | add version info to SamplePlugin | Evan Prodromou | |
2010-01-03 | add keyTypes() for User_greeting_count | Evan Prodromou | |
2010-01-03 | update SamplePlugin.php also | Evan Prodromou | |
2010-01-03 | Expand SamplePlugin to show other best practices | Evan Prodromou | |
I modified the SamplePlugin to show how to do some real processing, adding a data class and an action class and modifying the main menu to link to the new action. I added documentation comments to all the methods and made sure the modules were PHPCS-clean. | |||
2009-12-08 | New _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 |