Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
* Fake_XMPP back to Queued_XMPP, refactor how we use it and don't create objects and load classes until we need them.
* fix fatal error in IM settings while waiting for a Jabber confirmation.
* Caching fix for user_im_prefs
* fix for saving multiple transport settings
* some fixes for AIM & using normalized addresses for lookups
|
|
Conflicts:
actions/confirmaddress.php
actions/imsettings.php
|
|
Conflicts:
lib/queuemanager.php
lib/xmppmanager.php
plugins/Xmpp/Fake_XMPP.php
scripts/imdaemon.php
|
|
|