diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2010-11-22 16:46:34 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2010-11-22 16:46:34 -0500 |
commit | 3e322b1c3c07726742309aa451179627592baf37 (patch) | |
tree | 4bdedf54c611e7e0327151e42ad4d5aef856caae /lib/uapplugin.php | |
parent | 22702160e6c74460c4937952b9a016d40503c671 (diff) |
From most important to least important:
plugins/GNUsocialTemplatePlugin.php:
* Modify to play nice with plain-old TemplatePlugin.
* Move onPluginVersion() from action class to plugin class
* Increment version from 0.1 to 0.1.1
plugins/TemplatePlugin.php: same as GNUsocialTemplatePlugin.php
plugindata.php: add some output to help identify misbehaving plugins
lib/implugin.php: fix comments: s/authentication/instant messaging/
lib/uapplugin.php: comments: add @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP
tpl/social.php: clean up formatting (also, use tabs instead of spaces, to be consistant with tpl/index.php)
Diffstat (limited to 'lib/uapplugin.php')
-rw-r--r-- | lib/uapplugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/uapplugin.php b/lib/uapplugin.php index ef35bafbf..154ba70c7 100644 --- a/lib/uapplugin.php +++ b/lib/uapplugin.php @@ -26,6 +26,7 @@ * @copyright 2010 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ + * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP */ if (!defined('STATUSNET') && !defined('LACONICA')) { @@ -50,6 +51,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * @author Evan Prodromou <evan@status.net> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ + * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP */ abstract class UAPPlugin extends Plugin |