]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change function headers to K&R style
authorEvan Prodromou <evan@prodromou.name>
Tue, 23 Dec 2008 19:33:23 +0000 (14:33 -0500)
committerEvan Prodromou <evan@prodromou.name>
Tue, 23 Dec 2008 19:33:23 +0000 (14:33 -0500)
Another huge change, for PEAR code standards compliance. Function
headers have to be in K&R style (opening brace on its own line),
instead of having the opening brace on the same line as the function
and parameters. So, a little perl magic found all the function
definitions and move the opening brace to the next line (properly
indented... usually).

darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz

291 files changed:
_darcs/inventory
_darcs/patches/20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz [new file with mode: 0644]
_darcs/pristine/actions/accesstoken.php
_darcs/pristine/actions/all.php
_darcs/pristine/actions/allrss.php
_darcs/pristine/actions/api.php
_darcs/pristine/actions/avatarbynickname.php
_darcs/pristine/actions/block.php
_darcs/pristine/actions/confirmaddress.php
_darcs/pristine/actions/deletenotice.php
_darcs/pristine/actions/deleteprofile.php
_darcs/pristine/actions/disfavor.php
_darcs/pristine/actions/doc.php
_darcs/pristine/actions/emailsettings.php
_darcs/pristine/actions/facebookhome.php
_darcs/pristine/actions/facebookinvite.php
_darcs/pristine/actions/facebookremove.php
_darcs/pristine/actions/facebooksettings.php
_darcs/pristine/actions/favor.php
_darcs/pristine/actions/favorited.php
_darcs/pristine/actions/favoritesrss.php
_darcs/pristine/actions/featured.php
_darcs/pristine/actions/finishaddopenid.php
_darcs/pristine/actions/finishimmediate.php
_darcs/pristine/actions/finishopenidlogin.php
_darcs/pristine/actions/finishremotesubscribe.php
_darcs/pristine/actions/foaf.php
_darcs/pristine/actions/imsettings.php
_darcs/pristine/actions/invite.php
_darcs/pristine/actions/login.php
_darcs/pristine/actions/logout.php
_darcs/pristine/actions/microsummary.php
_darcs/pristine/actions/newmessage.php
_darcs/pristine/actions/newnotice.php
_darcs/pristine/actions/noticesearch.php
_darcs/pristine/actions/noticesearchrss.php
_darcs/pristine/actions/nudge.php
_darcs/pristine/actions/openidlogin.php
_darcs/pristine/actions/openidsettings.php
_darcs/pristine/actions/opensearch.php
_darcs/pristine/actions/othersettings.php
_darcs/pristine/actions/peoplesearch.php
_darcs/pristine/actions/peopletag.php
_darcs/pristine/actions/postnotice.php
_darcs/pristine/actions/profilesettings.php
_darcs/pristine/actions/public.php
_darcs/pristine/actions/publicrss.php
_darcs/pristine/actions/publicxrds.php
_darcs/pristine/actions/recoverpassword.php
_darcs/pristine/actions/register.php
_darcs/pristine/actions/remotesubscribe.php
_darcs/pristine/actions/replies.php
_darcs/pristine/actions/repliesrss.php
_darcs/pristine/actions/requesttoken.php
_darcs/pristine/actions/showfavorites.php
_darcs/pristine/actions/showmessage.php
_darcs/pristine/actions/shownotice.php
_darcs/pristine/actions/showstream.php
_darcs/pristine/actions/smssettings.php
_darcs/pristine/actions/subedit.php
_darcs/pristine/actions/subscribe.php
_darcs/pristine/actions/subscribers.php
_darcs/pristine/actions/subscriptions.php
_darcs/pristine/actions/sup.php
_darcs/pristine/actions/tag.php
_darcs/pristine/actions/tagother.php
_darcs/pristine/actions/tagrss.php
_darcs/pristine/actions/twitapiaccount.php
_darcs/pristine/actions/twitapiblocks.php
_darcs/pristine/actions/twitapidirect_messages.php
_darcs/pristine/actions/twitapifavorites.php
_darcs/pristine/actions/twitapifriendships.php
_darcs/pristine/actions/twitapihelp.php
_darcs/pristine/actions/twitapinotifications.php
_darcs/pristine/actions/twitapistatuses.php
_darcs/pristine/actions/twitapiusers.php
_darcs/pristine/actions/twittersettings.php
_darcs/pristine/actions/unblock.php
_darcs/pristine/actions/unsubscribe.php
_darcs/pristine/actions/updateprofile.php
_darcs/pristine/actions/userauthorization.php
_darcs/pristine/actions/userbyid.php
_darcs/pristine/actions/userrss.php
_darcs/pristine/actions/xrds.php
_darcs/pristine/classes/Avatar.php
_darcs/pristine/classes/Channel.php
_darcs/pristine/classes/Command.php
_darcs/pristine/classes/CommandInterpreter.php
_darcs/pristine/classes/Confirm_address.php
_darcs/pristine/classes/Consumer.php
_darcs/pristine/classes/Fave.php
_darcs/pristine/classes/Foreign_link.php
_darcs/pristine/classes/Foreign_service.php
_darcs/pristine/classes/Foreign_subscription.php
_darcs/pristine/classes/Foreign_user.php
_darcs/pristine/classes/Invitation.php
_darcs/pristine/classes/Memcached_DataObject.php
_darcs/pristine/classes/Message.php
_darcs/pristine/classes/Nonce.php
_darcs/pristine/classes/Notice.php
_darcs/pristine/classes/NoticeWrapper.php
_darcs/pristine/classes/Notice_inbox.php
_darcs/pristine/classes/Notice_source.php
_darcs/pristine/classes/Notice_tag.php
_darcs/pristine/classes/Profile.php
_darcs/pristine/classes/Profile_block.php
_darcs/pristine/classes/Profile_tag.php
_darcs/pristine/classes/Queue_item.php
_darcs/pristine/classes/Remember_me.php
_darcs/pristine/classes/Remote_profile.php
_darcs/pristine/classes/Reply.php
_darcs/pristine/classes/Sms_carrier.php
_darcs/pristine/classes/Subscription.php
_darcs/pristine/classes/Token.php
_darcs/pristine/classes/User.php
_darcs/pristine/classes/User_openid.php
_darcs/pristine/lib/Shorturl_api.php
_darcs/pristine/lib/common.php
_darcs/pristine/lib/deleteaction.php
_darcs/pristine/lib/facebookaction.php
_darcs/pristine/lib/oauthstore.php
_darcs/pristine/lib/omb.php
_darcs/pristine/lib/openid.php
_darcs/pristine/lib/personal.php
_darcs/pristine/lib/profilelist.php
_darcs/pristine/lib/queuehandler.php
_darcs/pristine/lib/rssaction.php
_darcs/pristine/lib/search_engines.php
_darcs/pristine/lib/searchaction.php
_darcs/pristine/lib/settingsaction.php
_darcs/pristine/lib/stream.php
_darcs/pristine/lib/subs.php
_darcs/pristine/lib/theme.php
_darcs/pristine/lib/twitter.php
_darcs/pristine/lib/twitterapi.php
_darcs/pristine/lib/util.php
_darcs/pristine/lib/xmppqueuehandler.php
_darcs/pristine/scripts/enjitqueuehandler.php
_darcs/pristine/scripts/jabberqueuehandler.php
_darcs/pristine/scripts/maildaemon.php
_darcs/pristine/scripts/ombqueuehandler.php
_darcs/pristine/scripts/publicqueuehandler.php
_darcs/pristine/scripts/sitemap.php
_darcs/pristine/scripts/smsqueuehandler.php
_darcs/pristine/scripts/xmppconfirmhandler.php
_darcs/pristine/scripts/xmppdaemon.php
_darcs/tentative_pristine
actions/accesstoken.php
actions/all.php
actions/allrss.php
actions/api.php
actions/avatarbynickname.php
actions/block.php
actions/confirmaddress.php
actions/deletenotice.php
actions/deleteprofile.php
actions/disfavor.php
actions/doc.php
actions/emailsettings.php
actions/facebookhome.php
actions/facebookinvite.php
actions/facebookremove.php
actions/facebooksettings.php
actions/favor.php
actions/favorited.php
actions/favoritesrss.php
actions/featured.php
actions/finishaddopenid.php
actions/finishimmediate.php
actions/finishopenidlogin.php
actions/finishremotesubscribe.php
actions/foaf.php
actions/imsettings.php
actions/invite.php
actions/login.php
actions/logout.php
actions/microsummary.php
actions/newmessage.php
actions/newnotice.php
actions/noticesearch.php
actions/noticesearchrss.php
actions/nudge.php
actions/openidlogin.php
actions/openidsettings.php
actions/opensearch.php
actions/othersettings.php
actions/peoplesearch.php
actions/peopletag.php
actions/postnotice.php
actions/profilesettings.php
actions/public.php
actions/publicrss.php
actions/publicxrds.php
actions/recoverpassword.php
actions/register.php
actions/remotesubscribe.php
actions/replies.php
actions/repliesrss.php
actions/requesttoken.php
actions/showfavorites.php
actions/showmessage.php
actions/shownotice.php
actions/showstream.php
actions/smssettings.php
actions/subedit.php
actions/subscribe.php
actions/subscribers.php
actions/subscriptions.php
actions/sup.php
actions/tag.php
actions/tagother.php
actions/tagrss.php
actions/twitapiaccount.php
actions/twitapiblocks.php
actions/twitapidirect_messages.php
actions/twitapifavorites.php
actions/twitapifriendships.php
actions/twitapihelp.php
actions/twitapinotifications.php
actions/twitapistatuses.php
actions/twitapiusers.php
actions/twittersettings.php
actions/unblock.php
actions/unsubscribe.php
actions/updateprofile.php
actions/userauthorization.php
actions/userbyid.php
actions/userrss.php
actions/xrds.php
classes/Avatar.php
classes/Channel.php
classes/Command.php
classes/CommandInterpreter.php
classes/Confirm_address.php
classes/Consumer.php
classes/Fave.php
classes/Foreign_link.php
classes/Foreign_service.php
classes/Foreign_subscription.php
classes/Foreign_user.php
classes/Invitation.php
classes/Memcached_DataObject.php
classes/Message.php
classes/Nonce.php
classes/Notice.php
classes/NoticeWrapper.php
classes/Notice_inbox.php
classes/Notice_source.php
classes/Notice_tag.php
classes/Profile.php
classes/Profile_block.php
classes/Profile_tag.php
classes/Queue_item.php
classes/Remember_me.php
classes/Remote_profile.php
classes/Reply.php
classes/Sms_carrier.php
classes/Subscription.php
classes/Token.php
classes/User.php
classes/User_openid.php
lib/Shorturl_api.php
lib/common.php
lib/deleteaction.php
lib/facebookaction.php
lib/oauthstore.php
lib/omb.php
lib/openid.php
lib/personal.php
lib/profilelist.php
lib/queuehandler.php
lib/rssaction.php
lib/search_engines.php
lib/searchaction.php
lib/settingsaction.php
lib/stream.php
lib/subs.php
lib/theme.php
lib/twitter.php
lib/twitterapi.php
lib/util.php
lib/xmppqueuehandler.php
scripts/enjitqueuehandler.php
scripts/jabberqueuehandler.php
scripts/maildaemon.php
scripts/ombqueuehandler.php
scripts/publicqueuehandler.php
scripts/sitemap.php
scripts/smsqueuehandler.php
scripts/xmppconfirmhandler.php
scripts/xmppdaemon.php

index 3137b8080390a02f7c4f40e5953ad14fc30d0bcd..844cdd7993c71b89e7e11fe47671e91b5c2c25b8 100644 (file)
@@ -67,4 +67,15 @@ Evan Prodromou <evan@prodromou.name>**20081223192129
  keyword 'NULL' with its lowercase version. This is another PEAR code
  standards change.
  
+] 
+[change function headers to K&R style
+Evan Prodromou <evan@prodromou.name>**20081223193323
+ Another huge change, for PEAR code standards compliance. Function
+ headers have to be in K&R style (opening brace on its own line),
+ instead of having the opening brace on the same line as the function
+ and parameters. So, a little perl magic found all the function
+ definitions and move the opening brace to the next line (properly
+ indented... usually).
 ] 
\ No newline at end of file
diff --git a/_darcs/patches/20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz b/_darcs/patches/20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
new file mode 100644 (file)
index 0000000..5319bc0
Binary files /dev/null and b/_darcs/patches/20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz differ
index a468c33a69bf8bfb1e0f6ca90cd24d949cd55619..738ec071f90dcb5680dca1e4e74a6c55a7f1b4e6 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class AccesstokenAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_debug('getting request from env variables', __FILE__);
index 066ee77bff11f03e26b5b546eb4b1e8da3997611..028a3679a4789b87c79fcf2133a17f08297d0ed3 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class AllAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,7 +54,8 @@ class AllAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('allrss', array('nickname' =>
                                                                                $user->nickname)),
@@ -61,7 +63,8 @@ class AllAction extends StreamAction {
                                      'title' => sprintf(_('Feed for friends of %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -76,7 +79,8 @@ class AllAction extends StreamAction {
                                               'item' => 'allrss')));
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index 851cd0ad52d21cf1c6eb57920e1217b809bd3184..9c20cd41635f1efc412ad14b4f3248cc9c0c738d 100644 (file)
@@ -27,7 +27,8 @@ class AllrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class AllrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
         
@@ -52,7 +54,8 @@ class AllrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('allrss',
                                              array('nickname' =>
@@ -65,7 +68,8 @@ class AllrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
index e7646a7bbd51032809188f96aab1c5b22d5baa82..8ccd86f0bb1c9fa49c0503f959f3963a78b95cd8 100644 (file)
@@ -27,7 +27,8 @@ class ApiAction extends Action {
     var $api_method;
     var $api_action;
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->api_action = $this->arg('apiaction');
@@ -79,7 +80,8 @@ class ApiAction extends Action {
         }
     }
 
-    function process_command() {
+    function process_command()
+    {
         $action = "twitapi$this->api_action";
         $actionfile = INSTALLDIR."/actions/$action.php";
 
@@ -108,7 +110,8 @@ class ApiAction extends Action {
     }
 
     # Whitelist of API methods that don't need authentication
-    function requires_auth() {
+    function requires_auth()
+    {
         static $noauth = array( 'statuses/public_timeline',
                                 'statuses/show',
                                 'users/show',
@@ -144,7 +147,8 @@ class ApiAction extends Action {
         }
     }
 
-    function show_basic_auth_error() {
+    function show_basic_auth_error()
+    {
         header('HTTP/1.1 401 Unauthorized');
         $msg = 'Could not authenticate you.';
 
@@ -166,7 +170,8 @@ class ApiAction extends Action {
         }
     }
 
-    function is_readonly() {
+    function is_readonly()
+    {
         # NOTE: before handle(), can't use $this->arg
         $apiaction = $_REQUEST['apiaction'];
         $method = $_REQUEST['method'];
index 2ca861a66b77fd1995242e920ffed54db2429fa3..4aeb4112ae801749c0bff957242d7af5f71944a5 100644 (file)
@@ -20,7 +20,8 @@
 if (!defined('LACONICA')) { exit(1); }
 
 class AvatarbynicknameAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $nickname = $this->trimmed('nickname');
         if (!$nickname) {
index cfcd29848199473f9df88de72c1d6c27794a2abd..702adcffaeb7d0cac0b96474b9b01c63316b26de 100644 (file)
@@ -23,7 +23,8 @@ class BlockAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,7 +57,8 @@ class BlockAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             if ($this->arg('block')) {
@@ -71,7 +73,8 @@ class BlockAction extends Action {
         }
     }
 
-    function are_you_sure_form() {
+    function are_you_sure_form()
+    {
 
         $id = $this->profile->id;
 
@@ -109,7 +112,8 @@ class BlockAction extends Action {
         common_show_footer();
     }
 
-    function block_profile() {
+    function block_profile()
+    {
 
         $cur = common_current_user();
 
index 562b70fe91b768b44efdf0364fa271d72c4b6157..d926864a6cc13a08d4359fd42344cd356ad6b24a 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class ConfirmaddressAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_set_returnto($this->self_url());
index 0777918d28eccb4f1050ce21f183ca7c3fce7488..4f00db6174bd1cd721b73893e44cc21ef178703d 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/deleteaction.php');
 
 class DeletenoticeAction extends DeleteAction {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         # XXX: Ajax!
 
@@ -33,15 +34,18 @@ class DeletenoticeAction extends DeleteAction {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You are about to permanently delete a notice.  Once this is done, it cannot be undone.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('Delete notice');
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         $user = common_current_user();
 
         common_show_header($this->get_title(), array($this, 'show_header'), $error,
@@ -67,7 +71,8 @@ class DeletenoticeAction extends DeleteAction {
         common_show_footer();
     }
 
-    function delete_notice() {
+    function delete_notice()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
index 503b3666de0a9693eb80d00ac963d7d0c744e2de..b1c346cb22204a8ebddd3839a19e3543abd9e531 100644 (file)
@@ -20,7 +20,8 @@
 if (!defined('LACONICA')) { exit(1); }
 
 class DeleteprofileAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $this->server_error(_('Code not yet ready.'));
         return;
@@ -32,18 +33,21 @@ class DeleteprofileAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Export and delete your user information.');
     }
 
-    function form_header($title, $msg=null, $success=false) {
+    function form_header($title, $msg=null, $success=false)
+    {
         common_show_header($title,
                            null,
                            array($msg, $success),
                            array($this, 'show_top'));
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feedsdel'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -56,7 +60,8 @@ class DeleteprofileAction extends Action {
     }
 
     //TODO move to common.php (and retrace its origin)
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $user = common_current_user();
         $nickname = $user->nickname;
 
@@ -84,14 +89,16 @@ class DeleteprofileAction extends Action {
         common_element_end('li');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $this->form_header(_('Delete my account'), $msg, $success);
         common_element('h2', null, _('Delete my account confirmation'));
         $this->show_confirm_delete_form();
         common_show_footer();
     }
 
-    function show_confirm_delete_form() {
+    function show_confirm_delete_form()
+    {
         $user = common_current_user();
         $notices = DB_DataObject::factory('notice');
         $notices->profile_id = $user->id;
@@ -120,7 +127,8 @@ class DeleteprofileAction extends Action {
         common_element_end('form');
     }
 
-    function handle_post() {
+    function handle_post()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -134,7 +142,8 @@ class DeleteprofileAction extends Action {
         $this->show_form();
     }
 
-    function delete_account() {
+    function delete_account()
+    {
         $user = common_current_user();
         assert(!is_null($user)); # should already be checked
 
@@ -219,7 +228,8 @@ class DeleteprofileAction extends Action {
         common_redirect(common_local_url('public'));
     }
 
-    function show_top($arr) {
+    function show_top($arr)
+    {
         $msg = $arr[0];
         $success = $arr[1];
         if ($msg) {
@@ -234,7 +244,8 @@ class DeleteprofileAction extends Action {
         $this->settings_menu();
     }
 
-    function settings_menu() {
+    function settings_menu()
+    {
         # action => array('prompt', 'title')
         $menu =
           array('profilesettings' =>
index e47e68a8c879fc23565a5179247e0c459c75b1d1..f0b528453188634a6ab166fa739682fad086c5b3 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DisfavorAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index 0cf665d683c76d038b44ee32a38629ad5c38cb7e..441ac19a7b7ed7a9bf3271bdfd8a16d19eb5e0ef 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DocAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $title = $this->trimmed('title');
         $filename = INSTALLDIR.'/doc/'.$title;
index 06b3ef29f3cd1ee28ce52e3307d39fe50db9aac2..3dcf7716f8fc44a8b2d36b34566cddbf1bbe2918 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class EmailsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Manage how you get email from %%site.name%%.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('Email Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -110,7 +112,8 @@ class EmailsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -122,7 +125,8 @@ class EmailsettingsAction extends SettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -148,7 +152,8 @@ class EmailsettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $emailnotifysub = $this->boolean('emailnotifysub');
         $emailnotifyfav = $this->boolean('emailnotifyfav');
@@ -185,7 +190,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -236,7 +242,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         $email = $this->arg('email');
         $confirm = $this->get_confirmation();
         if (!$confirm) {
@@ -259,7 +266,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $email = $this->arg('email');
@@ -285,7 +293,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
 
-    function remove_incoming() {
+    function remove_incoming()
+    {
         $user = common_current_user();
         
         if (!$user->incomingemail) {
@@ -304,7 +313,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Incoming email address removed.'), TRUE);
     }
 
-    function new_incoming() {
+    function new_incoming()
+    {
         $user = common_current_user();
         
         $orig = clone($user);
@@ -318,7 +328,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('New incoming email address added.'), TRUE);
     }
     
-    function email_exists($email) {
+    function email_exists($email)
+    {
         $user = common_current_user();
         $other = User::staticGet('email', $email);
         if (!$other) {
index c964f451af8abbc9c82da53214bf9361f1db4d73..006f35eca836102d6fc7163afbee723e2cb70916 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookhomeAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->login();
     }
 
-    function login() {
+    function login()
+    {
 
         $user = null;
 
@@ -89,7 +91,8 @@ class FacebookhomeAction extends FacebookAction {
 
     }
 
-    function show_home($facebook, $fbuid, $user) {
+    function show_home($facebook, $fbuid, $user)
+    {
 
         $this->show_header('Home');
 
@@ -99,7 +102,8 @@ class FacebookhomeAction extends FacebookAction {
         $this->show_footer();
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index 3a85a7c5c0f85f2a164178b347b185bb54faaaf2..fc226e65aee8aba3b23e7d09741861d7f4ff4df5 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookinviteAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->display();
     }
 
-    function display() {
+    function display()
+    {
 
         $facebook = $this->get_facebook();
 
index 1215f6622032e3ffcc3b9240879aaaccbbee59d8..79dc32e497b0a66bc76a71541f57c0b68bfe5bec 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookremoveAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $secret = common_config('facebook', 'secret');
index a5ad9d07ac8c6c3884d896e8d42bae28b29537cf..03ad57813749329d480367591d9a3d562db9dca0 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebooksettingsAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->display();
     }
 
-    function display() {
+    function display()
+    {
 
         $facebook = $this->get_facebook();
 
index c0b0324b5b04b84211c9e6086f75fb60cd2be24e..3ec4af0b5e0ff394fb19ceaccef4dfbfafd7e474 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mail.php');
 
 class FavorAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -80,7 +81,8 @@ class FavorAction extends Action {
         }
     }
 
-    function notify($fave, $notice, $user) {
+    function notify($fave, $notice, $user)
+    {
         $other = User::staticGet('id', $notice->profile_id);
         if ($other && $other->id != $user->id) {
             if ($other->email && $other->emailnotifyfav) {
index e69630d50f4872dd0c9542090732391765d828f4..d479e1b3e4015ec192d130b60fc147cfc6cc6277 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/stream.php');
 
 class FavoritedAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -37,7 +38,8 @@ class FavoritedAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -46,15 +48,18 @@ class FavoritedAction extends StreamAction {
         $this->public_views_menu();
     }
 
-    function show_header() {
+    function show_header()
+    {
         return;
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Showing recently popular notices');
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         $qry = 'SELECT notice.*, sum(exp(-(now() - fave.modified) / %s)) as weight ' .
                 'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
index 7071812d70b4a79695647c93e85bc306648be967..aa8a3c6f4deb3d105c6edd13b1828d1c68ed4d31 100644 (file)
@@ -27,7 +27,8 @@ class FavoritesrssAction extends Rss10Action {
 
     var $user = null;
     
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class FavoritesrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
 
@@ -54,7 +56,8 @@ class FavoritesrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('favoritesrss',
                                              array('nickname' =>
@@ -67,7 +70,8 @@ class FavoritesrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
\ No newline at end of file
index f478a4017393036e91227606abec783692b235c6..1763adeab1c45abadc50db0fd1b16b0caf4bec03 100644 (file)
@@ -24,7 +24,8 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class FeaturedAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -38,7 +39,8 @@ class FeaturedAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -47,14 +49,17 @@ class FeaturedAction extends StreamAction {
         $this->public_views_menu();
     }
 
-    function show_header() {
+    function show_header()
+    {
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Featured users');
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         // XXX: Note I'm doing it this two-stage way because a raw query
         // with a JOIN was *not* working. --Zach
index 7607688de0400ae5a06704cc073ddae1c816200d..d8409b6e99525463b908442459d7aba8c244a467 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishaddopenidAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
@@ -32,7 +33,8 @@ class FinishaddopenidAction extends Action {
         }
     }
     
-    function try_login() {
+    function try_login()
+    {
 
         $consumer =& oid_consumer();
 
@@ -95,7 +97,8 @@ class FinishaddopenidAction extends Action {
         }
     }
 
-    function message($msg) {
+    function message($msg)
+    {
         common_show_header(_('OpenID Login'));
         common_element('p', null, $msg);
         common_show_footer();
index ea711f5c5fa2dbcf453cf7410ed7e32de9c56493..c4a1c1af9bfa3ae955d25307b709828fddc90a16 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishimmediateAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $consumer = oid_consumer();
@@ -53,7 +54,8 @@ class FinishimmediateAction extends Action {
         return;
     }
 
-    function go_backto() {
+    function go_backto()
+    {
         common_ensure_session();
         $backto = $_SESSION['openid_immediate_backto'];
         if (!$backto) {
index ae5b136a25cc40ab4515bd7961cf451e8e53b784..eb52d73b1810d6c80060139a90f730c7d36c2328 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishopenidloginAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             common_user_error(_('Already logged in.'));
@@ -52,7 +53,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('div', array('class' => 'error'), $error);
         } else {
@@ -62,7 +64,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function show_form($error=null, $username=null) {
+    function show_form($error=null, $username=null)
+    {
         common_show_header(_('OpenID Account Setup'), null, $error,
                            array($this, 'show_top'));
 
@@ -99,7 +102,8 @@ class FinishopenidloginAction extends Action {
         common_show_footer();
     }
 
-    function try_login() {
+    function try_login()
+    {
 
         $consumer = oid_consumer();
 
@@ -146,26 +150,30 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function message($msg) {
+    function message($msg)
+    {
         common_show_header(_('OpenID Login'));
         common_element('p', null, $msg);
         common_show_footer();
     }
 
-    function save_values($display, $canonical, $sreg) {
+    function save_values($display, $canonical, $sreg)
+    {
         common_ensure_session();
         $_SESSION['openid_display'] = $display;
         $_SESSION['openid_canonical'] = $canonical;
         $_SESSION['openid_sreg'] = $sreg;
     }
 
-    function get_saved_values() {
+    function get_saved_values()
+    {
         return array($_SESSION['openid_display'],
                      $_SESSION['openid_canonical'],
                      $_SESSION['openid_sreg']);
     }
 
-    function create_new_user() {
+    function create_new_user()
+    {
 
         # FIXME: save invite code before redirect, and check here
 
@@ -247,7 +255,8 @@ class FinishopenidloginAction extends Action {
         common_redirect(common_local_url('showstream', array('nickname' => $user->nickname)));
     }
 
-    function connect_user() {
+    function connect_user()
+    {
 
         $nickname = $this->trimmed('nickname');
         $password = $this->trimmed('password');
@@ -286,7 +295,8 @@ class FinishopenidloginAction extends Action {
         $this->go_home($user->nickname);
     }
 
-    function go_home($nickname) {
+    function go_home($nickname)
+    {
         $url = common_get_returnto();
         if ($url) {
             # We don't have to return to it again
@@ -299,7 +309,8 @@ class FinishopenidloginAction extends Action {
         common_redirect($url);
     }
 
-    function best_new_nickname($display, $sreg) {
+    function best_new_nickname($display, $sreg)
+    {
 
         # Try the passed-in nickname
 
@@ -332,7 +343,8 @@ class FinishopenidloginAction extends Action {
         return null;
     }
 
-    function is_new_nickname($str) {
+    function is_new_nickname($str)
+    {
         if (!Validate::string($str, array('min_length' => 1,
                                           'max_length' => 64,
                                           'format' => VALIDATE_NUM . VALIDATE_ALPHA_LOWER))) {
@@ -347,7 +359,8 @@ class FinishopenidloginAction extends Action {
         return true;
     }
 
-    function openid_to_nickname($openid) {
+    function openid_to_nickname($openid)
+    {
         if (Auth_Yadis_identifierScheme($openid) == 'XRI') {
             return $this->xri_to_nickname($openid);
         } else {
@@ -360,7 +373,8 @@ class FinishopenidloginAction extends Action {
     # 2. One element in path, like http://profile.typekey.com/EvanProdromou/
     #    or http://getopenid.com/evanprodromou
 
-    function url_to_nickname($openid) {
+    function url_to_nickname($openid)
+    {
         static $bad = array('query', 'user', 'password', 'port', 'fragment');
 
         $parts = parse_url($openid);
@@ -406,7 +420,8 @@ class FinishopenidloginAction extends Action {
         return null;
     }
 
-    function xri_to_nickname($xri) {
+    function xri_to_nickname($xri)
+    {
         $base = $this->xri_base($xri);
 
         if (!$base) {
@@ -419,7 +434,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function xri_base($xri) {
+    function xri_base($xri)
+    {
         if (substr($xri, 0, 6) == 'xri://') {
             return substr($xri, 6);
         } else {
@@ -429,7 +445,8 @@ class FinishopenidloginAction extends Action {
 
     # Given a string, try to make it work as a nickname
 
-    function nicknamize($str) {
+    function nicknamize($str)
+    {
         $str = preg_replace('/\W/', '', $str);
         return strtolower($str);
     }
index edd4ae541782bef7c11ed8110c0b6754c37a01d8..38a56c96200fdab1f65d8c330b0e44bf53596ebe 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class FinishremotesubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -231,13 +232,15 @@ class FinishremotesubscribeAction extends Action {
                                                              $user->nickname)));
     }
 
-    function add_avatar($profile, $url) {
+    function add_avatar($profile, $url)
+    {
         $temp_filename = tempnam(sys_get_temp_dir(), 'listener_avatar');
         copy($url, $temp_filename);
         return $profile->setOriginal($temp_filename);
     }
 
-    function access_token($omb) {
+    function access_token($omb)
+    {
 
         common_debug('starting request for access token', __FILE__);
 
index 218e20f5fb85e4adead3389a63e87c4660d677b0..893e2a861c55c2c83572ca5c67dda28bfcb919ba 100644 (file)
@@ -25,11 +25,13 @@ define('BOTH', 0);
 
 class FoafAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $nickname = $this->trimmed('nickname');
@@ -179,14 +181,16 @@ class FoafAction extends Action {
         common_element_end('rdf:RDF');
     }
 
-    function show_ppd($foaf_url, $person_uri) {
+    function show_ppd($foaf_url, $person_uri)
+    {
         common_element_start('PersonalProfileDocument', array('rdf:about' => $foaf_url));
         common_element('maker', array('rdf:resource' => $person_uri));
         common_element('primaryTopic', array('rdf:resource' => $person_uri));
         common_element_end('PersonalProfileDocument');
     }
 
-    function show_microblogging_account($profile, $service=null) {
+    function show_microblogging_account($profile, $service=null)
+    {
         # Their account
         common_element_start('holdsAccount');
         common_element_start('OnlineAccount');
index 8f546f8e76f97aee0887c445bbe386abde20555b..cccd5db499b87c309a6504ee310b3f0801096fd7 100644 (file)
@@ -24,11 +24,13 @@ require_once(INSTALLDIR.'/lib/jabber.php');
 
 class ImsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can send and receive notices through Jabber/GTalk [instant messages](%%doc.im%%). Configure your address and settings below.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('IM Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -85,7 +87,8 @@ class ImsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -97,7 +100,8 @@ class ImsettingsAction extends SettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -119,7 +123,8 @@ class ImsettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $jabbernotify = $this->boolean('jabbernotify');
         $updatefrompresence = $this->boolean('updatefrompresence');
@@ -152,7 +157,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -207,7 +213,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         $jabber = $this->arg('jabber');
         $confirm = $this->get_confirmation();
         if (!$confirm) {
@@ -230,7 +237,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $jabber = $this->arg('jabber');
@@ -258,7 +266,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
 
-    function jabber_exists($jabber) {
+    function jabber_exists($jabber)
+    {
         $user = common_current_user();
         $other = User::staticGet('jabber', $jabber);
         if (!$other) {
index feef94d0f26d20c4edde4234369351fbe307bfc9..b0fc799589a5ae2f1ace55990cbccf2c6272ef68 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class InviteAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return false;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             $this->client_error(sprintf(_('You must be logged in to invite other users to use %s'),
@@ -38,7 +40,8 @@ class InviteAction extends Action {
         }
     }
 
-    function send_invitations() {
+    function send_invitations()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -112,7 +115,8 @@ class InviteAction extends Action {
         common_show_footer();
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
@@ -123,7 +127,8 @@ class InviteAction extends Action {
         }
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
 
         global $config;
 
@@ -149,7 +154,8 @@ class InviteAction extends Action {
         common_show_footer();
     }
 
-    function send_invitation($email, $user, $personal) {
+    function send_invitation($email, $user, $personal)
+    {
 
         $profile = $user->getProfile();
         $bestname = $profile->getBestName();
index f3509519ec4758cbb5f93ac6f68de329d26ff0c4..6ad07b6106f13014140e338e39535fca7eeaa61a 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class LoginAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_is_real_login()) {
             common_user_error(_('Already logged in.'));
@@ -36,7 +38,8 @@ class LoginAction extends Action {
         }
     }
 
-    function check_login() {
+    function check_login()
+    {
         # XXX: login throttle
 
         # CSRF protection - token set in common_notice_form()
@@ -100,7 +103,8 @@ class LoginAction extends Action {
         common_redirect($url);
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         common_show_header(_('Login'), null, $error, array($this, 'show_top'));
         common_element_start('form', array('method' => 'post',
                                            'id' => 'login',
@@ -120,7 +124,8 @@ class LoginAction extends Action {
         common_show_footer();
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         if (common_logged_in() &&
             !common_is_real_login() &&
             common_get_returnto())
@@ -138,7 +143,8 @@ class LoginAction extends Action {
         }
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
index 4c59e47ad6b2e656fb72c3ca3e8cb573420ce6a1..effb5abbe9249c4ac243462b315ee1ff62415e14 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class LogoutAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
index ced4b0d1e58c31d8a7dbc885a140fcb73cff097c..a19a26dcf48b8696a78be4cac1a5a330899dcd6a 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class MicrosummaryAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index eb582c2a53687465e258f5798e359b7eaa34f281..0a537ad2d30970cc939379d35a17f3e735b36028 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class NewmessageAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -33,7 +34,8 @@ class NewmessageAction extends Action {
         }
     }
 
-    function save_new_message() {
+    function save_new_message()
+    {
         $user = common_current_user();
         assert($user); # XXX: maybe an error instead...
 
@@ -89,7 +91,8 @@ class NewmessageAction extends Action {
         common_redirect($url, 303);
     }
 
-    function show_top($params) {
+    function show_top($params)
+    {
 
         list($content, $user, $to) = $params;
         
@@ -98,7 +101,8 @@ class NewmessageAction extends Action {
         common_message_form($content, $user, $to);
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
         
         $content = $this->trimmed('content');
         $user = common_current_user();
@@ -128,7 +132,8 @@ class NewmessageAction extends Action {
         common_show_footer();
     }
     
-    function notify($from, $to, $message) {
+    function notify($from, $to, $message)
+    {
         mail_notify_message($message, $from, $to);
         # XXX: Jabber, SMS notifications... probably queued
     }
index 98556c36bb1b62e47058d21bec8fac9b1a48799a..1f6117c1e98f60d21c3d3534a43438e4bcab5cdd 100644 (file)
@@ -23,7 +23,8 @@ require_once INSTALLDIR . '/lib/noticelist.php';
 
 class NewnoticeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -43,7 +44,8 @@ class NewnoticeAction extends Action {
         }
     }
 
-    function save_new_notice() {
+    function save_new_notice()
+    {
 
         $user = common_current_user();
         assert($user); # XXX: maybe an error instead...
@@ -110,7 +112,8 @@ class NewnoticeAction extends Action {
         }
     }
 
-    function ajax_error_msg($msg) {
+    function ajax_error_msg($msg)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Ajax Error'));
@@ -121,11 +124,13 @@ class NewnoticeAction extends Action {
         common_element_end('html');
     }
 
-    function show_top($content=null) {
+    function show_top($content=null)
+    {
         common_notice_form(null, $content);
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
         if ($msg && $this->boolean('ajax')) {
             $this->ajax_error_msg($msg);
             return;
@@ -146,7 +151,8 @@ class NewnoticeAction extends Action {
         common_show_footer();
     }
 
-    function show_notice($notice) {
+    function show_notice($notice)
+    {
         $nli = new NoticeListItem($notice);
         $nli->show();
     }
index 53d78e199918923e82d20cdcf8f3e06dcaaeccaf..782c8fe98dd63d40225a1fec47175905e118daf3 100644 (file)
@@ -25,15 +25,18 @@ require_once(INSTALLDIR.'/lib/searchaction.php');
 
 class NoticesearchAction extends SearchAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Search for notices on %%site.name%% by their contents. Separate search terms by spaces; they must be 3 characters or more.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('Text search');
     }
 
-    function show_results($q, $page) {
+    function show_results($q, $page)
+    {
 
         $notice = new Notice();
 
@@ -72,7 +75,8 @@ class NoticesearchAction extends SearchAction {
                           $page, 'noticesearch', array('q' => $q));
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         if ($arr) {
             $q = $arr[0];
         }
@@ -87,7 +91,8 @@ class NoticesearchAction extends SearchAction {
 
     # XXX: refactor and combine with StreamAction::show_notice()
 
-    function show_notice($notice, $terms) {
+    function show_notice($notice, $terms)
+    {
         $profile = $notice->getProfile();
         if (!$profile) {
             common_log_db_error($notice, 'SELECT', __FILE__);
@@ -149,7 +154,8 @@ class NoticesearchAction extends SearchAction {
         common_element_end('li');
     }
 
-    function highlight($text, $terms) {
+    function highlight($text, $terms)
+    {
         /* Highligh serach terms */
         $pattern = '/('.implode('|',array_map('htmlspecialchars', $terms)).')/i';
         $result = preg_replace($pattern, '<strong>\\1</strong>', $text);
index d61234df84eb02494dd28de4679f428f87980c4e..c41d3487335d66476b3634c0df0044bcb89c49b9 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class NoticesearchrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $q = $this->trimmed('q');
         $notices = array();
@@ -54,7 +56,8 @@ class NoticesearchrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         global $config;
         $q = $this->trimmed('q');
         $c = array('url' => common_local_url('noticesearchrss', array('q' => $q)),
@@ -64,7 +67,8 @@ class NoticesearchrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
index 6f3b4c95c5723aad31185d8df14bc0334737feab..e0268e9d00489d1132a27b31c2ae186d272a79ae 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mail.php');
 
 class NudgeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -71,7 +72,8 @@ class NudgeAction extends Action {
         }
     }
 
-    function notify($user, $other) {
+    function notify($user, $other)
+    {
         if ($other->id != $user->id) {
             if ($other->email && $other->emailnotifynudge) {
                 mail_notify_nudge($user, $other);
index 1bf37f28f4dfaec267926adfe32e61ec129f4a03..b8681215ef2c7f5727aa17ec6b51f7bf45ac97d8 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class OpenidloginAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             common_user_error(_('Already logged in.'));
@@ -56,11 +57,13 @@ class OpenidloginAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Login with an [OpenID](%%doc.openid%%) account.');
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('div', array('class' => 'error'), $error);
         } else {
@@ -72,7 +75,8 @@ class OpenidloginAction extends Action {
         }
     }
 
-    function show_form($error=null, $openid_url) {
+    function show_form($error=null, $openid_url)
+    {
         common_show_header(_('OpenID Login'), null, $error, array($this, 'show_top'));
         $formaction = common_local_url('openidlogin');
         common_element_start('form', array('method' => 'post',
index 9c0eda6f0fa2c114e48690f09adc3888f672d00c..ce4143d41cb8f39087adcfd7b35804a8a2b99494 100644 (file)
@@ -24,13 +24,15 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class OpenidsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('[OpenID](%%doc.openid%%) lets you log into many sites ' .
                   ' with the same user account. '.
                   ' Manage your associated OpenIDs from here.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
 
         $user = common_current_user();
 
@@ -116,7 +118,8 @@ class OpenidsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function handle_post() {
+    function handle_post()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -136,7 +139,8 @@ class OpenidsettingsAction extends SettingsAction {
         }
     }
 
-    function remove_openid() {
+    function remove_openid()
+    {
 
         $openid_url = $this->trimmed('openid_url');
         $oid = User_openid::staticGet('canonical', $openid_url);
index dcde160a4d43860f19e95120f1a3ef993997602d..f9c6f4c5723f5ca56ebb1eb08c85499aabaeead1 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class OpensearchAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index 1da6577cb9f945e8dca8c4377f7a622a1fbcd3a5..0c141838752597926e09cb239c95b0a06c84ee63 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class OthersettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Manage various other options.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
 
         $this->form_header(_('Other Settings'), $msg, $success);
@@ -63,7 +65,8 @@ class OthersettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feedsdel'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -76,7 +79,8 @@ class OthersettingsAction extends SettingsAction {
     }
 
     //TODO move to common.php (and retrace its origin)
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $user = common_current_user();
         $nickname = $user->nickname;
 
@@ -131,7 +135,8 @@ class OthersettingsAction extends SettingsAction {
 //        common_element_end('form');
 //    }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -147,7 +152,8 @@ class OthersettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $urlshorteningservice = $this->trimmed('urlshorteningservice');
 
index a52ac317f829a8904ce4b462424bd7faf51d9cb6..6d3f6a73f48b72d28cdf66af54697466d0a9b0d4 100644 (file)
@@ -24,16 +24,19 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class PeoplesearchAction extends SearchAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Search for people on %%site.name%% by their name, location, or interests. ' .
                   'Separate the terms by spaces; they must be 3 characters or more.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('People search');
     }
 
-    function show_results($q, $page) {
+    function show_results($q, $page)
+    {
 
         $profile = new Profile();
 
@@ -71,14 +74,16 @@ class PeopleSearchResults extends ProfileList {
     var $terms = null;
     var $pattern = null;
     
-    function __construct($profile, $terms) {
+    function __construct($profile, $terms)
+    {
         parent::__construct($profile);
         $this->terms = array_map('preg_quote', 
                                  array_map('htmlspecialchars', $terms));
         $this->pattern = '/('.implode('|',$terms).')/i';
     }
     
-    function highlight($text) {
+    function highlight($text)
+    {
         return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
     }
 }
index 0327ecbc2f9f36b9f09ffe215c3494b24040475e..c7e4630261d6b81b3db80fc04ab4849c747f123a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class PeopletagAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -50,7 +51,8 @@ class PeopletagAction extends Action {
         common_show_footer();
     }
 
-    function show_people($tag, $page) {
+    function show_people($tag, $page)
+    {
         
         $profile = new Profile();
 
@@ -83,7 +85,8 @@ class PeopletagAction extends Action {
                           array('tag' => $tag));
     }
     
-    function show_top($tag) {
+    function show_top($tag)
+    {
         $instr = sprintf(_('These are users who have tagged themselves "%s" ' .
                            'to show a common interest, characteristic, hobby or job.'), $tag);
         common_element_start('div', 'instructions');
@@ -93,11 +96,13 @@ class PeopletagAction extends Action {
         common_element_end('div');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         return;
     }
 }
index 66e4dc806c618088e9417a2c2567098c5259ced9..8b0781dfd475971c9c9f88701e7dafbb8fa1fd7f 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class PostnoticeAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
@@ -39,7 +40,8 @@ class PostnoticeAction extends Action {
         }
     }
 
-    function save_notice(&$req, &$consumer, &$token) {
+    function save_notice(&$req, &$consumer, &$token)
+    {
         $version = $req->get_parameter('omb_version');
         if ($version != OMB_VERSION_01) {
             common_user_error(_('Unsupported OMB version'), 400);
index 0fa1288dcd0e1441e984f7d843e908289e96bde9..7f7ee17a58db4d96f5d7281e6797e32bbda420a8 100644 (file)
@@ -23,12 +23,14 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class ProfilesettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can update your personal profile info here '.
                   'so people know more about you.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $this->form_header(_('Profile settings'), $msg, $success);
         $this->show_settings_form();
         common_element('h2', null, _('Avatar'));
@@ -40,7 +42,8 @@ class ProfilesettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
 
@@ -60,7 +63,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_settings_form() {
+    function show_settings_form()
+    {
 
         $user = common_current_user();
         $profile = $user->getProfile();
@@ -110,7 +114,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_avatar_form() {
+    function show_avatar_form()
+    {
 
         $user = common_current_user();
         $profile = $user->getProfile();
@@ -168,7 +173,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_password_form() {
+    function show_password_form()
+    {
 
         $user = common_current_user();
         common_element_start('form', array('method' => 'POST',
@@ -190,7 +196,8 @@ class ProfilesettingsAction extends SettingsAction {
         common_element_end('form');
     }
 
-    function save_profile() {
+    function save_profile()
+    {
         $nickname = $this->trimmed('nickname');
         $fullname = $this->trimmed('fullname');
         $homepage = $this->trimmed('homepage');
@@ -337,7 +344,8 @@ class ProfilesettingsAction extends SettingsAction {
     }
 
 
-    function upload_avatar() {
+    function upload_avatar()
+    {
         switch ($_FILES['avatarfile']['error']) {
          case UPLOAD_ERR_OK: # success, jump out
             break;
@@ -384,7 +392,8 @@ class ProfilesettingsAction extends SettingsAction {
         @unlink($_FILES['avatarfile']['tmp_name']);
     }
 
-    function nickname_exists($nickname) {
+    function nickname_exists($nickname)
+    {
         $user = common_current_user();
         $other = User::staticGet('nickname', $nickname);
         if (!$other) {
@@ -394,7 +403,8 @@ class ProfilesettingsAction extends SettingsAction {
         }
     }
 
-    function change_password() {
+    function change_password()
+    {
 
         $user = common_current_user();
         assert(!is_null($user)); # should already be checked
index 60238e54d66057709f8febe4de70f3443e898a18..62be3da998e520e671f41b5f00e4ba5d1de0533a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/stream.php');
 
 class PublicAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -41,7 +42,8 @@ class PublicAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         if (common_logged_in()) {
             common_notice_form('public');
         } else {
@@ -64,13 +66,15 @@ class PublicAction extends StreamAction {
                                               'item' => 'publicatom')));
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
                  'based on the Free Software [Laconica](http://laconi.ca/) tool. ' .
                  '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ([Read more](%%doc.help%%))');
     }
 
-    function show_header() {
+    function show_header()
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('publicrss'),
                                      'type' => 'application/rss+xml',
@@ -80,7 +84,8 @@ class PublicAction extends StreamAction {
                                      'content' => common_local_url('publicxrds')));
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         $cnt = 0;
         $notice = Notice::publicStream(($page-1)*NOTICES_PER_PAGE,
index 764f0fae2384711d7d5a4e988e0d6fa490f8c90d..8e554122e0df68a187d8fac7acb0529250a77174 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class PublicrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
         
         $notices = array();
         
@@ -42,7 +44,8 @@ class PublicrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         global $config;
         $c = array('url' => common_local_url('publicrss'),
                    'title' => sprintf(_('%s Public Stream'), $config['site']['name']),
@@ -51,7 +54,8 @@ class PublicrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
\ No newline at end of file
index 5e33491853a1c808b70700fbea79e4aefc679004..63c80d81e1c448aa83dc3b597626c7303ef1a5a1 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class PublicxrdsAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -55,7 +57,8 @@ class PublicxrdsAction extends Action {
         common_end_xml();
     }
 
-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
+    {
         common_element_start('Service');
         if ($uri) {
             common_element('URI', null, $uri);
index 068d582fa4de114ed0ebe3870737ebe94bccd20d..a482d47110e571d64c539cd1e1ee309f9e836ce7 100644 (file)
@@ -25,7 +25,8 @@ define(MAX_RECOVERY_TIME, 24 * 60 * 60);
 
 class RecoverpasswordAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             $this->client_error(_('You are already logged in!'));
@@ -47,7 +48,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function check_code() {
+    function check_code()
+    {
 
         $code = $this->trimmed('code');
         $confirm = Confirm_address::staticGet('code', $code);
@@ -113,12 +115,14 @@ class RecoverpasswordAction extends Action {
         $this->show_password_form();
     }
 
-    function set_temp_user(&$user) {
+    function set_temp_user(&$user)
+    {
         common_ensure_session();
         $_SESSION['tempuser'] = $user->id;
     }
 
-    function get_temp_user() {
+    function get_temp_user()
+    {
         common_ensure_session();
         $user_id = $_SESSION['tempuser'];
         if ($user_id) {
@@ -127,12 +131,14 @@ class RecoverpasswordAction extends Action {
         return $user;
     }
 
-    function clear_temp_user() {
+    function clear_temp_user()
+    {
         common_ensure_session();
         unset($_SESSION['tempuser']);
     }
 
-    function show_top($msg=null) {
+    function show_top($msg=null)
+    {
         if ($msg) {
             common_element('div', 'error', $msg);
         } else {
@@ -146,7 +152,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function show_password_top($msg=null) {
+    function show_password_top($msg=null)
+    {
         if ($msg) {
             common_element('div', 'error', $msg);
         } else {
@@ -156,7 +163,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
 
         common_show_header(_('Recover password'), null,
         $msg, array($this, 'show_top'));
@@ -173,7 +181,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function show_password_form($msg=null) {
+    function show_password_form($msg=null)
+    {
 
         common_show_header(_('Reset password'), null,
         $msg, array($this, 'show_password_top'));
@@ -191,7 +200,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function recover_password() {
+    function recover_password()
+    {
         $nore = $this->trimmed('nicknameoremail');
         if (!$nore) {
             $this->show_form(_('Enter a nickname or email address.'));
@@ -274,7 +284,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function reset_password() {
+    function reset_password()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
index f3eaf61229134c25d74f7b55ec454362a9487e60..444e67e357708954c2348f1e7757e0e9362c8b29 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class RegisterAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (common_config('site', 'closed')) {
@@ -35,7 +36,8 @@ class RegisterAction extends Action {
         }
     }
 
-    function try_register() {
+    function try_register()
+    {
 
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -133,14 +135,16 @@ class RegisterAction extends Action {
 
     # checks if *CANONICAL* nickname exists
 
-    function nickname_exists($nickname) {
+    function nickname_exists($nickname)
+    {
         $user = User::staticGet('nickname', $nickname);
         return ($user !== false);
     }
 
     # checks if *CANONICAL* email exists
 
-    function email_exists($email) {
+    function email_exists($email)
+    {
         $email = common_canonical_email($email);
         if (!$email || strlen($email) == 0) {
             return false;
@@ -149,7 +153,8 @@ class RegisterAction extends Action {
         return ($user !== false);
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
@@ -164,7 +169,8 @@ class RegisterAction extends Action {
         }
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         global $config;
 
         $code = $this->trimmed('code');
@@ -236,7 +242,8 @@ class RegisterAction extends Action {
         common_show_footer();
     }
 
-    function show_success() {
+    function show_success()
+    {
         $nickname = $this->arg('nickname');
         common_show_header(_('Registration successful'));
         common_element_start('div', 'success');
index be2cb10256767339655706aef2c509c3aac25ee8..02c0268496c68a46dd8f923e6515a2f0036d29c1 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class RemotesubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -47,7 +48,8 @@ class RemotesubscribeAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('To subscribe, you can [login](%%action.login%%),' .
                   ' or [register](%%action.register%%) a new ' .
                   ' account. If you already have an account ' .
@@ -55,7 +57,8 @@ class RemotesubscribeAction extends Action {
                   ' enter your profile URL below.');
     }
 
-    function show_top($err=null) {
+    function show_top($err=null)
+    {
         if ($err) {
             common_element('div', 'error', $err);
         } else {
@@ -67,7 +70,8 @@ class RemotesubscribeAction extends Action {
         }
     }
 
-    function show_form($err=null) {
+    function show_form($err=null)
+    {
         $nickname = $this->trimmed('nickname');
         $profile = $this->trimmed('profile_url');
         common_show_header(_('Remote subscribe'), null, $err,
@@ -86,7 +90,8 @@ class RemotesubscribeAction extends Action {
         common_show_footer();
     }
 
-    function remote_subscription() {
+    function remote_subscription()
+    {
         $user = $this->get_user();
 
         if (!$user) {
@@ -152,7 +157,8 @@ class RemotesubscribeAction extends Action {
         $this->request_authorization($user, $omb, $token, $secret);
     }
 
-    function get_user() {
+    function get_user()
+    {
         $user = null;
         $nickname = $this->trimmed('nickname');
         if ($nickname) {
@@ -161,7 +167,8 @@ class RemotesubscribeAction extends Action {
         return $user;
     }
 
-    function getOmb($xrds) {
+    function getOmb($xrds)
+    {
 
         static $omb_endpoints = array(OMB_ENDPOINT_UPDATEPROFILE, OMB_ENDPOINT_POSTNOTICE);
         static $oauth_endpoints = array(OAUTH_ENDPOINT_REQUEST, OAUTH_ENDPOINT_AUTHORIZE,
@@ -221,7 +228,8 @@ class RemotesubscribeAction extends Action {
         return $omb;
     }
 
-    function getXRD($main_service, $main_xrds) {
+    function getXRD($main_service, $main_xrds)
+    {
         $uri = omb_service_uri($main_service);
         if (strpos($uri, "#") !== 0) {
             # FIXME: more rigorous handling of external service definitions
@@ -242,7 +250,8 @@ class RemotesubscribeAction extends Action {
         return null;
     }
 
-    function addServices($xrd, $types, &$omb) {
+    function addServices($xrd, $types, &$omb)
+    {
         foreach ($types as $type) {
             $matches = omb_get_services($xrd, $type);
             if ($matches) {
@@ -255,7 +264,8 @@ class RemotesubscribeAction extends Action {
         return true;
     }
 
-    function request_token($omb) {
+    function request_token($omb)
+    {
         $con = omb_oauth_consumer();
 
         $url = omb_service_uri($omb[OAUTH_ENDPOINT_REQUEST]);
@@ -299,7 +309,8 @@ class RemotesubscribeAction extends Action {
         return array($return['oauth_token'], $return['oauth_token_secret']);
     }
 
-    function request_authorization($user, $omb, $token, $secret) {
+    function request_authorization($user, $omb, $token, $secret)
+    {
         global $config; # for license URL
 
         $con = omb_oauth_consumer();
@@ -380,7 +391,8 @@ class RemotesubscribeAction extends Action {
         return;
     }
 
-    function make_nonce() {
+    function make_nonce()
+    {
         return common_good_rand(16);
     }
 }
index be80fae79eb2decdd4ef971d94205044243c2eab..da2f27f31f0814135b4d869d4467326d97f32eec 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class RepliesAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,11 +54,13 @@ class RepliesAction extends StreamAction {
         common_show_footer();
     }
 
-    function no_such_user() {
+    function no_such_user()
+    {
         common_user_error(_('No such user.'));
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('repliesrss', array('nickname' =>
                                                                                     $user->nickname)),
@@ -65,7 +68,8 @@ class RepliesAction extends StreamAction {
                                      'title' => sprintf(_('Feed for replies to %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -80,7 +84,8 @@ class RepliesAction extends StreamAction {
                                               'item' => 'repliesrss')));
     }
 
-    function show_replies($user) {
+    function show_replies($user)
+    {
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
 
index 9652ae9ea60faafbd94c2e02afddbc30f375ab8d..19ab0866a3bb4b2d2a388d0ef9786cfed84814bd 100644 (file)
@@ -27,7 +27,8 @@ class RepliesrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class RepliesrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
 
@@ -54,7 +56,8 @@ class RepliesrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('repliesrss',
                                              array('nickname' =>
@@ -67,7 +70,8 @@ class RepliesrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
index 4950d93c06addede2a77b54e636d45fa33a133a1..091846756656597ccc20e05d7d4fdc023845f340 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class RequesttokenAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return false;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
index 2fd1e586d4d074ebcd2f2bfa655bc1c4d3b274e7..8131cac6766b29dcf6f5f72a9ba542433f748c38 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class ShowfavoritesAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,7 +54,8 @@ class ShowfavoritesAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('favoritesrss', array('nickname' =>
                                                                                       $user->nickname)),
@@ -61,7 +63,8 @@ class ShowfavoritesAction extends StreamAction {
                                      'title' => sprintf(_('Feed for favorites of %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -75,7 +78,8 @@ class ShowfavoritesAction extends StreamAction {
         $this->views_menu();
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index a5e03c72dbea042e041513b33cf8cbe7fa50a8e2..b706fe2fa523723211c7d27cabd8aca06c525fb8 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mailbox.php');
 
 class ShowmessageAction extends MailboxAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         Action::handle($args);
 
@@ -44,13 +45,15 @@ class ShowmessageAction extends MailboxAction {
         }
     }
     
-    function get_message() {
+    function get_message()
+    {
         $id = $this->trimmed('message');
         $message = Message::staticGet('id', $id);
         return $message;
     }
     
-    function get_title($user, $page) {
+    function get_title($user, $page)
+    {
         $message = $this->get_message();
         if (!$message) {
             return null;
@@ -70,14 +73,16 @@ class ShowmessageAction extends MailboxAction {
         return $title;
     }
 
-    function get_messages($user, $page) {
+    function get_messages($user, $page)
+    {
         $message = new Message();
         $message->id = $this->trimmed('message');
         $message->find();
         return $message;
     }
     
-    function get_message_profile($message) {
+    function get_message_profile($message)
+    {
         $user = common_current_user();
         if ($user->id == $message->from_profile) {
             return $message->getTo();
@@ -89,11 +94,13 @@ class ShowmessageAction extends MailboxAction {
         }
     }
     
-    function get_instructions() {
+    function get_instructions()
+    {
         return '';
     }
     
-    function views_menu() {
+    function views_menu()
+    {
         return;
     }
 }
index 04af61a6f52d68a1002a419edc519c9e57a826a2..abdaa72cacc4cac34c6cec3309ad6e9a553579cb 100644 (file)
@@ -27,7 +27,8 @@ class ShownoticeAction extends StreamAction {
     var $profile = null;
     var $avatar = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -51,13 +52,15 @@ class ShownoticeAction extends StreamAction {
         return true;
     }
 
-    function last_modified() {
+    function last_modified()
+    {
         return max(strtotime($this->notice->created),
                    strtotime($this->profile->modified),
                    ($this->avatar) ? strtotime($this->avatar->modified) : 0);
     }
 
-    function etag() {
+    function etag()
+    {
         return 'W/"' . implode(':', array($this->arg('action'),
                                           common_language(),
                                           $this->notice->id,
@@ -66,7 +69,8 @@ class ShownoticeAction extends StreamAction {
                                           ($this->avatar) ? strtotime($this->avatar->modified) : 0)) . '"';
     }
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -84,7 +88,8 @@ class ShownoticeAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header() {
+    function show_header()
+    {
 
         $user = User::staticGet($this->profile->id);
 
@@ -103,14 +108,16 @@ class ShownoticeAction extends StreamAction {
         }
     }
 
-    function show_top() {
+    function show_top()
+    {
         $cur = common_current_user();
         if ($cur && $cur->id == $this->profile->id) {
             common_notice_form();
         }
     }
 
-    function no_such_notice() {
+    function no_such_notice()
+    {
         common_user_error(_('No such notice.'));
     }
 }
index 485c2e3d1bec42f59e598b8147e568e6e0f6edc3..c31bce87aba6bfbb967fcae90766febd2cacba7b 100644 (file)
@@ -26,7 +26,8 @@ define('SUBSCRIPTIONS', 80);
 
 class ShowstreamAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -76,7 +77,8 @@ class ShowstreamAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -100,7 +102,8 @@ class ShowstreamAction extends StreamAction {
                                               'item' => 'foaf')));
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         # Feeds
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('api',
@@ -153,11 +156,13 @@ class ShowstreamAction extends StreamAction {
                                                                 array('nickname' => $profile->nickname))));
     }
 
-    function no_such_user() {
+    function no_such_user()
+    {
         $this->client_error(_('No such user.'), 404);
     }
 
-    function show_profile($profile) {
+    function show_profile($profile)
+    {
 
         common_element_start('div', array('id' => 'profile', 'class' => 'vcard'));
 
@@ -172,7 +177,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_personal($profile) {
+    function show_personal($profile)
+    {
 
         $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
         common_element_start('div', array('id' => 'profile_avatar'));
@@ -246,7 +252,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_remote_subscribe_link($profile) {
+    function show_remote_subscribe_link($profile)
+    {
         $url = common_local_url('remotesubscribe',
                                 array('nickname' => $profile->nickname));
         common_element('a', array('href' => $url,
@@ -254,7 +261,8 @@ class ShowstreamAction extends StreamAction {
                        _('Subscribe'));
     }
 
-    function show_unsubscribe_form($profile) {
+    function show_unsubscribe_form($profile)
+    {
         common_element_start('form', array('id' => 'unsubscribe', 'method' => 'post',
                                            'action' => common_local_url('unsubscribe')));
         common_hidden('token', common_session_token());
@@ -268,7 +276,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('form');
     }
 
-    function show_subscriptions($profile) {
+    function show_subscriptions($profile)
+    {
         global $config;
 
         $subs = DB_DataObject::factory('subscription');
@@ -340,7 +349,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_statistics($profile) {
+    function show_statistics($profile)
+    {
 
         // XXX: WORM cache this
         $subs = DB_DataObject::factory('subscription');
@@ -400,7 +410,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
 
@@ -413,7 +424,8 @@ class ShowstreamAction extends StreamAction {
                           'showstream', array('nickname' => $user->nickname));
     }
 
-    function show_last_notice($profile) {
+    function show_last_notice($profile)
+    {
 
         common_element('h2', null, _('Currently'));
 
@@ -438,13 +450,15 @@ class ShowstreamAction extends StreamAction {
 # We don't show the author for a profile, since we already know who it is!
 
 class ProfileNoticeList extends NoticeList {
-    function newListItem($notice) {
+    function newListItem($notice)
+    {
         return new ProfileNoticeListItem($notice);
     }
 }
 
 class ProfileNoticeListItem extends NoticeListItem {
-    function showAuthor() {
+    function showAuthor()
+    {
         return;
     }
 }
index 71ab39514fb7970afe356fef3f5c3719b67249f7..470a042edb7535b1a9903737c66dc57a6b6cef5c 100644 (file)
@@ -24,11 +24,13 @@ require_once(INSTALLDIR.'/actions/emailsettings.php');
 
 class SmssettingsAction extends EmailsettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can receive SMS messages through email from %%site.name%%.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('SMS Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -103,7 +105,8 @@ class SmssettingsAction extends EmailsettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -115,7 +118,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
 
@@ -144,7 +148,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $smsnotify = $this->boolean('smsnotify');
         
@@ -171,7 +176,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -226,7 +232,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         
         $sms = $this->trimmed('sms');
         $carrier = $this->trimmed('carrier');
@@ -253,7 +260,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $sms = $this->arg('sms');
@@ -282,7 +290,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
     
-    function sms_exists($sms) {
+    function sms_exists($sms)
+    {
         $user = common_current_user();
         $other = User::staticGet('sms', $sms);
         if (!$other) {
@@ -292,7 +301,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function carrier_select() {
+    function carrier_select()
+    {
         $carrier = new Sms_carrier();
         $cnt = $carrier->find();
 
@@ -316,7 +326,8 @@ class SmssettingsAction extends EmailsettingsAction {
                                common_config('site', 'email')));
     }
 
-    function confirm_code() {
+    function confirm_code()
+    {
         
         $code = $this->trimmed('code');
         
index db935eb282a8a5b5fc8b1739c69c0b780b2fe42c..874102857362535892df2107a830e876a23b9e73 100644 (file)
@@ -23,7 +23,8 @@ class SubeditAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,7 +57,8 @@ class SubeditAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $cur = common_current_user();
index c94c4d7eb755ed9e9aaccd9651aa6b1af852c038..93884f081807c38ff8e61d066b0bd2fe1e83d905 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
index b9ca92af39915001bb792aaa4514d5fd90d31be7..8c7805f51f55f21633538ab14398c3721a17a5fe 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/gallery.php');
 
 class SubscribersAction extends GalleryAction {
 
-    function gallery_type() {
+    function gallery_type()
+    {
         return _('Subscribers');
     }
 
-    function get_instructions(&$profile) {
+    function get_instructions(&$profile)
+    {
         $user =& common_current_user();
         if ($user && ($user->id == $profile->id)) {
             return _('These are the people who listen to your notices.');
@@ -36,25 +38,30 @@ class SubscribersAction extends GalleryAction {
         }
     }
 
-    function fields() {
+    function fields()
+    {
         return array('subscriber', 'subscribed');
     }
 
-    function div_class() {
+    function div_class()
+    {
         return 'subscribers';
     }
 
-    function get_other(&$subs) {
+    function get_other(&$subs)
+    {
         return $subs->subscriber;
     }
 
-    function profile_list_class() {
+    function profile_list_class()
+    {
         return 'SubscribersList';
     }
 }
 
 class SubscribersList extends ProfileList {
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
         common_block_form($profile, array('action' => 'subscribers',
                                           'nickname' => $this->owner->nickname));
     }
index c24f23a0781af44706ebd6ff6f3fc6aec5fc6e93..ad4a3f9e517dcd4d267eadc21c7194291bfb9eaa 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/gallery.php');
 
 class SubscriptionsAction extends GalleryAction {
 
-    function gallery_type() {
+    function gallery_type()
+    {
         return _('Subscriptions');
     }
 
-    function get_instructions(&$profile) {
+    function get_instructions(&$profile)
+    {
         $user =& common_current_user();
         if ($user && ($user->id == $profile->id)) {
             return _('These are the people whose notices you listen to.');
@@ -36,26 +38,31 @@ class SubscriptionsAction extends GalleryAction {
         }
     }
 
-    function fields() {
+    function fields()
+    {
         return array('subscribed', 'subscriber');
     }
 
-    function div_class() {
+    function div_class()
+    {
         return 'subscriptions';
     }
 
-    function get_other(&$subs) {
+    function get_other(&$subs)
+    {
         return $subs->subscribed;
     }
 
-    function profile_list_class() {
+    function profile_list_class()
+    {
         return 'SubscriptionsList';
     }
 }
 
 class SubscriptionsList extends ProfileList {
 
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
 
         $sub = Subscription::pkeyGet(array('subscriber' => $this->owner->id,
                                            'subscribed' => $profile->id));
index 3c9cbea2cb6cc73a500112b986f2811c941829c2..2a139b32214bd20c0face52224f3b248d485df31 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SupAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         
         parent::handle($args);
         
@@ -42,7 +43,8 @@ class SupAction extends Action {
                                 'updates' => $updates));
     }
     
-    function available_periods() {
+    function available_periods()
+    {
         static $periods = array(86400, 43200, 21600, 7200,
                                 3600, 1800,    600, 300, 120,
                                 60, 30, 15); 
@@ -55,7 +57,8 @@ class SupAction extends Action {
         return $available;
     }
     
-    function get_updates($seconds) {
+    function get_updates($seconds)
+    {
         $notice = new Notice();
 
         # XXX: cache this. Depends on how big this protocol becomes;
@@ -75,7 +78,8 @@ class SupAction extends Action {
         return $updates;
     }
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 }
index 1325b85a58995c2f96b718f55bff4984cadb56e3..d7b35d6136f37bd36771f77674f2c7343674ba83 100644 (file)
@@ -24,7 +24,8 @@ define('TAGS_PER_PAGE', 100);
 
 class TagAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -46,7 +47,8 @@ class TagAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($tag = false) {
+    function show_header($tag = false)
+    {
         if ($tag) {
             common_element('link', array('rel' => 'alternate',
                                          'href' => common_local_url('tagrss', array('tag' => $tag)),
@@ -55,11 +57,13 @@ class TagAction extends StreamAction {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Showing most popular tags from the last week');
     }
 
-    function show_top($tag = false) {
+    function show_top($tag = false)
+    {
         if (!$tag) {
             $instr = $this->get_instructions();
             $output = common_markup_to_html($instr);
@@ -124,7 +128,8 @@ class TagAction extends StreamAction {
         }
     }
 
-    function show_tag($tag, $weight, $relative) {
+    function show_tag($tag, $weight, $relative)
+    {
 
         # XXX: these should probably tune to the size of the site
         if ($relative > 0.1) {
@@ -149,7 +154,8 @@ class TagAction extends StreamAction {
         common_text(' ');
     }
 
-    function show_notices($tag) {
+    function show_notices($tag)
+    {
 
         $cnt = 0;
 
index 4691fef07f64de61d6089e673e38798ccfe7d69f..ed17ac531f3574b46ff68f8d65eae99c972965e7 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class TagotherAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -49,7 +50,8 @@ class TagotherAction extends Action {
         }
     }
 
-    function show_form($profile, $error=null) {
+    function show_form($profile, $error=null)
+    {
 
         $user = common_current_user();
 
@@ -103,7 +105,8 @@ class TagotherAction extends Action {
 
     }
 
-    function save_tags() {
+    function save_tags()
+    {
 
         $id = $this->trimmed('id');
         $tagstring = $this->trimmed('tags');
@@ -178,7 +181,8 @@ class TagotherAction extends Action {
         }
     }
 
-    function show_top($arr = null) {
+    function show_top($arr = null)
+    {
         list($profile, $error) = $arr;
         if ($error) {
             common_element('p', 'error', $error);
index 6199a285db935fb6f26c77ed3039f6004fc03c70..bb4edf47305fd1b5a8200a9b1f8f7e3c5c5b78a0 100644 (file)
@@ -25,7 +25,8 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class TagrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         $tag = $this->trimmed('tag');
         $this->tag = Notice_tag::staticGet('tag', $tag);
 
@@ -37,7 +38,8 @@ class TagrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
         $tag = $this->tag;
 
         if (is_null($tag)) {
@@ -53,7 +55,8 @@ class TagrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $tag = $this->tag->tag;
 
         $c = array('url' => common_local_url('tagrss', array('tag' => $tagname)),
index b1caa34814d81ba5f03f2699c9b364fb7e410554..d5e9143c263c1c9d0f123ea11dbeb09c45333b8a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiaccountAction extends TwitterapiAction {
 
-    function verify_credentials($args, $apidata) {
+    function verify_credentials($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
@@ -34,12 +35,14 @@ class TwitapiaccountAction extends TwitterapiAction {
         $this->show_extended_profile($apidata['user'], $apidata);
     }
 
-    function end_session($args, $apidata) {
+    function end_session($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function update_location($args, $apidata) {
+    function update_location($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -84,12 +87,14 @@ class TwitapiaccountAction extends TwitterapiAction {
     }
 
 
-    function update_delivery_device($args, $apidata) {
+    function update_delivery_device($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function rate_limit_status($args, $apidata) {
+    function rate_limit_status($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index 16b2e76bc26759e52cb4dd5937b3c11781840d1a..2170141f1f0a722b9ab606cc183db9a84d8bfa86 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiblocksAction extends TwitterapiAction {
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -46,7 +47,8 @@ class TwitapiblocksAction extends TwitterapiAction {
         }
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         $blockee = $this->get_user($apidata['api_arg'], $apidata);
 
index 7adb4eadd9d1854e7f2778ce7b43008864d2b172..e9f7aa0bf11f6a939c1210f035b3566c6d12985f 100644 (file)
@@ -23,17 +23,20 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class Twitapidirect_messagesAction extends TwitterapiAction {
 
-    function direct_messages($args, $apidata) {
+    function direct_messages($args, $apidata)
+    {
         parent::handle($args);
         return $this->show_messages($args, $apidata, 'received');
     }
 
-    function sent($args, $apidata) {
+    function sent($args, $apidata)
+    {
         parent::handle($args);
         return $this->show_messages($args, $apidata, 'sent');
     }
 
-    function show_messages($args, $apidata, $type) {
+    function show_messages($args, $apidata, $type)
+    {
 
         $user = $apidata['user'];
 
@@ -110,7 +113,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
     }
 
     // had to change this from "new" to "create" to avoid PHP reserved word
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -173,12 +177,14 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function show_xml_dmsgs($message) {
+    function show_xml_dmsgs($message)
+    {
 
         $this->init_document('xml');
         common_element_start('direct-messages', array('type' => 'array'));
@@ -200,7 +206,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_json_dmsgs($message) {
+    function show_json_dmsgs($message)
+    {
 
         $this->init_document('json');
 
@@ -223,7 +230,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_rss_dmsgs($message, $title, $link, $subtitle) {
+    function show_rss_dmsgs($message, $title, $link, $subtitle)
+    {
 
         $this->init_document('rss');
 
@@ -252,7 +260,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_atom_dmsgs($message, $title, $link, $subtitle) {
+    function show_atom_dmsgs($message, $title, $link, $subtitle)
+    {
 
         $this->init_document('atom');
 
@@ -279,7 +288,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
     }
 
     // swiped from MessageAction. Should it be place in util.php?
-    function notify($from, $to, $message) {
+    function notify($from, $to, $message)
+    {
         mail_notify_message($message, $from, $to);
         # XXX: Jabber, SMS notifications... probably queued
     }
index ad8c5f18b1823cac6a3ea322b24f09a8bb21890e..e7a43f7705fa5755db61a23d9b5378d8b7faa1f2 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapifavoritesAction extends TwitterapiAction {
 
-    function favorites($args, $apidata) {
+    function favorites($args, $apidata)
+    {
         parent::handle($args);
 
         $this->auth_user = $apidata['user'];
@@ -85,7 +86,8 @@ class TwitapifavoritesAction extends TwitterapiAction {
 
     }
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         // Check for RESTfulness
@@ -134,14 +136,16 @@ class TwitapifavoritesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
     // XXX: these two funcs swiped from faves.  Maybe put in util.php, or some common base class?
 
-    function notify($fave, $notice, $user) {
+    function notify($fave, $notice, $user)
+    {
         $other = User::staticGet('id', $notice->profile_id);
         if ($other && $other->id != $user->id) {
             if ($other->email && $other->emailnotifyfav) {
@@ -152,7 +156,8 @@ class TwitapifavoritesAction extends TwitterapiAction {
         }
     }
 
-    function notify_mail($other, $user, $notice) {
+    function notify_mail($other, $user, $notice)
+    {
         $profile = $user->getProfile();
         $bestname = $profile->getBestName();
         $subject = sprintf(_('%s added your notice as a favorite'), $bestname);
index a52f0fe4dda46fc20258c177329f6607a5679d9a..a59cb543c92b725c01b9b3c1526aac17980c7919 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapifriendshipsAction extends TwitterapiAction {
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -75,7 +76,8 @@ class TwitapifriendshipsAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($_SERVER['REQUEST_METHOD'], array('POST', 'DELETE'))) {
@@ -110,7 +112,8 @@ class TwitapifriendshipsAction extends TwitterapiAction {
 
     }
 
-    function exists($args, $apidata) {
+    function exists($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
index f0e9adfdb7f7c3f48b20314547078ad6d3cee8fb..27262f089af6a3f3c1c7bebfc851993ea48c85b4 100644 (file)
@@ -27,7 +27,8 @@ class TwitapihelpAction extends TwitterapiAction {
      * URL:http://identi.ca/api/help/test.format
      * Formats: xml, json
      */
-    function test($args, $apidata) {
+    function test($args, $apidata)
+    {
         parent::handle($args);
 
         if ($apidata['content-type'] == 'xml') {
@@ -44,7 +45,8 @@ class TwitapihelpAction extends TwitterapiAction {
 
     }
 
-    function downtime_schedule($args, $apidata) {
+    function downtime_schedule($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index 26f66d7e51ef2491351bc7548aeda445f5b7b493..e24d3829c1ffb7a2b52935b4a55befc96ff74259 100644 (file)
@@ -24,12 +24,14 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 # This naming convention looks real sick
 class TwitapinotificationsAction extends TwitterapiAction {
 
-    function follow($args, $apidata) {
+    function follow($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function leave($args, $apidata) {
+    function leave($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index ffa94b30951b5cf97e2b14a00e1abfb25a5482e2..f280184c0abb0ca72547e2c7d44bd054040c2075 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapistatusesAction extends TwitterapiAction {
 
-    function public_timeline($args, $apidata) {
+    function public_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $sitename = common_config('site', 'name');
@@ -84,7 +85,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function friends_timeline($args, $apidata) {
+    function friends_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $since = $this->arg('since');
@@ -146,7 +148,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function user_timeline($args, $apidata) {
+    function user_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $this->auth_user = $apidata['user'];
@@ -226,7 +229,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function update($args, $apidata) {
+    function update($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -321,7 +325,8 @@ class TwitapistatusesAction extends TwitterapiAction {
         $this->show($args, $apidata);
     }
 
-    function replies($args, $apidata) {
+    function replies($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -388,7 +393,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function show($args, $apidata) {
+    function show($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
@@ -413,7 +419,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -457,18 +464,21 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function friends($args, $apidata) {
+    function friends($args, $apidata)
+    {
         parent::handle($args);
         return $this->subscriptions($apidata, 'subscribed', 'subscriber');
     }
 
-    function followers($args, $apidata) {
+    function followers($args, $apidata)
+    {
         parent::handle($args);
 
         return $this->subscriptions($apidata, 'subscriber', 'subscribed');
     }
 
-    function subscriptions($apidata, $other_attr, $user_attr) {
+    function subscriptions($apidata, $other_attr, $user_attr)
+    {
 
         # XXX: lite
 
@@ -523,7 +533,8 @@ class TwitapistatusesAction extends TwitterapiAction {
         $this->end_document($type);
     }
 
-    function show_profiles($profiles, $type) {
+    function show_profiles($profiles, $type)
+    {
         switch ($type) {
          case 'xml':
             common_element_start('users', array('type' => 'array'));
@@ -544,12 +555,14 @@ class TwitapistatusesAction extends TwitterapiAction {
         }
     }
 
-    function featured($args, $apidata) {
+    function featured($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function supported($cmd) {
+    function supported($cmd)
+    {
 
         $cmdlist = array('MessageCommand', 'SubCommand', 'UnsubCommand', 'FavCommand', 'OnCommand', 'OffCommand');
 
index 43f6969f4f52295fe517f0ac96fa393295d1389b..4644e6be661cced35ca6d58a218f78c78c92fece 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiusersAction extends TwitterapiAction {
 
-    function show($args, $apidata) {
+    function show($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
index 8cbd39fbdce58ac2fa4244721add14ae1e56a65b..437bdd363bcf83247eb63f75248125d6601a7813 100644 (file)
@@ -25,12 +25,14 @@ define('SUBSCRIPTIONS', 80);
 
 class TwittersettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Add your Twitter account to automatically send your notices to Twitter, ' .
             'and subscribe to Twitter friends already here.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $profile = $user->getProfile();
         $fuser = null;
@@ -91,7 +93,8 @@ class TwittersettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function subscribed_twitter_users() {
+    function subscribed_twitter_users()
+    {
 
         $current_user = common_current_user();
 
@@ -119,7 +122,8 @@ class TwittersettingsAction extends SettingsAction {
         return $users;
     }
 
-    function show_twitter_subscriptions() {
+    function show_twitter_subscriptions()
+    {
 
         $friends = $this->subscribed_twitter_users();
         $friends_count = count($friends);
@@ -180,7 +184,8 @@ class TwittersettingsAction extends SettingsAction {
 
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -200,7 +205,8 @@ class TwittersettingsAction extends SettingsAction {
         }
     }
 
-    function add_twitter_acct() {
+    function add_twitter_acct()
+    {
 
         $screen_name = $this->trimmed('twitter_username');
         $password = $this->trimmed('twitter_password');
@@ -261,7 +267,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter settings saved.'), true);
     }
 
-    function remove_twitter_acct() {
+    function remove_twitter_acct()
+    {
 
         $user = common_current_user();
         $flink = Foreign_link::getByUserID($user->id, 1);
@@ -284,7 +291,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter account removed.'), TRUE);
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $noticesync = $this->boolean('noticesync');
         $friendsync = $this->boolean('friendsync');
@@ -330,7 +338,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter preferences saved.'));
     }
 
-    function verify_credentials($screen_name, $password) {
+    function verify_credentials($screen_name, $password)
+    {
         $uri = 'http://twitter.com/account/verify_credentials.json';
         $data = get_twitter_data($uri, $screen_name, $password);
 
@@ -353,7 +362,8 @@ class TwittersettingsAction extends SettingsAction {
         return false;
     }
 
-    function set_flags(&$flink, $noticesync, $replysync, $friendsync) {
+    function set_flags(&$flink, $noticesync, $replysync, $friendsync)
+    {
         if ($noticesync) {
             $flink->noticesync |= FOREIGN_NOTICE_SEND;
         } else {
index 51ec0ae57287b191f4df4d34b6163a8dd1c9a3da..66ce0c879e56a6fa4e052d84bc3d82970e7a12e0 100644 (file)
@@ -23,7 +23,8 @@ class UnblockAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,14 +57,16 @@ class UnblockAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $this->unblock_profile();
         }
     }
 
-    function unblock_profile() {
+    function unblock_profile()
+    {
 
         $cur = common_current_user();
 
index 38fcc21dea0c2ae3ae30b294eb3a01227fde9d47..e4e04aaa03604a5905e5fdb51460745379c170f5 100644 (file)
@@ -19,7 +19,8 @@
 
 class UnsubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
index 4b4bb53a127006ddb40b958ebd2640aca3976f65..2cfff1b516622cfd225bcc96f6b07dc232a13797 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class UpdateprofileAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
@@ -40,7 +41,8 @@ class UpdateprofileAction extends Action {
         }
     }
 
-    function update_profile($req, $consumer, $token) {
+    function update_profile($req, $consumer, $token)
+    {
         $version = $req->get_parameter('omb_version');
         if ($version != OMB_VERSION_01) {
             $this->client_error(_('Unsupported OMB version'), 400);
index 58ec36fc83bff828c0b16979b44491cc76960ea3..ecaa33167ae48b2798b1cbd5e0b54165b13f203e 100644 (file)
@@ -24,7 +24,8 @@ define('TIMESTAMP_THRESHOLD', 300);
 
 class UserauthorizationAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
@@ -69,7 +70,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function show_form($req) {
+    function show_form($req)
+    {
 
         $nickname = $req->get_parameter('omb_listenee_nickname');
         $profile = $req->get_parameter('omb_listenee_profile');
@@ -129,7 +131,8 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function send_authorization() {
+    function send_authorization()
+    {
         $req = $this->get_stored_request();
 
         if (!$req) {
@@ -197,7 +200,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function authorize_token(&$req) {
+    function authorize_token(&$req)
+    {
         $consumer_key = $req->get_parameter('oauth_consumer_key');
         $token_field = $req->get_parameter('oauth_token');
         common_debug('consumer key = "'.$consumer_key.'"', __FILE__);
@@ -222,7 +226,8 @@ class UserauthorizationAction extends Action {
 
     # XXX: refactor with similar code in finishremotesubscribe.php
 
-    function save_remote_profile(&$req) {
+    function save_remote_profile(&$req)
+    {
         # FIXME: we should really do this when the consumer comes
         # back for an access token. If they never do, we've got stuff in a
         # weird state.
@@ -312,13 +317,15 @@ class UserauthorizationAction extends Action {
         return TRUE;
     }
 
-    function add_avatar($profile, $url) {
+    function add_avatar($profile, $url)
+    {
         $temp_filename = tempnam(sys_get_temp_dir(), 'listenee_avatar');
         copy($url, $temp_filename);
         return $profile->setOriginal($temp_filename);
     }
 
-    function show_accept_message($tok) {
+    function show_accept_message($tok)
+    {
         common_show_header(_('Subscription authorized'));
         common_element('p', null,
                        _('The subscription has been authorized, but no '.
@@ -328,7 +335,8 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function show_reject_message($tok) {
+    function show_reject_message($tok)
+    {
         common_show_header(_('Subscription rejected'));
         common_element('p', null,
                        _('The subscription has been rejected, but no '.
@@ -337,23 +345,27 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function store_request($req) {
+    function store_request($req)
+    {
         common_ensure_session();
         $_SESSION['userauthorizationrequest'] = $req;
     }
 
-    function clear_request() {
+    function clear_request()
+    {
         common_ensure_session();
         unset($_SESSION['userauthorizationrequest']);
     }
 
-    function get_stored_request() {
+    function get_stored_request()
+    {
         common_ensure_session();
         $req = $_SESSION['userauthorizationrequest'];
         return $req;
     }
 
-    function get_new_request() {
+    function get_new_request()
+    {
         common_remove_magic_from_request();
         $req = OAuthRequest::from_request();
         return $req;
@@ -361,7 +373,8 @@ class UserauthorizationAction extends Action {
 
     # Throws an OAuthException if anything goes wrong
 
-    function validate_request(&$req) {
+    function validate_request(&$req)
+    {
         # OAuth stuff -- have to copy from OAuth.php since they're
         # all private methods, and there's no user-authentication method
         common_debug('checking version', __FILE__);
@@ -384,7 +397,8 @@ class UserauthorizationAction extends Action {
         return true;
     }
 
-    function validate_omb(&$req) {
+    function validate_omb(&$req)
+    {
         foreach (array('omb_version', 'omb_listener', 'omb_listenee',
                        'omb_listenee_profile', 'omb_listenee_nickname',
                        'omb_listenee_license') as $param)
@@ -498,7 +512,8 @@ class UserauthorizationAction extends Action {
 
     # Snagged from OAuthServer
 
-    function check_version(&$req) {
+    function check_version(&$req)
+    {
         $version = $req->get_parameter("oauth_version");
         if (!$version) {
             $version = 1.0;
@@ -511,7 +526,8 @@ class UserauthorizationAction extends Action {
 
     # Snagged from OAuthServer
 
-    function get_consumer($datastore, $req) {
+    function get_consumer($datastore, $req)
+    {
         $consumer_key = @$req->get_parameter("oauth_consumer_key");
         if (!$consumer_key) {
             throw new OAuthException("Invalid consumer key");
@@ -526,7 +542,8 @@ class UserauthorizationAction extends Action {
 
     # Mostly cadged from OAuthServer
 
-    function get_token($datastore, &$req, $consumer) {/*{{{*/
+    function get_token($datastore, &$req, $consumer)
+    {/*{{{*/
         $token_field = @$req->get_parameter('oauth_token');
         $token = $datastore->lookup_token($consumer, 'request', $token_field);
         if (!$token) {
@@ -535,7 +552,8 @@ class UserauthorizationAction extends Action {
         return $token;
     }
 
-    function check_timestamp(&$req) {
+    function check_timestamp(&$req)
+    {
         $timestamp = @$req->get_parameter('oauth_timestamp');
         $now = time();
         if ($now - $timestamp > TIMESTAMP_THRESHOLD) {
@@ -544,7 +562,8 @@ class UserauthorizationAction extends Action {
     }
 
     # NOTE: don't call twice on the same request; will fail!
-    function check_nonce(&$datastore, &$req, $consumer, $token) {
+    function check_nonce(&$datastore, &$req, $consumer, $token)
+    {
         $timestamp = @$req->get_parameter('oauth_timestamp');
         $nonce = @$req->get_parameter('oauth_nonce');
         $found = $datastore->lookup_nonce($consumer, $token, $nonce, $timestamp);
@@ -554,7 +573,8 @@ class UserauthorizationAction extends Action {
         return true;
     }
 
-    function check_signature(&$req, $consumer, $token) {
+    function check_signature(&$req, $consumer, $token)
+    {
         $signature_method = $this->get_signature_method($req);
         $signature = $req->get_parameter('oauth_signature');
         $valid_sig = $signature_method->check_signature($req,
@@ -566,7 +586,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function get_signature_method(&$req) {
+    function get_signature_method(&$req)
+    {
         $signature_method = @$req->get_parameter("oauth_signature_method");
         if (!$signature_method) {
             $signature_method = "PLAINTEXT";
index 3fa92e9cec0103dd65d5a73fa72ef0c55e88efa3..d7b4088bde20fa7a7be11f1c5371fab456a887c0 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class UserbyidAction extends Action {
     
-    function is_readonly() {                
+    function is_readonly()
+    {                
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $id = $this->trimmed('id');
         if (!$id) {
index 6089718aebd0e66d4e8fb8fb34a2e6f6a20928d1..c758a44e2ab6c46cf29a68194c77b4104a239a6e 100644 (file)
@@ -27,7 +27,8 @@ class UserrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class UserrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
         
@@ -56,7 +58,8 @@ class UserrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         $c = array('url' => common_local_url('userrss',
@@ -68,7 +71,8 @@ class UserrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
@@ -82,7 +86,8 @@ class UserrssAction extends Rss10Action {
 
     # override parent to add X-SUP-ID URL
     
-    function init_rss($limit=0) {
+    function init_rss($limit=0)
+    {
         $url = common_local_url('sup', null, $this->user->id);
         header('X-SUP-ID: '.$url);
         parent::init_rss($limit);
index 54baf64be11dcbf7847e696fff9b0905d448f39a..1d4961d4658f05ddd9336e7302e0c263c27a3240 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class XrdsAction extends Action {
 
-    function is_readonly() {                
+    function is_readonly()
+    {                
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $nickname = $this->trimmed('nickname');
         $user = User::staticGet('nickname', $nickname);
@@ -38,7 +40,8 @@ class XrdsAction extends Action {
         $this->show_xrds($user);
     }
 
-    function show_xrds($user) {
+    function show_xrds($user)
+    {
 
         header('Content-Type: application/xrds+xml');
 
@@ -108,7 +111,8 @@ class XrdsAction extends Action {
         common_end_xml();
     }
 
-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
+    {
         common_element_start('Service');
         if ($uri) {
             common_element('URI', null, $uri);
index bde983d798c410913e06c16cafdf23df04cc2988..3c754ec2d52385907372e512ee31afa07a077e3a 100644 (file)
@@ -21,14 +21,16 @@ class Avatar extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
     # We clean up the file, too
 
-    function delete() {
+    function delete()
+    {
         $filename = $this->filename;
         if (parent::delete()) {
             @unlink(common_avatar_path($filename));
@@ -38,7 +40,8 @@ class Avatar extends Memcached_DataObject
     # Create and save scaled version of this avatar
     # XXX: maybe break into different methods
 
-    function scale($size) {
+    function scale($size)
+    {
 
         $image_s = imagecreatetruecolor($size, $size);
         $image_a = $this->to_image();
@@ -76,7 +79,8 @@ class Avatar extends Memcached_DataObject
         }
     }
 
-    function to_image() {
+    function to_image()
+    {
         $filepath = common_avatar_path($this->filename);
         if ($this->mediatype == 'image/gif') {
             return imagecreatefromgif($filepath);
@@ -89,7 +93,8 @@ class Avatar extends Memcached_DataObject
         }
     }
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Avatar', $kv);
     }
 }
index ea35304066917697d0d8a774ab1da217d2aec661..02ece9c0f5c54b0a0cf94701aa1b21be76a499c8 100644 (file)
@@ -21,23 +21,28 @@ if (!defined('LACONICA')) { exit(1); }
 
 class Channel {
     
-    function on($user) {
+    function on($user)
+    {
         return false;
     }
 
-    function off($user) {
+    function off($user)
+    {
         return false;
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         return false;
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         return false;
     }
     
-    function source() {
+    function source()
+    {
         return null;
     }
 }
@@ -46,33 +51,40 @@ class XMPPChannel extends Channel {
 
     var $conn = null;
     
-    function source() {
+    function source()
+    {
         return 'xmpp';
     }
     
-    function __construct($conn) {
+    function __construct($conn)
+    {
         $this->conn = $conn;
     }
     
-    function on($user) {
+    function on($user)
+    {
         return $this->set_notify($user, 1);
     }
     
-    function off($user) {
+    function off($user)
+    {
         return $this->set_notify($user, 0);
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $text;
         jabber_send_message($user->jabber, $text);
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $text;
         jabber_send_message($user->jabber, $text);
     }
     
-    function set_notify(&$user, $notify) {
+    function set_notify(&$user, $notify)
+    {
         $orig = clone($user);
         $user->jabbernotify = $notify;
         $result = $user->update($orig);
@@ -94,19 +106,23 @@ class XMPPChannel extends Channel {
 
 class WebChannel extends Channel {
 
-    function source() {
+    function source()
+    {
         return 'web';
     }
     
-    function on($user) {
+    function on($user)
+    {
         return false;
     }
     
-    function off($user) {
+    function off($user)
+    {
         return false;
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         # XXX: buffer all output and send it at the end
         # XXX: even better, redirect to appropriate page
         #      depending on what command was run
@@ -115,7 +131,8 @@ class WebChannel extends Channel {
         common_show_footer();
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         common_user_error($text);
     }
 }
@@ -123,7 +140,8 @@ class WebChannel extends Channel {
 
 class AjaxWebChannel extends WebChannel {
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Command results'));
@@ -134,7 +152,8 @@ class AjaxWebChannel extends WebChannel {
         common_element_end('html');
     }
 
-    function error($user, $text) {
+    function error($user, $text)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Ajax Error'));
@@ -151,23 +170,28 @@ class MailChannel extends Channel {
 
     var $addr = null;
 
-    function source() {
+    function source()
+    {
         return 'mail';
     }
     
-    function __construct($addr=null) {
+    function __construct($addr=null)
+    {
         $this->addr = $addr;
     }
     
-    function on($user) {
+    function on($user)
+    {
         return $this->set_notify($user, 1);
     }
     
-    function off($user) {
+    function off($user)
+    {
         return $this->set_notify($user, 0);
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
 
         $headers['From'] = $user->incomingemail;
         $headers['To'] = $this->addr;
@@ -177,7 +201,8 @@ class MailChannel extends Channel {
         return mail_send(array($this->addr), $headers, $text);
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         
         $headers['From'] = $user->incomingemail;
         $headers['To'] = $this->addr;
@@ -187,7 +212,8 @@ class MailChannel extends Channel {
         return mail_send(array($this->addr), $headers, $text);
     }
     
-    function set_notify($user, $value) {
+    function set_notify($user, $value)
+    {
         $orig = clone($user);
         $user->smsnotify = $value;
         $result = $user->update($orig);
index b146005a70b95ff51610d346dcccabb4f4a0472f..407a6ecba8aa2d8daaf264d9a753cb3f2b5bd7b0 100644 (file)
@@ -25,17 +25,20 @@ class Command {
     
     var $user = null;
     
-    function __construct($user=null) {
+    function __construct($user=null)
+    {
         $this->user = $user;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         return false;
     }
 }
 
 class UnimplementedCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
         $channel->error($this->user, _("Sorry, this command is not yet implemented."));
     }
 }
@@ -48,7 +51,8 @@ class TrackOffCommand extends UnimplementedCommand {
 
 class TrackCommand extends UnimplementedCommand {
     var $word = null;
-    function __construct($user, $word) {
+    function __construct($user, $word)
+    {
         parent::__construct($user);
         $this->word = $word;
     }
@@ -56,7 +60,8 @@ class TrackCommand extends UnimplementedCommand {
 
 class UntrackCommand extends UnimplementedCommand {
     var $word = null;
-    function __construct($user, $word) {
+    function __construct($user, $word)
+    {
         parent::__construct($user);
         $this->word = $word;
     }
@@ -64,7 +69,8 @@ class UntrackCommand extends UnimplementedCommand {
 
 class NudgeCommand extends UnimplementedCommand {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
@@ -72,14 +78,16 @@ class NudgeCommand extends UnimplementedCommand {
 
 class InviteCommand extends UnimplementedCommand {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
 }
 
 class StatsCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
 
         $subs = new Subscription();
         $subs->subscriber = $this->user->id;
@@ -106,12 +114,14 @@ class FavCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         
         $recipient = 
           common_relative_profile($this->user, common_canonical_nickname($this->other));
@@ -149,12 +159,14 @@ class FavCommand extends Command {
 
 class WhoisCommand extends Command {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $recipient = 
           common_relative_profile($this->user, common_canonical_nickname($this->other));
         
@@ -184,13 +196,15 @@ class WhoisCommand extends Command {
 class MessageCommand extends Command {
     var $other = null;
     var $text = null;
-    function __construct($user, $other, $text) {
+    function __construct($user, $other, $text)
+    {
         parent::__construct($user);
         $this->other = $other;
         $this->text = $text;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $other = User::staticGet('nickname', common_canonical_nickname($this->other));
         $len = mb_strlen($this->text);
         if ($len == 0) {
@@ -227,12 +241,14 @@ class GetCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $target_nickname = common_canonical_nickname($this->other);
         
         $target =
@@ -257,12 +273,14 @@ class SubCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         
         if (!$this->other) {
             $channel->error($this->user, _('Specify the name of the user to subscribe to'));
@@ -283,12 +301,14 @@ class UnsubCommand extends Command {
 
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
 
-    function execute($channel) {
+    function execute($channel)
+    {
         if(!$this->other) {
             $channel->error($this->user, _('Specify the name of the user to unsubscribe from'));
             return;
@@ -306,11 +326,13 @@ class UnsubCommand extends Command {
 
 class OffCommand extends Command {
     var $other = null;
-    function __construct($user, $other=null) {
+    function __construct($user, $other=null)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
-    function execute($channel) {
+    function execute($channel)
+    {
         if ($other) {
             $channel->error($this->user, _("Command not yet implemented."));
         } else {
@@ -325,12 +347,14 @@ class OffCommand extends Command {
 
 class OnCommand extends Command {
     var $other = null;
-    function __construct($user, $other=null) {
+    function __construct($user, $other=null)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         if ($other) {
             $channel->error($this->user, _("Command not yet implemented."));
         } else {
@@ -344,7 +368,8 @@ class OnCommand extends Command {
 }
 
 class HelpCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
         $channel->output($this->user,
                          _("Commands:\n".
                            "on - turn on notifications\n".
index db02ce541cdf64e7ac7c5008a0a9d9d1b7e693e5..ff078bb05fc9cce6774b946926fafeec9497c0f2 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/classes/Command.php');
 
 class CommandInterpreter {
     
-    function handle_command($user, $text) {
+    function handle_command($user, $text)
+    {
         # XXX: localise
 
         $text = preg_replace('/\s+/', ' ', trim($text));
index 71f2d0c728a2f1f24db16423b234b481fcf2a468..ed3875d223c0ff5935979861a4adc5951e919040 100644 (file)
@@ -20,10 +20,12 @@ class Confirm_address extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
 }
index c598312aacabdd36c92f5b9b9e974447c127e546..d5b7b7e33ad440f04a5b16886692c11874f48d94 100644 (file)
@@ -16,7 +16,8 @@ class Consumer extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 5d938d14934d44c3aa57d337b8e08995f7f64487..24df5938c23ef1fb4b95f31a353012b43018763d 100644 (file)
@@ -15,7 +15,8 @@ class Fave extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Fave',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Fave',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -31,7 +32,8 @@ class Fave extends Memcached_DataObject
         return $fave;
     }
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Fave', $kv);
     }
 }
index 41a95e6418fb1554d92e364b12f16224af694f46..79a4d262d0c0a9c30e588fc161613814a204e477 100644 (file)
@@ -21,7 +21,8 @@ class Foreign_link extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -55,7 +56,8 @@ class Foreign_link extends Memcached_DataObject
     }
         
     # Convenience methods
-    function getForeignUser() {        
+    function getForeignUser()
+    {        
         $fuser = new Foreign_user();
         $fuser->service = $this->service;
         $fuser->id = $this->foreign_id;
@@ -69,7 +71,8 @@ class Foreign_link extends Memcached_DataObject
         return null;        
     }
     
-    function getUser() {
+    function getUser()
+    {
         return User::staticGet($this->user_id);
     }
         
index 128411b711289425cf71b515f9ca4cb5eaabcf93..ef614dbd6e08a28fc20b2f8221a0ab2341bd1249 100644 (file)
@@ -17,7 +17,8 @@ class Foreign_service extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index d8e8569fbe6c9a2283ad98d045006aa3f925b9c3..d508606218f3946bda976c206dc265477aab85d6 100644 (file)
@@ -16,7 +16,8 @@ class Foreign_subscription extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index f8a9808844a192515dc6858b5be1d3225adf5514..61727abe5ed5924d6a8a7bb41eb721a2d672cefc 100644 (file)
@@ -18,7 +18,8 @@ class Foreign_user extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -39,7 +40,8 @@ class Foreign_user extends Memcached_DataObject
         return null;        
     }
     
-    function updateKeys(&$orig) {
+    function updateKeys(&$orig)
+    {
         $parts = array();
         foreach (array('id', 'service', 'uri', 'nickname') as $k) {
             if (strcmp($this->$k, $orig->$k) != 0) {
index ff645644549d7610a42c1390afab347434db1076..8a36fd8df1678418760efe419461f938a07fa4ce 100644 (file)
@@ -17,7 +17,8 @@ class Invitation extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 1d12730c9e86a8c23a6da561d6f92a82e71ac5de..b9f599dbc8edc0a6d6b4664502f6abf1bfd6916e 100644 (file)
@@ -23,7 +23,8 @@ require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
 class Memcached_DataObject extends DB_DataObject 
 {
-    function &staticGet($cls, $k, $v=null) {
+    function &staticGet($cls, $k, $v=null)
+    {
         if (is_null($v)) {
             $v = $k;
             # XXX: HACK!
@@ -44,7 +45,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function &pkeyGet($cls, $kv) {
+    function &pkeyGet($cls, $kv)
+    {
         $i = Memcached_DataObject::multicache($cls, $kv);
         if ($i) {
             return $i;
@@ -62,12 +64,14 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function insert() {
+    function insert()
+    {
         $result = parent::insert();
         return $result;
     }
     
-    function update($orig=null) {
+    function update($orig=null)
+    {
         if (is_object($orig) && $orig instanceof Memcached_DataObject) {
             $orig->decache(); # might be different keys
         }
@@ -78,7 +82,8 @@ class Memcached_DataObject extends DB_DataObject
         return $result;
     }
     
-    function delete() {
+    function delete()
+    {
         $this->decache(); # while we still have the values!
         return parent::delete();
     }
@@ -100,7 +105,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function keyTypes() {
+    function keyTypes()
+    {
         global $_DB_DATAOBJECT;
         if (!isset($_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"])) {
             $this->databaseStructure();
@@ -109,7 +115,8 @@ class Memcached_DataObject extends DB_DataObject
         return $_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"];
     }
     
-    function encache() {
+    function encache()
+    {
         $c = $this->memcache();
         if (!$c) {
             return false;
@@ -133,7 +140,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
     
-    function decache() {
+    function decache()
+    {
         $c = $this->memcache();
         if (!$c) {
             return false;
@@ -158,7 +166,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function multicache($cls, $kv) {
+    function multicache($cls, $kv)
+    {
         ksort($kv);
         $c = Memcached_DataObject::memcache();
         if (!$c) {
@@ -170,7 +179,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function getSearchEngine($table) {
+    function getSearchEngine($table)
+    {
         require_once INSTALLDIR.'/lib/search_engines.php';
         static $search_engine;
         if (!isset($search_engine)) {
index e04fbb3c037ea8d3affe720ecb95ef2313be00ea..4806057b4ca1183fa6c752fde2e0ce03c4f20ee0 100644 (file)
@@ -22,16 +22,19 @@ class Message extends Memcached_DataObject
     public $source;                          // varchar(32)  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Message',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Message',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function getFrom() {
+    function getFrom()
+    {
         return Profile::staticGet('id', $this->from_profile);
     }
     
-    function getTo() {
+    function getTo()
+    {
         return Profile::staticGet('id', $this->to_profile);
     }
     
index 54d20de9c7074ce48956aea2f320428de2882403..2c0edfa14d70561bb4c6341310a93ddd3c837ef0 100644 (file)
@@ -18,7 +18,8 @@ class Nonce extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index e6152812cc6c806b6c29908783e1c7af4c1b9483..d3aa4e828bc98cfaa196d4baf1c0aa211943db58 100644 (file)
@@ -48,23 +48,27 @@ class Notice extends Memcached_DataObject
     public $source;                             // varchar(32)
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getProfile() {
+    function getProfile()
+    {
         return Profile::staticGet('id', $this->profile_id);
     }
 
-    function delete() {
+    function delete()
+    {
         $this->blowCaches(true);
         $this->blowFavesCache(true);
         $this->blowInboxes();
         return parent::delete();
     }
 
-    function saveTags() {
+    function saveTags()
+    {
         /* extract all #hastags */
         $count = preg_match_all('/(?:^|\s)#([A-Za-z0-9_\-\.]{1,64})/', strtolower($this->content), $match);
         if (!$count) {
@@ -184,7 +188,8 @@ class Notice extends Memcached_DataObject
         return true;
     }
 
-    function blowCaches($blowLast=false) {
+    function blowCaches($blowLast=false)
+    {
         $this->blowSubsCache($blowLast);
         $this->blowNoticeCache($blowLast);
         $this->blowRepliesCache($blowLast);
@@ -192,7 +197,8 @@ class Notice extends Memcached_DataObject
         $this->blowTagCache($blowLast);
     }
 
-    function blowTagCache($blowLast=false) {
+    function blowTagCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $tag = new Notice_tag();
@@ -210,7 +216,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowSubsCache($blowLast=false) {
+    function blowSubsCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $user = new User();
@@ -230,7 +237,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowNoticeCache($blowLast=false) {
+    function blowNoticeCache($blowLast=false)
+    {
         if ($this->is_local) {
             $cache = common_memcache();
             if ($cache) {
@@ -242,7 +250,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowRepliesCache($blowLast=false) {
+    function blowRepliesCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $reply = new Reply();
@@ -260,7 +269,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowPublicCache($blowLast=false) {
+    function blowPublicCache($blowLast=false)
+    {
         if ($this->is_local == 1) {
             $cache = common_memcache();
             if ($cache) {
@@ -272,7 +282,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowFavesCache($blowLast=false) {
+    function blowFavesCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $fave = new Fave();
@@ -477,7 +488,8 @@ class Notice extends Memcached_DataObject
         return $wrapper;
     }
 
-    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null) {
+    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null)
+    {
 
         $parts = array();
 
@@ -499,7 +511,8 @@ class Notice extends Memcached_DataObject
                                  $offset, $limit, $since_id, $before_id, null, $since);
     }
 
-    function addToInboxes() {
+    function addToInboxes()
+    {
         $enabled = common_config('inboxes', 'enabled');
 
         if ($enabled === true || $enabled === 'transitional') {
@@ -522,7 +535,8 @@ class Notice extends Memcached_DataObject
 
     # Delete from inboxes if we're deleted.
 
-    function blowInboxes() {
+    function blowInboxes()
+    {
 
         $enabled = common_config('inboxes', 'enabled');
 
index 19ae37c1b6f80a77f5c72ea6f2020abdeb625468..e1b27c2f7eff0491bda325d15d512a4feb4b3284 100644 (file)
@@ -38,11 +38,13 @@ class NoticeWrapper extends Notice {
     var $notices = null;
     var $i = -1;
     
-    function __construct($arr) {
+    function __construct($arr)
+    {
         $this->notices = $arr;
     }
     
-    function fetch() {
+    function fetch()
+    {
         static $fields = array('id', 'profile_id', 'uri', 'content', 'rendered',
                                'url', 'created', 'modified', 'reply_to', 'is_local', 'source');
         $this->i++;
index 922ba2660830815f3276096d2c57df64807667d0..81ddb453859a4721b1c1b7531d618fdc84de263a 100644 (file)
@@ -33,7 +33,8 @@ class Notice_inbox extends Memcached_DataObject
     public $source;                          // tinyint(1)   default_1
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index a12397b0b628d13e3e7dc8f7ddbf9dd188d1ad37..e7568bbca2a0be0f0b644d5cb0a3974c8e430a02 100644 (file)
@@ -17,7 +17,8 @@ class Notice_source extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 8c3911f7642fdfbb3f334632da14963b3c711f1c..94f9296d602c92cc1c121cd498ad988ce4b6024d 100644 (file)
@@ -30,7 +30,8 @@ class Notice_tag extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -46,7 +47,8 @@ class Notice_tag extends Memcached_DataObject
                                  $offset, $limit);
     }
     
-    function blowCache() {
+    function blowCache()
+    {
         $cache = common_memcache();
         if ($cache) {
             $cache->delete(common_cache_key('notice_tag:notice_stream:' . $this->tag));
index b95cbf99350e4f28225f96f538bb771d4de213a1..fb6ff90f1e484adb1cf24cae9ea4eced02e13fed 100644 (file)
@@ -41,12 +41,14 @@ class Profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getAvatar($width, $height=null) {
+    function getAvatar($width, $height=null)
+    {
         if (is_null($height)) {
             $height = $width;
         }
@@ -55,7 +57,8 @@ class Profile extends Memcached_DataObject
                                      'height' => $height));
     }
 
-    function getOriginalAvatar() {
+    function getOriginalAvatar()
+    {
         $avatar = DB_DataObject::factory('avatar');
         $avatar->profile_id = $this->id;
         $avatar->original = true;
@@ -66,7 +69,8 @@ class Profile extends Memcached_DataObject
         }
     }
 
-    function setOriginal($source) {
+    function setOriginal($source)
+    {
 
         $info = @getimagesize($source);
 
@@ -117,7 +121,8 @@ class Profile extends Memcached_DataObject
         return $avatar;
     }
 
-    function delete_avatars() {
+    function delete_avatars()
+    {
         $avatar = new Avatar();
         $avatar->profile_id = $this->id;
         $avatar->find();
@@ -127,12 +132,14 @@ class Profile extends Memcached_DataObject
         return true;
     }
 
-    function getBestName() {
+    function getBestName()
+    {
         return ($this->fullname) ? $this->fullname : $this->nickname;
     }
 
     # Get latest notice on or before date; default now
-    function getCurrentNotice($dt=null) {
+    function getCurrentNotice($dt=null)
+    {
         $notice = new Notice();
         $notice->profile_id = $this->id;
         if ($dt) {
@@ -146,7 +153,8 @@ class Profile extends Memcached_DataObject
         return null;
     }
 
-    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0) {
+    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0)
+    {
         $qry =
           'SELECT * ' .
           'FROM notice ' .
index 41d6701eb64a86fb43fdc53448100dc13d9efbe7..551e690e24a57e55c8850fb526be1848e31f4dc8 100644 (file)
@@ -36,12 +36,14 @@ class Profile_block extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function get($blocker, $blocked) {
+    function get($blocker, $blocked)
+    {
         return Memcached_DataObject::pkeyGet('Profile_block',
                                              array('blocker' => $blocker,
                                                    'blocked' => $blocked));
index 5c508c84f7b4933f04155da42efe88b95968d1f3..cb60cbaec9ef4fc6421c8e12864822f6b22fc07c 100644 (file)
@@ -16,7 +16,8 @@ class Profile_tag extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index f2fc0be0393a64759ba6b2db28f0229fb2718b0a..1b34d8ab448f2ee0c0032089f4a665e9f0048329 100644 (file)
@@ -16,12 +16,14 @@ class Queue_item extends Memcached_DataObject
     public $claimed;                         // datetime()  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
     
     static function top($transport) {
 
index 9d3f9378f936b597d4336e70c4155ebfeb98b970..8dc29bfa39d6d2151d156c6d1a40e8a9c3f83ac0 100644 (file)
@@ -15,10 +15,12 @@ class Remember_me extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
 }
index 66b0f3a5c01873203045d0293fdbb90c958bcc15..5aa6d913e5949465ff3b1db84684b403f8324d33 100644 (file)
@@ -38,7 +38,8 @@ class Remote_profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 10d6ced5bdffbe8f62e0671db948cfbd245b58f9..af86aaf878c0ea5392a9579c601c46565a4b884a 100644 (file)
@@ -16,7 +16,8 @@ class Reply extends Memcached_DataObject
     public $replied_id;                      // int(4)  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Reply',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Reply',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index b4a9d8655482fc5d570a24dc56aa7f9dca6eaf17..ffa12de29e26b92fef0c83442ee690e7be74aade 100644 (file)
@@ -17,12 +17,14 @@ class Sms_carrier extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function toEmailAddress($sms) {
+    function toEmailAddress($sms)
+    {
         return sprintf($this->email_pattern, $sms);
     }
 }
index d70f995502ce34df7724e74976e62b9c1c4d4de3..3fe0d167f1c094da91866c57535764fd52307cbb 100644 (file)
@@ -40,12 +40,14 @@ class Subscription extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Subscription', $kv);
     }
 }
index 3c88444c8b5bf3b9d2237f2a0e56121eaf6c30ad..1fabd72f13a70a1b89a2f62b8bd916f4d425403c 100644 (file)
@@ -19,7 +19,8 @@ class Token extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Token',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Token',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 29e6a86e92d1e99e332d8b8b60ab35c02a0dc6c9..90d0ccfe06afd6ce7bdc08df90420a556c2b652f 100644 (file)
@@ -62,16 +62,19 @@ class User extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('User',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getProfile() {
+    function getProfile()
+    {
         return Profile::staticGet('id', $this->id);
     }
 
-    function isSubscribed($other) {
+    function isSubscribed($other)
+    {
         assert(!is_null($other));
         # XXX: cache results of this query
         $sub = Subscription::pkeyGet(array('subscriber' => $this->id,
@@ -81,7 +84,8 @@ class User extends Memcached_DataObject
 
     # 'update' won't write key columns, so we have to do it ourselves.
 
-    function updateKeys(&$orig) {
+    function updateKeys(&$orig)
+    {
         $parts = array();
         foreach (array('nickname', 'email', 'jabber', 'incomingemail', 'sms', 'carrier', 'smsemail', 'language', 'timezone') as $k) {
             if (strcmp($this->$k, $orig->$k) != 0) {
@@ -108,7 +112,8 @@ class User extends Memcached_DataObject
         return $result;
     }
 
-    function allowed_nickname($nickname) {
+    function allowed_nickname($nickname)
+    {
         # XXX: should already be validated for size, content, etc.
         static $blacklist = array('rss', 'xrds', 'doc', 'main',
                                   'settings', 'notice', 'user',
@@ -118,7 +123,8 @@ class User extends Memcached_DataObject
         return !in_array($nickname, $merged);
     }
 
-    function getCurrentNotice($dt=null) {
+    function getCurrentNotice($dt=null)
+    {
         $profile = $this->getProfile();
         if (!$profile) {
             return null;
@@ -126,11 +132,13 @@ class User extends Memcached_DataObject
         return $profile->getCurrentNotice($dt);
     }
 
-    function getCarrier() {
+    function getCarrier()
+    {
         return Sms_carrier::staticGet('id', $this->carrier);
     }
 
-    function subscribeTo($other) {
+    function subscribeTo($other)
+    {
         $sub = new Subscription();
         $sub->subscriber = $this->id;
         $sub->subscribed = $other->id;
@@ -144,7 +152,8 @@ class User extends Memcached_DataObject
         return true;
     }
 
-    function hasBlocked($other) {
+    function hasBlocked($other)
+    {
 
         $block = Profile_block::get($this->id, $other->id);
 
@@ -271,7 +280,8 @@ class User extends Memcached_DataObject
 
     # Things we do when the email changes
 
-    function emailChanged() {
+    function emailChanged()
+    {
 
         $invites = new Invitation();
         $invites->address = $this->email;
@@ -285,7 +295,8 @@ class User extends Memcached_DataObject
         }
     }
 
-    function hasFave($notice) {
+    function hasFave($notice)
+    {
         $cache = common_memcache();
 
         # XXX: Kind of a hack.
@@ -317,12 +328,14 @@ class User extends Memcached_DataObject
                                     'notice_id' => $notice->id));
         return ((is_null($fave)) ? false : true);
     }
-    function mutuallySubscribed($other) {
+    function mutuallySubscribed($other)
+    {
         return $this->isSubscribed($other) &&
           $other->isSubscribed($this);
     }
 
-        function mutuallySubscribedUsers() {
+        function mutuallySubscribedUsers()
+        {
 
         # 3-way join; probably should get cached
         $qry = 'SELECT user.* ' .
@@ -336,7 +349,8 @@ class User extends Memcached_DataObject
         return $user;
     }
 
-    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+    {
         $qry =
           'SELECT notice.* ' .
           'FROM notice JOIN reply ON notice.id = reply.notice_id ' .
@@ -346,7 +360,8 @@ class User extends Memcached_DataObject
                                  $offset, $limit, $since_id, $before_id, null, $since);
     }
 
-        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+        {
         $profile = $this->getProfile();
         if (!$profile) {
             return null;
@@ -355,7 +370,8 @@ class User extends Memcached_DataObject
         }
     }
 
-      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE) {
+      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE)
+      {
         $qry =
           'SELECT notice.* ' .
           'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
@@ -365,7 +381,8 @@ class User extends Memcached_DataObject
                                  $offset, $limit);
     }
 
-        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+        {
         $enabled = common_config('inboxes', 'enabled');
 
         # Complicated code, depending on whether we support inboxes yet
@@ -394,7 +411,8 @@ class User extends Memcached_DataObject
                                  $order, $since);
     }
 
-        function blowFavesCache() {
+        function blowFavesCache()
+        {
         $cache = common_memcache();
         if ($cache) {
             # Faves don't happen chronologically, so we need to blow
@@ -404,15 +422,18 @@ class User extends Memcached_DataObject
         }
     }
 
-        function getSelfTags() {
+        function getSelfTags()
+        {
         return Profile_tag::getTags($this->id, $this->id);
     }
 
-        function setSelfTags($newtags) {
+        function setSelfTags($newtags)
+        {
         return Profile_tag::setTags($this->id, $this->id, $newtags);
     }
 
-    function block($other) {
+    function block($other)
+    {
 
         # Add a new block record
 
@@ -450,7 +471,8 @@ class User extends Memcached_DataObject
         return true;
     }
 
-    function unblock($other) {
+    function unblock($other)
+    {
 
         # Get the block record
 
index 7dc476dc4b9caeb949bc13c9418dbc572e669d0d..f4fda1c72e48985e09cc0657994cf42a4377c446 100644 (file)
@@ -17,7 +17,8 @@ class User_openid extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 7beae0ec6446577ba9dc10b04afefaa6b6264e6b..f3f4f08dfd963146636ab81255fdfd190f753526 100644 (file)
@@ -22,11 +22,13 @@ if (!defined('LACONICA')) { exit(1); }
 class ShortUrlApi {
     protected $service_url;
 
-    function __construct($service_url) {
+    function __construct($service_url)
+    {
         $this->service_url = $service_url;
     }
 
-    function shorten($url) {
+    function shorten($url)
+    {
         if ($this->is_long($url)) return $this->shorten_imp($url);
         return $url;
     }
@@ -68,7 +70,8 @@ class ShortUrlApi {
 }
 
 class LilUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://ur1.ca/');
     }
 
@@ -86,7 +89,8 @@ class LilUrl extends ShortUrlApi {
 
 
 class PtitUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://ptiturl.com/?creer=oui&action=Reduire&url=');
     }
 
@@ -103,7 +107,8 @@ class PtitUrl extends ShortUrlApi {
 }
 
 class TightUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://2tu.us/?save=y&url=');
     }
 
index 3e162f781fa75f0f4f97ad6eaa32b8ac26462e89..74c992f1c9af7c6fd0f080dba98b9d090a0a24bf 100644 (file)
@@ -163,7 +163,8 @@ require_once(INSTALLDIR.'/lib/subs.php');
 require_once(INSTALLDIR.'/lib/Shorturl_api.php');
 require_once(INSTALLDIR.'/lib/twitter.php');
 
-function __autoload($class) {
+function __autoload($class)
+{
     if ($class == 'OAuthRequest') {
         require_once('OAuth.php');
     } else if (file_exists(INSTALLDIR.'/classes/' . $class . '.php')) {
index a7de6b8fb17b6a69357e6d755db154dff330f817..a6e3651218e35a45b11d837a1f67765fb0a976e9 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DeleteAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $user = common_current_user();
         $notice_id = $this->trimmed('notice');
@@ -43,7 +44,8 @@ class DeleteAction extends Action {
         }
     }
 
-    function show_top($arr=null) {
+    function show_top($arr=null)
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -51,11 +53,13 @@ class DeleteAction extends Action {
         common_element_end('div');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header() {
+    function show_header()
+    {
         return;
     }
 }
index 731460f12c91178f09c5432cbbda4a0b1596f5bb..43464b19b49168fc3ac947f00bbdcdece176d520 100644 (file)
@@ -23,17 +23,20 @@ require_once(INSTALLDIR.'/extlib/facebook/facebook.php');
 
 class FacebookAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
     }
 
-    function get_facebook() {
+    function get_facebook()
+    {
         $apikey = common_config('facebook', 'apikey');
         $secret = common_config('facebook', 'secret');
         return new Facebook($apikey, $secret);
     }
 
-    function update_profile_box($facebook, $fbuid, $user) {
+    function update_profile_box($facebook, $fbuid, $user)
+    {
 
         $notice = $user->getCurrentNotice();
 
@@ -86,7 +89,8 @@ class FacebookAction extends Action {
 
     # Display methods
 
-    function show_header($selected ='Home') {
+    function show_header($selected ='Home')
+    {
 
         # Add a timestamp to the CSS file so Facebook cache wont ignore our changes
         $ts = filemtime(theme_file('facebookapp.css'));
@@ -108,12 +112,14 @@ class FacebookAction extends Action {
 
     }
 
-    function show_footer() {
+    function show_footer()
+    {
       $footer = '</div>';
       echo $footer;
     }
 
-    function show_login_form() {
+    function show_login_form()
+    {
 
         $loginform =
             ' <h2>To add the Identi.ca application, you need to log into your Identi.ca account.</h2>'
@@ -148,7 +154,8 @@ class FacebookAction extends Action {
             echo $loginform;
     }
 
-    function render_notice($notice) {
+    function render_notice($notice)
+    {
 
         global $config;
 
@@ -207,7 +214,8 @@ class FacebookAction extends Action {
         return $html;
     }
 
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
 
         $html = '<span class="noticesource">';
@@ -235,7 +243,8 @@ class FacebookAction extends Action {
         return $html;
     }
 
-    function pagination($have_before, $have_after, $page, $fbaction, $args=null) {
+    function pagination($have_before, $have_after, $page, $fbaction, $args=null)
+    {
 
         $html = '';
 
@@ -266,7 +275,8 @@ class FacebookAction extends Action {
         }
     }
 
-    function pagination_url($fbaction, $args=null) {
+    function pagination_url($fbaction, $args=null)
+    {
         global $config;
 
         $extra = '';
index 421b618b75223e7f89165c3182887e7106070e75..7ec3ca655ad36a4f48ed446282340762397c629a 100644 (file)
@@ -25,7 +25,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # We keep a record of who's contacted us
 
-    function lookup_consumer($consumer_key) {
+    function lookup_consumer($consumer_key)
+    {
         $con = Consumer::staticGet('consumer_key', $consumer_key);
         if (!$con) {
             $con = new Consumer();
@@ -39,7 +40,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         return new OAuthConsumer($con->consumer_key, '');
     }
 
-    function lookup_token($consumer, $token_type, $token_key) {
+    function lookup_token($consumer, $token_type, $token_key)
+    {
         $t = new Token();
         $t->consumer_key = $consumer->key;
         $t->tok = $token_key;
@@ -51,7 +53,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         }
     }
 
-    function lookup_nonce($consumer, $token, $nonce, $timestamp) {
+    function lookup_nonce($consumer, $token, $nonce, $timestamp)
+    {
         $n = new Nonce();
         $n->consumer_key = $consumer->key;
         $n->tok = $token->key;
@@ -66,7 +69,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         }
     }
 
-    function new_request_token($consumer) {
+    function new_request_token($consumer)
+    {
         $t = new Token();
         $t->consumer_key = $consumer->key;
         $t->tok = common_good_rand(16);
@@ -83,11 +87,13 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # defined in OAuthDataStore, but not implemented anywhere
 
-    function fetch_request_token($consumer) {
+    function fetch_request_token($consumer)
+    {
         return $this->new_request_token($consumer);
     }
 
-    function new_access_token($token, $consumer) {
+    function new_access_token($token, $consumer)
+    {
         common_debug('new_access_token("'.$token->key.'","'.$consumer->key.'")', __FILE__);
         $rt = new Token();
         $rt->consumer_key = $consumer->key;
@@ -138,7 +144,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # defined in OAuthDataStore, but not implemented anywhere
 
-    function fetch_access_token($consumer) {
+    function fetch_access_token($consumer)
+    {
         return $this->new_access_token($consumer);
     }
 }
index 8199b0679d20d8e286c63ae468c2c2ccd9c6d5f7..c07bedab5616cd682099ded2411bffbb1d5601dc 100644 (file)
@@ -43,7 +43,8 @@ define('OAUTH_AUTH_HEADER', OAUTH_NAMESPACE.'parameters/auth-header');
 define('OAUTH_POST_BODY', OAUTH_NAMESPACE.'parameters/post-body');
 define('OAUTH_HMAC_SHA1', OAUTH_NAMESPACE.'signature/HMAC-SHA1');
 
-function omb_oauth_consumer() {
+function omb_oauth_consumer()
+{
     static $con = null;
     if (!$con) {
         $con = new OAuthConsumer(common_root_url(), '');
@@ -51,7 +52,8 @@ function omb_oauth_consumer() {
     return $con;
 }
 
-function omb_oauth_server() {
+function omb_oauth_server()
+{
     static $server = null;
     if (!$server) {
         $server = new OAuthServer(omb_oauth_datastore());
@@ -60,7 +62,8 @@ function omb_oauth_server() {
     return $server;
 }
 
-function omb_oauth_datastore() {
+function omb_oauth_datastore()
+{
     static $store = null;
     if (!$store) {
         $store = new LaconicaOAuthDataStore();
@@ -68,7 +71,8 @@ function omb_oauth_datastore() {
     return $store;
 }
 
-function omb_hmac_sha1() {
+function omb_hmac_sha1()
+{
     static $hmac_method = null;
     if (!$hmac_method) {
         $hmac_method = new OAuthSignatureMethod_HMAC_SHA1();
@@ -76,20 +80,24 @@ function omb_hmac_sha1() {
     return $hmac_method;
 }
 
-function omb_get_services($xrd, $type) {
+function omb_get_services($xrd, $type)
+{
     return $xrd->services(array(omb_service_filter($type)));
 }
 
-function omb_service_filter($type) {
+function omb_service_filter($type)
+{
     return create_function('$s',
                            'return omb_match_service($s, \''.$type.'\');');
 }
 
-function omb_match_service($service, $type) {
+function omb_match_service($service, $type)
+{
     return in_array($type, $service->getTypes());
 }
 
-function omb_service_uri($service) {
+function omb_service_uri($service)
+{
     if (!$service) {
         return null;
     }
@@ -100,7 +108,8 @@ function omb_service_uri($service) {
     return $uris[0];
 }
 
-function omb_local_id($service) {
+function omb_local_id($service)
+{
     if (!$service) {
         return null;
     }
@@ -112,7 +121,8 @@ function omb_local_id($service) {
     return $service->parser->content($el);
 }
 
-function omb_broadcast_remote_subscribers($notice) {
+function omb_broadcast_remote_subscribers($notice)
+{
 
     # First, get remote users subscribed to this profile
     $rp = new Remote_profile();
@@ -142,11 +152,13 @@ function omb_broadcast_remote_subscribers($notice) {
     return true;
 }
 
-function omb_post_notice($notice, $remote_profile, $subscription) {
+function omb_post_notice($notice, $remote_profile, $subscription)
+{
     return omb_post_notice_keys($notice, $remote_profile->postnoticeurl, $subscription->token, $subscription->secret);
 }
 
-function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret) {
+function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret)
+{
 
     common_debug('Posting notice ' . $notice->id . ' to ' . $postnoticeurl, __FILE__);
 
@@ -216,7 +228,8 @@ function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret) {
     }
 }
 
-function omb_broadcast_profile($profile) {
+function omb_broadcast_profile($profile)
+{
     # First, get remote users subscribed to this profile
     # XXX: use a join here rather than looping through results
     $sub = new Subscription();
@@ -236,7 +249,8 @@ function omb_broadcast_profile($profile) {
     }
 }
 
-function omb_update_profile($profile, $remote_profile, $subscription) {
+function omb_update_profile($profile, $remote_profile, $subscription)
+{
     global $config; # for license URL
     $user = User::staticGet($profile->id);
     $con = omb_oauth_consumer();
index 3ca359fa18b895fd10df1dbb74556b936441e6b9..1e7f318fb5dc833c3b7096eb5831dd86c65576d9 100644 (file)
@@ -31,7 +31,8 @@ require_once('Auth/OpenID/MySQLStore.php');
 define('OPENID_COOKIE_EXPIRY', round(365.25 * 24 * 60 * 60));
 define('OPENID_COOKIE_KEY', 'lastusedopenid');
 
-function oid_store() {
+function oid_store()
+{
     static $store = null;
     if (!$store) {
         # Can't be called statically
@@ -42,23 +43,27 @@ function oid_store() {
     return $store;
 }
 
-function oid_consumer() {
+function oid_consumer()
+{
     $store = oid_store();
     $consumer = new Auth_OpenID_Consumer($store);
     return $consumer;
 }
 
-function oid_clear_last() {
+function oid_clear_last()
+{
     oid_set_last('');
 }
 
-function oid_set_last($openid_url) {
+function oid_set_last($openid_url)
+{
     common_set_cookie(OPENID_COOKIE_KEY,
                      $openid_url,
                      time() + OPENID_COOKIE_EXPIRY);
 }
 
-function oid_get_last() {
+function oid_get_last()
+{
     $openid_url = $_COOKIE[OPENID_COOKIE_KEY];
     if ($openid_url && strlen($openid_url) > 0) {
         return $openid_url;
@@ -67,7 +72,8 @@ function oid_get_last() {
     }
 }
 
-function oid_link_user($id, $canonical, $display) {
+function oid_link_user($id, $canonical, $display)
+{
 
     $oid = new User_openid();
     $oid->user_id = $id;
@@ -84,7 +90,8 @@ function oid_link_user($id, $canonical, $display) {
     return true;
 }
 
-function oid_get_user($openid_url) {
+function oid_get_user($openid_url)
+{
     $user = null;
     $oid = User_openid::staticGet('canonical', $openid_url);
     if ($oid) {
@@ -93,7 +100,8 @@ function oid_get_user($openid_url) {
     return $user;
 }
 
-function oid_check_immediate($openid_url, $backto=null) {
+function oid_check_immediate($openid_url, $backto=null)
+{
     if (!$backto) {
         $action = $_REQUEST['action'];
         $args = common_copy_args($_GET);
@@ -113,7 +121,8 @@ function oid_check_immediate($openid_url, $backto=null) {
                      true);
 }
 
-function oid_authenticate($openid_url, $returnto, $immediate=false) {
+function oid_authenticate($openid_url, $returnto, $immediate=false)
+{
 
     $consumer = oid_consumer();
 
@@ -190,7 +199,8 @@ function oid_authenticate($openid_url, $returnto, $immediate=false) {
 
 # Half-assed attempt at a module-private function
 
-function _oid_print_instructions() {
+function _oid_print_instructions()
+{
     common_element('div', 'instructions',
                    _('This form should automatically submit itself. '.
                       'If not, click the submit button to go to your '.
@@ -199,7 +209,8 @@ function _oid_print_instructions() {
 
 # update a user from sreg parameters
 
-function oid_update_user(&$user, &$sreg) {
+function oid_update_user(&$user, &$sreg)
+{
 
     $profile = $user->getProfile();
 
index 7ff9305f1fb2a8065f51789da16d0d99b7b575f9..34ebe68942aa42aa022ef8bec721bf52b969d3ca 100644 (file)
@@ -21,16 +21,19 @@ if (!defined('LACONICA')) { exit(1); }
 
 class PersonalAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         common_set_returnto($this->self_url());
     }
 
-    function views_menu() {
+    function views_menu()
+    {
 
         $user = null;
         $action = $this->trimmed('action');
@@ -85,7 +88,8 @@ class PersonalAction extends Action {
         common_element_end('ul');
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feeds'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -97,7 +101,8 @@ class PersonalAction extends Action {
         common_element_end('div');
     }
 
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $nickname = $this->trimmed('nickname');
 
         switch($feed['item']) {
@@ -181,7 +186,8 @@ class PersonalAction extends Action {
     }
 
     
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
         switch ($source) {
          case 'web':
index 9929c8647c9bc1dd59cf5661874f64c107b28279..60737c3d415524c0b29f08aeb1c3bab964212fb1 100644 (file)
@@ -28,13 +28,15 @@ class ProfileList {
     var $owner = null;
     var $action = null;
 
-    function __construct($profile, $owner=null, $action=null) {
+    function __construct($profile, $owner=null, $action=null)
+    {
         $this->profile = $profile;
         $this->owner = $owner;
         $this->action = $action;
     }
 
-    function show_list() {
+    function show_list()
+    {
 
         common_element_start('ul', array('id' => 'profiles', 'class' => 'profile_list'));
 
@@ -53,7 +55,8 @@ class ProfileList {
         return $cnt;
     }
 
-    function show() {
+    function show()
+    {
 
         common_element_start('li', array('class' => 'profile_single',
                                          'id' => 'profile-' . $this->profile->id));
@@ -159,11 +162,13 @@ class ProfileList {
 
     /* Override this in subclasses. */
 
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
         return;
     }
 
-    function highlight($text) {
+    function highlight($text)
+    {
         return htmlspecialchars($text);
     }
 }
\ No newline at end of file
index ecf58f69f9cbdb801c068838aeb47492ecc6aefb..48487f8e9e14f8edd93677ddd24a47f6dc8d0806 100644 (file)
@@ -29,43 +29,53 @@ class QueueHandler extends Daemon {
 
     var $_id = 'generic';
 
-    function QueueHandler($id=null) {
+    function QueueHandler($id=null)
+    {
         if ($id) {
             $this->set_id($id);
         }
     }
     
-    function class_name() {
+    function class_name()
+    {
         return ucfirst($this->transport()) . 'Handler';
     }
 
-    function name() {
+    function name()
+    {
         return strtolower($this->class_name().'.'.$this->get_id());
     }
     
-    function get_id() {
+    function get_id()
+    {
         return $this->_id;
     }
 
-    function set_id($id) {
+    function set_id($id)
+    {
         $this->_id = $id;
     }
     
-    function transport() {
+    function transport()
+    {
         return null;
     }
     
-    function start() {
+    function start()
+    {
     }
     
-    function finish() {
+    function finish()
+    {
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         return true;
     }
     
-    function run() {
+    function run()
+    {
         if (!$this->start()) {
             return false;
         }
@@ -110,13 +120,15 @@ class QueueHandler extends Daemon {
         return true;
     }
 
-    function idle($timeout=0) {
+    function idle($timeout=0)
+    {
         if ($timeout>0) {
             sleep($timeout);
         }
     }
     
-    function clear_old_claims() {
+    function clear_old_claims()
+    {
         $qi = new Queue_item();
         $qi->transport = $this->transport();
         $qi->whereAdd('now() - claimed > '.CLAIM_TIMEOUT);
@@ -125,7 +137,8 @@ class QueueHandler extends Daemon {
         unset($qi);
     }
     
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, $this->class_name() . ' ('. $this->get_id() .'): '.$msg);
     }
 }
index a21ce3a972394096692fdee335cca74f98e5f3d6..e02e1febb1bc81a7837d7114f98369735583563a 100644 (file)
@@ -26,11 +26,13 @@ class Rss10Action extends Action {
     # This will contain the details of each feed item's author and be used to generate SIOC data.
     var $creators = array();
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $limit = (int) $this->trimmed('limit');
         if ($limit == 0) {
@@ -39,26 +41,31 @@ class Rss10Action extends Action {
         $this->show_rss($limit);
     }
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices() {
+    function get_notices()
+    {
         return array();
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         return array('url' => '',
                      'title' => '',
                      'link' => '',
                      'description' => '');
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 
-    function show_rss($limit=0) {
+    function show_rss($limit=0)
+    {
 
         if (!$this->init()) {
             return;
@@ -78,7 +85,8 @@ class Rss10Action extends Action {
         $this->end_rss();
     }
 
-    function show_channel($notices) {
+    function show_channel($notices)
+    {
 
         $channel = $this->get_channel();
         $image = $this->get_image();
@@ -106,7 +114,8 @@ class Rss10Action extends Action {
         common_element_end('channel');
     }
 
-    function show_image() {
+    function show_image()
+    {
         $image = $this->get_image();
         if ($image) {
             $channel = $this->get_channel();
@@ -118,7 +127,8 @@ class Rss10Action extends Action {
         }
     }
 
-    function show_item($notice) {
+    function show_item($notice)
+    {
         $profile = Profile::staticGet($notice->profile_id);
         $nurl = common_local_url('shownotice', array('notice' => $notice->id));
         $creator_uri = common_profile_uri($profile);
@@ -136,7 +146,8 @@ class Rss10Action extends Action {
         $this->creators[$creator_uri] = $profile;
     }
 
-    function show_creators() {
+    function show_creators()
+    {
         foreach ($this->creators as $uri => $profile) {
             $id = $profile->id;
             $nickname = $profile->nickname;
@@ -152,7 +163,8 @@ class Rss10Action extends Action {
         }
     }
 
-    function init_rss() {
+    function init_rss()
+    {
         $channel = $this->get_channel();
         header('Content-Type: application/rdf+xml');
 
@@ -183,7 +195,8 @@ class Rss10Action extends Action {
         common_element_end('sioc:Site');
     }
 
-    function end_rss() {
+    function end_rss()
+    {
         common_element_end('rdf:RDF');
     }
 }
index d53d7d8d8a731c2ca2c75de4628185821e1b666f..e96570d63bd6a6ffa04fc4c6afb95253f52939a5 100644 (file)
@@ -23,19 +23,23 @@ class SearchEngine {
     protected $target;
     protected $table;
 
-    function __construct($target, $table) {
+    function __construct($target, $table)
+    {
         $this->target = $target;
         $this->table = $table;
     }
 
-    function query($q) {
+    function query($q)
+    {
     }
 
-    function limit($offset, $count, $rss = false) {
+    function limit($offset, $count, $rss = false)
+    {
         return $this->target->limit($offset, $count);
     }
 
-    function set_sort_mode($mode) {
+    function set_sort_mode($mode)
+    {
         if ('chron' === $mode)
             return $this->target->orderBy('created desc');
     }
@@ -45,7 +49,8 @@ class SphinxSearch extends SearchEngine {
     private $sphinx;
     private $connected;
 
-    function __construct($target, $table) {
+    function __construct($target, $table)
+    {
         $fp = @fsockopen(common_config('sphinx', 'server'), common_config('sphinx', 'port'));
         if (!$fp) {
             $this->connected = false;
@@ -58,11 +63,13 @@ class SphinxSearch extends SearchEngine {
         $this->connected = true;
     }
 
-    function is_connected() {
+    function is_connected()
+    {
         return $this->connected;
     }
 
-    function limit($offset, $count, $rss = false) {
+    function limit($offset, $count, $rss = false)
+    {
         //FIXME without LARGEST_POSSIBLE, the most recent results aren't returned
         //      this probably has a large impact on performance
         $LARGEST_POSSIBLE = 1e6; 
@@ -78,7 +85,8 @@ class SphinxSearch extends SearchEngine {
         return $this->target->limit(0, $count);
     }
 
-    function query($q) {
+    function query($q)
+    {
         $result = $this->sphinx->query($q, $this->table);
         if (!isset($result['matches'])) return false;
         $id_set = join(', ', array_keys($result['matches']));
@@ -86,7 +94,8 @@ class SphinxSearch extends SearchEngine {
         return true;
      }
 
-    function set_sort_mode($mode) {
+    function set_sort_mode($mode)
+    {
         if ('chron' === $mode) {
             $this->sphinx->SetSortMode(SPH_SORT_ATTR_DESC, 'created_ts');
             return $this->target->orderBy('created desc');
@@ -95,7 +104,8 @@ class SphinxSearch extends SearchEngine {
 }
 
 class MySQLSearch extends SearchEngine {
-    function query($q) {
+    function query($q)
+    {
         if ('identica_people' === $this->table)
             return $this->target->whereAdd('MATCH(nickname, fullname, location, bio, homepage) ' .
                            'against (\''.addslashes($q).'\')');
@@ -106,7 +116,8 @@ class MySQLSearch extends SearchEngine {
 }
 
 class PGSearch extends SearchEngine {
-    function query($q) {
+    function query($q)
+    {
         if ('identica_people' === $this->table)
             return $this->target->whereAdd('textsearch @@ plainto_tsquery(\''.addslashes($q).'\')');
         if ('identica_notices' === $this->table)
index 3eec918326c25fa3ac06f88d12aa2d5c72936128..12a44a86115ccb46915e10e9180f8e9583d033a8 100644 (file)
@@ -21,16 +21,19 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SearchAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $this->show_form();
     }
 
-    function show_top($arr=null) {
+    function show_top($arr=null)
+    {
         if ($arr) {
             $error = $arr[1];
         }
@@ -46,15 +49,18 @@ class SearchAction extends Action {
         $this->search_menu();
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         return;
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         global $config;
 
         $q = $this->trimmed('q');
@@ -91,7 +97,8 @@ class SearchAction extends Action {
         common_show_footer();
     }
 
-    function search_menu() {
+    function search_menu()
+    {
         # action => array('prompt', 'title', $args)
         $action = $this->trimmed('action');
         $menu =
index 208d2a1b6803351a2b415715b8942f2d648ad108..5979c11f0081de053b2f61132dd07497ec7636d5 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SettingsAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
@@ -40,29 +41,34 @@ class SettingsAction extends Action {
     }
 
     # override!
-    function handle_post() {
+    function handle_post()
+    {
         return false;
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         return false;
     }
 
-    function message($msg, $success) {
+    function message($msg, $success)
+    {
         if ($msg) {
             common_element('div', ($success) ? 'success' : 'error',
                            $msg);
         }
     }
 
-    function form_header($title, $msg=null, $success=false) {
+    function form_header($title, $msg=null, $success=false)
+    {
         common_show_header($title,
                            null,
                            array($msg, $success),
                            array($this, 'show_top'));
     }
 
-    function show_top($arr) {
+    function show_top($arr)
+    {
         $msg = $arr[0];
         $success = $arr[1];
         if ($msg) {
@@ -77,7 +83,8 @@ class SettingsAction extends Action {
         $this->settings_menu();
     }
 
-    function settings_menu() {
+    function settings_menu()
+    {
         # action => array('prompt', 'title')
         $menu =
           array('profilesettings' =>
index 2d45df2d3aca1447a8b586c4b00cf407d1e495a1..45fbb9bd972bdc915148e757ef1022f6c5b82122 100644 (file)
@@ -24,7 +24,8 @@ require_once(INSTALLDIR.'/lib/noticelist.php');
 
 class StreamAction extends PersonalAction {
 
-    function public_views_menu() {
+    function public_views_menu()
+    {
 
         $action = $this->trimmed('action');
 
@@ -48,7 +49,8 @@ class StreamAction extends PersonalAction {
 
     }
 
-    function show_notice_list($notice) {
+    function show_notice_list($notice)
+    {
         $nl = new NoticeList($notice);
         return $nl->show();
     }
index 55e74e0b2f8aa7cb7886c654adce639e28c90f2e..6fa1dcad3bbba5e07ce01e0a4595c5d11ea4a20e 100644 (file)
@@ -25,7 +25,8 @@ require_once('XMPPHP/XMPP.php');
   Returns true or an error message.
 */
 
-function subs_subscribe_user($user, $other_nickname) {
+function subs_subscribe_user($user, $other_nickname)
+{
 
     $other = User::staticGet('nickname', $other_nickname);
 
@@ -41,7 +42,8 @@ function subs_subscribe_user($user, $other_nickname) {
  * Because the other way is quite a bit more complicated.
  */
 
-function subs_subscribe_to($user, $other) {
+function subs_subscribe_to($user, $other)
+{
 
     if ($user->isSubscribed($other)) {
         return _('Already subscribed!.');
@@ -82,14 +84,16 @@ function subs_subscribe_to($user, $other) {
     return true;
 }
 
-function subs_notify($listenee, $listener) {
+function subs_notify($listenee, $listener)
+{
     # XXX: add other notifications (Jabber, SMS) here
     # XXX: queue this and handle it offline
     # XXX: Whatever happens, do it in Twitter-like API, too
     subs_notify_email($listenee, $listener);
 }
 
-function subs_notify_email($listenee, $listener) {
+function subs_notify_email($listenee, $listener)
+{
     mail_subscribe_notify($listenee, $listener);
 }
 
@@ -97,7 +101,8 @@ function subs_notify_email($listenee, $listener) {
   Returns true or an error message.
 */
 
-function subs_unsubscribe_user($user, $other_nickname) {
+function subs_unsubscribe_user($user, $other_nickname)
+{
 
     $other = User::staticGet('nickname', $other_nickname);
 
@@ -111,7 +116,8 @@ function subs_unsubscribe_user($user, $other_nickname) {
 /* Unsubscribe user $user from profile $other
  * NB: other can be a remote user. */
 
-function subs_unsubscribe_to($user, $other) {
+function subs_unsubscribe_to($user, $other)
+{
 
     if (!$user->isSubscribed($other))
         return _('Not subscribed!.');
index 346cff4343ae67b31f331c02c6e4dac2ca0e508a..6f365bd9925c2db0d06dd0e987bf14c6214d7d35 100644 (file)
 
 if (!defined('LACONICA')) { exit(1); }
 
-function theme_file($relative) {
+function theme_file($relative)
+{
     $theme = common_config('site', 'theme');
     return INSTALLDIR.'/theme/'.$theme.'/'.$relative;
 }
 
-function theme_path($relative) {
+function theme_path($relative)
+{
     $theme = common_config('site', 'theme');
     $server = common_config('theme', 'server');
     if ($server) {
index 1212875eab839ccef96b4169d4cbe8456ddb6fb2..07871fb2038507dc8b53182c48c03ebc7d702592 100644 (file)
@@ -19,7 +19,8 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-function get_twitter_data($uri, $screen_name, $password) {
+function get_twitter_data($uri, $screen_name, $password)
+{
 
     $options = array(
             CURLOPT_USERPWD => sprintf("%s:%s", $screen_name, $password),
@@ -48,7 +49,8 @@ function get_twitter_data($uri, $screen_name, $password) {
     return $data;
 }
 
-function twitter_user_info($screen_name, $password) {
+function twitter_user_info($screen_name, $password)
+{
 
     $uri = "http://twitter.com/users/show/$screen_name.json";
     $data = get_twitter_data($uri, $screen_name, $password);
@@ -66,7 +68,8 @@ function twitter_user_info($screen_name, $password) {
     return $twit_user;
 }
 
-function update_twitter_user($fuser, $twitter_id, $screen_name) {
+function update_twitter_user($fuser, $twitter_id, $screen_name)
+{
 
     $original = clone($fuser);
     $fuser->nickname = $screen_name;
@@ -81,7 +84,8 @@ function update_twitter_user($fuser, $twitter_id, $screen_name) {
     return true;
 }
 
-function add_twitter_user($twitter_id, $screen_name) {
+function add_twitter_user($twitter_id, $screen_name)
+{
 
     // Otherwise, create a new Twitter user
     $fuser = DB_DataObject::factory('foreign_user');
@@ -105,7 +109,8 @@ function add_twitter_user($twitter_id, $screen_name) {
 }
 
 // Creates or Updates a Twitter user
-function save_twitter_user($twitter_id, $screen_name) {
+function save_twitter_user($twitter_id, $screen_name)
+{
 
     // Check to see whether the Twitter user is already in the system,
     // and update its screen name and uri if so.
@@ -129,7 +134,8 @@ function save_twitter_user($twitter_id, $screen_name) {
     return true;
 }
 
-function retreive_twitter_friends($twitter_id, $screen_name, $password) {
+function retreive_twitter_friends($twitter_id, $screen_name, $password)
+{
 
     $uri = "http://twitter.com/statuses/friends/$twitter_id.json?page=";
     $twitter_user = twitter_user_info($screen_name, $password);
@@ -163,7 +169,8 @@ function retreive_twitter_friends($twitter_id, $screen_name, $password) {
     return $friends;
 }
 
-function save_twitter_friends($user, $twitter_id, $screen_name, $password) {
+function save_twitter_friends($user, $twitter_id, $screen_name, $password)
+{
 
     $friends = retreive_twitter_friends($twitter_id, $screen_name, $password);
 
index ed86c77c4483856a598e9a27ca19317c26c90e1a..3cddfa9c95b2932b46804e093282021e9f028058 100644 (file)
@@ -23,11 +23,13 @@ class TwitterapiAction extends Action {
 
     var $auth_user;
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
     }
 
-    function twitter_user_array($profile, $get_notice=false) {
+    function twitter_user_array($profile, $get_notice=false)
+    {
 
         $twitter_user = array();
 
@@ -55,7 +57,8 @@ class TwitterapiAction extends Action {
         return $twitter_user;
     }
 
-    function twitter_status_array($notice, $include_user=true) {
+    function twitter_status_array($notice, $include_user=true)
+    {
 
         $profile = $notice->getProfile();
 
@@ -83,7 +86,8 @@ class TwitterapiAction extends Action {
         return $twitter_status;
     }
 
-    function twitter_rss_entry_array($notice) {
+    function twitter_rss_entry_array($notice)
+    {
 
         $profile = $notice->getProfile();
 
@@ -107,7 +111,8 @@ class TwitterapiAction extends Action {
         return $entry;
     }
 
-    function twitter_rss_dmsg_array($message) {
+    function twitter_rss_dmsg_array($message)
+    {
 
         $server = common_config('site', 'server');
         $entry = array();
@@ -129,7 +134,8 @@ class TwitterapiAction extends Action {
         return $entry;
     }
 
-    function twitter_dmsg_array($message) {
+    function twitter_dmsg_array($message)
+    {
 
         $twitter_dm = array();
 
@@ -149,7 +155,8 @@ class TwitterapiAction extends Action {
         return $twitter_dm;
     }
 
-    function show_twitter_xml_status($twitter_status) {
+    function show_twitter_xml_status($twitter_status)
+    {
         common_element_start('status');
         foreach($twitter_status as $element => $value) {
             switch ($element) {
@@ -166,7 +173,8 @@ class TwitterapiAction extends Action {
         common_element_end('status');
     }
 
-    function show_twitter_xml_user($twitter_user, $role='user') {
+    function show_twitter_xml_user($twitter_user, $role='user')
+    {
         common_element_start($role);
         foreach($twitter_user as $element => $value) {
             if ($element == 'status') {
@@ -178,7 +186,8 @@ class TwitterapiAction extends Action {
         common_element_end($role);
     }
 
-    function show_twitter_rss_item($entry) {
+    function show_twitter_rss_item($entry)
+    {
         common_element_start('item');
         common_element('title', null, $entry['title']);
         common_element('description', null, $entry['description']);
@@ -188,7 +197,8 @@ class TwitterapiAction extends Action {
         common_element_end('item');
     }
 
-    function show_twitter_atom_entry($entry) {
+    function show_twitter_atom_entry($entry)
+    {
         common_element_start('entry');
         common_element('title', null, $entry['title']);
         common_element('content', array('type' => 'html'), $entry['content']);
@@ -199,39 +209,45 @@ class TwitterapiAction extends Action {
         common_element_end('entry');
     }
 
-    function show_json_objects($objects) {
+    function show_json_objects($objects)
+    {
         print(json_encode($objects));
     }
 
-    function show_single_xml_status($notice) {
+    function show_single_xml_status($notice)
+    {
         $this->init_document('xml');
         $twitter_status = $this->twitter_status_array($notice);
         $this->show_twitter_xml_status($twitter_status);
         $this->end_document('xml');
     }
 
-    function show_single_json_status($notice) {
+    function show_single_json_status($notice)
+    {
         $this->init_document('json');
         $status = $this->twitter_status_array($notice);
         $this->show_json_objects($status);
         $this->end_document('json');
     }
 
-    function show_single_xml_dmsg($message) {
+    function show_single_xml_dmsg($message)
+    {
         $this->init_document('xml');
         $dmsg = $this->twitter_dmsg_array($message);
         $this->show_twitter_xml_dmsg($dmsg);
         $this->end_document('xml');
     }
 
-    function show_single_json_dmsg($message) {
+    function show_single_json_dmsg($message)
+    {
         $this->init_document('json');
         $dmsg = $this->twitter_dmsg_array($message);
         $this->show_json_objects($dmsg);
         $this->end_document('json');
     }
 
-    function show_twitter_xml_dmsg($twitter_dm) {
+    function show_twitter_xml_dmsg($twitter_dm)
+    {
         common_element_start('direct_message');
         foreach($twitter_dm as $element => $value) {
             switch ($element) {
@@ -249,7 +265,8 @@ class TwitterapiAction extends Action {
         common_element_end('direct_message');
     }
 
-    function show_xml_timeline($notice) {
+    function show_xml_timeline($notice)
+    {
 
         $this->init_document('xml');
         common_element_start('statuses', array('type' => 'array'));
@@ -270,7 +287,8 @@ class TwitterapiAction extends Action {
         $this->end_document('xml');
     }
 
-    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null) {
+    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null)
+    {
 
         $this->init_document('rss');
 
@@ -304,7 +322,8 @@ class TwitterapiAction extends Action {
         $this->end_twitter_rss();
     }
 
-    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null) {
+    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null)
+    {
 
         $this->init_document('atom');
 
@@ -335,7 +354,8 @@ class TwitterapiAction extends Action {
 
     }
 
-    function show_json_timeline($notice) {
+    function show_json_timeline($notice)
+    {
 
         $this->init_document('json');
 
@@ -360,12 +380,14 @@ class TwitterapiAction extends Action {
 
     // Anyone know what date format this is?
     // Twitter's dates look like this: "Mon Jul 14 23:52:38 +0000 2008" -- Zach
-    function date_twitter($dt) {
+    function date_twitter($dt)
+    {
         $t = strtotime($dt);
         return date("D M d G:i:s O Y", $t);
     }
 
-    function replier_by_reply($reply_id) {
+    function replier_by_reply($reply_id)
+    {
         $notice = Notice::staticGet($reply_id);
         if ($notice) {
             $profile = $notice->getProfile();
@@ -381,7 +403,8 @@ class TwitterapiAction extends Action {
     }
 
     // XXX: Candidate for a general utility method somewhere?
-    function count_subscriptions($profile) {
+    function count_subscriptions($profile)
+    {
 
         $count = 0;
         $sub = new Subscription();
@@ -396,7 +419,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function init_document($type='xml') {
+    function init_document($type='xml')
+    {
         switch ($type) {
          case 'xml':
             header('Content-Type: application/xml; charset=utf-8');
@@ -427,7 +451,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function end_document($type='xml') {
+    function end_document($type='xml')
+    {
         switch ($type) {
          case 'xml':
             common_end_xml();
@@ -453,7 +478,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function client_error($msg, $code = 400, $content_type = 'json') {
+    function client_error($msg, $code = 400, $content_type = 'json')
+    {
 
         static $status = array(400 => 'Bad Request',
                                401 => 'Unauthorized',
@@ -501,27 +527,32 @@ class TwitterapiAction extends Action {
 
     }
 
-    function init_twitter_rss() {
+    function init_twitter_rss()
+    {
         common_start_xml();
         common_element_start('rss', array('version' => '2.0'));
     }
 
-    function end_twitter_rss() {
+    function end_twitter_rss()
+    {
         common_element_end('rss');
         common_end_xml();
     }
 
-    function init_twitter_atom() {
+    function init_twitter_atom()
+    {
         common_start_xml();
         common_element_start('feed', array('xmlns' => 'http://www.w3.org/2005/Atom', 'xml:lang' => 'en-US'));
     }
 
-    function end_twitter_atom() {
+    function end_twitter_atom()
+    {
         common_end_xml();
         common_element_end('feed');
     }
 
-    function show_profile($profile, $content_type='xml', $notice=null) {
+    function show_profile($profile, $content_type='xml', $notice=null)
+    {
         $profile_array = $this->twitter_user_array($profile, true);
         switch ($content_type) {
          case 'xml':
@@ -537,7 +568,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function get_user($id, $apidata=null) {
+    function get_user($id, $apidata=null)
+    {
         if (!$id) {
             return $apidata['user'];
         } else if (is_numeric($id)) {
@@ -548,7 +580,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function get_profile($id) {
+    function get_profile($id)
+    {
         if (is_numeric($id)) {
             return Profile::staticGet($id);
         } else {
@@ -561,7 +594,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
         switch ($source) {
          case 'web':
@@ -580,7 +614,8 @@ class TwitterapiAction extends Action {
         return $source_name;
     }
 
-    function show_extended_profile($user, $apidata) {
+    function show_extended_profile($user, $apidata)
+    {
 
         $this->auth_user = $apidata['user'];
 
index f0387ebe5a5d66ef3232dc4904115dc57c26eb1e..ed73b19e668cc2e42c6386e046e605f579978bd1 100644 (file)
@@ -21,7 +21,8 @@
 
 // Show a server error
 
-function common_server_error($msg, $code=500) {
+function common_server_error($msg, $code=500)
+{
     static $status = array(500 => 'Internal Server Error',
                            501 => 'Not Implemented',
                            502 => 'Bad Gateway',
@@ -44,7 +45,8 @@ function common_server_error($msg, $code=500) {
 }
 
 // Show a user error
-function common_user_error($msg, $code=400) {
+function common_user_error($msg, $code=400)
+{
     static $status = array(400 => 'Bad Request',
                            401 => 'Unauthorized',
                            402 => 'Payment Required',
@@ -80,7 +82,8 @@ function common_user_error($msg, $code=400) {
 $xw = null;
 
 // Start an HTML element
-function common_element_start($tag, $attrs=null) {
+function common_element_start($tag, $attrs=null)
+{
     global $xw;
     $xw->startElement($tag);
     if (is_array($attrs)) {
@@ -92,7 +95,8 @@ function common_element_start($tag, $attrs=null) {
     }
 }
 
-function common_element_end($tag) {
+function common_element_end($tag)
+{
     static $empty_tag = array('base', 'meta', 'link', 'hr',
                               'br', 'param', 'img', 'area',
                               'input', 'col');
@@ -105,7 +109,8 @@ function common_element_end($tag) {
     }
 }
 
-function common_element($tag, $attrs=null, $content=null) {
+function common_element($tag, $attrs=null, $content=null)
+{
     common_element_start($tag, $attrs);
     global $xw;
     if (!is_null($content)) {
@@ -114,7 +119,8 @@ function common_element($tag, $attrs=null, $content=null) {
     common_element_end($tag);
 }
 
-function common_start_xml($doc=null, $public=null, $system=null, $indent=true) {
+function common_start_xml($doc=null, $public=null, $system=null, $indent=true)
+{
     global $xw;
     $xw = new XMLWriter();
     $xw->openURI('php://output');
@@ -125,13 +131,15 @@ function common_start_xml($doc=null, $public=null, $system=null, $indent=true) {
     }
 }
 
-function common_end_xml() {
+function common_end_xml()
+{
     global $xw;
     $xw->endDocument();
     $xw->flush();
 }
 
-function common_init_locale($language=null) {
+function common_init_locale($language=null)
+{
     if(!$language) {
         $language = common_language();
     }
@@ -144,7 +152,8 @@ function common_init_locale($language=null) {
                      $language);
 }
 
-function common_init_language() {
+function common_init_language()
+{
     mb_internal_encoding('UTF-8');
     $language = common_language();
     // So we don't have to make people install the gettext locales
@@ -160,7 +169,8 @@ function common_init_language() {
 
 define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3,text/xml;q=0.2');
 
-function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null) {
+function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null)
+{
 
     global $config, $xw;
     global $action; /* XXX: kind of cheating here. */
@@ -243,7 +253,8 @@ function common_show_header($pagetitle, $callable=null, $data=null, $headercall=
     common_element_start('div', array('id' => 'content'));
 }
 
-function common_start_html($type=null, $indent=true) {
+function common_start_html($type=null, $indent=true)
+{
 
     if (!$type) {
         $httpaccept = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : null;
@@ -274,7 +285,8 @@ function common_start_html($type=null, $indent=true) {
                                        'lang' => $language));
 }
 
-function common_show_footer() {
+function common_show_footer()
+{
     global $xw, $config;
     common_element_end('div'); // content div
     common_foot_menu();
@@ -307,17 +319,20 @@ function common_show_footer() {
     common_end_xml();
 }
 
-function common_text($txt) {
+function common_text($txt)
+{
     global $xw;
     $xw->text($txt);
 }
 
-function common_raw($xml) {
+function common_raw($xml)
+{
     global $xw;
     $xw->writeRaw($xml);
 }
 
-function common_nav_menu() {
+function common_nav_menu()
+{
     $user = common_current_user();
     common_element_start('ul', array('id' => 'nav'));
     if ($user) {
@@ -344,7 +359,8 @@ function common_nav_menu() {
     common_element_end('ul');
 }
 
-function common_foot_menu() {
+function common_foot_menu()
+{
     common_element_start('ul', array('id' => 'nav_sub'));
     common_menu_item(common_local_url('doc', array('title' => 'help')),
                      _('Help'));
@@ -361,7 +377,8 @@ function common_foot_menu() {
     common_element_end('ul');
 }
 
-function common_menu_item($url, $text, $title=null, $is_selected=false) {
+function common_menu_item($url, $text, $title=null, $is_selected=false)
+{
     $lattrs = array();
     if ($is_selected) {
         $lattrs['class'] = 'current';
@@ -375,7 +392,8 @@ function common_menu_item($url, $text, $title=null, $is_selected=false) {
     common_element_end('li');
 }
 
-function common_input($id, $label, $value=null,$instructions=null) {
+function common_input($id, $label, $value=null,$instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     $attrs = array('name' => $id,
@@ -418,7 +436,8 @@ function common_checkbox($id, $label, $checked=false, $instructions=null, $value
     common_element_end('p');
 }
 
-function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null) {
+function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     common_element_start('select', array('id' => $id, 'name' => $id));
@@ -438,14 +457,16 @@ function common_dropdown($id, $label, $content, $instructions=null, $blank_selec
     }
     common_element_end('p');
 }
-function common_hidden($id, $value) {
+function common_hidden($id, $value)
+{
     common_element('input', array('name' => $id,
                                   'type' => 'hidden',
                                   'id' => $id,
                                   'value' => $value));
 }
 
-function common_password($id, $label, $instructions=null) {
+function common_password($id, $label, $instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     $attrs = array('name' => $id,
@@ -459,7 +480,8 @@ function common_password($id, $label, $instructions=null) {
     common_element_end('p');
 }
 
-function common_submit($id, $label, $cls='submit') {
+function common_submit($id, $label, $cls='submit')
+{
     global $xw;
     common_element_start('p');
     common_element('input', array('type' => 'submit',
@@ -470,7 +492,8 @@ function common_submit($id, $label, $cls='submit') {
     common_element_end('p');
 }
 
-function common_textarea($id, $label, $content=null, $instructions=null) {
+function common_textarea($id, $label, $content=null, $instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     common_element('textarea', array('rows' => 3,
@@ -484,7 +507,8 @@ function common_textarea($id, $label, $content=null, $instructions=null) {
     common_element_end('p');
 }
 
-function common_timezone() {
+function common_timezone()
+{
     if (common_logged_in()) {
         $user = common_current_user();
         if ($user->timezone) {
@@ -496,7 +520,8 @@ function common_timezone() {
     return $config['site']['timezone'];
 }
 
-function common_language() {
+function common_language()
+{
 
     // If there is a user logged in and they've set a language preference
     // then return that one...
@@ -521,12 +546,14 @@ function common_language() {
 }
 // salted, hashed passwords are stored in the DB
 
-function common_munge_password($password, $id) {
+function common_munge_password($password, $id)
+{
     return md5($password . $id);
 }
 
 // check if a username exists and has matching password
-function common_check_user($nickname, $password) {
+function common_check_user($nickname, $password)
+{
     // NEVER allow blank passwords, even if they match the DB
     if (mb_strlen($password) == 0) {
         return false;
@@ -545,15 +572,18 @@ function common_check_user($nickname, $password) {
 }
 
 // is the current user logged in?
-function common_logged_in() {
+function common_logged_in()
+{
     return (!is_null(common_current_user()));
 }
 
-function common_have_session() {
+function common_have_session()
+{
     return (0 != strcmp(session_id(), ''));
 }
 
-function common_ensure_session() {
+function common_ensure_session()
+{
     if (!common_have_session()) {
         @session_start();
     }
@@ -568,7 +598,8 @@ function common_ensure_session() {
 
 $_cur = false;
 
-function common_set_user($user) {
+function common_set_user($user)
+{
 
     global $_cur;
 
@@ -592,7 +623,8 @@ function common_set_user($user) {
     return false;
 }
 
-function common_set_cookie($key, $value, $expiration=0) {
+function common_set_cookie($key, $value, $expiration=0)
+{
     $path = common_config('site', 'path');
     $server = common_config('site', 'server');
 
@@ -611,7 +643,8 @@ function common_set_cookie($key, $value, $expiration=0) {
 define('REMEMBERME', 'rememberme');
 define('REMEMBERME_EXPIRY', 30 * 24 * 60 * 60); // 30 days
 
-function common_rememberme($user=null) {
+function common_rememberme($user=null)
+{
     if (!$user) {
         $user = common_current_user();
         if (!$user) {
@@ -650,7 +683,8 @@ function common_rememberme($user=null) {
     return true;
 }
 
-function common_remembered_user() {
+function common_remembered_user()
+{
 
     $user = null;
 
@@ -715,12 +749,14 @@ function common_remembered_user() {
 
 // must be called with a valid user!
 
-function common_forgetme() {
+function common_forgetme()
+{
     common_set_cookie(REMEMBERME, '', 0);
 }
 
 // who is the current user?
-function common_current_user() {
+function common_current_user()
+{
     global $_cur;
 
     if ($_cur === false) {
@@ -752,23 +788,27 @@ function common_current_user() {
 // cookie-stealing. So, we don't let them do certain things. New reg,
 // OpenID, and password logins _are_ real.
 
-function common_real_login($real=true) {
+function common_real_login($real=true)
+{
     common_ensure_session();
     $_SESSION['real_login'] = $real;
 }
 
-function common_is_real_login() {
+function common_is_real_login()
+{
     return common_logged_in() && $_SESSION['real_login'];
 }
 
 // get canonical version of nickname for comparison
-function common_canonical_nickname($nickname) {
+function common_canonical_nickname($nickname)
+{
     // XXX: UTF-8 canonicalization (like combining chars)
     return strtolower($nickname);
 }
 
 // get canonical version of email for comparison
-function common_canonical_email($email) {
+function common_canonical_email($email)
+{
     // XXX: canonicalize UTF-8
     // XXX: lcase the domain part
     return $email;
@@ -776,7 +816,8 @@ function common_canonical_email($email) {
 
 define('URL_REGEX', '^|[ \t\r\n])((ftp|http|https|gopher|mailto|news|nntp|telnet|wais|file|prospero|aim|webcal):(([A-Za-z0-9$_.+!*(),;/?:@&~=-])|%[A-Fa-f0-9]{2}){2,}(#([a-zA-Z0-9][a-zA-Z0-9$_.+!*(),;/?:@&~=%-]*))?([A-Za-z0-9$_+!*();/?:~-]))');
 
-function common_render_content($text, $notice) {
+function common_render_content($text, $notice)
+{
     $r = common_render_text($text);
     $id = $notice->profile_id;
     $r = preg_replace('/(^|\s+)@([A-Za-z0-9]{1,64})/e', "'\\1@'.common_at_link($id, '\\2')", $r);
@@ -785,7 +826,8 @@ function common_render_content($text, $notice) {
     return $r;
 }
 
-function common_render_text($text) {
+function common_render_text($text)
+{
     $r = htmlspecialchars($text);
 
     $r = preg_replace('/[\x{0}-\x{8}\x{b}-\x{c}\x{e}-\x{19}]/', '', $r);
@@ -795,7 +837,8 @@ function common_render_text($text) {
     return $r;
 }
 
-function common_render_uri_thingy($matches) {
+function common_render_uri_thingy($matches)
+{
     $uri = $matches[0];
     $trailer = '';
 
@@ -829,20 +872,23 @@ function common_render_uri_thingy($matches) {
     return '<a href="' . $uri . '"' . $title . ' class="extlink">' . $uri . '</a>' . $trailer;
 }
 
-function common_longurl($short_url)  {
+function common_longurl($short_url)
+{
     $long_url = common_shorten_link($short_url, true);
     if ($long_url === $short_url) return false;
     return $long_url;
 }
 
-function common_longurl2($uri)  {
+function common_longurl2($uri)
+{
     $uri_e = urlencode($uri);
     $longurl = unserialize(file_get_contents("http://api.longurl.org/v1/expand?format=php&url=$uri_e"));
     if (empty($longurl['long_url']) || $uri === $longurl['long_url']) return false;
     return stripslashes($longurl['long_url']);
 }
 
-function common_shorten_links($text) {
+function common_shorten_links($text)
+{
     if (mb_strlen($text) <= 140) return $text;
     static $cache = array();
     if (isset($cache[$text])) return $cache[$text];
@@ -850,7 +896,8 @@ function common_shorten_links($text) {
     return $cache[$text] = preg_replace('@https?://[^)\]>\s]+@e', "common_shorten_link('\\0')", $text);
 }
 
-function common_shorten_link($url, $reverse = false) {
+function common_shorten_link($url, $reverse = false)
+{
     static $url_cache = array();
     if ($reverse) return isset($url_cache[$url]) ? $url_cache[$url] : $url;
 
@@ -911,28 +958,33 @@ function common_shorten_link($url, $reverse = false) {
     return $url;
 }
 
-function common_xml_safe_str($str) {
+function common_xml_safe_str($str)
+{
     $xmlStr = htmlentities(iconv('UTF-8', 'UTF-8//IGNORE', $str), ENT_NOQUOTES, 'UTF-8');
 
     // Replace control, formatting, and surrogate characters with '*', ala Twitter
     return preg_replace('/[\p{Cc}\p{Cf}\p{Cs}]/u', '*', $str);
 }
 
-function common_tag_link($tag) {
+function common_tag_link($tag)
+{
     $canonical = common_canonical_tag($tag);
     $url = common_local_url('tag', array('tag' => $canonical));
     return '<a href="' . htmlspecialchars($url) . '" rel="tag" class="hashlink">' . htmlspecialchars($tag) . '</a>';
 }
 
-function common_canonical_tag($tag) {
+function common_canonical_tag($tag)
+{
     return strtolower(str_replace(array('-', '_', '.'), '', $tag));
 }
 
-function common_valid_profile_tag($str) {
+function common_valid_profile_tag($str)
+{
     return preg_match('/^[A-Za-z0-9_\-\.]{1,64}$/', $str);
 }
 
-function common_at_link($sender_id, $nickname) {
+function common_at_link($sender_id, $nickname)
+{
     $sender = Profile::staticGet($sender_id);
     $recipient = common_relative_profile($sender, common_canonical_nickname($nickname));
     if ($recipient) {
@@ -942,7 +994,8 @@ function common_at_link($sender_id, $nickname) {
     }
 }
 
-function common_at_hash_link($sender_id, $tag) {
+function common_at_hash_link($sender_id, $tag)
+{
     $user = User::staticGet($sender_id);
     if (!$user) {
         return $tag;
@@ -958,7 +1011,8 @@ function common_at_hash_link($sender_id, $tag) {
     }
 }
 
-function common_relative_profile($sender, $nickname, $dt=null) {
+function common_relative_profile($sender, $nickname, $dt=null)
+{
     // Try to find profiles this profile is subscribed to that have this nickname
     $recipient = new Profile();
     // XXX: use a join instead of a subquery
@@ -995,7 +1049,8 @@ function common_relative_profile($sender, $nickname, $dt=null) {
 
 // where should the avatar go for this user?
 
-function common_avatar_filename($id, $extension, $size=null, $extra=null) {
+function common_avatar_filename($id, $extension, $size=null, $extra=null)
+{
     global $config;
 
     if ($size) {
@@ -1005,16 +1060,19 @@ function common_avatar_filename($id, $extension, $size=null, $extra=null) {
     }
 }
 
-function common_avatar_path($filename) {
+function common_avatar_path($filename)
+{
     global $config;
     return INSTALLDIR . '/avatar/' . $filename;
 }
 
-function common_avatar_url($filename) {
+function common_avatar_url($filename)
+{
     return common_path('avatar/'.$filename);
 }
 
-function common_avatar_display_url($avatar) {
+function common_avatar_display_url($avatar)
+{
     $server = common_config('avatar', 'server');
     if ($server) {
         return 'http://'.$server.'/'.$avatar->filename;
@@ -1023,14 +1081,16 @@ function common_avatar_display_url($avatar) {
     }
 }
 
-function common_default_avatar($size) {
+function common_default_avatar($size)
+{
     static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
                               AVATAR_STREAM_SIZE => 'stream',
                               AVATAR_MINI_SIZE => 'mini');
     return theme_path('default-avatar-'.$sizenames[$size].'.png');
 }
 
-function common_local_url($action, $args=null, $fragment=null) {
+function common_local_url($action, $args=null, $fragment=null)
+{
     $url = null;
     if (common_config('site','fancy')) {
         $url = common_fancy_url($action, $args);
@@ -1043,7 +1103,8 @@ function common_local_url($action, $args=null, $fragment=null) {
     return $url;
 }
 
-function common_fancy_url($action, $args=null) {
+function common_fancy_url($action, $args=null)
+{
     switch (strtolower($action)) {
      case 'public':
         if ($args && isset($args['page'])) {
@@ -1256,7 +1317,8 @@ function common_fancy_url($action, $args=null) {
     }
 }
 
-function common_simple_url($action, $args=null) {
+function common_simple_url($action, $args=null)
+{
     global $config;
     /* XXX: pretty URLs */
     $extra = '';
@@ -1268,13 +1330,15 @@ function common_simple_url($action, $args=null) {
     return common_path("index.php?action=${action}${extra}");
 }
 
-function common_path($relative) {
+function common_path($relative)
+{
     global $config;
     $pathpart = ($config['site']['path']) ? $config['site']['path']."/" : '';
     return "http://".$config['site']['server'].'/'.$pathpart.$relative;
 }
 
-function common_date_string($dt) {
+function common_date_string($dt)
+{
     // XXX: do some sexy date formatting
     // return date(DATE_RFC822, $dt);
     $t = strtotime($dt);
@@ -1308,7 +1372,8 @@ function common_date_string($dt) {
     }
 }
 
-function common_exact_date($dt) {
+function common_exact_date($dt)
+{
     static $_utc;
     static $_siteTz;
 
@@ -1323,32 +1388,37 @@ function common_exact_date($dt) {
     return $d->format(DATE_RFC850);
 }
 
-function common_date_w3dtf($dt) {
+function common_date_w3dtf($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format(DATE_W3C);
 }
 
-function common_date_rfc2822($dt) {
+function common_date_rfc2822($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format('r');
 }
 
-function common_date_iso8601($dt) {
+function common_date_iso8601($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format('c');
 }
 
-function common_sql_now() {
+function common_sql_now()
+{
     return strftime('%Y-%m-%d %H:%M:%S', time());
 }
 
-function common_redirect($url, $code=307) {
+function common_redirect($url, $code=307)
+{
     static $status = array(301 => "Moved Permanently",
                            302 => "Found",
                            303 => "See Other",
@@ -1364,7 +1434,8 @@ function common_redirect($url, $code=307) {
     exit;
 }
 
-function common_save_replies($notice) {
+function common_save_replies($notice)
+{
     // Alternative reply format
     $tname = false;
     if (preg_match('/^T ([A-Z0-9]{1,64}) /', $notice->content, $match)) {
@@ -1447,7 +1518,8 @@ function common_save_replies($notice) {
     }
 }
 
-function common_broadcast_notice($notice, $remote=false) {
+function common_broadcast_notice($notice, $remote=false)
+{
 
     // Check to see if notice should go to Twitter
     $flink = Foreign_link::getByUserID($notice->profile_id, 1); // 1 == Twitter
@@ -1474,7 +1546,8 @@ function common_broadcast_notice($notice, $remote=false) {
     }
 }
 
-function common_twitter_broadcast($notice, $flink) {
+function common_twitter_broadcast($notice, $flink)
+{
     global $config;
     $success = true;
     $fuser = $flink->getForeignUser();
@@ -1534,7 +1607,8 @@ function common_twitter_broadcast($notice, $flink) {
 
 // Stick the notice on the queue
 
-function common_enqueue_notice($notice) {
+function common_enqueue_notice($notice)
+{
     foreach (array('jabber', 'omb', 'sms', 'public') as $transport) {
         $qi = new Queue_item();
         $qi->notice_id = $notice->id;
@@ -1551,7 +1625,8 @@ function common_enqueue_notice($notice) {
     return $result;
 }
 
-function common_dequeue_notice($notice) {
+function common_dequeue_notice($notice)
+{
     $qi = Queue_item::staticGet($notice->id);
     if ($qi) {
         $result = $qi->delete();
@@ -1567,7 +1642,8 @@ function common_dequeue_notice($notice) {
     }
 }
 
-function common_real_broadcast($notice, $remote=false) {
+function common_real_broadcast($notice, $remote=false)
+{
     $success = true;
     if (!$remote) {
         // Make sure we have the OMB stuff
@@ -1601,7 +1677,8 @@ function common_real_broadcast($notice, $remote=false) {
     return $success;
 }
 
-function common_broadcast_profile($profile) {
+function common_broadcast_profile($profile)
+{
     // XXX: optionally use a queue system like http://code.google.com/p/microapps/wiki/NQDQ
     require_once(INSTALLDIR.'/lib/omb.php');
     omb_broadcast_profile($profile);
@@ -1609,13 +1686,15 @@ function common_broadcast_profile($profile) {
     return true;
 }
 
-function common_profile_url($nickname) {
+function common_profile_url($nickname)
+{
     return common_local_url('showstream', array('nickname' => $nickname));
 }
 
 // Don't call if nobody's logged in
 
-function common_notice_form($action=null, $content=null) {
+function common_notice_form($action=null, $content=null)
+{
     $user = common_current_user();
     assert(!is_null($user));
     common_element_start('form', array('id' => 'status_form',
@@ -1647,14 +1726,16 @@ function common_notice_form($action=null, $content=null) {
 
 // Should make up a reasonable root URL
 
-function common_root_url() {
+function common_root_url()
+{
     return common_path('');
 }
 
 // returns $bytes bytes of random data as a hexadecimal string
 // "good" here is a goal and not a guarantee
 
-function common_good_rand($bytes) {
+function common_good_rand($bytes)
+{
     // XXX: use random.org...?
     if (file_exists('/dev/urandom')) {
         return common_urandom($bytes);
@@ -1663,7 +1744,8 @@ function common_good_rand($bytes) {
     }
 }
 
-function common_urandom($bytes) {
+function common_urandom($bytes)
+{
     $h = fopen('/dev/urandom', 'rb');
     // should not block
     $src = fread($h, $bytes);
@@ -1675,7 +1757,8 @@ function common_urandom($bytes) {
     return $enc;
 }
 
-function common_mtrand($bytes) {
+function common_mtrand($bytes)
+{
     $enc = '';
     for ($i = 0; $i < $bytes; $i++) {
         $enc .= sprintf("%02x", mt_rand(0, 255));
@@ -1683,21 +1766,25 @@ function common_mtrand($bytes) {
     return $enc;
 }
 
-function common_set_returnto($url) {
+function common_set_returnto($url)
+{
     common_ensure_session();
     $_SESSION['returnto'] = $url;
 }
 
-function common_get_returnto() {
+function common_get_returnto()
+{
     common_ensure_session();
     return $_SESSION['returnto'];
 }
 
-function common_timestamp() {
+function common_timestamp()
+{
     return date('YmdHis');
 }
 
-function common_ensure_syslog() {
+function common_ensure_syslog()
+{
     static $initialized = false;
     if (!$initialized) {
         global $config;
@@ -1706,7 +1793,8 @@ function common_ensure_syslog() {
     }
 }
 
-function common_log($priority, $msg, $filename=null) {
+function common_log($priority, $msg, $filename=null)
+{
     $logfile = common_config('site', 'logfile');
     if ($logfile) {
         $log = fopen($logfile, "a");
@@ -1723,7 +1811,8 @@ function common_log($priority, $msg, $filename=null) {
     }
 }
 
-function common_debug($msg, $filename=null) {
+function common_debug($msg, $filename=null)
+{
     if ($filename) {
         common_log(LOG_DEBUG, basename($filename).' - '.$msg);
     } else {
@@ -1731,13 +1820,15 @@ function common_debug($msg, $filename=null) {
     }
 }
 
-function common_log_db_error(&$object, $verb, $filename=null) {
+function common_log_db_error(&$object, $verb, $filename=null)
+{
     $objstr = common_log_objstring($object);
     $last_error = &PEAR::getStaticProperty('DB_DataObject','lastError');
     common_log(LOG_ERR, $last_error->message . '(' . $verb . ' on ' . $objstr . ')', $filename);
 }
 
-function common_log_objstring(&$object) {
+function common_log_objstring(&$object)
+{
     if (is_null($object)) {
         return "null";
     }
@@ -1750,11 +1841,13 @@ function common_log_objstring(&$object) {
     return $objstring;
 }
 
-function common_valid_http_url($url) {
+function common_valid_http_url($url)
+{
     return Validate::uri($url, array('allowed_schemes' => array('http', 'https')));
 }
 
-function common_valid_tag($tag) {
+function common_valid_tag($tag)
+{
     if (preg_match('/^tag:(.*?),(\d{4}(-\d{2}(-\d{2})?)?):(.*)$/', $tag, $matches)) {
         return (Validate::email($matches[1]) ||
                 preg_match('/^([\w-\.]+)$/', $matches[1]));
@@ -1764,7 +1857,8 @@ function common_valid_tag($tag) {
 
 // Does a little before-after block for next/prev page
 
-function common_pagination($have_before, $have_after, $page, $action, $args=null) {
+function common_pagination($have_before, $have_after, $page, $action, $args=null)
+{
 
     if ($have_before || $have_after) {
         common_element_start('div', array('id' => 'pagination'));
@@ -1799,7 +1893,8 @@ function common_pagination($have_before, $have_after, $page, $action, $args=null
 /* Following functions are copied from MediaWiki GlobalFunctions.php
  * and written by Evan Prodromou. */
 
-function common_accept_to_prefs($accept, $def = '*/*') {
+function common_accept_to_prefs($accept, $def = '*/*')
+{
     // No arg means accept anything (per HTTP spec)
     if(!$accept) {
         return array($def => 1);
@@ -1823,7 +1918,8 @@ function common_accept_to_prefs($accept, $def = '*/*') {
     return $prefs;
 }
 
-function common_mime_type_match($type, $avail) {
+function common_mime_type_match($type, $avail)
+{
     if(array_key_exists($type, $avail)) {
         return $type;
     } else {
@@ -1838,7 +1934,8 @@ function common_mime_type_match($type, $avail) {
     }
 }
 
-function common_negotiate_type($cprefs, $sprefs) {
+function common_negotiate_type($cprefs, $sprefs)
+{
     $combine = array();
 
     foreach(array_keys($sprefs) as $type) {
@@ -1874,12 +1971,14 @@ function common_negotiate_type($cprefs, $sprefs) {
     return $besttype;
 }
 
-function common_config($main, $sub) {
+function common_config($main, $sub)
+{
     global $config;
     return isset($config[$main][$sub]) ? $config[$main][$sub] : false;
 }
 
-function common_copy_args($from) {
+function common_copy_args($from)
+{
     $to = array();
     $strip = get_magic_quotes_gpc();
     foreach ($from as $k => $v) {
@@ -1890,25 +1989,29 @@ function common_copy_args($from) {
 
 // Neutralise the evil effects of magic_quotes_gpc in the current request.
 // This is used before handing a request off to OAuthRequest::from_request.
-function common_remove_magic_from_request() {
+function common_remove_magic_from_request()
+{
     if(get_magic_quotes_gpc()) {
         $_POST=array_map('stripslashes',$_POST);
         $_GET=array_map('stripslashes',$_GET);
     }
 }
 
-function common_user_uri(&$user) {
+function common_user_uri(&$user)
+{
     return common_local_url('userbyid', array('id' => $user->id));
 }
 
-function common_notice_uri(&$notice) {
+function common_notice_uri(&$notice)
+{
     return common_local_url('shownotice',
                             array('notice' => $notice->id));
 }
 
 // 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
 
-function common_confirmation_code($bits) {
+function common_confirmation_code($bits)
+{
     // 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
     static $codechars = '23456789ABCDEFGHJKLMNPQRSTUVWXYZ';
     $chars = ceil($bits/5);
@@ -1925,14 +2028,16 @@ function common_confirmation_code($bits) {
 
 // convert markup to HTML
 
-function common_markup_to_html($c) {
+function common_markup_to_html($c)
+{
     $c = preg_replace('/%%action.(\w+)%%/e', "common_local_url('\\1')", $c);
     $c = preg_replace('/%%doc.(\w+)%%/e', "common_local_url('doc', array('title'=>'\\1'))", $c);
     $c = preg_replace('/%%(\w+).(\w+)%%/e', 'common_config(\'\\1\', \'\\2\')', $c);
     return Markdown($c);
 }
 
-function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE) {
+function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE)
+{
     $avatar = $profile->getAvatar($size);
     if ($avatar) {
         return common_avatar_display_url($avatar);
@@ -1941,7 +2046,8 @@ function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE) {
     }
 }
 
-function common_profile_uri($profile) {
+function common_profile_uri($profile)
+{
     if (!$profile) {
         return null;
     }
@@ -1958,13 +2064,15 @@ function common_profile_uri($profile) {
     return null;
 }
 
-function common_canonical_sms($sms) {
+function common_canonical_sms($sms)
+{
     // strip non-digits
     preg_replace('/\D/', '', $sms);
     return $sms;
 }
 
-function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
+function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
+{
     switch ($errno) {
      case E_USER_ERROR:
         common_log(LOG_ERR, "[$errno] $errstr ($errfile:$errline)");
@@ -1985,7 +2093,8 @@ function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
     return true;
 }
 
-function common_session_token() {
+function common_session_token()
+{
     common_ensure_session();
     if (!array_key_exists('token', $_SESSION)) {
         $_SESSION['token'] = common_good_rand(64);
@@ -1993,7 +2102,8 @@ function common_session_token() {
     return $_SESSION['token'];
 }
 
-function common_disfavor_form($notice) {
+function common_disfavor_form($notice)
+{
     common_element_start('form', array('id' => 'disfavor-' . $notice->id,
                                        'method' => 'post',
                                        'class' => 'disfavor',
@@ -2020,7 +2130,8 @@ function common_disfavor_form($notice) {
     common_element_end('form');
 }
 
-function common_favor_form($notice) {
+function common_favor_form($notice)
+{
     common_element_start('form', array('id' => 'favor-' . $notice->id,
                                        'method' => 'post',
                                        'class' => 'favor',
@@ -2047,7 +2158,8 @@ function common_favor_form($notice) {
     common_element_end('form');
 }
 
-function common_nudge_form($profile) {
+function common_nudge_form($profile)
+{
     common_element_start('form', array('id' => 'nudge', 'method' => 'post',
                                        'action' => common_local_url('nudge', array('nickname' => $profile->nickname))));
     common_hidden('token', common_session_token());
@@ -2056,11 +2168,13 @@ function common_nudge_form($profile) {
                                   'value' => _('Send a nudge')));
     common_element_end('form');
 }
-function common_nudge_response() {
+function common_nudge_response()
+{
     common_element('p', array('id' => 'nudge_response'), _('Nudge sent!'));
 }
 
-function common_subscribe_form($profile) {
+function common_subscribe_form($profile)
+{
     common_element_start('form', array('id' => 'subscribe-' . $profile->id,
                                        'method' => 'post',
                                        'class' => 'subscribe',
@@ -2076,7 +2190,8 @@ function common_subscribe_form($profile) {
     common_element_end('form');
 }
 
-function common_unsubscribe_form($profile) {
+function common_unsubscribe_form($profile)
+{
     common_element_start('form', array('id' => 'unsubscribe-' . $profile->id,
                                        'method' => 'post',
                                        'class' => 'unsubscribe',
@@ -2093,7 +2208,8 @@ function common_unsubscribe_form($profile) {
 }
 
 // XXX: Refactor this code
-function common_profile_new_message_nudge ($cur, $profile) {
+function common_profile_new_message_nudge ($cur, $profile)
+{
     $user = User::staticGet('id', $profile->id);
 
     if ($cur && $cur->id != $user->id && $cur->mutuallySubscribed($user)) {
@@ -2110,17 +2226,20 @@ function common_profile_new_message_nudge ($cur, $profile) {
     }
 }
 
-function common_cache_key($extra) {
+function common_cache_key($extra)
+{
     return 'laconica:' . common_keyize(common_config('site', 'name')) . ':' . $extra;
 }
 
-function common_keyize($str) {
+function common_keyize($str)
+{
     $str = strtolower($str);
     $str = preg_replace('/\s/', '_', $str);
     return $str;
 }
 
-function common_message_form($content, $user, $to) {
+function common_message_form($content, $user, $to)
+{
 
     common_element_start('form', array('id' => 'message_form',
                                        'method' => 'post',
@@ -2160,7 +2279,8 @@ function common_message_form($content, $user, $to) {
     common_element_end('form');
 }
 
-function common_memcache() {
+function common_memcache()
+{
     static $cache = null;
     if (!common_config('memcached', 'enabled')) {
         return null;
@@ -2180,22 +2300,26 @@ function common_memcache() {
     }
 }
 
-function common_compatible_license($from, $to) {
+function common_compatible_license($from, $to)
+{
     // XXX: better compatibility check needed here!
     return ($from == $to);
 }
 
 /* These are almost identical, so we use a helper function */
 
-function common_block_form($profile, $args=null) {
+function common_block_form($profile, $args=null)
+{
     common_blocking_form('block', _('Block'), $profile, $args);
 }
 
-function common_unblock_form($profile, $args=null) {
+function common_unblock_form($profile, $args=null)
+{
     common_blocking_form('unblock', _('Unblock'), $profile, $args);
 }
 
-function common_blocking_form($type, $label, $profile, $args=null) {
+function common_blocking_form($type, $label, $profile, $args=null)
+{
     common_element_start('form', array('id' => $type . '-' . $profile->id,
                                        'method' => 'post',
                                        'class' => $type,
index 10c754a5b498442d6cf313bd938e3d4444a50dbb..0a73403f9350a03f5b379d1c7be1915feadada09 100644 (file)
@@ -30,7 +30,8 @@ require_once(INSTALLDIR.'/lib/queuehandler.php');
 
 class XmppQueueHandler extends QueueHandler {
     
-    function start() {
+    function start()
+    {
         # Low priority; we don't want to receive messages
         $this->log(LOG_INFO, "INITIALIZE");
         $this->conn = jabber_connect($this->_id);
@@ -43,12 +44,14 @@ class XmppQueueHandler extends QueueHandler {
         return !is_null($this->conn);
     }
     
-    function handle_reconnect(&$pl) {
+    function handle_reconnect(&$pl)
+    {
         $this->conn->processUntil('session_start');
         $this->conn->presence(null, 'available', null, 'available', -1);
     }
 
-    function idle($timeout=0) {
+    function idle($timeout=0)
+    {
         # Process the queue for as long as needed
         try {
             if ($this->conn) {
@@ -60,7 +63,8 @@ class XmppQueueHandler extends QueueHandler {
         }
     }
     
-    function forward_message(&$pl) {
+    function forward_message(&$pl)
+    {
         if ($pl['type'] != 'chat') {
             $this->log(LOG_DEBUG, 'Ignoring message of type ' . $pl['type'] . ' from ' . $pl['from']);
             return;
@@ -74,14 +78,16 @@ class XmppQueueHandler extends QueueHandler {
         $this->conn->message($this->listener(), $pl['body'], 'chat', null, $this->ofrom($pl['from']));
     }
 
-    function ofrom($from) {
+    function ofrom($from)
+    {
         $address = "<addresses xmlns='http://jabber.org/protocol/address'>\n";
         $address .= "<address type='ofrom' jid='$from' />\n";
         $address .= "</addresses>\n";
         return $address;
     }
 
-    function listener() {
+    function listener()
+    {
         if (common_config('xmpp', 'listener')) {
             return common_config('xmpp', 'listener');
         } else {
index 1c033603ff27381608777f6c3e127609094d8f1d..55d73e08c458b676b6c1e6d7874cba106d3dcb40 100644 (file)
@@ -35,17 +35,20 @@ set_error_handler('common_error_handler');
 
 class EnjitQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'enjit';
     }
 
-    function start() {
+    function start()
+    {
                 $this->log(LOG_INFO, "Starting EnjitQueueHandler");
                 $this->log(LOG_INFO, "Broadcasting to ".common_config('enjit', 'apiurl'));
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
 
         $profile = Profile::staticGet($notice->profile_id);
 
index 271aab22bfbabb4b1100d49bf0351d718253a11c..ea26aaf791cf08d097ad9e0ae4a9838e453f549f 100644 (file)
@@ -37,11 +37,13 @@ class JabberQueueHandler extends XmppQueueHandler {
 
     var $conn = null;
 
-    function transport() {
+    function transport()
+    {
         return 'jabber';
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_broadcast_notice($notice);
         } catch (XMPPHP_Exception $e) {
index 886e72ba70166a2f9b4549fef7e818bd2e02e98e..6100cd21beaa77a99d42115219e5f9dacb0a7694 100644 (file)
@@ -36,10 +36,12 @@ require_once('Mail/mimeDecode.php');
 
 class MailerDaemon {
 
-    function __construct() {
+    function __construct()
+    {
     }
 
-    function handle_message($fname='php://stdin') {
+    function handle_message($fname='php://stdin')
+    {
         list($from, $to, $msg) = $this->parse_message($fname);
         if (!$from || !$to || !$msg) {
             $this->error(null, _('Could not parse message.'));
@@ -66,12 +68,14 @@ class MailerDaemon {
         $this->add_notice($user, $msg);
     }
 
-    function error($from, $msg) {
+    function error($from, $msg)
+    {
         file_put_contents("php://stderr", $msg . "\n");
         exit(1);
     }
 
-    function user_from($from_hdr) {
+    function user_from($from_hdr)
+    {
         $froms = mailparse_rfc822_parse_addresses($from_hdr);
         if (!$froms) {
             return null;
@@ -85,7 +89,8 @@ class MailerDaemon {
         return $user;
     }
 
-    function user_match_to($user, $to_hdr) {
+    function user_match_to($user, $to_hdr)
+    {
         $incoming = $user->incomingemail;
         $tos = mailparse_rfc822_parse_addresses($to_hdr);
         foreach ($tos as $to) {
@@ -96,7 +101,8 @@ class MailerDaemon {
         return false;
     }
 
-    function handle_command($user, $from, $msg) {
+    function handle_command($user, $from, $msg)
+    {
         $inter = new CommandInterpreter();
         $cmd = $inter->handle_command($user, $msg);
         if ($cmd) {
@@ -106,7 +112,8 @@ class MailerDaemon {
         return false;
     }
 
-    function respond($from, $to, $response) {
+    function respond($from, $to, $response)
+    {
 
         $headers['From'] = $to;
         $headers['To'] = $from;
@@ -115,11 +122,13 @@ class MailerDaemon {
         return mail_send(array($from), $headers, $response);
     }
 
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, 'MailDaemon: '.$msg);
     }
 
-    function add_notice($user, $msg) {
+    function add_notice($user, $msg)
+    {
         // should test
         // $msg_shortened = common_shorten_links($msg);
         // if (mb_strlen($msg_shortened) > 140) ERROR and STOP
@@ -133,7 +142,8 @@ class MailerDaemon {
                    'Added notice ' . $notice->id . ' from user ' . $user->nickname);
     }
 
-    function parse_message($fname) {
+    function parse_message($fname)
+    {
         $contents = file_get_contents($fname);
         $parsed = Mail_mimeDecode::decode(array('input' => $contents,
                                                 'include_bodies' => true,
@@ -166,11 +176,13 @@ class MailerDaemon {
         return array($from, $to, $msg);
     }
 
-    function unsupported_type($type) {
+    function unsupported_type($type)
+    {
         $this->error(null, "Unsupported message type: " . $type);
     }
 
-    function cleanup_msg($msg) {
+    function cleanup_msg($msg)
+    {
         $lines = explode("\n", $msg);
 
         $output = '';
index 43c0980b679915db88d6087d6a048d65bc7b50c0..299381aceb40c39e4a956db64cd3ad9f16cfef4f 100644 (file)
@@ -35,16 +35,19 @@ set_error_handler('common_error_handler');
 
 class OmbQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'omb';
     }
     
-    function start() {
+    function start()
+    {
         $this->log(LOG_INFO, "INITIALIZE");
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         if ($this->is_remote($notice)) {
             $this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
             return true;
@@ -53,10 +56,12 @@ class OmbQueueHandler extends QueueHandler {
         }
     }
     
-    function finish() {
+    function finish()
+    {
     }
 
-    function is_remote($notice) {
+    function is_remote($notice)
+    {
         $user = User::staticGet($notice->profile_id);
         return is_null($user);
     }
index 2168aade29ba21523deaf9d9d0e2cdab5e8bd76d..b3542e5c57418d1ff1103b40afbbff7d20b43930 100644 (file)
@@ -35,11 +35,13 @@ set_error_handler('common_error_handler');
 
 class PublicQueueHandler extends XmppQueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'public';
     }
     
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_public_notice($notice);
         } catch (XMPPHP_Exception $e) {
index b49bfe2a5f60bfaa47d8b894bf707092520e1338..504783e88a1fa277791062eecdce55968cc24773 100644 (file)
@@ -18,7 +18,8 @@ index_map();
 # ------------------------------------------------------------------------------
 
 # Generate index sitemap of all other sitemaps.
-function index_map() {
+function index_map()
+{
     global $output_paths;
     $output_dir = $output_paths['output_dir'];
     $output_url = $output_paths['output_url'];
@@ -40,7 +41,8 @@ function index_map() {
 }
 
 # Generate sitemap of standard site elements.
-function standard_map() {
+function standard_map()
+{
     global $output_paths;
 
     $standard_map_urls .= url(
@@ -77,7 +79,8 @@ function standard_map() {
 }
 
 # Generate sitemaps of all notices.
-function notices_map() {
+function notices_map()
+{
     global $output_paths;
 
     $notices = DB_DataObject::factory('notice');
@@ -115,7 +118,8 @@ function notices_map() {
 }
 
 # Generate sitemaps of all users.
-function user_map() {
+function user_map()
+{
     global $output_paths;
 
     $users = DB_DataObject::factory('user');
@@ -208,7 +212,8 @@ function user_map() {
 # ------------------------------------------------------------------------------
 
 # Generate a <url></url> element.
-function url($url_args) {
+function url($url_args)
+{
     $url        = preg_replace('/&/', '&amp;', $url_args['url']); # escape ampersands for XML
     $lastmod    = $url_args['lastmod'];
     $changefreq = $url_args['changefreq'];
@@ -238,7 +243,8 @@ function url($url_args) {
     return $url_out;
 }
 
-function sitemap($sitemap_args) {
+function sitemap($sitemap_args)
+{
     $url        = preg_replace('/&/', '&amp;', $sitemap_args['url']); # escape ampersands for XML
     $lastmod    = $sitemap_args['lastmod'];
 
@@ -259,7 +265,8 @@ function sitemap($sitemap_args) {
 }
 
 # Generate a <urlset></urlset> element.
-function urlset($urlset_text) {
+function urlset($urlset_text)
+{
     $urlset = '<?xml version="1.0" encoding="UTF-8"?>' . "\n" .
       '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n" .
       $urlset_text .
@@ -269,7 +276,8 @@ function urlset($urlset_text) {
 }
 
 # Generate a <urlset></urlset> element.
-function sitemapindex($sitemapindex_text) {
+function sitemapindex($sitemapindex_text)
+{
     $sitemapindex = '<?xml version="1.0" encoding="UTF-8"?>' . "\n" .
       '<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n" .
       $sitemapindex_text .
@@ -279,7 +287,8 @@ function sitemapindex($sitemapindex_text) {
 }
 
 # Generate a sitemap from an array containing <url></url> elements and write it to a file.
-function array_to_map($url_list, $filename_prefix) {
+function array_to_map($url_list, $filename_prefix)
+{
     global $output_paths;
 
     if ($url_list) {
@@ -297,7 +306,8 @@ function array_to_map($url_list, $filename_prefix) {
 # ------------------------------------------------------------------------------
 
 # Parse command line arguments.
-function parse_args() {
+function parse_args()
+{
     $args = getopt('f:d:u:');
 
     if (is_null($args[f]) && is_null($args[d]) && is_null($args[u])) {
@@ -338,7 +348,8 @@ function parse_args() {
 }
 
 # Ensure paths end with a "/".
-function trailing_slash($path) {
+function trailing_slash($path)
+{
     if (preg_match('/\/$/', $path) == 0) {
         $path .= '/';
     }
@@ -347,7 +358,8 @@ function trailing_slash($path) {
 }
 
 # Write data to disk.
-function write_file($path, $data) {
+function write_file($path, $data)
+{
     if (is_null($path)) {
         error('No path specified for writing to.');
     }     elseif (is_null($data)) {
@@ -364,7 +376,8 @@ function write_file($path, $data) {
 }
 
 # Display an error message and exit.
-function error ($error_msg) {
+function error ($error_msg)
+{
     if (is_null($error_msg)) {
         $error_msg = 'error() was called without any explanation!';
     }
index f8b2e9d53e1d734c9fd3937413d6aa8bbe781b44..c962ad095f5eede2fe2190b7d9c9667c1d8c444b 100644 (file)
@@ -35,20 +35,24 @@ set_error_handler('common_error_handler');
 
 class SmsQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'sms';
     }
 
-    function start() {
+    function start()
+    {
         $this->log(LOG_INFO, "INITIALIZE");
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         return mail_broadcast_notice_sms($notice);
     }
     
-    function finish() {
+    function finish()
+    {
     }
 }
 
index 9e177b3fa35fe5fb1517ac93f332716dcaa7b156..b059149bc9642b18b16f9747681e16358ff3a95b 100644 (file)
@@ -39,11 +39,13 @@ class XmppConfirmHandler extends XmppQueueHandler {
 
     var $_id = 'confirm';
     
-    function class_name() {
+    function class_name()
+    {
         return 'XmppConfirmHandler';
     }
     
-    function run() {
+    function run()
+    {
         if (!$this->start()) {
             return false;
         }
@@ -99,7 +101,8 @@ class XmppConfirmHandler extends XmppQueueHandler {
         return true;
     }
 
-    function next_confirm() {
+    function next_confirm()
+    {
         $confirm = new Confirm_address();
         $confirm->whereAdd('claimed IS null');
         $confirm->whereAdd('sent IS null');
@@ -125,7 +128,8 @@ class XmppConfirmHandler extends XmppQueueHandler {
         return null;
     }
 
-    function clear_old_confirm_claims() {
+    function clear_old_confirm_claims()
+    {
         $confirm = new Confirm();
         $confirm->claimed = null;
         $confirm->whereAdd('now() - claimed > '.CLAIM_TIMEOUT);
index ead842928fd1b3039654a25126bc38e70f854407..28ac647253cfe07d1907541197fd87d55f146d25 100644 (file)
@@ -39,7 +39,8 @@ set_error_handler('common_error_handler');
 
 class XMPPDaemon extends Daemon {
 
-    function XMPPDaemon($resource=null) {
+    function XMPPDaemon($resource=null)
+    {
         static $attrs = array('server', 'port', 'user', 'password', 'host');
 
         foreach ($attrs as $attr)
@@ -56,7 +57,8 @@ class XMPPDaemon extends Daemon {
         $this->log(LOG_INFO, "INITIALIZE XMPPDaemon {$this->user}@{$this->server}/{$this->resource}");
     }
 
-    function connect() {
+    function connect()
+    {
 
         $connect_to = ($this->host) ? $this->host : $this->server;
 
@@ -75,11 +77,13 @@ class XMPPDaemon extends Daemon {
         return !$this->conn->isDisconnected();
     }
 
-    function name() {
+    function name()
+    {
         return strtolower('xmppdaemon.'.$this->resource);
     }
 
-    function run() {
+    function run()
+    {
         if ($this->connect()) {
 
             $this->conn->addEventHandler('message', 'handle_message', $this);
@@ -90,17 +94,20 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function handle_reconnect(&$pl) {
+    function handle_reconnect(&$pl)
+    {
         $this->conn->processUntil('session_start');
         $this->conn->presence('Send me a message to post a notice', 'available', null, 'available', 100);
     }
 
-    function get_user($from) {
+    function get_user($from)
+    {
         $user = User::staticGet('jabber', jabber_normalize_jid($from));
         return $user;
     }
 
-    function handle_message(&$pl) {
+    function handle_message(&$pl)
+    {
         if ($pl['type'] != 'chat') {
             return;
         }
@@ -156,11 +163,13 @@ class XMPPDaemon extends Daemon {
         unset($user);
     }
 
-    function is_self($from) {
+    function is_self($from)
+    {
         return preg_match('/^'.strtolower(jabber_daemon_address()).'/', strtolower($from));
     }
 
-    function get_ofrom($pl) {
+    function get_ofrom($pl)
+    {
         $xml = $pl['xml'];
         $addresses = $xml->sub('addresses');
         if (!$addresses) {
@@ -194,7 +203,8 @@ class XMPPDaemon extends Daemon {
         return $jid;
     }
 
-    function is_autoreply($txt) {
+    function is_autoreply($txt)
+    {
         if (preg_match('/[\[\(]?[Aa]uto[-\s]?[Rr]e(ply|sponse)[\]\)]/', $txt)) {
             return true;
         } else {
@@ -202,7 +212,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function is_otr($txt) {
+    function is_otr($txt)
+    {
         if (preg_match('/^\?OTR/', $txt)) {
             return true;
         } else {
@@ -210,7 +221,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function is_direct($txt) {
+    function is_direct($txt)
+    {
         if (strtolower(substr($txt, 0, 2))=='d ') {
             return true;
         } else {
@@ -218,12 +230,14 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function from_site($address, $msg) {
+    function from_site($address, $msg)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $msg;
         jabber_send_message($address, $text);
     }
 
-    function handle_command($user, $body) {
+    function handle_command($user, $body)
+    {
         $inter = new CommandInterpreter();
         $cmd = $inter->handle_command($user, $body);
         if ($cmd) {
@@ -235,7 +249,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function add_notice(&$user, &$pl) {
+    function add_notice(&$user, &$pl)
+    {
         $body = trim($pl['body']);
         $content_shortened = common_shorten_link($body);
         if (mb_strlen($content_shortened) > 140) {
@@ -257,7 +272,8 @@ class XMPPDaemon extends Daemon {
         unset($notice);
     }
 
-    function handle_presence(&$pl) {
+    function handle_presence(&$pl)
+    {
         $from = jabber_normalize_jid($pl['from']);
         switch ($pl['type']) {
          case 'subscribe':
@@ -291,11 +307,13 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, 'XMPPDaemon('.$this->resource.'): '.$msg);
     }
 
-    function subscribed($to) {
+    function subscribed($to)
+    {
         jabber_special_presence('subscribed', $to);
     }
 }
index 62c02a3016c5844da98076bbd7b8be309ed7bbea..4a4beb36cf9e9266453f348f9411fa1b2c624e02 100644 (file)
-hunk ./actions/allrss.php 28
--    var $user = NULL;
-+    var $user = null;
-hunk ./actions/allrss.php 72
--            return NULL;
-+            return null;
-hunk ./actions/allrss.php 75
--        return ($avatar) ? $avatar->url : NULL;
-+        return ($avatar) ? $avatar->url : null;
-hunk ./actions/api.php 155
--            common_element('error', NULL, $msg);
--            common_element('request', NULL, $_SERVER['REQUEST_URI']);
-+            common_element('error', null, $msg);
-+            common_element('request', null, $_SERVER['REQUEST_URI']);
-hunk ./actions/block.php 24
--    var $profile = NULL;
-+    var $profile = null;
-hunk ./actions/block.php 80
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/confirmaddress.php 91
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/deletenotice.php 44
--    function show_form($error=NULL) {
-+    function show_form($error=null) {
-hunk ./actions/deletenotice.php 94
--                common_set_returnto(NULL);
-+                common_set_returnto(null);
-hunk ./actions/deleteprofile.php 39
--    function form_header($title, $msg=NULL, $success=false) {
-+    function form_header($title, $msg=null, $success=false) {
+hunk ./actions/accesstoken.php 25
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/all.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/all.php 57
+-    function show_header($user) {
++    function show_header($user)
++    {
+hunk ./actions/all.php 66
+-    function show_top($user) {
++    function show_top($user)
++    {
+hunk ./actions/all.php 82
+-    function show_notices($user) {
++    function show_notices($user)
++    {
+hunk ./actions/allrss.php 30
+-    function init() {
++    function init()
++    {
+hunk ./actions/allrss.php 43
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/allrss.php 57
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/allrss.php 71
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/api.php 30
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/api.php 83
+-    function process_command() {
++    function process_command()
++    {
+hunk ./actions/api.php 113
+-    function requires_auth() {
++    function requires_auth()
++    {
+hunk ./actions/api.php 150
+-    function show_basic_auth_error() {
++    function show_basic_auth_error()
++    {
+hunk ./actions/api.php 173
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/avatarbynickname.php 23
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/block.php 26
+-    function prepare($args) {
++    function prepare($args)
++    {
+hunk ./actions/block.php 60
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/block.php 76
+-    function are_you_sure_form() {
++    function are_you_sure_form()
++    {
+hunk ./actions/block.php 115
+-    function block_profile() {
++    function block_profile()
++    {
+hunk ./actions/confirmaddress.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/deletenotice.php 25
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/deletenotice.php 37
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/deletenotice.php 42
+-    function get_title() {
++    function get_title()
++    {
+hunk ./actions/deletenotice.php 47
+-    function show_form($error=null) {
++    function show_form($error=null)
++    {
+hunk ./actions/deletenotice.php 74
+-    function delete_notice() {
++    function delete_notice()
++    {
+hunk ./actions/deleteprofile.php 23
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/deleteprofile.php 36
+-    function get_instructions() {
++    function get_instructions()
++    {
 hunk ./actions/deleteprofile.php 41
--                           NULL,
-+                           null,
-hunk ./actions/deleteprofile.php 87
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/deleteprofile.php 89
--        common_element('h2', NULL, _('Delete my account confirmation'));
-+        common_element('h2', null, _('Delete my account confirmation'));
-hunk ./actions/deleteprofile.php 216
--        common_set_user(NULL);
-+        common_set_user(null);
-hunk ./actions/emailsettings.php 30
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/emailsettings.php 39
--        common_element('h2', NULL, _('Address'));
-+        common_element('h2', null, _('Address'));
-hunk ./actions/emailsettings.php 61
--                             ($this->arg('email')) ? $this->arg('email') : NULL,
-+                             ($this->arg('email')) ? $this->arg('email') : null,
-hunk ./actions/emailsettings.php 68
--            common_element('h2', NULL, _('Incoming email'));
-+            common_element('h2', null, _('Incoming email'));
-hunk ./actions/emailsettings.php 86
--        common_element('h2', NULL, _('Preferences'));
-+        common_element('h2', null, _('Preferences'));
-hunk ./actions/emailsettings.php 121
--            return NULL;
-+            return null;
-hunk ./actions/emailsettings.php 276
--        $user->email = NULL;
-+        $user->email = null;
-hunk ./actions/emailsettings.php 297
--        $user->incomingemail = NULL;
-+        $user->incomingemail = null;
-hunk ./actions/favorited.php 32
--                           array($this, 'show_header'), NULL,
-+                           array($this, 'show_header'), null,
-hunk ./actions/favoritesrss.php 28
--    var $user = NULL;
-+    var $user = null;
-hunk ./actions/favoritesrss.php 71
--        return NULL;
-+        return null;
-hunk ./actions/featured.php 33
--                           array($this, 'show_header'), NULL,
-+                           array($this, 'show_header'), null,
+-    function form_header($title, $msg=null, $success=false) {
++    function form_header($title, $msg=null, $success=false)
++    {
+hunk ./actions/deleteprofile.php 49
+-    function show_feeds_list($feeds) {
++    function show_feeds_list($feeds)
++    {
+hunk ./actions/deleteprofile.php 63
+-    function common_feed_item($feed) {
++    function common_feed_item($feed)
++    {
+hunk ./actions/deleteprofile.php 92
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/deleteprofile.php 100
+-    function show_confirm_delete_form() {
++    function show_confirm_delete_form()
++    {
+hunk ./actions/deleteprofile.php 130
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/deleteprofile.php 145
+-    function delete_account() {
++    function delete_account()
++    {
+hunk ./actions/deleteprofile.php 231
+-    function show_top($arr) {
++    function show_top($arr)
++    {
+hunk ./actions/deleteprofile.php 247
+-    function settings_menu() {
++    function settings_menu()
++    {
+hunk ./actions/disfavor.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/doc.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/emailsettings.php 26
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/emailsettings.php 31
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/emailsettings.php 115
+-    function get_confirmation() {
++    function get_confirmation()
++    {
+hunk ./actions/emailsettings.php 128
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/emailsettings.php 155
+-    function save_preferences() {
++    function save_preferences()
++    {
+hunk ./actions/emailsettings.php 193
+-    function add_address() {
++    function add_address()
++    {
+hunk ./actions/emailsettings.php 245
+-    function cancel_confirmation() {
++    function cancel_confirmation()
++    {
+hunk ./actions/emailsettings.php 269
+-    function remove_address() {
++    function remove_address()
++    {
+hunk ./actions/emailsettings.php 296
+-    function remove_incoming() {
++    function remove_incoming()
++    {
+hunk ./actions/emailsettings.php 316
+-    function new_incoming() {
++    function new_incoming()
++    {
+hunk ./actions/emailsettings.php 331
+-    function email_exists($email) {
++    function email_exists($email)
++    {
+hunk ./actions/facebookhome.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/facebookhome.php 33
+-    function login() {
++    function login()
++    {
+hunk ./actions/facebookhome.php 94
+-    function show_home($facebook, $fbuid, $user) {
++    function show_home($facebook, $fbuid, $user)
++    {
+hunk ./actions/facebookhome.php 105
+-    function show_notices($user) {
++    function show_notices($user)
++    {
+hunk ./actions/facebookinvite.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/facebookinvite.php 33
+-    function display() {
++    function display()
++    {
+hunk ./actions/facebookremove.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/facebooksettings.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/facebooksettings.php 33
+-    function display() {
++    function display()
++    {
+hunk ./actions/favor.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/favor.php 84
+-    function notify($fave, $notice, $user) {
++    function notify($fave, $notice, $user)
++    {
+hunk ./actions/favorited.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/favorited.php 41
+-    function show_top() {
++    function show_top()
++    {
+hunk ./actions/favorited.php 51
+-    function show_header() {
++    function show_header()
++    {
+hunk ./actions/favorited.php 56
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/favorited.php 61
+-    function show_notices($page) {
++    function show_notices($page)
++    {
+hunk ./actions/favoritesrss.php 30
+-    function init() {
++    function init()
++    {
+hunk ./actions/favoritesrss.php 43
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/favoritesrss.php 59
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/favoritesrss.php 73
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/featured.php 27
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/featured.php 42
+-    function show_top() {
++    function show_top()
++    {
+hunk ./actions/featured.php 52
+-    function show_header() {
++    function show_header()
++    {
+hunk ./actions/featured.php 56
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/featured.php 61
+-    function show_notices($page) {
++    function show_notices($page)
++    {
+hunk ./actions/finishaddopenid.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/finishaddopenid.php 36
+-    function try_login() {
++    function try_login()
++    {
 hunk ./actions/finishaddopenid.php 100
--        common_element('p', NULL, $msg);
-+        common_element('p', null, $msg);
-hunk ./actions/finishopenidlogin.php 55
--    function show_top($error=NULL) {
-+    function show_top($error=null) {
-hunk ./actions/finishopenidlogin.php 65
--    function show_form($error=NULL, $username=NULL) {
--        common_show_header(_('OpenID Account Setup'), NULL, $error,
-+    function show_form($error=null, $username=null) {
-+        common_show_header(_('OpenID Account Setup'), null, $error,
-hunk ./actions/finishopenidlogin.php 73
--        common_element('h2', NULL,
-+        common_element('h2', null,
-hunk ./actions/finishopenidlogin.php 75
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/finishopenidlogin.php 91
--        common_element('h2', NULL,
-+        common_element('h2', null,
-hunk ./actions/finishopenidlogin.php 93
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/finishopenidlogin.php 144
--                $this->show_form(NULL, $this->best_new_nickname($display, $sreg));
-+                $this->show_form(null, $this->best_new_nickname($display, $sreg));
-hunk ./actions/finishopenidlogin.php 151
--        common_element('p', NULL, $msg);
-+        common_element('p', null, $msg);
-hunk ./actions/finishopenidlogin.php 293
--            common_set_returnto(NULL);
-+            common_set_returnto(null);
-hunk ./actions/finishopenidlogin.php 332
--        return NULL;
-+        return null;
-hunk ./actions/finishopenidlogin.php 372
--                return NULL;
-+                return null;
-hunk ./actions/finishopenidlogin.php 406
--        return NULL;
-+        return null;
-hunk ./actions/finishopenidlogin.php 413
--            return NULL;
-+            return null;
-hunk ./actions/finishremotesubscribe.php 281
--            return NULL;
-+            return null;
-hunk ./actions/foaf.php 69
--        common_element('mbox_sha1sum', NULL, sha1('mailto:' . $user->email));
-+        common_element('mbox_sha1sum', null, sha1('mailto:' . $user->email));
-hunk ./actions/foaf.php 71
--            common_element('name', NULL, $profile->fullname);
-+            common_element('name', null, $profile->fullname);
-hunk ./actions/foaf.php 77
--            common_element('rdfs:comment', NULL, $profile->bio);
-+            common_element('rdfs:comment', null, $profile->bio);
-hunk ./actions/foaf.php 83
--            common_element('name', NULL, $profile->location);
-+            common_element('name', null, $profile->location);
-hunk ./actions/foaf.php 159
--            $foaf_url = NULL;
-+            $foaf_url = null;
-hunk ./actions/foaf.php 169
--                                              common_root_url() : NULL);
-+                                              common_root_url() : null);
-hunk ./actions/foaf.php 189
--    function show_microblogging_account($profile, $service=NULL) {
-+    function show_microblogging_account($profile, $service=null) {
-hunk ./actions/foaf.php 197
--        common_element('accountName', NULL, $profile->nickname);
-+        common_element('accountName', null, $profile->nickname);
-hunk ./actions/imsettings.php 31
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/imsettings.php 40
--        common_element('h2', NULL, _('Address'));
-+        common_element('h2', null, _('Address'));
-hunk ./actions/imsettings.php 62
--                             ($this->arg('jabber')) ? $this->arg('jabber') : NULL,
-+                             ($this->arg('jabber')) ? $this->arg('jabber') : null,
-hunk ./actions/imsettings.php 68
--        common_element('h2', NULL, _('Preferences'));
-+        common_element('h2', null, _('Preferences'));
-hunk ./actions/imsettings.php 96
--            return NULL;
-+            return null;
-hunk ./actions/imsettings.php 247
--        $user->jabber = NULL;
-+        $user->jabber = null;
-hunk ./actions/invite.php 88
--            common_element('p', NULL, _('You are already subscribed to these users:'));
-+            common_element('p', null, _('You are already subscribed to these users:'));
-hunk ./actions/invite.php 91
--                common_element('li', NULL, sprintf(_('%s (%s)'), $other->nickname, $other->email));
-+                common_element('li', null, sprintf(_('%s (%s)'), $other->nickname, $other->email));
-hunk ./actions/invite.php 96
--            common_element('p', NULL, _('These people are already users and you were automatically subscribed to them:'));
-+            common_element('p', null, _('These people are already users and you were automatically subscribed to them:'));
-hunk ./actions/invite.php 99
--                common_element('li', NULL, sprintf(_('%s (%s)'), $other->nickname, $other->email));
-+                common_element('li', null, sprintf(_('%s (%s)'), $other->nickname, $other->email));
-hunk ./actions/invite.php 104
--            common_element('p', NULL, _('Invitation(s) sent to the following people:'));
-+            common_element('p', null, _('Invitation(s) sent to the following people:'));
-hunk ./actions/invite.php 107
--                common_element('li', NULL, $other);
-+                common_element('li', null, $other);
-hunk ./actions/invite.php 110
--            common_element('p', NULL, _('You will be notified when your invitees accept the invitation and register on the site. Thanks for growing the community!'));
-+            common_element('p', null, _('You will be notified when your invitees accept the invitation and register on the site. Thanks for growing the community!'));
-hunk ./actions/invite.php 115
--    function show_top($error=NULL) {
-+    function show_top($error=null) {
-hunk ./actions/invite.php 120
--            common_element('p', NULL,
-+            common_element('p', null,
-hunk ./actions/invite.php 126
--    function show_form($error=NULL) {
-+    function show_form($error=null) {
+-    function message($msg) {
++    function message($msg)
++    {
+hunk ./actions/finishimmediate.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/finishimmediate.php 57
+-    function go_backto() {
++    function go_backto()
++    {
+hunk ./actions/finishopenidlogin.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/finishopenidlogin.php 56
+-    function show_top($error=null) {
++    function show_top($error=null)
++    {
+hunk ./actions/finishopenidlogin.php 67
+-    function show_form($error=null, $username=null) {
++    function show_form($error=null, $username=null)
++    {
+hunk ./actions/finishopenidlogin.php 105
+-    function try_login() {
++    function try_login()
++    {
+hunk ./actions/finishopenidlogin.php 153
+-    function message($msg) {
++    function message($msg)
++    {
+hunk ./actions/finishopenidlogin.php 160
+-    function save_values($display, $canonical, $sreg) {
++    function save_values($display, $canonical, $sreg)
++    {
+hunk ./actions/finishopenidlogin.php 168
+-    function get_saved_values() {
++    function get_saved_values()
++    {
+hunk ./actions/finishopenidlogin.php 175
+-    function create_new_user() {
++    function create_new_user()
++    {
+hunk ./actions/finishopenidlogin.php 258
+-    function connect_user() {
++    function connect_user()
++    {
+hunk ./actions/finishopenidlogin.php 298
+-    function go_home($nickname) {
++    function go_home($nickname)
++    {
+hunk ./actions/finishopenidlogin.php 312
+-    function best_new_nickname($display, $sreg) {
++    function best_new_nickname($display, $sreg)
++    {
+hunk ./actions/finishopenidlogin.php 346
+-    function is_new_nickname($str) {
++    function is_new_nickname($str)
++    {
+hunk ./actions/finishopenidlogin.php 362
+-    function openid_to_nickname($openid) {
++    function openid_to_nickname($openid)
++    {
+hunk ./actions/finishopenidlogin.php 376
+-    function url_to_nickname($openid) {
++    function url_to_nickname($openid)
++    {
+hunk ./actions/finishopenidlogin.php 423
+-    function xri_to_nickname($xri) {
++    function xri_to_nickname($xri)
++    {
+hunk ./actions/finishopenidlogin.php 437
+-    function xri_base($xri) {
++    function xri_base($xri)
++    {
+hunk ./actions/finishopenidlogin.php 448
+-    function nicknamize($str) {
++    function nicknamize($str)
++    {
+hunk ./actions/finishremotesubscribe.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/finishremotesubscribe.php 235
+-    function add_avatar($profile, $url) {
++    function add_avatar($profile, $url)
++    {
+hunk ./actions/finishremotesubscribe.php 242
+-    function access_token($omb) {
++    function access_token($omb)
++    {
+hunk ./actions/foaf.php 28
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/foaf.php 33
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/foaf.php 184
+-    function show_ppd($foaf_url, $person_uri) {
++    function show_ppd($foaf_url, $person_uri)
++    {
+hunk ./actions/foaf.php 192
+-    function show_microblogging_account($profile, $service=null) {
++    function show_microblogging_account($profile, $service=null)
++    {
+hunk ./actions/imsettings.php 27
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/imsettings.php 32
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/imsettings.php 90
+-    function get_confirmation() {
++    function get_confirmation()
++    {
+hunk ./actions/imsettings.php 103
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/imsettings.php 126
+-    function save_preferences() {
++    function save_preferences()
++    {
+hunk ./actions/imsettings.php 160
+-    function add_address() {
++    function add_address()
++    {
+hunk ./actions/imsettings.php 216
+-    function cancel_confirmation() {
++    function cancel_confirmation()
++    {
+hunk ./actions/imsettings.php 240
+-    function remove_address() {
++    function remove_address()
++    {
+hunk ./actions/imsettings.php 269
+-    function jabber_exists($jabber) {
++    function jabber_exists($jabber)
++    {
+hunk ./actions/invite.php 24
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/invite.php 29
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/invite.php 43
+-    function send_invitations() {
++    function send_invitations()
++    {
+hunk ./actions/invite.php 118
+-    function show_top($error=null) {
++    function show_top($error=null)
++    {
 hunk ./actions/invite.php 130
--        common_show_header(_('Invite new users'), NULL, $error, array($this, 'show_top'));
-+        common_show_header(_('Invite new users'), null, $error, array($this, 'show_top'));
-hunk ./actions/login.php 66
--                common_set_returnto(NULL);
-+                common_set_returnto(null);
-hunk ./actions/login.php 94
--            common_set_returnto(NULL);
-+            common_set_returnto(null);
-hunk ./actions/login.php 103
--    function show_form($error=NULL) {
--        common_show_header(_('Login'), NULL, $error, array($this, 'show_top'));
-+    function show_form($error=null) {
-+        common_show_header(_('Login'), null, $error, array($this, 'show_top'));
-hunk ./actions/login.php 141
--    function show_top($error=NULL) {
-+    function show_top($error=null) {
-hunk ./actions/logout.php 35
--            common_set_user(NULL);
-+            common_set_user(null);
-hunk ./actions/newmessage.php 101
--    function show_form($msg=NULL) {
-+    function show_form($msg=null) {
-hunk ./actions/newmessage.php 120
--        common_show_header(_('New message'), NULL,
-+        common_show_header(_('New message'), null,
-hunk ./actions/newnotice.php 81
--        $notice = Notice::saveNew($user->id, $content, 'web', 1, ($replyto == 'false') ? NULL : $replyto);
-+        $notice = Notice::saveNew($user->id, $content, 'web', 1, ($replyto == 'false') ? null : $replyto);
-hunk ./actions/newnotice.php 124
--    function show_top($content=NULL) {
--        common_notice_form(NULL, $content);
-+    function show_top($content=null) {
-+        common_notice_form(null, $content);
-hunk ./actions/newnotice.php 128
--    function show_form($msg=NULL) {
-+    function show_form($msg=null) {
-hunk ./actions/newnotice.php 141
--        common_show_header(_('New notice'), NULL, $content,
-+        common_show_header(_('New notice'), null, $content,
-hunk ./actions/noticesearchrss.php 68
--        return NULL;
-+        return null;
-hunk ./actions/openidlogin.php 55
--            $this->show_form(NULL, $openid_url);
-+            $this->show_form(null, $openid_url);
-hunk ./actions/openidlogin.php 63
--    function show_top($error=NULL) {
-+    function show_top($error=null) {
-hunk ./actions/openidlogin.php 75
--    function show_form($error=NULL, $openid_url) {
--        common_show_header(_('OpenID Login'), NULL, $error, array($this, 'show_top'));
-+    function show_form($error=null, $openid_url) {
-+        common_show_header(_('OpenID Login'), null, $error, array($this, 'show_top'));
-hunk ./actions/openidsettings.php 33
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/openidsettings.php 44
--        common_element('h2', NULL, _('Add OpenID'));
--        common_element('p', NULL,
-+        common_element('h2', null, _('Add OpenID'));
-+        common_element('p', null,
-hunk ./actions/openidsettings.php 69
--            common_element('h2', NULL, _('Remove OpenID'));
-+            common_element('h2', null, _('Remove OpenID'));
-hunk ./actions/openidsettings.php 73
--                common_element('p', NULL,
-+                common_element('p', null,
-hunk ./actions/openidsettings.php 86
--                common_element('p', NULL,
-+                common_element('p', null,
-hunk ./actions/opensearch.php 45
--        common_element('ShortName', NULL, $short_name);
--        common_element('Contact', NULL, common_config('site', 'email'));
-+        common_element('ShortName', null, $short_name);
-+        common_element('Contact', null, common_config('site', 'email'));
-hunk ./actions/opensearch.php 51
--        common_element('AdultContent', NULL, 'false');
--        common_element('Language', NULL, common_language());
--        common_element('OutputEncoding', NULL, 'UTF-8');
--        common_element('InputEncoding', NULL, 'UTF-8');
-+        common_element('AdultContent', null, 'false');
-+        common_element('Language', null, common_language());
-+        common_element('OutputEncoding', null, 'UTF-8');
-+        common_element('InputEncoding', null, 'UTF-8');
-hunk ./actions/othersettings.php 30
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/othersettings.php 35
--        common_element('h2', NULL, _('URL Auto-shortening'));
-+        common_element('h2', null, _('URL Auto-shortening'));
-hunk ./actions/othersettings.php 60
--//        common_element('h2', NULL, _('Delete my account'));
-+//        common_element('h2', null, _('Delete my account'));
-hunk ./actions/peoplesearch.php 71
--    var $terms = NULL;
--    var $pattern = NULL;
-+    var $terms = null;
-+    var $pattern = null;
-hunk ./actions/peopletag.php 46
--                           NULL, $tag, array($this, 'show_top'));
-+                           null, $tag, array($this, 'show_top'));
-hunk ./actions/peopletag.php 97
--        return NULL;
-+        return null;
-hunk ./actions/profilesettings.php 31
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/profilesettings.php 34
--        common_element('h2', NULL, _('Avatar'));
-+        common_element('h2', null, _('Avatar'));
-hunk ./actions/profilesettings.php 36
--        common_element('h2', NULL, _('Change password'));
-+        common_element('h2', null, _('Change password'));
-hunk ./actions/profilesettings.php 38
--//        common_element('h2', NULL, _('Delete my account'));
-+//        common_element('h2', null, _('Delete my account'));
-hunk ./actions/public.php 34
--                           array($this, 'show_header'), NULL,
-+                           array($this, 'show_header'), null,
-hunk ./actions/publicrss.php 55
--        return NULL;
-+        return null;
-hunk ./actions/publicxrds.php 45
--        common_element('Type', NULL, 'xri://$xrds*simple');
-+        common_element('Type', null, 'xri://$xrds*simple');
-hunk ./actions/publicxrds.php 58
--    function show_service($type, $uri, $params=NULL, $sigs=NULL, $localId=NULL) {
-+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
-hunk ./actions/publicxrds.php 61
--            common_element('URI', NULL, $uri);
-+            common_element('URI', null, $uri);
-hunk ./actions/publicxrds.php 63
--        common_element('Type', NULL, $type);
-+        common_element('Type', null, $type);
-hunk ./actions/publicxrds.php 66
--                common_element('Type', NULL, $param);
-+                common_element('Type', null, $param);
-hunk ./actions/publicxrds.php 71
--                common_element('Type', NULL, $sig);
-+                common_element('Type', null, $sig);
-hunk ./actions/publicxrds.php 75
--            common_element('LocalID', NULL, $localId);
-+            common_element('LocalID', null, $localId);
-hunk ./actions/recoverpassword.php 135
--    function show_top($msg=NULL) {
-+    function show_top($msg=null) {
+-    function show_form($error=null) {
++    function show_form($error=null)
++    {
+hunk ./actions/invite.php 157
+-    function send_invitation($email, $user, $personal) {
++    function send_invitation($email, $user, $personal)
++    {
+hunk ./actions/login.php 24
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/login.php 29
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/login.php 41
+-    function check_login() {
++    function check_login()
++    {
+hunk ./actions/login.php 106
+-    function show_form($error=null) {
++    function show_form($error=null)
++    {
+hunk ./actions/login.php 127
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/login.php 146
+-    function show_top($error=null) {
++    function show_top($error=null)
++    {
+hunk ./actions/logout.php 26
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/logout.php 31
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/microsummary.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/newmessage.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/newmessage.php 37
+-    function save_new_message() {
++    function save_new_message()
++    {
+hunk ./actions/newmessage.php 94
+-    function show_top($params) {
++    function show_top($params)
++    {
+hunk ./actions/newmessage.php 104
+-    function show_form($msg=null) {
++    function show_form($msg=null)
++    {
+hunk ./actions/newmessage.php 135
+-    function notify($from, $to, $message) {
++    function notify($from, $to, $message)
++    {
+hunk ./actions/newnotice.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/newnotice.php 47
+-    function save_new_notice() {
++    function save_new_notice()
++    {
+hunk ./actions/newnotice.php 115
+-    function ajax_error_msg($msg) {
++    function ajax_error_msg($msg)
++    {
+hunk ./actions/newnotice.php 127
+-    function show_top($content=null) {
++    function show_top($content=null)
++    {
+hunk ./actions/newnotice.php 132
+-    function show_form($msg=null) {
++    function show_form($msg=null)
++    {
+hunk ./actions/newnotice.php 154
+-    function show_notice($notice) {
++    function show_notice($notice)
++    {
+hunk ./actions/noticesearch.php 28
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/noticesearch.php 33
+-    function get_title() {
++    function get_title()
++    {
+hunk ./actions/noticesearch.php 38
+-    function show_results($q, $page) {
++    function show_results($q, $page)
++    {
+hunk ./actions/noticesearch.php 78
+-    function show_header($arr) {
++    function show_header($arr)
++    {
+hunk ./actions/noticesearch.php 94
+-    function show_notice($notice, $terms) {
++    function show_notice($notice, $terms)
++    {
+hunk ./actions/noticesearch.php 157
+-    function highlight($text, $terms) {
++    function highlight($text, $terms)
++    {
+hunk ./actions/noticesearchrss.php 28
+-    function init() {
++    function init()
++    {
+hunk ./actions/noticesearchrss.php 33
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/noticesearchrss.php 59
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/noticesearchrss.php 70
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/nudge.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/nudge.php 75
+-    function notify($user, $other) {
++    function notify($user, $other)
++    {
+hunk ./actions/openidlogin.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/openidlogin.php 60
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/openidlogin.php 65
+-    function show_top($error=null) {
++    function show_top($error=null)
++    {
+hunk ./actions/openidlogin.php 78
+-    function show_form($error=null, $openid_url) {
++    function show_form($error=null, $openid_url)
++    {
+hunk ./actions/openidsettings.php 27
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/openidsettings.php 34
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/openidsettings.php 121
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/openidsettings.php 142
+-    function remove_openid() {
++    function remove_openid()
++    {
+hunk ./actions/opensearch.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/othersettings.php 26
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/othersettings.php 31
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/othersettings.php 68
+-    function show_feeds_list($feeds) {
++    function show_feeds_list($feeds)
++    {
+hunk ./actions/othersettings.php 82
+-    function common_feed_item($feed) {
++    function common_feed_item($feed)
++    {
+hunk ./actions/othersettings.php 138
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/othersettings.php 155
+-    function save_preferences() {
++    function save_preferences()
++    {
+hunk ./actions/peoplesearch.php 27
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/peoplesearch.php 33
+-    function get_title() {
++    function get_title()
++    {
+hunk ./actions/peoplesearch.php 38
+-    function show_results($q, $page) {
++    function show_results($q, $page)
++    {
+hunk ./actions/peoplesearch.php 77
+-    function __construct($profile, $terms) {
++    function __construct($profile, $terms)
++    {
+hunk ./actions/peoplesearch.php 85
+-    function highlight($text) {
++    function highlight($text)
++    {
+hunk ./actions/peopletag.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/peopletag.php 54
+-    function show_people($tag, $page) {
++    function show_people($tag, $page)
++    {
+hunk ./actions/peopletag.php 88
+-    function show_top($tag) {
++    function show_top($tag)
++    {
+hunk ./actions/peopletag.php 99
+-    function get_title() {
++    function get_title()
++    {
+hunk ./actions/peopletag.php 104
+-    function show_header($arr) {
++    function show_header($arr)
++    {
+hunk ./actions/postnotice.php 25
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/postnotice.php 43
+-    function save_notice(&$req, &$consumer, &$token) {
++    function save_notice(&$req, &$consumer, &$token)
++    {
+hunk ./actions/profilesettings.php 26
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/profilesettings.php 32
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/profilesettings.php 45
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/profilesettings.php 66
+-    function show_settings_form() {
++    function show_settings_form()
++    {
+hunk ./actions/profilesettings.php 117
+-    function show_avatar_form() {
++    function show_avatar_form()
++    {
+hunk ./actions/profilesettings.php 176
+-    function show_password_form() {
++    function show_password_form()
++    {
+hunk ./actions/profilesettings.php 199
+-    function save_profile() {
++    function save_profile()
++    {
+hunk ./actions/profilesettings.php 347
+-    function upload_avatar() {
++    function upload_avatar()
++    {
+hunk ./actions/profilesettings.php 395
+-    function nickname_exists($nickname) {
++    function nickname_exists($nickname)
++    {
+hunk ./actions/profilesettings.php 406
+-    function change_password() {
++    function change_password()
++    {
+hunk ./actions/public.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/public.php 45
+-    function show_top() {
++    function show_top()
++    {
+hunk ./actions/public.php 69
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/public.php 76
+-    function show_header() {
++    function show_header()
++    {
+hunk ./actions/public.php 87
+-    function show_notices($page) {
++    function show_notices($page)
++    {
+hunk ./actions/publicrss.php 28
+-    function init() {
++    function init()
++    {
+hunk ./actions/publicrss.php 33
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/publicrss.php 47
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/publicrss.php 57
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/publicxrds.php 28
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/publicxrds.php 33
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/publicxrds.php 60
+-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
++    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
++    {
+hunk ./actions/recoverpassword.php 28
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/recoverpassword.php 51
+-    function check_code() {
++    function check_code()
++    {
+hunk ./actions/recoverpassword.php 118
+-    function set_temp_user(&$user) {
++    function set_temp_user(&$user)
++    {
+hunk ./actions/recoverpassword.php 124
+-    function get_temp_user() {
++    function get_temp_user()
++    {
+hunk ./actions/recoverpassword.php 134
+-    function clear_temp_user() {
++    function clear_temp_user()
++    {
 hunk ./actions/recoverpassword.php 140
--            common_element('p', NULL, 
-+            common_element('p', null, 
-hunk ./actions/recoverpassword.php 149
--    function show_password_top($msg=NULL) {
-+    function show_password_top($msg=null) {
-hunk ./actions/recoverpassword.php 159
--    function show_form($msg=NULL) {
-+    function show_form($msg=null) {
-hunk ./actions/recoverpassword.php 161
--        common_show_header(_('Recover password'), NULL,
-+        common_show_header(_('Recover password'), null,
-hunk ./actions/recoverpassword.php 176
--    function show_password_form($msg=NULL) {
-+    function show_password_form($msg=null) {
-hunk ./actions/recoverpassword.php 178
--        common_show_header(_('Reset password'), NULL,
-+        common_show_header(_('Reset password'), null,
-hunk ./actions/recoverpassword.php 227
--                $confirm_email = NULL;
-+                $confirm_email = null;
-hunk ./actions/recoverpassword.php 270
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/recoverpassword.php 327
--        common_element('p', NULL, _('New password successfully saved. ' .
-+        common_element('p', null, _('New password successfully saved. ' .
-hunk ./actions/register.php 152
--    function show_top($error=NULL) {
-+    function show_top($error=null) {
-hunk ./actions/register.php 167
--    function show_form($error=NULL) {
-+    function show_form($error=null) {
-hunk ./actions/register.php 181
--        common_show_header(_('Register'), NULL, $error, array($this, 'show_top'));
-+        common_show_header(_('Register'), null, $error, array($this, 'show_top'));
-hunk ./actions/remotesubscribe.php 58
--    function show_top($err=NULL) {
-+    function show_top($err=null) {
-hunk ./actions/remotesubscribe.php 70
--    function show_form($err=NULL) {
-+    function show_form($err=null) {
+-    function show_top($msg=null) {
++    function show_top($msg=null)
++    {
+hunk ./actions/recoverpassword.php 155
+-    function show_password_top($msg=null) {
++    function show_password_top($msg=null)
++    {
+hunk ./actions/recoverpassword.php 166
+-    function show_form($msg=null) {
++    function show_form($msg=null)
++    {
+hunk ./actions/recoverpassword.php 184
+-    function show_password_form($msg=null) {
++    function show_password_form($msg=null)
++    {
+hunk ./actions/recoverpassword.php 203
+-    function recover_password() {
++    function recover_password()
++    {
+hunk ./actions/recoverpassword.php 287
+-    function reset_password() {
++    function reset_password()
++    {
+hunk ./actions/register.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/register.php 39
+-    function try_register() {
++    function try_register()
++    {
+hunk ./actions/register.php 138
+-    function nickname_exists($nickname) {
++    function nickname_exists($nickname)
++    {
+hunk ./actions/register.php 146
+-    function email_exists($email) {
++    function email_exists($email)
++    {
+hunk ./actions/register.php 156
+-    function show_top($error=null) {
++    function show_top($error=null)
++    {
+hunk ./actions/register.php 172
+-    function show_form($error=null) {
++    function show_form($error=null)
++    {
+hunk ./actions/register.php 245
+-    function show_success() {
++    function show_success()
++    {
+hunk ./actions/remotesubscribe.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/remotesubscribe.php 51
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/remotesubscribe.php 60
+-    function show_top($err=null) {
++    function show_top($err=null)
++    {
 hunk ./actions/remotesubscribe.php 73
--        common_show_header(_('Remote subscribe'), NULL, $err,
-+        common_show_header(_('Remote subscribe'), null, $err,
-hunk ./actions/remotesubscribe.php 156
--        $user = NULL;
-+        $user = null;
-hunk ./actions/remotesubscribe.php 176
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 184
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 188
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 194
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 202
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 206
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 213
--                return NULL;
-+                return null;
-hunk ./actions/remotesubscribe.php 218
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 228
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 242
--        return NULL;
-+        return null;
-hunk ./actions/remotesubscribe.php 270
--        $req = OAuthRequest::from_consumer_and_token($con, NULL, "POST", $url, $params);
-+        $req = OAuthRequest::from_consumer_and_token($con, null, "POST", $url, $params);
-hunk ./actions/remotesubscribe.php 275
--            return NULL;
-+            return null;
-hunk ./actions/remotesubscribe.php 283
--        $req->sign_request(omb_hmac_sha1(), $con, NULL);
-+        $req->sign_request(omb_hmac_sha1(), $con, null);
-hunk ./actions/remotesubscribe.php 294
--            return NULL;
-+            return null;
-hunk ./actions/repliesrss.php 28
--    var $user = NULL;
-+    var $user = null;
-hunk ./actions/repliesrss.php 74
--            return NULL;
-+            return null;
-hunk ./actions/repliesrss.php 77
--        return ($avatar) ? $avatar->url : NULL;
-+        return ($avatar) ? $avatar->url : null;
-hunk ./actions/showmessage.php 56
--            return NULL;
-+            return null;
-hunk ./actions/showmessage.php 88
--            return NULL;
-+            return null;
-hunk ./actions/shownotice.php 26
--    var $notice = NULL;
--    var $profile = NULL;
--    var $avatar = NULL;
-+    var $notice = null;
-+    var $profile = null;
-+    var $avatar = null;
-hunk ./actions/shownotice.php 76
--                           array($this, 'show_header'), NULL,
-+                           array($this, 'show_header'), null,
-hunk ./actions/showstream.php 288
--        common_element('h2', NULL, _('Subscriptions'));
-+        common_element('h2', null, _('Subscriptions'));
-hunk ./actions/showstream.php 418
--        common_element('h2', NULL, _('Currently'));
-+        common_element('h2', null, _('Currently'));
-hunk ./actions/smssettings.php 31
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/smssettings.php 39
--        common_element('h2', NULL, _('Address'));
-+        common_element('h2', null, _('Address'));
-hunk ./actions/smssettings.php 63
--                common_input('code', _('Confirmation code'), NULL,
-+                common_input('code', _('Confirmation code'), null,
-hunk ./actions/smssettings.php 68
--                             ($this->arg('sms')) ? $this->arg('sms') : NULL,
-+                             ($this->arg('sms')) ? $this->arg('sms') : null,
-hunk ./actions/smssettings.php 76
--            common_element('h2', NULL, _('Incoming email'));
-+            common_element('h2', null, _('Incoming email'));
-hunk ./actions/smssettings.php 94
--        common_element('h2', NULL, _('Preferences'));
-+        common_element('h2', null, _('Preferences'));
-hunk ./actions/smssettings.php 114
--            return NULL;
-+            return null;
-hunk ./actions/smssettings.php 271
--        $user->sms = NULL;
--        $user->carrier = NULL;        
--        $user->smsemail = NULL;        
-+        $user->sms = null;
-+        $user->carrier = null;        
-+        $user->smsemail = null;        
-hunk ./actions/subedit.php 24
--    var $profile = NULL;
-+    var $profile = null;
-hunk ./actions/tagother.php 52
--    function show_form($profile, $error=NULL) {
-+    function show_form($profile, $error=null) {
-hunk ./actions/tagother.php 57
--                           NULL, array($profile, $error), array($this, 'show_top'));
-+                           null, array($profile, $error), array($this, 'show_top'));
-hunk ./actions/tagother.php 181
--    function show_top($arr = NULL) {
-+    function show_top($arr = null) {
-hunk ./actions/tagother.php 187
--            common_element('p', NULL,
-+            common_element('p', null,
-hunk ./actions/tagrss.php 44
--            return NULL;
-+            return null;
-hunk ./actions/twitapidirect_messages.php 231
--        common_element('title', NULL, $title);
-+        common_element('title', null, $title);
+-    function show_form($err=null) {
++    function show_form($err=null)
++    {
+hunk ./actions/remotesubscribe.php 93
+-    function remote_subscription() {
++    function remote_subscription()
++    {
+hunk ./actions/remotesubscribe.php 160
+-    function get_user() {
++    function get_user()
++    {
+hunk ./actions/remotesubscribe.php 170
+-    function getOmb($xrds) {
++    function getOmb($xrds)
++    {
+hunk ./actions/remotesubscribe.php 231
+-    function getXRD($main_service, $main_xrds) {
++    function getXRD($main_service, $main_xrds)
++    {
+hunk ./actions/remotesubscribe.php 253
+-    function addServices($xrd, $types, &$omb) {
++    function addServices($xrd, $types, &$omb)
++    {
+hunk ./actions/remotesubscribe.php 267
+-    function request_token($omb) {
++    function request_token($omb)
++    {
+hunk ./actions/remotesubscribe.php 312
+-    function request_authorization($user, $omb, $token, $secret) {
++    function request_authorization($user, $omb, $token, $secret)
++    {
+hunk ./actions/remotesubscribe.php 394
+-    function make_nonce() {
++    function make_nonce()
++    {
+hunk ./actions/replies.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/replies.php 57
+-    function no_such_user() {
++    function no_such_user()
++    {
+hunk ./actions/replies.php 62
+-    function show_header($user) {
++    function show_header($user)
++    {
+hunk ./actions/replies.php 71
+-    function show_top($user) {
++    function show_top($user)
++    {
+hunk ./actions/replies.php 87
+-    function show_replies($user) {
++    function show_replies($user)
++    {
+hunk ./actions/repliesrss.php 30
+-    function init() {
++    function init()
++    {
+hunk ./actions/repliesrss.php 43
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/repliesrss.php 59
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/repliesrss.php 73
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/requesttoken.php 26
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/requesttoken.php 31
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/showfavorites.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/showfavorites.php 57
+-    function show_header($user) {
++    function show_header($user)
++    {
+hunk ./actions/showfavorites.php 66
+-    function show_top($user) {
++    function show_top($user)
++    {
+hunk ./actions/showfavorites.php 81
+-    function show_notices($user) {
++    function show_notices($user)
++    {
+hunk ./actions/showmessage.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/showmessage.php 48
+-    function get_message() {
++    function get_message()
++    {
+hunk ./actions/showmessage.php 55
+-    function get_title($user, $page) {
++    function get_title($user, $page)
++    {
+hunk ./actions/showmessage.php 76
+-    function get_messages($user, $page) {
++    function get_messages($user, $page)
++    {
+hunk ./actions/showmessage.php 84
+-    function get_message_profile($message) {
++    function get_message_profile($message)
++    {
+hunk ./actions/showmessage.php 97
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/showmessage.php 102
+-    function views_menu() {
++    function views_menu()
++    {
+hunk ./actions/shownotice.php 30
+-    function prepare($args) {
++    function prepare($args)
++    {
+hunk ./actions/shownotice.php 55
+-    function last_modified() {
++    function last_modified()
++    {
+hunk ./actions/shownotice.php 62
+-    function etag() {
++    function etag()
++    {
+hunk ./actions/shownotice.php 72
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/shownotice.php 91
+-    function show_header() {
++    function show_header()
++    {
+hunk ./actions/shownotice.php 111
+-    function show_top() {
++    function show_top()
++    {
+hunk ./actions/shownotice.php 119
+-    function no_such_notice() {
++    function no_such_notice()
++    {
+hunk ./actions/showstream.php 29
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/showstream.php 80
+-    function show_top($user) {
++    function show_top($user)
++    {
+hunk ./actions/showstream.php 105
+-    function show_header($user) {
++    function show_header($user)
++    {
+hunk ./actions/showstream.php 159
+-    function no_such_user() {
++    function no_such_user()
++    {
+hunk ./actions/showstream.php 164
+-    function show_profile($profile) {
++    function show_profile($profile)
++    {
+hunk ./actions/showstream.php 180
+-    function show_personal($profile) {
++    function show_personal($profile)
++    {
+hunk ./actions/showstream.php 255
+-    function show_remote_subscribe_link($profile) {
++    function show_remote_subscribe_link($profile)
++    {
+hunk ./actions/showstream.php 264
+-    function show_unsubscribe_form($profile) {
++    function show_unsubscribe_form($profile)
++    {
+hunk ./actions/showstream.php 279
+-    function show_subscriptions($profile) {
++    function show_subscriptions($profile)
++    {
+hunk ./actions/showstream.php 352
+-    function show_statistics($profile) {
++    function show_statistics($profile)
++    {
+hunk ./actions/showstream.php 413
+-    function show_notices($user) {
++    function show_notices($user)
++    {
+hunk ./actions/showstream.php 427
+-    function show_last_notice($profile) {
++    function show_last_notice($profile)
++    {
+hunk ./actions/showstream.php 453
+-    function newListItem($notice) {
++    function newListItem($notice)
++    {
+hunk ./actions/showstream.php 460
+-    function showAuthor() {
++    function showAuthor()
++    {
+hunk ./actions/smssettings.php 27
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/smssettings.php 32
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/smssettings.php 108
+-    function get_confirmation() {
++    function get_confirmation()
++    {
+hunk ./actions/smssettings.php 121
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/smssettings.php 151
+-    function save_preferences() {
++    function save_preferences()
++    {
+hunk ./actions/smssettings.php 179
+-    function add_address() {
++    function add_address()
++    {
+hunk ./actions/smssettings.php 235
+-    function cancel_confirmation() {
++    function cancel_confirmation()
++    {
+hunk ./actions/smssettings.php 263
+-    function remove_address() {
++    function remove_address()
++    {
+hunk ./actions/smssettings.php 293
+-    function sms_exists($sms) {
++    function sms_exists($sms)
++    {
+hunk ./actions/smssettings.php 304
+-    function carrier_select() {
++    function carrier_select()
++    {
+hunk ./actions/smssettings.php 329
+-    function confirm_code() {
++    function confirm_code()
++    {
+hunk ./actions/subedit.php 26
+-    function prepare($args) {
++    function prepare($args)
++    {
+hunk ./actions/subedit.php 60
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/subscribe.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/subscribers.php 26
+-    function gallery_type() {
++    function gallery_type()
++    {
+hunk ./actions/subscribers.php 31
+-    function get_instructions(&$profile) {
++    function get_instructions(&$profile)
++    {
+hunk ./actions/subscribers.php 41
+-    function fields() {
++    function fields()
++    {
+hunk ./actions/subscribers.php 46
+-    function div_class() {
++    function div_class()
++    {
+hunk ./actions/subscribers.php 51
+-    function get_other(&$subs) {
++    function get_other(&$subs)
++    {
+hunk ./actions/subscribers.php 56
+-    function profile_list_class() {
++    function profile_list_class()
++    {
+hunk ./actions/subscribers.php 63
+-    function show_owner_controls($profile) {
++    function show_owner_controls($profile)
++    {
+hunk ./actions/subscriptions.php 26
+-    function gallery_type() {
++    function gallery_type()
++    {
+hunk ./actions/subscriptions.php 31
+-    function get_instructions(&$profile) {
++    function get_instructions(&$profile)
++    {
+hunk ./actions/subscriptions.php 41
+-    function fields() {
++    function fields()
++    {
+hunk ./actions/subscriptions.php 46
+-    function div_class() {
++    function div_class()
++    {
+hunk ./actions/subscriptions.php 51
+-    function get_other(&$subs) {
++    function get_other(&$subs)
++    {
+hunk ./actions/subscriptions.php 56
+-    function profile_list_class() {
++    function profile_list_class()
++    {
+hunk ./actions/subscriptions.php 64
+-    function show_owner_controls($profile) {
++    function show_owner_controls($profile)
++    {
+hunk ./actions/sup.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/sup.php 46
+-    function available_periods() {
++    function available_periods()
++    {
+hunk ./actions/sup.php 60
+-    function get_updates($seconds) {
++    function get_updates($seconds)
++    {
+hunk ./actions/sup.php 81
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./actions/tag.php 27
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/tag.php 50
+-    function show_header($tag = false) {
++    function show_header($tag = false)
++    {
+hunk ./actions/tag.php 60
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/tag.php 65
+-    function show_top($tag = false) {
++    function show_top($tag = false)
++    {
+hunk ./actions/tag.php 131
+-    function show_tag($tag, $weight, $relative) {
++    function show_tag($tag, $weight, $relative)
++    {
+hunk ./actions/tag.php 157
+-    function show_notices($tag) {
++    function show_notices($tag)
++    {
+hunk ./actions/tagother.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/tagother.php 53
+-    function show_form($profile, $error=null) {
++    function show_form($profile, $error=null)
++    {
+hunk ./actions/tagother.php 108
+-    function save_tags() {
++    function save_tags()
++    {
+hunk ./actions/tagother.php 184
+-    function show_top($arr = null) {
++    function show_top($arr = null)
++    {
+hunk ./actions/tagrss.php 28
+-    function init() {
++    function init()
++    {
+hunk ./actions/tagrss.php 41
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/tagrss.php 58
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/twitapiaccount.php 26
+-    function verify_credentials($args, $apidata) {
++    function verify_credentials($args, $apidata)
++    {
+hunk ./actions/twitapiaccount.php 38
+-    function end_session($args, $apidata) {
++    function end_session($args, $apidata)
++    {
+hunk ./actions/twitapiaccount.php 44
+-    function update_location($args, $apidata) {
++    function update_location($args, $apidata)
++    {
+hunk ./actions/twitapiaccount.php 90
+-    function update_delivery_device($args, $apidata) {
++    function update_delivery_device($args, $apidata)
++    {
+hunk ./actions/twitapiaccount.php 96
+-    function rate_limit_status($args, $apidata) {
++    function rate_limit_status($args, $apidata)
++    {
+hunk ./actions/twitapiblocks.php 26
+-    function create($args, $apidata) {
++    function create($args, $apidata)
++    {
+hunk ./actions/twitapiblocks.php 50
+-    function destroy($args, $apidata) {
++    function destroy($args, $apidata)
++    {
+hunk ./actions/twitapidirect_messages.php 26
+-    function direct_messages($args, $apidata) {
++    function direct_messages($args, $apidata)
++    {
+hunk ./actions/twitapidirect_messages.php 32
+-    function sent($args, $apidata) {
++    function sent($args, $apidata)
++    {
+hunk ./actions/twitapidirect_messages.php 38
+-    function show_messages($args, $apidata, $type) {
++    function show_messages($args, $apidata, $type)
++    {
+hunk ./actions/twitapidirect_messages.php 116
+-    function create($args, $apidata) {
++    function create($args, $apidata)
++    {
+hunk ./actions/twitapidirect_messages.php 180
+-    function destroy($args, $apidata) {
++    function destroy($args, $apidata)
++    {
+hunk ./actions/twitapidirect_messages.php 186
+-    function show_xml_dmsgs($message) {
++    function show_xml_dmsgs($message)
++    {
+hunk ./actions/twitapidirect_messages.php 209
+-    function show_json_dmsgs($message) {
++    function show_json_dmsgs($message)
++    {
 hunk ./actions/twitapidirect_messages.php 233
--        common_element('link', NULL, $link);
--        common_element('description', NULL, $subtitle);
--        common_element('language', NULL, 'en-us');
--        common_element('ttl', NULL, '40');
-+        common_element('link', null, $link);
-+        common_element('description', null, $subtitle);
-+        common_element('language', null, 'en-us');
-+        common_element('ttl', null, '40');
-hunk ./actions/twitapidirect_messages.php 259
--        common_element('title', NULL, $title);
-+        common_element('title', null, $title);
-hunk ./actions/twitapidirect_messages.php 261
--        common_element('id', NULL, "tag:$siteserver,2008:DirectMessage");
--        common_element('link', array('href' => $link, 'rel' => 'alternate', 'type' => 'text/html'), NULL);
--        common_element('updated', NULL, common_date_iso8601(strftime('%c')));
--        common_element('subtitle', NULL, $subtitle);
-+        common_element('id', null, "tag:$siteserver,2008:DirectMessage");
-+        common_element('link', array('href' => $link, 'rel' => 'alternate', 'type' => 'text/html'), null);
-+        common_element('updated', null, common_date_iso8601(strftime('%c')));
-+        common_element('subtitle', null, $subtitle);
-hunk ./actions/twitapifriendships.php 141
--            common_element('friends', NULL, $result);
-+            common_element('friends', null, $result);
-hunk ./actions/twitapihelp.php 35
--            common_element('ok', NULL, 'true');
-+            common_element('ok', null, 'true');
-hunk ./actions/twitapistatuses.php 115
--        $user = $this->get_user(NULL, $apidata);
-+        $user = $this->get_user(null, $apidata);
-hunk ./actions/twitapistatuses.php 203
--        $suplink = common_local_url('sup', NULL, $user->id);
-+        $suplink = common_local_url('sup', null, $user->id);
-hunk ./actions/twitapistatuses.php 294
--            $reply_to = NULL;
-+            $reply_to = null;
-hunk ./actions/twittersettings.php 33
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./actions/twittersettings.php 36
--        $fuser = NULL;
-+        $fuser = null;
-hunk ./actions/twittersettings.php 50
--        common_element('h2', NULL, _('Twitter Account'));
-+        common_element('h2', null, _('Twitter Account'));
-hunk ./actions/twittersettings.php 70
--        common_element('h2', NULL, _('Preferences'));
-+        common_element('h2', null, _('Preferences'));
-hunk ./actions/twittersettings.php 129
--            common_element('h3', NULL, _('Twitter Friends'));
-+            common_element('h3', null, _('Twitter Friends'));
-hunk ./actions/unblock.php 24
--    var $profile = NULL;
-+    var $profile = null;
-hunk ./actions/userauthorization.php 84
--        common_element('p', NULL, _('Please check these details to make sure '.
-+        common_element('p', null, _('Please check these details to make sure '.
-hunk ./actions/userauthorization.php 323
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/userauthorization.php 333
--        common_element('p', NULL,
-+        common_element('p', null,
-hunk ./actions/userbyid.php 41
--        $httpaccept = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : NULL;
-+        $httpaccept = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : null;
-hunk ./actions/userrss.php 28
--    var $user = NULL;
-+    var $user = null;
-hunk ./actions/userrss.php 47
--            return NULL;
-+            return null;
-hunk ./actions/userrss.php 77
--            return NULL;
-+            return null;
-hunk ./actions/userrss.php 80
--        return ($avatar) ? $avatar->url : NULL;
-+        return ($avatar) ? $avatar->url : null;
-hunk ./actions/userrss.php 86
--        $url = common_local_url('sup', NULL, $this->user->id);
-+        $url = common_local_url('sup', null, $this->user->id);
-hunk ./actions/xrds.php 53
--        common_element('Type', NULL, 'xri://$xrds*simple');
-+        common_element('Type', null, 'xri://$xrds*simple');
-hunk ./actions/xrds.php 72
--                            NULL,
-+                            null,
-hunk ./actions/xrds.php 85
--        common_element('Type', NULL, 'xri://$xrds*simple');
-+        common_element('Type', null, 'xri://$xrds*simple');
-hunk ./actions/xrds.php 98
--        common_element('Type', NULL, 'xri://$xrds*simple');
-+        common_element('Type', null, 'xri://$xrds*simple');
-hunk ./actions/xrds.php 111
--    function show_service($type, $uri, $params=NULL, $sigs=NULL, $localId=NULL) {
-+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
+-    function show_rss_dmsgs($message, $title, $link, $subtitle) {
++    function show_rss_dmsgs($message, $title, $link, $subtitle)
++    {
+hunk ./actions/twitapidirect_messages.php 263
+-    function show_atom_dmsgs($message, $title, $link, $subtitle) {
++    function show_atom_dmsgs($message, $title, $link, $subtitle)
++    {
+hunk ./actions/twitapidirect_messages.php 291
+-    function notify($from, $to, $message) {
++    function notify($from, $to, $message)
++    {
+hunk ./actions/twitapifavorites.php 26
+-    function favorites($args, $apidata) {
++    function favorites($args, $apidata)
++    {
+hunk ./actions/twitapifavorites.php 89
+-    function create($args, $apidata) {
++    function create($args, $apidata)
++    {
+hunk ./actions/twitapifavorites.php 139
+-    function destroy($args, $apidata) {
++    function destroy($args, $apidata)
++    {
+hunk ./actions/twitapifavorites.php 147
+-    function notify($fave, $notice, $user) {
++    function notify($fave, $notice, $user)
++    {
+hunk ./actions/twitapifavorites.php 159
+-    function notify_mail($other, $user, $notice) {
++    function notify_mail($other, $user, $notice)
++    {
+hunk ./actions/twitapifriendships.php 26
+-    function create($args, $apidata) {
++    function create($args, $apidata)
++    {
+hunk ./actions/twitapifriendships.php 79
+-    function destroy($args, $apidata) {
++    function destroy($args, $apidata)
++    {
+hunk ./actions/twitapifriendships.php 115
+-    function exists($args, $apidata) {
++    function exists($args, $apidata)
++    {
+hunk ./actions/twitapihelp.php 30
+-    function test($args, $apidata) {
++    function test($args, $apidata)
++    {
+hunk ./actions/twitapihelp.php 48
+-    function downtime_schedule($args, $apidata) {
++    function downtime_schedule($args, $apidata)
++    {
+hunk ./actions/twitapinotifications.php 27
+-    function follow($args, $apidata) {
++    function follow($args, $apidata)
++    {
+hunk ./actions/twitapinotifications.php 33
+-    function leave($args, $apidata) {
++    function leave($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 26
+-    function public_timeline($args, $apidata) {
++    function public_timeline($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 88
+-    function friends_timeline($args, $apidata) {
++    function friends_timeline($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 151
+-    function user_timeline($args, $apidata) {
++    function user_timeline($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 232
+-    function update($args, $apidata) {
++    function update($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 328
+-    function replies($args, $apidata) {
++    function replies($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 396
+-    function show($args, $apidata) {
++    function show($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 422
+-    function destroy($args, $apidata) {
++    function destroy($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 467
+-    function friends($args, $apidata) {
++    function friends($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 473
+-    function followers($args, $apidata) {
++    function followers($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 480
+-    function subscriptions($apidata, $other_attr, $user_attr) {
++    function subscriptions($apidata, $other_attr, $user_attr)
++    {
+hunk ./actions/twitapistatuses.php 536
+-    function show_profiles($profiles, $type) {
++    function show_profiles($profiles, $type)
++    {
+hunk ./actions/twitapistatuses.php 558
+-    function featured($args, $apidata) {
++    function featured($args, $apidata)
++    {
+hunk ./actions/twitapistatuses.php 564
+-    function supported($cmd) {
++    function supported($cmd)
++    {
+hunk ./actions/twitapiusers.php 26
+-    function show($args, $apidata) {
++    function show($args, $apidata)
++    {
+hunk ./actions/twittersettings.php 28
+-    function get_instructions() {
++    function get_instructions()
++    {
+hunk ./actions/twittersettings.php 34
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./actions/twittersettings.php 96
+-    function subscribed_twitter_users() {
++    function subscribed_twitter_users()
++    {
+hunk ./actions/twittersettings.php 125
+-    function show_twitter_subscriptions() {
++    function show_twitter_subscriptions()
++    {
+hunk ./actions/twittersettings.php 187
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./actions/twittersettings.php 208
+-    function add_twitter_acct() {
++    function add_twitter_acct()
++    {
+hunk ./actions/twittersettings.php 270
+-    function remove_twitter_acct() {
++    function remove_twitter_acct()
++    {
+hunk ./actions/twittersettings.php 294
+-    function save_preferences() {
++    function save_preferences()
++    {
+hunk ./actions/twittersettings.php 341
+-    function verify_credentials($screen_name, $password) {
++    function verify_credentials($screen_name, $password)
++    {
+hunk ./actions/twittersettings.php 365
+-    function set_flags(&$flink, $noticesync, $replysync, $friendsync) {
++    function set_flags(&$flink, $noticesync, $replysync, $friendsync)
++    {
+hunk ./actions/unblock.php 26
+-    function prepare($args) {
++    function prepare($args)
++    {
+hunk ./actions/unblock.php 60
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/unblock.php 68
+-    function unblock_profile() {
++    function unblock_profile()
++    {
+hunk ./actions/unsubscribe.php 22
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/updateprofile.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/updateprofile.php 44
+-    function update_profile($req, $consumer, $token) {
++    function update_profile($req, $consumer, $token)
++    {
+hunk ./actions/userauthorization.php 27
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/userauthorization.php 73
+-    function show_form($req) {
++    function show_form($req)
++    {
+hunk ./actions/userauthorization.php 134
+-    function send_authorization() {
++    function send_authorization()
++    {
+hunk ./actions/userauthorization.php 203
+-    function authorize_token(&$req) {
++    function authorize_token(&$req)
++    {
+hunk ./actions/userauthorization.php 229
+-    function save_remote_profile(&$req) {
++    function save_remote_profile(&$req)
++    {
+hunk ./actions/userauthorization.php 320
+-    function add_avatar($profile, $url) {
++    function add_avatar($profile, $url)
++    {
+hunk ./actions/userauthorization.php 327
+-    function show_accept_message($tok) {
++    function show_accept_message($tok)
++    {
+hunk ./actions/userauthorization.php 338
+-    function show_reject_message($tok) {
++    function show_reject_message($tok)
++    {
+hunk ./actions/userauthorization.php 348
+-    function store_request($req) {
++    function store_request($req)
++    {
+hunk ./actions/userauthorization.php 354
+-    function clear_request() {
++    function clear_request()
++    {
+hunk ./actions/userauthorization.php 360
+-    function get_stored_request() {
++    function get_stored_request()
++    {
+hunk ./actions/userauthorization.php 367
+-    function get_new_request() {
++    function get_new_request()
++    {
+hunk ./actions/userauthorization.php 376
+-    function validate_request(&$req) {
++    function validate_request(&$req)
++    {
+hunk ./actions/userauthorization.php 400
+-    function validate_omb(&$req) {
++    function validate_omb(&$req)
++    {
+hunk ./actions/userauthorization.php 515
+-    function check_version(&$req) {
++    function check_version(&$req)
++    {
+hunk ./actions/userauthorization.php 529
+-    function get_consumer($datastore, $req) {
++    function get_consumer($datastore, $req)
++    {
+hunk ./actions/userauthorization.php 545
+-    function get_token($datastore, &$req, $consumer) {/*{{{*/
++    function get_token($datastore, &$req, $consumer)
++    {/*{{{*/
+hunk ./actions/userauthorization.php 555
+-    function check_timestamp(&$req) {
++    function check_timestamp(&$req)
++    {
+hunk ./actions/userauthorization.php 565
+-    function check_nonce(&$datastore, &$req, $consumer, $token) {
++    function check_nonce(&$datastore, &$req, $consumer, $token)
++    {
+hunk ./actions/userauthorization.php 576
+-    function check_signature(&$req, $consumer, $token) {
++    function check_signature(&$req, $consumer, $token)
++    {
+hunk ./actions/userauthorization.php 589
+-    function get_signature_method(&$req) {
++    function get_signature_method(&$req)
++    {
+hunk ./actions/userbyid.php 24
+-    function is_readonly() {                
++    function is_readonly()
++    {                
+hunk ./actions/userbyid.php 29
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/userrss.php 30
+-    function init() {
++    function init()
++    {
+hunk ./actions/userrss.php 43
+-    function get_notices($limit=0) {
++    function get_notices($limit=0)
++    {
+hunk ./actions/userrss.php 61
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./actions/userrss.php 74
+-    function get_image() {
++    function get_image()
++    {
+hunk ./actions/userrss.php 89
+-    function init_rss($limit=0) {
++    function init_rss($limit=0)
++    {
+hunk ./actions/xrds.php 26
+-    function is_readonly() {                
++    function is_readonly()
++    {                
+hunk ./actions/xrds.php 31
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./actions/xrds.php 43
+-    function show_xrds($user) {
++    function show_xrds($user)
++    {
 hunk ./actions/xrds.php 114
--            common_element('URI', NULL, $uri);
-+            common_element('URI', null, $uri);
-hunk ./actions/xrds.php 116
--        common_element('Type', NULL, $type);
-+        common_element('Type', null, $type);
-hunk ./actions/xrds.php 119
--                common_element('Type', NULL, $param);
-+                common_element('Type', null, $param);
-hunk ./actions/xrds.php 124
--                common_element('Type', NULL, $sig);
-+                common_element('Type', null, $sig);
-hunk ./actions/xrds.php 128
--            common_element('LocalID', NULL, $localId);
-+            common_element('LocalID', null, $localId);
+-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
++    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
++    {
 hunk ./classes/Avatar.php 24
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
-hunk ./classes/Avatar.php 75
--            return NULL;
-+            return null;
-hunk ./classes/Avatar.php 88
--            return NULL;
-+            return null;
-hunk ./classes/Channel.php 41
--        return NULL;
-+        return null;
-hunk ./classes/Channel.php 47
--    var $conn = NULL;
-+    var $conn = null;
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
+hunk ./classes/Avatar.php 32
+-    function delete() {
++    function delete()
++    {
+hunk ./classes/Avatar.php 43
+-    function scale($size) {
++    function scale($size)
++    {
+hunk ./classes/Avatar.php 82
+-    function to_image() {
++    function to_image()
++    {
+hunk ./classes/Avatar.php 96
+-    function &pkeyGet($kv) {
++    function &pkeyGet($kv)
++    {
+hunk ./classes/Channel.php 24
+-    function on($user) {
++    function on($user)
++    {
+hunk ./classes/Channel.php 29
+-    function off($user) {
++    function off($user)
++    {
+hunk ./classes/Channel.php 34
+-    function output($user, $text) {
++    function output($user, $text)
++    {
+hunk ./classes/Channel.php 39
+-    function error($user, $text) {
++    function error($user, $text)
++    {
+hunk ./classes/Channel.php 44
+-    function source() {
++    function source()
++    {
+hunk ./classes/Channel.php 54
+-    function source() {
++    function source()
++    {
+hunk ./classes/Channel.php 59
+-    function __construct($conn) {
++    function __construct($conn)
++    {
+hunk ./classes/Channel.php 64
+-    function on($user) {
++    function on($user)
++    {
+hunk ./classes/Channel.php 69
+-    function off($user) {
++    function off($user)
++    {
+hunk ./classes/Channel.php 74
+-    function output($user, $text) {
++    function output($user, $text)
++    {
+hunk ./classes/Channel.php 80
+-    function error($user, $text) {
++    function error($user, $text)
++    {
+hunk ./classes/Channel.php 86
+-    function set_notify(&$user, $notify) {
++    function set_notify(&$user, $notify)
++    {
+hunk ./classes/Channel.php 109
+-    function source() {
++    function source()
++    {
 hunk ./classes/Channel.php 114
--        common_element('p', NULL, $text);
-+        common_element('p', null, $text);
-hunk ./classes/Channel.php 152
--    var $addr = NULL;
-+    var $addr = null;
-hunk ./classes/Channel.php 158
--    function __construct($addr=NULL) {
-+    function __construct($addr=null) {
-hunk ./classes/Command.php 26
--    var $user = NULL;
-+    var $user = null;
+-    function on($user) {
++    function on($user)
++    {
+hunk ./classes/Channel.php 119
+-    function off($user) {
++    function off($user)
++    {
+hunk ./classes/Channel.php 124
+-    function output($user, $text) {
++    function output($user, $text)
++    {
+hunk ./classes/Channel.php 134
+-    function error($user, $text) {
++    function error($user, $text)
++    {
+hunk ./classes/Channel.php 143
+-    function output($user, $text) {
++    function output($user, $text)
++    {
+hunk ./classes/Channel.php 155
+-    function error($user, $text) {
++    function error($user, $text)
++    {
+hunk ./classes/Channel.php 173
+-    function source() {
++    function source()
++    {
+hunk ./classes/Channel.php 178
+-    function __construct($addr=null) {
++    function __construct($addr=null)
++    {
+hunk ./classes/Channel.php 183
+-    function on($user) {
++    function on($user)
++    {
+hunk ./classes/Channel.php 188
+-    function off($user) {
++    function off($user)
++    {
+hunk ./classes/Channel.php 193
+-    function output($user, $text) {
++    function output($user, $text)
++    {
+hunk ./classes/Channel.php 204
+-    function error($user, $text) {
++    function error($user, $text)
++    {
+hunk ./classes/Channel.php 215
+-    function set_notify($user, $value) {
++    function set_notify($user, $value)
++    {
 hunk ./classes/Command.php 28
--    function __construct($user=NULL) {
-+    function __construct($user=null) {
-hunk ./classes/Command.php 50
--    var $word = NULL;
-+    var $word = null;
-hunk ./classes/Command.php 58
--    var $word = NULL;
-+    var $word = null;
-hunk ./classes/Command.php 66
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 74
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 107
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 151
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 185
--    var $other = NULL;
--    var $text = NULL;
-+    var $other = null;
-+    var $text = null;
-hunk ./classes/Command.php 228
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 258
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 284
--    var $other = NULL;
-+    var $other = null;
-hunk ./classes/Command.php 308
--    var $other = NULL;
--    function __construct($user, $other=NULL) {
-+    var $other = null;
-+    function __construct($user, $other=null) {
-hunk ./classes/Command.php 327
--    var $other = NULL;
--    function __construct($user, $other=NULL) {
-+    var $other = null;
-+    function __construct($user, $other=null) {
-hunk ./classes/CommandInterpreter.php 40
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 47
--                    return NULL;
-+                    return null;
-hunk ./classes/CommandInterpreter.php 58
--                    return NULL;
-+                    return null;
-hunk ./classes/CommandInterpreter.php 68
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 75
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 79
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 86
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 90
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 97
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 101
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 107
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 111
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 117
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 121
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 127
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 131
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 137
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 141
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 147
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 152
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 156
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 162
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 166
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 174
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 178
--                return NULL;
-+                return null;
-hunk ./classes/CommandInterpreter.php 187
--                return NULL;
-+                return null;
+-    function __construct($user=null) {
++    function __construct($user=null)
++    {
+hunk ./classes/Command.php 33
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 40
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 54
+-    function __construct($user, $word) {
++    function __construct($user, $word)
++    {
+hunk ./classes/Command.php 63
+-    function __construct($user, $word) {
++    function __construct($user, $word)
++    {
+hunk ./classes/Command.php 72
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 81
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 89
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 117
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 123
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 162
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 168
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 199
+-    function __construct($user, $other, $text) {
++    function __construct($user, $other, $text)
++    {
+hunk ./classes/Command.php 206
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 244
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 250
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 276
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 282
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 304
+-    function __construct($user, $other) {
++    function __construct($user, $other)
++    {
+hunk ./classes/Command.php 310
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 329
+-    function __construct($user, $other=null) {
++    function __construct($user, $other=null)
++    {
+hunk ./classes/Command.php 334
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 350
+-    function __construct($user, $other=null) {
++    function __construct($user, $other=null)
++    {
+hunk ./classes/Command.php 356
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/Command.php 371
+-    function execute($channel) {
++    function execute($channel)
++    {
+hunk ./classes/CommandInterpreter.php 26
+-    function handle_command($user, $text) {
++    function handle_command($user, $text)
++    {
 hunk ./classes/Confirm_address.php 23
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
+hunk ./classes/Confirm_address.php 29
+-    function sequenceKey() { return array(false, false); }
++    function sequenceKey()
++    { return array(false, false); }
 hunk ./classes/Consumer.php 19
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
 hunk ./classes/Fave.php 18
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Fave',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Fave',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Fave',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Fave',$k,$v); }
+hunk ./classes/Fave.php 35
+-    function &pkeyGet($kv) {
++    function &pkeyGet($kv)
++    {
 hunk ./classes/Foreign_link.php 24
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
-hunk ./classes/Foreign_link.php 41
--        return NULL;        
-+        return null;        
-hunk ./classes/Foreign_link.php 54
--        return NULL;        
-+        return null;        
-hunk ./classes/Foreign_link.php 69
--        return NULL;        
-+        return null;        
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
+hunk ./classes/Foreign_link.php 59
+-    function getForeignUser() {        
++    function getForeignUser()
++    {        
+hunk ./classes/Foreign_link.php 74
+-    function getUser() {
++    function getUser()
++    {
 hunk ./classes/Foreign_service.php 20
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
 hunk ./classes/Foreign_subscription.php 19
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
 hunk ./classes/Foreign_user.php 21
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
-hunk ./classes/Foreign_user.php 39
--        return NULL;        
-+        return null;        
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
+hunk ./classes/Foreign_user.php 43
+-    function updateKeys(&$orig) {
++    function updateKeys(&$orig)
++    {
 hunk ./classes/Invitation.php 20
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
 hunk ./classes/Memcached_DataObject.php 26
--    function &staticGet($cls, $k, $v=NULL) {
-+    function &staticGet($cls, $k, $v=null) {
-hunk ./classes/Memcached_DataObject.php 59
--                $i = NULL;
-+                $i = null;
-hunk ./classes/Memcached_DataObject.php 70
--    function update($orig=NULL) {
-+    function update($orig=null) {
+-    function &staticGet($cls, $k, $v=null) {
++    function &staticGet($cls, $k, $v=null)
++    {
+hunk ./classes/Memcached_DataObject.php 48
+-    function &pkeyGet($cls, $kv) {
++    function &pkeyGet($cls, $kv)
++    {
+hunk ./classes/Memcached_DataObject.php 67
+-    function insert() {
++    function insert()
++    {
+hunk ./classes/Memcached_DataObject.php 73
+-    function update($orig=null) {
++    function update($orig=null)
++    {
+hunk ./classes/Memcached_DataObject.php 85
+-    function delete() {
++    function delete()
++    {
+hunk ./classes/Memcached_DataObject.php 108
+-    function keyTypes() {
++    function keyTypes()
++    {
+hunk ./classes/Memcached_DataObject.php 118
+-    function encache() {
++    function encache()
++    {
+hunk ./classes/Memcached_DataObject.php 143
+-    function decache() {
++    function decache()
++    {
+hunk ./classes/Memcached_DataObject.php 169
+-    function multicache($cls, $kv) {
++    function multicache($cls, $kv)
++    {
+hunk ./classes/Memcached_DataObject.php 182
+-    function getSearchEngine($table) {
++    function getSearchEngine($table)
++    {
 hunk ./classes/Message.php 25
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Message',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Message',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Message',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Message',$k,$v); }
+hunk ./classes/Message.php 31
+-    function getFrom() {
++    function getFrom()
++    {
+hunk ./classes/Message.php 36
+-    function getTo() {
++    function getTo()
++    {
 hunk ./classes/Nonce.php 21
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
 hunk ./classes/Notice.php 51
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice',$k,$v); }
-hunk ./classes/Notice.php 94
--    static function saveNew($profile_id, $content, $source=NULL, $is_local=1, $reply_to=NULL, $uri=NULL) {
-+    static function saveNew($profile_id, $content, $source=null, $is_local=1, $reply_to=null, $uri=null) {
-hunk ./classes/Notice.php 296
--    static function getStream($qry, $cachekey, $offset=0, $limit=20, $since_id=0, $before_id=0, $order=NULL, $since=NULL) {
-+    static function getStream($qry, $cachekey, $offset=0, $limit=20, $since_id=0, $before_id=0, $order=null, $since=null) {
-hunk ./classes/Notice.php 386
--            return Notice::getStreamDirect($qry, $offset, $limit, NULL, NULL, $order, NULL);
-+            return Notice::getStreamDirect($qry, $offset, $limit, null, null, $order, null);
-hunk ./classes/Notice.php 394
--            return Notice::getStreamDirect($qry, $offset, $limit, NULL, NULL, $order, NULL);
-+            return Notice::getStreamDirect($qry, $offset, $limit, null, null, $order, null);
-hunk ./classes/Notice.php 426
--                                                  $last_id, NULL, $order, NULL);
-+                                                  $last_id, null, $order, null);
-hunk ./classes/Notice.php 450
--        $notice = Notice::getStreamDirect($qry, 0, NOTICE_CACHE_WINDOW, NULL, NULL, $order, NULL);
-+        $notice = Notice::getStreamDirect($qry, 0, NOTICE_CACHE_WINDOW, null, null, $order, null);
-hunk ./classes/Notice.php 480
--    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=NULL) {
-+    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null) {
-hunk ./classes/Notice.php 499
--                                 $offset, $limit, $since_id, $before_id, NULL, $since);
-+                                 $offset, $limit, $since_id, $before_id, null, $since);
-hunk ./classes/NoticeWrapper.php 38
--    var $notices = NULL;
-+    var $notices = null;
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Notice',$k,$v); }
+hunk ./classes/Notice.php 57
+-    function getProfile() {
++    function getProfile()
++    {
+hunk ./classes/Notice.php 62
+-    function delete() {
++    function delete()
++    {
+hunk ./classes/Notice.php 70
+-    function saveTags() {
++    function saveTags()
++    {
+hunk ./classes/Notice.php 191
+-    function blowCaches($blowLast=false) {
++    function blowCaches($blowLast=false)
++    {
+hunk ./classes/Notice.php 200
+-    function blowTagCache($blowLast=false) {
++    function blowTagCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 219
+-    function blowSubsCache($blowLast=false) {
++    function blowSubsCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 240
+-    function blowNoticeCache($blowLast=false) {
++    function blowNoticeCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 253
+-    function blowRepliesCache($blowLast=false) {
++    function blowRepliesCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 272
+-    function blowPublicCache($blowLast=false) {
++    function blowPublicCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 285
+-    function blowFavesCache($blowLast=false) {
++    function blowFavesCache($blowLast=false)
++    {
+hunk ./classes/Notice.php 491
+-    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null) {
++    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null)
++    {
+hunk ./classes/Notice.php 514
+-    function addToInboxes() {
++    function addToInboxes()
++    {
+hunk ./classes/Notice.php 538
+-    function blowInboxes() {
++    function blowInboxes()
++    {
+hunk ./classes/NoticeWrapper.php 41
+-    function __construct($arr) {
++    function __construct($arr)
++    {
+hunk ./classes/NoticeWrapper.php 46
+-    function fetch() {
++    function fetch()
++    {
 hunk ./classes/Notice_inbox.php 36
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
 hunk ./classes/Notice_source.php 20
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
 hunk ./classes/Notice_tag.php 33
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
+hunk ./classes/Notice_tag.php 50
+-    function blowCache() {
++    function blowCache()
++    {
 hunk ./classes/Profile.php 44
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile',$k,$v); }
-hunk ./classes/Profile.php 49
--    function getAvatar($width, $height=NULL) {
-+    function getAvatar($width, $height=null) {
-hunk ./classes/Profile.php 65
--            return NULL;
-+            return null;
-hunk ./classes/Profile.php 74
--            return NULL;
-+            return null;
-hunk ./classes/Profile.php 79
--                                           NULL, common_timestamp());
-+                                           null, common_timestamp());
-hunk ./classes/Profile.php 99
--            return NULL;
-+            return null;
-hunk ./classes/Profile.php 104
--            return NULL;
-+            return null;
-hunk ./classes/Profile.php 112
--                    return NULL;
-+                    return null;
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Profile',$k,$v); }
+hunk ./classes/Profile.php 50
+-    function getAvatar($width, $height=null) {
++    function getAvatar($width, $height=null)
++    {
+hunk ./classes/Profile.php 60
+-    function getOriginalAvatar() {
++    function getOriginalAvatar()
++    {
+hunk ./classes/Profile.php 72
+-    function setOriginal($source) {
++    function setOriginal($source)
++    {
+hunk ./classes/Profile.php 124
+-    function delete_avatars() {
++    function delete_avatars()
++    {
 hunk ./classes/Profile.php 135
--    function getCurrentNotice($dt=NULL) {
-+    function getCurrentNotice($dt=null) {
-hunk ./classes/Profile.php 146
--        return NULL;
-+        return null;
+-    function getBestName() {
++    function getBestName()
++    {
+hunk ./classes/Profile.php 141
+-    function getCurrentNotice($dt=null) {
++    function getCurrentNotice($dt=null)
++    {
+hunk ./classes/Profile.php 156
+-    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0) {
++    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0)
++    {
 hunk ./classes/Profile_block.php 39
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
+hunk ./classes/Profile_block.php 45
+-    function get($blocker, $blocked) {
++    function get($blocker, $blocked)
++    {
 hunk ./classes/Profile_tag.php 19
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
 hunk ./classes/Queue_item.php 19
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
-hunk ./classes/Queue_item.php 31
--        $qi->whereAdd('claimed is NULL');
-+        $qi->whereAdd('claimed is null');
-hunk ./classes/Queue_item.php 39
--            # can we force it to only update if claimed is still NULL
-+            # can we force it to only update if claimed is still null
-hunk ./classes/Queue_item.php 52
--        $qi = NULL;
--        return NULL;
-+        $qi = null;
-+        return null;
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
+hunk ./classes/Queue_item.php 25
+-    function sequenceKey() { return array(false, false); }
++    function sequenceKey()
++    { return array(false, false); }
 hunk ./classes/Remember_me.php 18
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
+hunk ./classes/Remember_me.php 24
+-    function sequenceKey() { return array(false, false); }
++    function sequenceKey()
++    { return array(false, false); }
 hunk ./classes/Remote_profile.php 41
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
 hunk ./classes/Reply.php 19
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Reply',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Reply',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Reply',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Reply',$k,$v); }
 hunk ./classes/Sms_carrier.php 20
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
+hunk ./classes/Sms_carrier.php 26
+-    function toEmailAddress($sms) {
++    function toEmailAddress($sms)
++    {
 hunk ./classes/Subscription.php 43
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
+hunk ./classes/Subscription.php 49
+-    function &pkeyGet($kv) {
++    function &pkeyGet($kv)
++    {
 hunk ./classes/Token.php 22
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Token',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Token',$k,$v); }
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Token',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('Token',$k,$v); }
 hunk ./classes/User.php 65
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User',$k,$v); }
-hunk ./classes/User.php 121
--    function getCurrentNotice($dt=NULL) {
-+    function getCurrentNotice($dt=null) {
-hunk ./classes/User.php 124
--            return NULL;
-+            return null;
-hunk ./classes/User.php 339
--    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=NULL) {
-+    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
-hunk ./classes/User.php 346
--                                 $offset, $limit, $since_id, $before_id, NULL, $since);
-+                                 $offset, $limit, $since_id, $before_id, null, $since);
-hunk ./classes/User.php 349
--        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=NULL) {
-+        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('User',$k,$v); }
+hunk ./classes/User.php 71
+-    function getProfile() {
++    function getProfile()
++    {
+hunk ./classes/User.php 76
+-    function isSubscribed($other) {
++    function isSubscribed($other)
++    {
+hunk ./classes/User.php 87
+-    function updateKeys(&$orig) {
++    function updateKeys(&$orig)
++    {
+hunk ./classes/User.php 115
+-    function allowed_nickname($nickname) {
++    function allowed_nickname($nickname)
++    {
+hunk ./classes/User.php 126
+-    function getCurrentNotice($dt=null) {
++    function getCurrentNotice($dt=null)
++    {
+hunk ./classes/User.php 135
+-    function getCarrier() {
++    function getCarrier()
++    {
+hunk ./classes/User.php 140
+-    function subscribeTo($other) {
++    function subscribeTo($other)
++    {
+hunk ./classes/User.php 155
+-    function hasBlocked($other) {
++    function hasBlocked($other)
++    {
+hunk ./classes/User.php 283
+-    function emailChanged() {
++    function emailChanged()
++    {
+hunk ./classes/User.php 298
+-    function hasFave($notice) {
++    function hasFave($notice)
++    {
+hunk ./classes/User.php 331
+-    function mutuallySubscribed($other) {
++    function mutuallySubscribed($other)
++    {
+hunk ./classes/User.php 337
+-        function mutuallySubscribedUsers() {
++        function mutuallySubscribedUsers()
++        {
 hunk ./classes/User.php 352
--            return NULL;
-+            return null;
-hunk ./classes/User.php 368
--        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=NULL) {
-+        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
-hunk ./classes/User.php 380
--            $order = NULL;
-+            $order = null;
+-    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
++    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
++    {
+hunk ./classes/User.php 363
+-        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
++        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
++        {
+hunk ./classes/User.php 373
+-      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE) {
++      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE)
++      {
+hunk ./classes/User.php 384
+-        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
++        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
++        {
+hunk ./classes/User.php 414
+-        function blowFavesCache() {
++        function blowFavesCache()
++        {
+hunk ./classes/User.php 425
+-        function getSelfTags() {
++        function getSelfTags()
++        {
+hunk ./classes/User.php 430
+-        function setSelfTags($newtags) {
++        function setSelfTags($newtags)
++        {
+hunk ./classes/User.php 435
+-    function block($other) {
++    function block($other)
++    {
+hunk ./classes/User.php 474
+-    function unblock($other) {
++    function unblock($other)
++    {
 hunk ./classes/User_openid.php 20
--    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
-+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
-hunk ./lib/common.php 61
--              'logfile' => NULL,
-+              'logfile' => null,
-hunk ./lib/common.php 67
--              array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : NULL,
--              'broughtby' => NULL,
-+              array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null,
-+              'broughtby' => null,
-hunk ./lib/common.php 70
--              'broughtbyurl' => NULL,
-+              'broughtbyurl' => null,
-hunk ./lib/common.php 85
--              'params' => NULL),
-+              'params' => null),
-hunk ./lib/common.php 92
--        array('server' => NULL),
-+        array('server' => null),
-hunk ./lib/common.php 97
--        array('server' => NULL),
-+        array('server' => null),
-hunk ./lib/common.php 110
--              'host' => NULL, # only set if != server
-+              'host' => null, # only set if != server
-hunk ./lib/common.php 143
--        'mirror' => NULL,
-+        'mirror' => null,
-hunk ./lib/deleteaction.php 46
--    function show_top($arr=NULL) {
-+    function show_top($arr=null) {
-hunk ./lib/deleteaction.php 55
--        return NULL;
-+        return null;
-hunk ./lib/facebookaction.php 84
--        $facebook->api_client->profile_setFBML(NULL, $fbuid, $fbml, NULL, NULL, $fbml_main);
-+        $facebook->api_client->profile_setFBML(null, $fbuid, $fbml, null, null, $fbml_main);
-hunk ./lib/facebookaction.php 238
--    function pagination($have_before, $have_after, $page, $fbaction, $args=NULL) {
-+    function pagination($have_before, $have_after, $page, $fbaction, $args=null) {
-hunk ./lib/facebookaction.php 269
--    function pagination_url($fbaction, $args=NULL) {
-+    function pagination_url($fbaction, $args=null) {
-hunk ./lib/oauthstore.php 36
--                return NULL;
-+                return null;
-hunk ./lib/oauthstore.php 50
--            return NULL;
-+            return null;
-hunk ./lib/oauthstore.php 78
--            return NULL;
-+            return null;
-hunk ./lib/oauthstore.php 107
--                return NULL;
-+                return null;
-hunk ./lib/oauthstore.php 114
--                    return NULL;
-+                    return null;
-hunk ./lib/oauthstore.php 121
--                    return NULL;
-+                    return null;
-hunk ./lib/oauthstore.php 128
--                    return NULL;
-+                    return null;
-hunk ./lib/oauthstore.php 135
--            return NULL;
-+            return null;
-hunk ./lib/omb.php 47
--    static $con = NULL;
-+    static $con = null;
-hunk ./lib/omb.php 64
--    static $store = NULL;
-+    static $store = null;
-hunk ./lib/omb.php 72
--    static $hmac_method = NULL;
-+    static $hmac_method = null;
+-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
++    function staticGet($k,$v=null)
++    { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
+hunk ./lib/Shorturl_api.php 25
+-    function __construct($service_url) {
++    function __construct($service_url)
++    {
+hunk ./lib/Shorturl_api.php 30
+-    function shorten($url) {
++    function shorten($url)
++    {
+hunk ./lib/Shorturl_api.php 73
+-    function __construct() {
++    function __construct()
++    {
+hunk ./lib/Shorturl_api.php 92
+-    function __construct() {
++    function __construct()
++    {
+hunk ./lib/Shorturl_api.php 110
+-    function __construct() {
++    function __construct()
++    {
+hunk ./lib/common.php 166
+-function __autoload($class) {
++function __autoload($class)
++{
+hunk ./lib/deleteaction.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/deleteaction.php 47
+-    function show_top($arr=null) {
++    function show_top($arr=null)
++    {
+hunk ./lib/deleteaction.php 56
+-    function get_title() {
++    function get_title()
++    {
+hunk ./lib/deleteaction.php 61
+-    function show_header() {
++    function show_header()
++    {
+hunk ./lib/facebookaction.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/facebookaction.php 31
+-    function get_facebook() {
++    function get_facebook()
++    {
+hunk ./lib/facebookaction.php 38
+-    function update_profile_box($facebook, $fbuid, $user) {
++    function update_profile_box($facebook, $fbuid, $user)
++    {
+hunk ./lib/facebookaction.php 92
+-    function show_header($selected ='Home') {
++    function show_header($selected ='Home')
++    {
+hunk ./lib/facebookaction.php 115
+-    function show_footer() {
++    function show_footer()
++    {
+hunk ./lib/facebookaction.php 121
+-    function show_login_form() {
++    function show_login_form()
++    {
+hunk ./lib/facebookaction.php 157
+-    function render_notice($notice) {
++    function render_notice($notice)
++    {
+hunk ./lib/facebookaction.php 217
+-    function source_link($source) {
++    function source_link($source)
++    {
+hunk ./lib/facebookaction.php 246
+-    function pagination($have_before, $have_after, $page, $fbaction, $args=null) {
++    function pagination($have_before, $have_after, $page, $fbaction, $args=null)
++    {
+hunk ./lib/facebookaction.php 278
+-    function pagination_url($fbaction, $args=null) {
++    function pagination_url($fbaction, $args=null)
++    {
+hunk ./lib/oauthstore.php 28
+-    function lookup_consumer($consumer_key) {
++    function lookup_consumer($consumer_key)
++    {
+hunk ./lib/oauthstore.php 43
+-    function lookup_token($consumer, $token_type, $token_key) {
++    function lookup_token($consumer, $token_type, $token_key)
++    {
+hunk ./lib/oauthstore.php 56
+-    function lookup_nonce($consumer, $token, $nonce, $timestamp) {
++    function lookup_nonce($consumer, $token, $nonce, $timestamp)
++    {
+hunk ./lib/oauthstore.php 72
+-    function new_request_token($consumer) {
++    function new_request_token($consumer)
++    {
+hunk ./lib/oauthstore.php 90
+-    function fetch_request_token($consumer) {
++    function fetch_request_token($consumer)
++    {
+hunk ./lib/oauthstore.php 95
+-    function new_access_token($token, $consumer) {
++    function new_access_token($token, $consumer)
++    {
+hunk ./lib/oauthstore.php 147
+-    function fetch_access_token($consumer) {
++    function fetch_access_token($consumer)
++    {
+hunk ./lib/omb.php 46
+-function omb_oauth_consumer() {
++function omb_oauth_consumer()
++{
+hunk ./lib/omb.php 55
+-function omb_oauth_server() {
++function omb_oauth_server()
++{
+hunk ./lib/omb.php 65
+-function omb_oauth_datastore() {
++function omb_oauth_datastore()
++{
+hunk ./lib/omb.php 74
+-function omb_hmac_sha1() {
++function omb_hmac_sha1()
++{
+hunk ./lib/omb.php 83
+-function omb_get_services($xrd, $type) {
++function omb_get_services($xrd, $type)
++{
+hunk ./lib/omb.php 88
+-function omb_service_filter($type) {
++function omb_service_filter($type)
++{
 hunk ./lib/omb.php 94
--        return NULL;
-+        return null;
-hunk ./lib/omb.php 98
--        return NULL;
-+        return null;
-hunk ./lib/omb.php 105
--        return NULL;
-+        return null;
-hunk ./lib/omb.php 109
--        return NULL;
-+        return null;
-hunk ./lib/openid.php 35
--    static $store = NULL;
-+    static $store = null;
-hunk ./lib/openid.php 66
--        return NULL;
-+        return null;
-hunk ./lib/openid.php 88
--    $user = NULL;
-+    $user = null;
-hunk ./lib/openid.php 96
--function oid_check_immediate($openid_url, $backto=NULL) {
-+function oid_check_immediate($openid_url, $backto=null) {
-hunk ./lib/openid.php 180
--            common_show_header(_('OpenID Auto-Submit'), NULL, NULL, '_oid_print_instructions');
-+            common_show_header(_('OpenID Auto-Submit'), null, null, '_oid_print_instructions');
-hunk ./lib/openid.php 182
--            common_element('script', NULL,
-+            common_element('script', null,
+-function omb_match_service($service, $type) {
++function omb_match_service($service, $type)
++{
+hunk ./lib/omb.php 99
+-function omb_service_uri($service) {
++function omb_service_uri($service)
++{
+hunk ./lib/omb.php 111
+-function omb_local_id($service) {
++function omb_local_id($service)
++{
+hunk ./lib/omb.php 124
+-function omb_broadcast_remote_subscribers($notice) {
++function omb_broadcast_remote_subscribers($notice)
++{
+hunk ./lib/omb.php 155
+-function omb_post_notice($notice, $remote_profile, $subscription) {
++function omb_post_notice($notice, $remote_profile, $subscription)
++{
+hunk ./lib/omb.php 160
+-function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret) {
++function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret)
++{
+hunk ./lib/omb.php 231
+-function omb_broadcast_profile($profile) {
++function omb_broadcast_profile($profile)
++{
+hunk ./lib/omb.php 252
+-function omb_update_profile($profile, $remote_profile, $subscription) {
++function omb_update_profile($profile, $remote_profile, $subscription)
++{
+hunk ./lib/openid.php 34
+-function oid_store() {
++function oid_store()
++{
+hunk ./lib/openid.php 46
+-function oid_consumer() {
++function oid_consumer()
++{
+hunk ./lib/openid.php 53
+-function oid_clear_last() {
++function oid_clear_last()
++{
+hunk ./lib/openid.php 58
+-function oid_set_last($openid_url) {
++function oid_set_last($openid_url)
++{
+hunk ./lib/openid.php 65
+-function oid_get_last() {
++function oid_get_last()
++{
+hunk ./lib/openid.php 75
+-function oid_link_user($id, $canonical, $display) {
++function oid_link_user($id, $canonical, $display)
++{
+hunk ./lib/openid.php 93
+-function oid_get_user($openid_url) {
++function oid_get_user($openid_url)
++{
+hunk ./lib/openid.php 103
+-function oid_check_immediate($openid_url, $backto=null) {
++function oid_check_immediate($openid_url, $backto=null)
++{
+hunk ./lib/openid.php 124
+-function oid_authenticate($openid_url, $returnto, $immediate=false) {
++function oid_authenticate($openid_url, $returnto, $immediate=false)
++{
+hunk ./lib/openid.php 202
+-function _oid_print_instructions() {
++function _oid_print_instructions()
++{
+hunk ./lib/openid.php 212
+-function oid_update_user(&$user, &$sreg) {
++function oid_update_user(&$user, &$sreg)
++{
+hunk ./lib/personal.php 24
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./lib/personal.php 29
+-    function handle($args) {
++    function handle($args)
++    {
 hunk ./lib/personal.php 35
--        $user = NULL;
-+        $user = null;
-hunk ./lib/profilelist.php 27
--    var $profile = NULL;
--    var $owner = NULL;
--    var $action = NULL;
-+    var $profile = null;
-+    var $owner = null;
-+    var $action = null;
+-    function views_menu() {
++    function views_menu()
++    {
+hunk ./lib/personal.php 91
+-    function show_feeds_list($feeds) {
++    function show_feeds_list($feeds)
++    {
+hunk ./lib/personal.php 104
+-    function common_feed_item($feed) {
++    function common_feed_item($feed)
++    {
+hunk ./lib/personal.php 189
+-    function source_link($source) {
++    function source_link($source)
++    {
 hunk ./lib/profilelist.php 31
--    function __construct($profile, $owner=NULL, $action=NULL) {
-+    function __construct($profile, $owner=null, $action=null) {
+-    function __construct($profile, $owner=null, $action=null) {
++    function __construct($profile, $owner=null, $action=null)
++    {
+hunk ./lib/profilelist.php 38
+-    function show_list() {
++    function show_list()
++    {
+hunk ./lib/profilelist.php 58
+-    function show() {
++    function show()
++    {
+hunk ./lib/profilelist.php 165
+-    function show_owner_controls($profile) {
++    function show_owner_controls($profile)
++    {
+hunk ./lib/profilelist.php 170
+-    function highlight($text) {
++    function highlight($text)
++    {
 hunk ./lib/queuehandler.php 32
--    function QueueHandler($id=NULL) {
-+    function QueueHandler($id=null) {
-hunk ./lib/queuehandler.php 55
--        return NULL;
-+        return null;
-hunk ./lib/queuehandler.php 86
--                        $qi->claimed = NULL;
-+                        $qi->claimed = null;
-hunk ./lib/queuehandler.php 94
--                    $notice = NULL;
-+                    $notice = null;
-hunk ./lib/rssaction.php 58
--        return NULL;
-+        return null;
-hunk ./lib/rssaction.php 87
--        common_element('title', NULL, $channel['title']);
--        common_element('link', NULL, $channel['link']);
--        common_element('description', NULL, $channel['description']);
-+        common_element('title', null, $channel['title']);
-+        common_element('link', null, $channel['link']);
-+        common_element('description', null, $channel['description']);
-hunk ./lib/rssaction.php 114
--            common_element('title', NULL, $channel['title']);
--            common_element('link', NULL, $channel['link']);
--            common_element('url', NULL, $image);
-+            common_element('title', null, $channel['title']);
-+            common_element('link', null, $channel['link']);
-+            common_element('url', null, $image);
-hunk ./lib/rssaction.php 127
--        common_element('title', NULL, $title);
--        common_element('link', NULL, $nurl);
--        common_element('description', NULL, $profile->nickname."'s status on ".common_exact_date($notice->created));
--        common_element('dc:date', NULL, common_date_w3dtf($notice->created));
--        common_element('dc:creator', NULL, ($profile->fullname) ? $profile->fullname : $profile->nickname);
-+        common_element('title', null, $title);
-+        common_element('link', null, $nurl);
-+        common_element('description', null, $profile->nickname."'s status on ".common_exact_date($notice->created));
-+        common_element('dc:date', null, common_date_w3dtf($notice->created));
-+        common_element('dc:creator', null, ($profile->fullname) ? $profile->fullname : $profile->nickname);
-hunk ./lib/rssaction.php 144
--            common_element('foaf:nick', NULL, $nickname);
-+            common_element('foaf:nick', null, $nickname);
-hunk ./lib/rssaction.php 146
--                common_element('foaf:name', NULL, $profile->fullname);
-+                common_element('foaf:name', null, $profile->fullname);
-hunk ./lib/rssaction.php 148
--            common_element('sioc:id', NULL, $id);
-+            common_element('sioc:id', null, $id);
-hunk ./lib/rssaction.php 178
--        common_element('sioc:name', NULL, common_config('site', 'name'));
-+        common_element('sioc:name', null, common_config('site', 'name'));
-hunk ./lib/searchaction.php 33
--    function show_top($arr=NULL) {
-+    function show_top($arr=null) {
-hunk ./lib/searchaction.php 50
--        return NULL;
-+        return null;
+-    function QueueHandler($id=null) {
++    function QueueHandler($id=null)
++    {
+hunk ./lib/queuehandler.php 39
+-    function class_name() {
++    function class_name()
++    {
+hunk ./lib/queuehandler.php 44
+-    function name() {
++    function name()
++    {
+hunk ./lib/queuehandler.php 49
+-    function get_id() {
++    function get_id()
++    {
+hunk ./lib/queuehandler.php 54
+-    function set_id($id) {
++    function set_id($id)
++    {
+hunk ./lib/queuehandler.php 59
+-    function transport() {
++    function transport()
++    {
+hunk ./lib/queuehandler.php 64
+-    function start() {
++    function start()
++    {
+hunk ./lib/queuehandler.php 68
+-    function finish() {
++    function finish()
++    {
+hunk ./lib/queuehandler.php 72
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./lib/queuehandler.php 77
+-    function run() {
++    function run()
++    {
+hunk ./lib/queuehandler.php 123
+-    function idle($timeout=0) {
++    function idle($timeout=0)
++    {
+hunk ./lib/queuehandler.php 130
+-    function clear_old_claims() {
++    function clear_old_claims()
++    {
+hunk ./lib/queuehandler.php 140
+-    function log($level, $msg) {
++    function log($level, $msg)
++    {
+hunk ./lib/rssaction.php 29
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./lib/rssaction.php 34
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/rssaction.php 44
+-    function init() {
++    function init()
++    {
+hunk ./lib/rssaction.php 49
+-    function get_notices() {
++    function get_notices()
++    {
+hunk ./lib/rssaction.php 54
+-    function get_channel() {
++    function get_channel()
++    {
+hunk ./lib/rssaction.php 62
+-    function get_image() {
++    function get_image()
++    {
+hunk ./lib/rssaction.php 67
+-    function show_rss($limit=0) {
++    function show_rss($limit=0)
++    {
+hunk ./lib/rssaction.php 88
+-    function show_channel($notices) {
++    function show_channel($notices)
++    {
+hunk ./lib/rssaction.php 117
+-    function show_image() {
++    function show_image()
++    {
+hunk ./lib/rssaction.php 130
+-    function show_item($notice) {
++    function show_item($notice)
++    {
+hunk ./lib/rssaction.php 149
+-    function show_creators() {
++    function show_creators()
++    {
+hunk ./lib/rssaction.php 166
+-    function init_rss() {
++    function init_rss()
++    {
+hunk ./lib/rssaction.php 198
+-    function end_rss() {
++    function end_rss()
++    {
+hunk ./lib/search_engines.php 26
+-    function __construct($target, $table) {
++    function __construct($target, $table)
++    {
+hunk ./lib/search_engines.php 32
+-    function query($q) {
++    function query($q)
++    {
+hunk ./lib/search_engines.php 36
+-    function limit($offset, $count, $rss = false) {
++    function limit($offset, $count, $rss = false)
++    {
+hunk ./lib/search_engines.php 41
+-    function set_sort_mode($mode) {
++    function set_sort_mode($mode)
++    {
+hunk ./lib/search_engines.php 52
+-    function __construct($target, $table) {
++    function __construct($target, $table)
++    {
+hunk ./lib/search_engines.php 66
+-    function is_connected() {
++    function is_connected()
++    {
+hunk ./lib/search_engines.php 71
+-    function limit($offset, $count, $rss = false) {
++    function limit($offset, $count, $rss = false)
++    {
+hunk ./lib/search_engines.php 88
+-    function query($q) {
++    function query($q)
++    {
+hunk ./lib/search_engines.php 97
+-    function set_sort_mode($mode) {
++    function set_sort_mode($mode)
++    {
+hunk ./lib/search_engines.php 107
+-    function query($q) {
++    function query($q)
++    {
+hunk ./lib/search_engines.php 119
+-    function query($q) {
++    function query($q)
++    {
+hunk ./lib/searchaction.php 24
+-    function is_readonly() {
++    function is_readonly()
++    {
+hunk ./lib/searchaction.php 29
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/searchaction.php 35
+-    function show_top($arr=null) {
++    function show_top($arr=null)
++    {
+hunk ./lib/searchaction.php 52
+-    function get_title() {
++    function get_title()
++    {
 hunk ./lib/searchaction.php 57
--    function show_form($error=NULL) {
-+    function show_form($error=null) {
-hunk ./lib/searchaction.php 102
--                      ($action != 'peoplesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL),
-+                      ($action != 'peoplesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : null),
-hunk ./lib/searchaction.php 106
--                       ($action != 'noticesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : NULL)
-+                       ($action != 'noticesearch' && $this->trimmed('q')) ? array('q' => $this->trimmed('q')) : null)
-hunk ./lib/settingsaction.php 47
--    function show_form($msg=NULL, $success=false) {
-+    function show_form($msg=null, $success=false) {
-hunk ./lib/settingsaction.php 58
--    function form_header($title, $msg=NULL, $success=false) {
-+    function form_header($title, $msg=null, $success=false) {
-hunk ./lib/settingsaction.php 60
--                           NULL,
-+                           null,
-hunk ./lib/twitter.php 151
--            return NULL;
-+            return null;
-hunk ./lib/twitter.php 157
--            return NULL;
-+            return null;
-hunk ./lib/twitterapi.php 37
--        $twitter_user['description'] = ($profile->bio) ? $profile->bio : NULL;
--        $twitter_user['location'] = ($profile->location) ? $profile->location : NULL;
-+        $twitter_user['description'] = ($profile->bio) ? $profile->bio : null;
-+        $twitter_user['location'] = ($profile->location) ? $profile->location : null;
-hunk ./lib/twitterapi.php 45
--        $twitter_user['url'] = ($profile->homepage) ? $profile->homepage : NULL;
-+        $twitter_user['url'] = ($profile->homepage) ? $profile->homepage : null;
-hunk ./lib/twitterapi.php 66
--        $twitter_status['in_reply_to_status_id'] = ($notice->reply_to) ? intval($notice->reply_to) : NULL;
-+        $twitter_status['in_reply_to_status_id'] = ($notice->reply_to) ? intval($notice->reply_to) : null;
-hunk ./lib/twitterapi.php 69
--        $twitter_status['in_reply_to_user_id'] = ($notice->reply_to) ? $this->replier_by_reply(intval($notice->reply_to)) : NULL;
-+        $twitter_status['in_reply_to_user_id'] = ($notice->reply_to) ? $this->replier_by_reply(intval($notice->reply_to)) : null;
-hunk ./lib/twitterapi.php 160
--                common_element($element, NULL, common_xml_safe_str($value));
-+                common_element($element, null, common_xml_safe_str($value));
-hunk ./lib/twitterapi.php 163
--                common_element($element, NULL, $value);
-+                common_element($element, null, $value);
-hunk ./lib/twitterapi.php 175
--                common_element($element, NULL, $value);
-+                common_element($element, null, $value);
-hunk ./lib/twitterapi.php 183
--        common_element('title', NULL, $entry['title']);
--        common_element('description', NULL, $entry['description']);
--        common_element('pubDate', NULL, $entry['pubDate']);
--        common_element('guid', NULL, $entry['guid']);
--        common_element('link', NULL, $entry['link']);
-+        common_element('title', null, $entry['title']);
-+        common_element('description', null, $entry['description']);
-+        common_element('pubDate', null, $entry['pubDate']);
-+        common_element('guid', null, $entry['guid']);
-+        common_element('link', null, $entry['link']);
-hunk ./lib/twitterapi.php 193
--        common_element('title', NULL, $entry['title']);
-+        common_element('title', null, $entry['title']);
-hunk ./lib/twitterapi.php 195
--        common_element('id', NULL, $entry['id']);
--        common_element('published', NULL, $entry['published']);
--        common_element('updated', NULL, $entry['updated']);
--        common_element('link', array('href' => $entry['link'], 'rel' => 'alternate', 'type' => 'text/html'), NULL);
-+        common_element('id', null, $entry['id']);
-+        common_element('published', null, $entry['published']);
-+        common_element('updated', null, $entry['updated']);
-+        common_element('link', array('href' => $entry['link'], 'rel' => 'alternate', 'type' => 'text/html'), null);
-hunk ./lib/twitterapi.php 243
--                common_element($element, NULL, common_xml_safe_str($value));
-+                common_element($element, null, common_xml_safe_str($value));
-hunk ./lib/twitterapi.php 246
--                common_element($element, NULL, $value);
-+                common_element($element, null, $value);
-hunk ./lib/twitterapi.php 273
--    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=NULL) {
-+    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null) {
-hunk ./lib/twitterapi.php 278
--        common_element('title', NULL, $title);
--        common_element('link', NULL, $link);
-+        common_element('title', null, $title);
-+        common_element('link', null, $link);
-hunk ./lib/twitterapi.php 287
--        common_element('description', NULL, $subtitle);
--        common_element('language', NULL, 'en-us');
--        common_element('ttl', NULL, '40');
-+        common_element('description', null, $subtitle);
-+        common_element('language', null, 'en-us');
-+        common_element('ttl', null, '40');
-hunk ./lib/twitterapi.php 307
--    function show_atom_timeline($notice, $title, $id, $link, $subtitle=NULL, $suplink=NULL) {
-+    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null) {
-hunk ./lib/twitterapi.php 311
--        common_element('title', NULL, $title);
--        common_element('id', NULL, $id);
--        common_element('link', array('href' => $link, 'rel' => 'alternate', 'type' => 'text/html'), NULL);
-+        common_element('title', null, $title);
-+        common_element('id', null, $id);
-+        common_element('link', array('href' => $link, 'rel' => 'alternate', 'type' => 'text/html'), null);
-hunk ./lib/twitterapi.php 320
--        common_element('subtitle', NULL, $subtitle);
-+        common_element('subtitle', null, $subtitle);
-hunk ./lib/twitterapi.php 380
--        return NULL;
-+        return null;
-hunk ./lib/twitterapi.php 491
--            common_element('error', NULL, $msg);
--            common_element('request', NULL, $_SERVER['REQUEST_URI']);
-+            common_element('error', null, $msg);
-+            common_element('request', null, $_SERVER['REQUEST_URI']);
-hunk ./lib/twitterapi.php 524
--    function show_profile($profile, $content_type='xml', $notice=NULL) {
-+    function show_profile($profile, $content_type='xml', $notice=null) {
-hunk ./lib/twitterapi.php 540
--    function get_user($id, $apidata=NULL) {
-+    function get_user($id, $apidata=null) {
-hunk ./lib/twitterapi.php 559
--                return NULL;
-+                return null;
-hunk ./lib/xmppqueuehandler.php 41
--            jabber_send_presence("Send me a message to post a notice", 'available', NULL, 'available', -1);
-+            jabber_send_presence("Send me a message to post a notice", 'available', null, 'available', -1);
-hunk ./lib/xmppqueuehandler.php 48
--        $this->conn->presence(NULL, 'available', NULL, 'available', -1);
-+        $this->conn->presence(null, 'available', null, 'available', -1);
-hunk ./lib/xmppqueuehandler.php 74
--        $this->conn->message($this->listener(), $pl['body'], 'chat', NULL, $this->ofrom($pl['from']));
-+        $this->conn->message($this->listener(), $pl['body'], 'chat', null, $this->ofrom($pl['from']));
-hunk ./scripts/enjitqueuehandler.php 120
--$id = ($argc > 1) ? $argv[1] : NULL;
-+$id = ($argc > 1) ? $argv[1] : null;
-hunk ./scripts/fixup_inboxes.php 37
--$start_at = ($argc > 1) ? $argv[1] : NULL;
-+$start_at = ($argc > 1) ? $argv[1] : null;
-hunk ./scripts/fixup_notices_rendered.php 34
--$start_at = ($argc > 1) ? $argv[1] : NULL;
-+$start_at = ($argc > 1) ? $argv[1] : null;
-hunk ./scripts/jabberqueuehandler.php 38
--    var $conn = NULL;
-+    var $conn = null;
-hunk ./scripts/maildaemon.php 45
--            $this->error(NULL, _('Could not parse message.'));
-+            $this->error(null, _('Could not parse message.'));
+-    function show_header($arr) {
++    function show_header($arr)
++    {
+hunk ./lib/searchaction.php 62
+-    function show_form($error=null) {
++    function show_form($error=null)
++    {
+hunk ./lib/searchaction.php 100
+-    function search_menu() {
++    function search_menu()
++    {
+hunk ./lib/settingsaction.php 24
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/settingsaction.php 44
+-    function handle_post() {
++    function handle_post()
++    {
+hunk ./lib/settingsaction.php 49
+-    function show_form($msg=null, $success=false) {
++    function show_form($msg=null, $success=false)
++    {
+hunk ./lib/settingsaction.php 54
+-    function message($msg, $success) {
++    function message($msg, $success)
++    {
+hunk ./lib/settingsaction.php 62
+-    function form_header($title, $msg=null, $success=false) {
++    function form_header($title, $msg=null, $success=false)
++    {
+hunk ./lib/settingsaction.php 70
+-    function show_top($arr) {
++    function show_top($arr)
++    {
+hunk ./lib/settingsaction.php 86
+-    function settings_menu() {
++    function settings_menu()
++    {
+hunk ./lib/stream.php 27
+-    function public_views_menu() {
++    function public_views_menu()
++    {
+hunk ./lib/stream.php 52
+-    function show_notice_list($notice) {
++    function show_notice_list($notice)
++    {
+hunk ./lib/subs.php 28
+-function subs_subscribe_user($user, $other_nickname) {
++function subs_subscribe_user($user, $other_nickname)
++{
+hunk ./lib/subs.php 45
+-function subs_subscribe_to($user, $other) {
++function subs_subscribe_to($user, $other)
++{
+hunk ./lib/subs.php 87
+-function subs_notify($listenee, $listener) {
++function subs_notify($listenee, $listener)
++{
+hunk ./lib/subs.php 95
+-function subs_notify_email($listenee, $listener) {
++function subs_notify_email($listenee, $listener)
++{
+hunk ./lib/subs.php 104
+-function subs_unsubscribe_user($user, $other_nickname) {
++function subs_unsubscribe_user($user, $other_nickname)
++{
+hunk ./lib/subs.php 119
+-function subs_unsubscribe_to($user, $other) {
++function subs_unsubscribe_to($user, $other)
++{
+hunk ./lib/theme.php 22
+-function theme_file($relative) {
++function theme_file($relative)
++{
+hunk ./lib/theme.php 28
+-function theme_path($relative) {
++function theme_path($relative)
++{
+hunk ./lib/twitter.php 22
+-function get_twitter_data($uri, $screen_name, $password) {
++function get_twitter_data($uri, $screen_name, $password)
++{
+hunk ./lib/twitter.php 52
+-function twitter_user_info($screen_name, $password) {
++function twitter_user_info($screen_name, $password)
++{
+hunk ./lib/twitter.php 71
+-function update_twitter_user($fuser, $twitter_id, $screen_name) {
++function update_twitter_user($fuser, $twitter_id, $screen_name)
++{
+hunk ./lib/twitter.php 87
+-function add_twitter_user($twitter_id, $screen_name) {
++function add_twitter_user($twitter_id, $screen_name)
++{
+hunk ./lib/twitter.php 112
+-function save_twitter_user($twitter_id, $screen_name) {
++function save_twitter_user($twitter_id, $screen_name)
++{
+hunk ./lib/twitter.php 137
+-function retreive_twitter_friends($twitter_id, $screen_name, $password) {
++function retreive_twitter_friends($twitter_id, $screen_name, $password)
++{
+hunk ./lib/twitter.php 172
+-function save_twitter_friends($user, $twitter_id, $screen_name, $password) {
++function save_twitter_friends($user, $twitter_id, $screen_name, $password)
++{
+hunk ./lib/twitterapi.php 26
+-    function handle($args) {
++    function handle($args)
++    {
+hunk ./lib/twitterapi.php 31
+-    function twitter_user_array($profile, $get_notice=false) {
++    function twitter_user_array($profile, $get_notice=false)
++    {
+hunk ./lib/twitterapi.php 60
+-    function twitter_status_array($notice, $include_user=true) {
++    function twitter_status_array($notice, $include_user=true)
++    {
+hunk ./lib/twitterapi.php 89
+-    function twitter_rss_entry_array($notice) {
++    function twitter_rss_entry_array($notice)
++    {
+hunk ./lib/twitterapi.php 114
+-    function twitter_rss_dmsg_array($message) {
++    function twitter_rss_dmsg_array($message)
++    {
+hunk ./lib/twitterapi.php 137
+-    function twitter_dmsg_array($message) {
++    function twitter_dmsg_array($message)
++    {
+hunk ./lib/twitterapi.php 158
+-    function show_twitter_xml_status($twitter_status) {
++    function show_twitter_xml_status($twitter_status)
++    {
+hunk ./lib/twitterapi.php 176
+-    function show_twitter_xml_user($twitter_user, $role='user') {
++    function show_twitter_xml_user($twitter_user, $role='user')
++    {
+hunk ./lib/twitterapi.php 189
+-    function show_twitter_rss_item($entry) {
++    function show_twitter_rss_item($entry)
++    {
+hunk ./lib/twitterapi.php 200
+-    function show_twitter_atom_entry($entry) {
++    function show_twitter_atom_entry($entry)
++    {
+hunk ./lib/twitterapi.php 212
+-    function show_json_objects($objects) {
++    function show_json_objects($objects)
++    {
+hunk ./lib/twitterapi.php 217
+-    function show_single_xml_status($notice) {
++    function show_single_xml_status($notice)
++    {
+hunk ./lib/twitterapi.php 225
+-    function show_single_json_status($notice) {
++    function show_single_json_status($notice)
++    {
+hunk ./lib/twitterapi.php 233
+-    function show_single_xml_dmsg($message) {
++    function show_single_xml_dmsg($message)
++    {
+hunk ./lib/twitterapi.php 241
+-    function show_single_json_dmsg($message) {
++    function show_single_json_dmsg($message)
++    {
+hunk ./lib/twitterapi.php 249
+-    function show_twitter_xml_dmsg($twitter_dm) {
++    function show_twitter_xml_dmsg($twitter_dm)
++    {
+hunk ./lib/twitterapi.php 268
+-    function show_xml_timeline($notice) {
++    function show_xml_timeline($notice)
++    {
+hunk ./lib/twitterapi.php 290
+-    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null) {
++    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null)
++    {
+hunk ./lib/twitterapi.php 325
+-    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null) {
++    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null)
++    {
+hunk ./lib/twitterapi.php 357
+-    function show_json_timeline($notice) {
++    function show_json_timeline($notice)
++    {
+hunk ./lib/twitterapi.php 383
+-    function date_twitter($dt) {
++    function date_twitter($dt)
++    {
+hunk ./lib/twitterapi.php 389
+-    function replier_by_reply($reply_id) {
++    function replier_by_reply($reply_id)
++    {
+hunk ./lib/twitterapi.php 406
+-    function count_subscriptions($profile) {
++    function count_subscriptions($profile)
++    {
+hunk ./lib/twitterapi.php 422
+-    function init_document($type='xml') {
++    function init_document($type='xml')
++    {
+hunk ./lib/twitterapi.php 454
+-    function end_document($type='xml') {
++    function end_document($type='xml')
++    {
+hunk ./lib/twitterapi.php 481
+-    function client_error($msg, $code = 400, $content_type = 'json') {
++    function client_error($msg, $code = 400, $content_type = 'json')
++    {
+hunk ./lib/twitterapi.php 530
+-    function init_twitter_rss() {
++    function init_twitter_rss()
++    {
+hunk ./lib/twitterapi.php 536
+-    function end_twitter_rss() {
++    function end_twitter_rss()
++    {
+hunk ./lib/twitterapi.php 542
+-    function init_twitter_atom() {
++    function init_twitter_atom()
++    {
+hunk ./lib/twitterapi.php 548
+-    function end_twitter_atom() {
++    function end_twitter_atom()
++    {
+hunk ./lib/twitterapi.php 554
+-    function show_profile($profile, $content_type='xml', $notice=null) {
++    function show_profile($profile, $content_type='xml', $notice=null)
++    {
+hunk ./lib/twitterapi.php 571
+-    function get_user($id, $apidata=null) {
++    function get_user($id, $apidata=null)
++    {
+hunk ./lib/twitterapi.php 583
+-    function get_profile($id) {
++    function get_profile($id)
++    {
+hunk ./lib/twitterapi.php 597
+-    function source_link($source) {
++    function source_link($source)
++    {
+hunk ./lib/twitterapi.php 617
+-    function show_extended_profile($user, $apidata) {
++    function show_extended_profile($user, $apidata)
++    {
+hunk ./lib/util.php 24
+-function common_server_error($msg, $code=500) {
++function common_server_error($msg, $code=500)
++{
+hunk ./lib/util.php 48
+-function common_user_error($msg, $code=400) {
++function common_user_error($msg, $code=400)
++{
+hunk ./lib/util.php 85
+-function common_element_start($tag, $attrs=null) {
++function common_element_start($tag, $attrs=null)
++{
+hunk ./lib/util.php 98
+-function common_element_end($tag) {
++function common_element_end($tag)
++{
+hunk ./lib/util.php 112
+-function common_element($tag, $attrs=null, $content=null) {
++function common_element($tag, $attrs=null, $content=null)
++{
+hunk ./lib/util.php 122
+-function common_start_xml($doc=null, $public=null, $system=null, $indent=true) {
++function common_start_xml($doc=null, $public=null, $system=null, $indent=true)
++{
+hunk ./lib/util.php 134
+-function common_end_xml() {
++function common_end_xml()
++{
+hunk ./lib/util.php 141
+-function common_init_locale($language=null) {
++function common_init_locale($language=null)
++{
+hunk ./lib/util.php 155
+-function common_init_language() {
++function common_init_language()
++{
+hunk ./lib/util.php 172
+-function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null) {
++function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null)
++{
+hunk ./lib/util.php 256
+-function common_start_html($type=null, $indent=true) {
++function common_start_html($type=null, $indent=true)
++{
+hunk ./lib/util.php 288
+-function common_show_footer() {
++function common_show_footer()
++{
+hunk ./lib/util.php 322
+-function common_text($txt) {
++function common_text($txt)
++{
+hunk ./lib/util.php 328
+-function common_raw($xml) {
++function common_raw($xml)
++{
+hunk ./lib/util.php 334
+-function common_nav_menu() {
++function common_nav_menu()
++{
+hunk ./lib/util.php 362
+-function common_foot_menu() {
++function common_foot_menu()
++{
+hunk ./lib/util.php 380
+-function common_menu_item($url, $text, $title=null, $is_selected=false) {
++function common_menu_item($url, $text, $title=null, $is_selected=false)
++{
+hunk ./lib/util.php 395
+-function common_input($id, $label, $value=null,$instructions=null) {
++function common_input($id, $label, $value=null,$instructions=null)
++{
+hunk ./lib/util.php 439
+-function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null) {
++function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null)
++{
+hunk ./lib/util.php 460
+-function common_hidden($id, $value) {
++function common_hidden($id, $value)
++{
+hunk ./lib/util.php 468
+-function common_password($id, $label, $instructions=null) {
++function common_password($id, $label, $instructions=null)
++{
+hunk ./lib/util.php 483
+-function common_submit($id, $label, $cls='submit') {
++function common_submit($id, $label, $cls='submit')
++{
+hunk ./lib/util.php 495
+-function common_textarea($id, $label, $content=null, $instructions=null) {
++function common_textarea($id, $label, $content=null, $instructions=null)
++{
+hunk ./lib/util.php 510
+-function common_timezone() {
++function common_timezone()
++{
+hunk ./lib/util.php 523
+-function common_language() {
++function common_language()
++{
+hunk ./lib/util.php 549
+-function common_munge_password($password, $id) {
++function common_munge_password($password, $id)
++{
+hunk ./lib/util.php 555
+-function common_check_user($nickname, $password) {
++function common_check_user($nickname, $password)
++{
+hunk ./lib/util.php 575
+-function common_logged_in() {
++function common_logged_in()
++{
+hunk ./lib/util.php 580
+-function common_have_session() {
++function common_have_session()
++{
+hunk ./lib/util.php 585
+-function common_ensure_session() {
++function common_ensure_session()
++{
+hunk ./lib/util.php 601
+-function common_set_user($user) {
++function common_set_user($user)
++{
+hunk ./lib/util.php 626
+-function common_set_cookie($key, $value, $expiration=0) {
++function common_set_cookie($key, $value, $expiration=0)
++{
+hunk ./lib/util.php 646
+-function common_rememberme($user=null) {
++function common_rememberme($user=null)
++{
+hunk ./lib/util.php 686
+-function common_remembered_user() {
++function common_remembered_user()
++{
+hunk ./lib/util.php 752
+-function common_forgetme() {
++function common_forgetme()
++{
+hunk ./lib/util.php 758
+-function common_current_user() {
++function common_current_user()
++{
+hunk ./lib/util.php 791
+-function common_real_login($real=true) {
++function common_real_login($real=true)
++{
+hunk ./lib/util.php 797
+-function common_is_real_login() {
++function common_is_real_login()
++{
+hunk ./lib/util.php 803
+-function common_canonical_nickname($nickname) {
++function common_canonical_nickname($nickname)
++{
+hunk ./lib/util.php 810
+-function common_canonical_email($email) {
++function common_canonical_email($email)
++{
+hunk ./lib/util.php 819
+-function common_render_content($text, $notice) {
++function common_render_content($text, $notice)
++{
+hunk ./lib/util.php 829
+-function common_render_text($text) {
++function common_render_text($text)
++{
+hunk ./lib/util.php 840
+-function common_render_uri_thingy($matches) {
++function common_render_uri_thingy($matches)
++{
+hunk ./lib/util.php 875
+-function common_longurl($short_url)  {
++function common_longurl($short_url)
++{
+hunk ./lib/util.php 882
+-function common_longurl2($uri)  {
++function common_longurl2($uri)
++{
+hunk ./lib/util.php 890
+-function common_shorten_links($text) {
++function common_shorten_links($text)
++{
+hunk ./lib/util.php 899
+-function common_shorten_link($url, $reverse = false) {
++function common_shorten_link($url, $reverse = false)
++{
+hunk ./lib/util.php 961
+-function common_xml_safe_str($str) {
++function common_xml_safe_str($str)
++{
+hunk ./lib/util.php 969
+-function common_tag_link($tag) {
++function common_tag_link($tag)
++{
+hunk ./lib/util.php 976
+-function common_canonical_tag($tag) {
++function common_canonical_tag($tag)
++{
+hunk ./lib/util.php 981
+-function common_valid_profile_tag($str) {
++function common_valid_profile_tag($str)
++{
+hunk ./lib/util.php 986
+-function common_at_link($sender_id, $nickname) {
++function common_at_link($sender_id, $nickname)
++{
+hunk ./lib/util.php 997
+-function common_at_hash_link($sender_id, $tag) {
++function common_at_hash_link($sender_id, $tag)
++{
+hunk ./lib/util.php 1014
+-function common_relative_profile($sender, $nickname, $dt=null) {
++function common_relative_profile($sender, $nickname, $dt=null)
++{
+hunk ./lib/util.php 1052
+-function common_avatar_filename($id, $extension, $size=null, $extra=null) {
++function common_avatar_filename($id, $extension, $size=null, $extra=null)
++{
+hunk ./lib/util.php 1063
+-function common_avatar_path($filename) {
++function common_avatar_path($filename)
++{
+hunk ./lib/util.php 1069
+-function common_avatar_url($filename) {
++function common_avatar_url($filename)
++{
+hunk ./lib/util.php 1074
+-function common_avatar_display_url($avatar) {
++function common_avatar_display_url($avatar)
++{
+hunk ./lib/util.php 1084
+-function common_default_avatar($size) {
++function common_default_avatar($size)
++{
+hunk ./lib/util.php 1092
+-function common_local_url($action, $args=null, $fragment=null) {
++function common_local_url($action, $args=null, $fragment=null)
++{
+hunk ./lib/util.php 1106
+-function common_fancy_url($action, $args=null) {
++function common_fancy_url($action, $args=null)
++{
+hunk ./lib/util.php 1320
+-function common_simple_url($action, $args=null) {
++function common_simple_url($action, $args=null)
++{
+hunk ./lib/util.php 1333
+-function common_path($relative) {
++function common_path($relative)
++{
+hunk ./lib/util.php 1340
+-function common_date_string($dt) {
++function common_date_string($dt)
++{
+hunk ./lib/util.php 1375
+-function common_exact_date($dt) {
++function common_exact_date($dt)
++{
+hunk ./lib/util.php 1391
+-function common_date_w3dtf($dt) {
++function common_date_w3dtf($dt)
++{
+hunk ./lib/util.php 1399
+-function common_date_rfc2822($dt) {
++function common_date_rfc2822($dt)
++{
+hunk ./lib/util.php 1407
+-function common_date_iso8601($dt) {
++function common_date_iso8601($dt)
++{
+hunk ./lib/util.php 1415
+-function common_sql_now() {
++function common_sql_now()
++{
+hunk ./lib/util.php 1420
+-function common_redirect($url, $code=307) {
++function common_redirect($url, $code=307)
++{
+hunk ./lib/util.php 1437
+-function common_save_replies($notice) {
++function common_save_replies($notice)
++{
+hunk ./lib/util.php 1521
+-function common_broadcast_notice($notice, $remote=false) {
++function common_broadcast_notice($notice, $remote=false)
++{
+hunk ./lib/util.php 1549
+-function common_twitter_broadcast($notice, $flink) {
++function common_twitter_broadcast($notice, $flink)
++{
+hunk ./lib/util.php 1610
+-function common_enqueue_notice($notice) {
++function common_enqueue_notice($notice)
++{
+hunk ./lib/util.php 1628
+-function common_dequeue_notice($notice) {
++function common_dequeue_notice($notice)
++{
+hunk ./lib/util.php 1645
+-function common_real_broadcast($notice, $remote=false) {
++function common_real_broadcast($notice, $remote=false)
++{
+hunk ./lib/util.php 1680
+-function common_broadcast_profile($profile) {
++function common_broadcast_profile($profile)
++{
+hunk ./lib/util.php 1689
+-function common_profile_url($nickname) {
++function common_profile_url($nickname)
++{
+hunk ./lib/util.php 1696
+-function common_notice_form($action=null, $content=null) {
++function common_notice_form($action=null, $content=null)
++{
+hunk ./lib/util.php 1729
+-function common_root_url() {
++function common_root_url()
++{
+hunk ./lib/util.php 1737
+-function common_good_rand($bytes) {
++function common_good_rand($bytes)
++{
+hunk ./lib/util.php 1747
+-function common_urandom($bytes) {
++function common_urandom($bytes)
++{
+hunk ./lib/util.php 1760
+-function common_mtrand($bytes) {
++function common_mtrand($bytes)
++{
+hunk ./lib/util.php 1769
+-function common_set_returnto($url) {
++function common_set_returnto($url)
++{
+hunk ./lib/util.php 1775
+-function common_get_returnto() {
++function common_get_returnto()
++{
+hunk ./lib/util.php 1781
+-function common_timestamp() {
++function common_timestamp()
++{
+hunk ./lib/util.php 1786
+-function common_ensure_syslog() {
++function common_ensure_syslog()
++{
+hunk ./lib/util.php 1796
+-function common_log($priority, $msg, $filename=null) {
++function common_log($priority, $msg, $filename=null)
++{
+hunk ./lib/util.php 1814
+-function common_debug($msg, $filename=null) {
++function common_debug($msg, $filename=null)
++{
+hunk ./lib/util.php 1823
+-function common_log_db_error(&$object, $verb, $filename=null) {
++function common_log_db_error(&$object, $verb, $filename=null)
++{
+hunk ./lib/util.php 1830
+-function common_log_objstring(&$object) {
++function common_log_objstring(&$object)
++{
+hunk ./lib/util.php 1844
+-function common_valid_http_url($url) {
++function common_valid_http_url($url)
++{
+hunk ./lib/util.php 1849
+-function common_valid_tag($tag) {
++function common_valid_tag($tag)
++{
+hunk ./lib/util.php 1860
+-function common_pagination($have_before, $have_after, $page, $action, $args=null) {
++function common_pagination($have_before, $have_after, $page, $action, $args=null)
++{
+hunk ./lib/util.php 1896
+-function common_accept_to_prefs($accept, $def = '*/*') {
++function common_accept_to_prefs($accept, $def = '*/*')
++{
+hunk ./lib/util.php 1921
+-function common_mime_type_match($type, $avail) {
++function common_mime_type_match($type, $avail)
++{
+hunk ./lib/util.php 1937
+-function common_negotiate_type($cprefs, $sprefs) {
++function common_negotiate_type($cprefs, $sprefs)
++{
+hunk ./lib/util.php 1974
+-function common_config($main, $sub) {
++function common_config($main, $sub)
++{
+hunk ./lib/util.php 1980
+-function common_copy_args($from) {
++function common_copy_args($from)
++{
+hunk ./lib/util.php 1992
+-function common_remove_magic_from_request() {
++function common_remove_magic_from_request()
++{
+hunk ./lib/util.php 2000
+-function common_user_uri(&$user) {
++function common_user_uri(&$user)
++{
+hunk ./lib/util.php 2005
+-function common_notice_uri(&$notice) {
++function common_notice_uri(&$notice)
++{
+hunk ./lib/util.php 2013
+-function common_confirmation_code($bits) {
++function common_confirmation_code($bits)
++{
+hunk ./lib/util.php 2031
+-function common_markup_to_html($c) {
++function common_markup_to_html($c)
++{
+hunk ./lib/util.php 2039
+-function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE) {
++function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE)
++{
+hunk ./lib/util.php 2049
+-function common_profile_uri($profile) {
++function common_profile_uri($profile)
++{
+hunk ./lib/util.php 2067
+-function common_canonical_sms($sms) {
++function common_canonical_sms($sms)
++{
+hunk ./lib/util.php 2074
+-function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
++function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
++{
+hunk ./lib/util.php 2096
+-function common_session_token() {
++function common_session_token()
++{
+hunk ./lib/util.php 2105
+-function common_disfavor_form($notice) {
++function common_disfavor_form($notice)
++{
+hunk ./lib/util.php 2133
+-function common_favor_form($notice) {
++function common_favor_form($notice)
++{
+hunk ./lib/util.php 2161
+-function common_nudge_form($profile) {
++function common_nudge_form($profile)
++{
+hunk ./lib/util.php 2171
+-function common_nudge_response() {
++function common_nudge_response()
++{
+hunk ./lib/util.php 2176
+-function common_subscribe_form($profile) {
++function common_subscribe_form($profile)
++{
+hunk ./lib/util.php 2193
+-function common_unsubscribe_form($profile) {
++function common_unsubscribe_form($profile)
++{
+hunk ./lib/util.php 2211
+-function common_profile_new_message_nudge ($cur, $profile) {
++function common_profile_new_message_nudge ($cur, $profile)
++{
+hunk ./lib/util.php 2229
+-function common_cache_key($extra) {
++function common_cache_key($extra)
++{
+hunk ./lib/util.php 2234
+-function common_keyize($str) {
++function common_keyize($str)
++{
+hunk ./lib/util.php 2241
+-function common_message_form($content, $user, $to) {
++function common_message_form($content, $user, $to)
++{
+hunk ./lib/util.php 2282
+-function common_memcache() {
++function common_memcache()
++{
+hunk ./lib/util.php 2303
+-function common_compatible_license($from, $to) {
++function common_compatible_license($from, $to)
++{
+hunk ./lib/util.php 2311
+-function common_block_form($profile, $args=null) {
++function common_block_form($profile, $args=null)
++{
+hunk ./lib/util.php 2316
+-function common_unblock_form($profile, $args=null) {
++function common_unblock_form($profile, $args=null)
++{
+hunk ./lib/util.php 2321
+-function common_blocking_form($type, $label, $profile, $args=null) {
++function common_blocking_form($type, $label, $profile, $args=null)
++{
+hunk ./lib/xmppqueuehandler.php 33
+-    function start() {
++    function start()
++    {
+hunk ./lib/xmppqueuehandler.php 47
+-    function handle_reconnect(&$pl) {
++    function handle_reconnect(&$pl)
++    {
+hunk ./lib/xmppqueuehandler.php 53
+-    function idle($timeout=0) {
++    function idle($timeout=0)
++    {
+hunk ./lib/xmppqueuehandler.php 66
+-    function forward_message(&$pl) {
++    function forward_message(&$pl)
++    {
+hunk ./lib/xmppqueuehandler.php 81
+-    function ofrom($from) {
++    function ofrom($from)
++    {
+hunk ./lib/xmppqueuehandler.php 89
+-    function listener() {
++    function listener()
++    {
+hunk ./scripts/enjitqueuehandler.php 38
+-    function transport() {
++    function transport()
++    {
+hunk ./scripts/enjitqueuehandler.php 43
+-    function start() {
++    function start()
++    {
+hunk ./scripts/enjitqueuehandler.php 50
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./scripts/jabberqueuehandler.php 40
+-    function transport() {
++    function transport()
++    {
+hunk ./scripts/jabberqueuehandler.php 45
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./scripts/maildaemon.php 39
+-    function __construct() {
++    function __construct()
++    {
+hunk ./scripts/maildaemon.php 43
+-    function handle_message($fname='php://stdin') {
++    function handle_message($fname='php://stdin')
++    {
+hunk ./scripts/maildaemon.php 71
+-    function error($from, $msg) {
++    function error($from, $msg)
++    {
 hunk ./scripts/maildaemon.php 77
--            return NULL;
-+            return null;
-hunk ./scripts/maildaemon.php 143
--            return NULL;
-+            return null;
-hunk ./scripts/maildaemon.php 170
--        $this->error(NULL, "Unsupported message type: " . $type);
-+        $this->error(null, "Unsupported message type: " . $type);
-hunk ./scripts/ombqueuehandler.php 70
--$id = ($argc > 1) ? $argv[1] : NULL;
-+$id = ($argc > 1) ? $argv[1] : null;
-hunk ./scripts/smsqueuehandler.php 60
--$id = ($argc > 1) ? $argv[1] : NULL;
-+$id = ($argc > 1) ? $argv[1] : null;
+-    function user_from($from_hdr) {
++    function user_from($from_hdr)
++    {
+hunk ./scripts/maildaemon.php 92
+-    function user_match_to($user, $to_hdr) {
++    function user_match_to($user, $to_hdr)
++    {
+hunk ./scripts/maildaemon.php 104
+-    function handle_command($user, $from, $msg) {
++    function handle_command($user, $from, $msg)
++    {
+hunk ./scripts/maildaemon.php 115
+-    function respond($from, $to, $response) {
++    function respond($from, $to, $response)
++    {
+hunk ./scripts/maildaemon.php 125
+-    function log($level, $msg) {
++    function log($level, $msg)
++    {
+hunk ./scripts/maildaemon.php 130
+-    function add_notice($user, $msg) {
++    function add_notice($user, $msg)
++    {
+hunk ./scripts/maildaemon.php 145
+-    function parse_message($fname) {
++    function parse_message($fname)
++    {
+hunk ./scripts/maildaemon.php 179
+-    function unsupported_type($type) {
++    function unsupported_type($type)
++    {
+hunk ./scripts/maildaemon.php 184
+-    function cleanup_msg($msg) {
++    function cleanup_msg($msg)
++    {
+hunk ./scripts/ombqueuehandler.php 38
+-    function transport() {
++    function transport()
++    {
+hunk ./scripts/ombqueuehandler.php 43
+-    function start() {
++    function start()
++    {
+hunk ./scripts/ombqueuehandler.php 49
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./scripts/ombqueuehandler.php 59
+-    function finish() {
++    function finish()
++    {
+hunk ./scripts/ombqueuehandler.php 63
+-    function is_remote($notice) {
++    function is_remote($notice)
++    {
+hunk ./scripts/publicqueuehandler.php 38
+-    function transport() {
++    function transport()
++    {
+hunk ./scripts/publicqueuehandler.php 43
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./scripts/sitemap.php 21
+-function index_map() {
++function index_map()
++{
+hunk ./scripts/sitemap.php 44
+-function standard_map() {
++function standard_map()
++{
+hunk ./scripts/sitemap.php 82
+-function notices_map() {
++function notices_map()
++{
+hunk ./scripts/sitemap.php 121
+-function user_map() {
++function user_map()
++{
+hunk ./scripts/sitemap.php 215
+-function url($url_args) {
++function url($url_args)
++{
+hunk ./scripts/sitemap.php 246
+-function sitemap($sitemap_args) {
++function sitemap($sitemap_args)
++{
+hunk ./scripts/sitemap.php 268
+-function urlset($urlset_text) {
++function urlset($urlset_text)
++{
+hunk ./scripts/sitemap.php 279
+-function sitemapindex($sitemapindex_text) {
++function sitemapindex($sitemapindex_text)
++{
+hunk ./scripts/sitemap.php 290
+-function array_to_map($url_list, $filename_prefix) {
++function array_to_map($url_list, $filename_prefix)
++{
+hunk ./scripts/sitemap.php 309
+-function parse_args() {
++function parse_args()
++{
+hunk ./scripts/sitemap.php 351
+-function trailing_slash($path) {
++function trailing_slash($path)
++{
+hunk ./scripts/sitemap.php 361
+-function write_file($path, $data) {
++function write_file($path, $data)
++{
+hunk ./scripts/sitemap.php 379
+-function error ($error_msg) {
++function error ($error_msg)
++{
+hunk ./scripts/smsqueuehandler.php 38
+-    function transport() {
++    function transport()
++    {
+hunk ./scripts/smsqueuehandler.php 43
+-    function start() {
++    function start()
++    {
+hunk ./scripts/smsqueuehandler.php 49
+-    function handle_notice($notice) {
++    function handle_notice($notice)
++    {
+hunk ./scripts/smsqueuehandler.php 54
+-    function finish() {
++    function finish()
++    {
+hunk ./scripts/xmppconfirmhandler.php 42
+-    function class_name() {
++    function class_name()
++    {
+hunk ./scripts/xmppconfirmhandler.php 47
+-    function run() {
++    function run()
++    {
 hunk ./scripts/xmppconfirmhandler.php 104
--        $confirm->whereAdd('claimed IS NULL');
--        $confirm->whereAdd('sent IS NULL');
-+        $confirm->whereAdd('claimed IS null');
-+        $confirm->whereAdd('sent IS null');
-hunk ./scripts/xmppconfirmhandler.php 125
--        return NULL;
-+        return null;
-hunk ./scripts/xmppconfirmhandler.php 130
--        $confirm->claimed = NULL;
-+        $confirm->claimed = null;
+-    function next_confirm() {
++    function next_confirm()
++    {
+hunk ./scripts/xmppconfirmhandler.php 131
+-    function clear_old_confirm_claims() {
++    function clear_old_confirm_claims()
++    {
 hunk ./scripts/xmppdaemon.php 42
--    function XMPPDaemon($resource=NULL) {
-+    function XMPPDaemon($resource=null) {
-hunk ./scripts/xmppdaemon.php 74
--                             NULL, 'available', 100);
-+                             null, 'available', 100);
-hunk ./scripts/xmppdaemon.php 95
--        $this->conn->presence('Send me a message to post a notice', 'available', NULL, 'available', 100);
-+        $this->conn->presence('Send me a message to post a notice', 'available', null, 'available', 100);
-hunk ./scripts/xmppdaemon.php 168
--            return NULL;
-+            return null;
-hunk ./scripts/xmppdaemon.php 173
--            return NULL;
-+            return null;
-hunk ./scripts/xmppdaemon.php 177
--            return NULL;
-+            return null;
-hunk ./scripts/xmppdaemon.php 182
--            return NULL;
-+            return null;
-hunk ./scripts/xmppdaemon.php 186
--            return NULL;
-+            return null;
-hunk ./scripts/xmppdaemon.php 191
--            return NULL;
-+            return null;
+-    function XMPPDaemon($resource=null) {
++    function XMPPDaemon($resource=null)
++    {
+hunk ./scripts/xmppdaemon.php 60
+-    function connect() {
++    function connect()
++    {
+hunk ./scripts/xmppdaemon.php 80
+-    function name() {
++    function name()
++    {
+hunk ./scripts/xmppdaemon.php 85
+-    function run() {
++    function run()
++    {
+hunk ./scripts/xmppdaemon.php 97
+-    function handle_reconnect(&$pl) {
++    function handle_reconnect(&$pl)
++    {
+hunk ./scripts/xmppdaemon.php 103
+-    function get_user($from) {
++    function get_user($from)
++    {
+hunk ./scripts/xmppdaemon.php 109
+-    function handle_message(&$pl) {
++    function handle_message(&$pl)
++    {
+hunk ./scripts/xmppdaemon.php 166
+-    function is_self($from) {
++    function is_self($from)
++    {
+hunk ./scripts/xmppdaemon.php 171
+-    function get_ofrom($pl) {
++    function get_ofrom($pl)
++    {
+hunk ./scripts/xmppdaemon.php 206
+-    function is_autoreply($txt) {
++    function is_autoreply($txt)
++    {
+hunk ./scripts/xmppdaemon.php 215
+-    function is_otr($txt) {
++    function is_otr($txt)
++    {
+hunk ./scripts/xmppdaemon.php 224
+-    function is_direct($txt) {
++    function is_direct($txt)
++    {
+hunk ./scripts/xmppdaemon.php 233
+-    function from_site($address, $msg) {
++    function from_site($address, $msg)
++    {
+hunk ./scripts/xmppdaemon.php 239
+-    function handle_command($user, $body) {
++    function handle_command($user, $body)
++    {
+hunk ./scripts/xmppdaemon.php 252
+-    function add_notice(&$user, &$pl) {
++    function add_notice(&$user, &$pl)
++    {
+hunk ./scripts/xmppdaemon.php 275
+-    function handle_presence(&$pl) {
++    function handle_presence(&$pl)
++    {
+hunk ./scripts/xmppdaemon.php 310
+-    function log($level, $msg) {
++    function log($level, $msg)
++    {
+hunk ./scripts/xmppdaemon.php 315
+-    function subscribed($to) {
++    function subscribed($to)
++    {
index a468c33a69bf8bfb1e0f6ca90cd24d949cd55619..738ec071f90dcb5680dca1e4e74a6c55a7f1b4e6 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class AccesstokenAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_debug('getting request from env variables', __FILE__);
index 066ee77bff11f03e26b5b546eb4b1e8da3997611..028a3679a4789b87c79fcf2133a17f08297d0ed3 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class AllAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,7 +54,8 @@ class AllAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('allrss', array('nickname' =>
                                                                                $user->nickname)),
@@ -61,7 +63,8 @@ class AllAction extends StreamAction {
                                      'title' => sprintf(_('Feed for friends of %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -76,7 +79,8 @@ class AllAction extends StreamAction {
                                               'item' => 'allrss')));
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index 851cd0ad52d21cf1c6eb57920e1217b809bd3184..9c20cd41635f1efc412ad14b4f3248cc9c0c738d 100644 (file)
@@ -27,7 +27,8 @@ class AllrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class AllrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
         
@@ -52,7 +54,8 @@ class AllrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('allrss',
                                              array('nickname' =>
@@ -65,7 +68,8 @@ class AllrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
index e7646a7bbd51032809188f96aab1c5b22d5baa82..8ccd86f0bb1c9fa49c0503f959f3963a78b95cd8 100644 (file)
@@ -27,7 +27,8 @@ class ApiAction extends Action {
     var $api_method;
     var $api_action;
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->api_action = $this->arg('apiaction');
@@ -79,7 +80,8 @@ class ApiAction extends Action {
         }
     }
 
-    function process_command() {
+    function process_command()
+    {
         $action = "twitapi$this->api_action";
         $actionfile = INSTALLDIR."/actions/$action.php";
 
@@ -108,7 +110,8 @@ class ApiAction extends Action {
     }
 
     # Whitelist of API methods that don't need authentication
-    function requires_auth() {
+    function requires_auth()
+    {
         static $noauth = array( 'statuses/public_timeline',
                                 'statuses/show',
                                 'users/show',
@@ -144,7 +147,8 @@ class ApiAction extends Action {
         }
     }
 
-    function show_basic_auth_error() {
+    function show_basic_auth_error()
+    {
         header('HTTP/1.1 401 Unauthorized');
         $msg = 'Could not authenticate you.';
 
@@ -166,7 +170,8 @@ class ApiAction extends Action {
         }
     }
 
-    function is_readonly() {
+    function is_readonly()
+    {
         # NOTE: before handle(), can't use $this->arg
         $apiaction = $_REQUEST['apiaction'];
         $method = $_REQUEST['method'];
index 2ca861a66b77fd1995242e920ffed54db2429fa3..4aeb4112ae801749c0bff957242d7af5f71944a5 100644 (file)
@@ -20,7 +20,8 @@
 if (!defined('LACONICA')) { exit(1); }
 
 class AvatarbynicknameAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $nickname = $this->trimmed('nickname');
         if (!$nickname) {
index cfcd29848199473f9df88de72c1d6c27794a2abd..702adcffaeb7d0cac0b96474b9b01c63316b26de 100644 (file)
@@ -23,7 +23,8 @@ class BlockAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,7 +57,8 @@ class BlockAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             if ($this->arg('block')) {
@@ -71,7 +73,8 @@ class BlockAction extends Action {
         }
     }
 
-    function are_you_sure_form() {
+    function are_you_sure_form()
+    {
 
         $id = $this->profile->id;
 
@@ -109,7 +112,8 @@ class BlockAction extends Action {
         common_show_footer();
     }
 
-    function block_profile() {
+    function block_profile()
+    {
 
         $cur = common_current_user();
 
index 562b70fe91b768b44efdf0364fa271d72c4b6157..d926864a6cc13a08d4359fd42344cd356ad6b24a 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class ConfirmaddressAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_set_returnto($this->self_url());
index 0777918d28eccb4f1050ce21f183ca7c3fce7488..4f00db6174bd1cd721b73893e44cc21ef178703d 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/deleteaction.php');
 
 class DeletenoticeAction extends DeleteAction {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         # XXX: Ajax!
 
@@ -33,15 +34,18 @@ class DeletenoticeAction extends DeleteAction {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You are about to permanently delete a notice.  Once this is done, it cannot be undone.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('Delete notice');
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         $user = common_current_user();
 
         common_show_header($this->get_title(), array($this, 'show_header'), $error,
@@ -67,7 +71,8 @@ class DeletenoticeAction extends DeleteAction {
         common_show_footer();
     }
 
-    function delete_notice() {
+    function delete_notice()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
index 503b3666de0a9693eb80d00ac963d7d0c744e2de..b1c346cb22204a8ebddd3839a19e3543abd9e531 100644 (file)
@@ -20,7 +20,8 @@
 if (!defined('LACONICA')) { exit(1); }
 
 class DeleteprofileAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $this->server_error(_('Code not yet ready.'));
         return;
@@ -32,18 +33,21 @@ class DeleteprofileAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Export and delete your user information.');
     }
 
-    function form_header($title, $msg=null, $success=false) {
+    function form_header($title, $msg=null, $success=false)
+    {
         common_show_header($title,
                            null,
                            array($msg, $success),
                            array($this, 'show_top'));
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feedsdel'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -56,7 +60,8 @@ class DeleteprofileAction extends Action {
     }
 
     //TODO move to common.php (and retrace its origin)
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $user = common_current_user();
         $nickname = $user->nickname;
 
@@ -84,14 +89,16 @@ class DeleteprofileAction extends Action {
         common_element_end('li');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $this->form_header(_('Delete my account'), $msg, $success);
         common_element('h2', null, _('Delete my account confirmation'));
         $this->show_confirm_delete_form();
         common_show_footer();
     }
 
-    function show_confirm_delete_form() {
+    function show_confirm_delete_form()
+    {
         $user = common_current_user();
         $notices = DB_DataObject::factory('notice');
         $notices->profile_id = $user->id;
@@ -120,7 +127,8 @@ class DeleteprofileAction extends Action {
         common_element_end('form');
     }
 
-    function handle_post() {
+    function handle_post()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -134,7 +142,8 @@ class DeleteprofileAction extends Action {
         $this->show_form();
     }
 
-    function delete_account() {
+    function delete_account()
+    {
         $user = common_current_user();
         assert(!is_null($user)); # should already be checked
 
@@ -219,7 +228,8 @@ class DeleteprofileAction extends Action {
         common_redirect(common_local_url('public'));
     }
 
-    function show_top($arr) {
+    function show_top($arr)
+    {
         $msg = $arr[0];
         $success = $arr[1];
         if ($msg) {
@@ -234,7 +244,8 @@ class DeleteprofileAction extends Action {
         $this->settings_menu();
     }
 
-    function settings_menu() {
+    function settings_menu()
+    {
         # action => array('prompt', 'title')
         $menu =
           array('profilesettings' =>
index e47e68a8c879fc23565a5179247e0c459c75b1d1..f0b528453188634a6ab166fa739682fad086c5b3 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DisfavorAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index 0cf665d683c76d038b44ee32a38629ad5c38cb7e..441ac19a7b7ed7a9bf3271bdfd8a16d19eb5e0ef 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DocAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $title = $this->trimmed('title');
         $filename = INSTALLDIR.'/doc/'.$title;
index 06b3ef29f3cd1ee28ce52e3307d39fe50db9aac2..3dcf7716f8fc44a8b2d36b34566cddbf1bbe2918 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class EmailsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Manage how you get email from %%site.name%%.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('Email Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -110,7 +112,8 @@ class EmailsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -122,7 +125,8 @@ class EmailsettingsAction extends SettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -148,7 +152,8 @@ class EmailsettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $emailnotifysub = $this->boolean('emailnotifysub');
         $emailnotifyfav = $this->boolean('emailnotifyfav');
@@ -185,7 +190,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -236,7 +242,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         $email = $this->arg('email');
         $confirm = $this->get_confirmation();
         if (!$confirm) {
@@ -259,7 +266,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $email = $this->arg('email');
@@ -285,7 +293,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
 
-    function remove_incoming() {
+    function remove_incoming()
+    {
         $user = common_current_user();
         
         if (!$user->incomingemail) {
@@ -304,7 +313,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('Incoming email address removed.'), TRUE);
     }
 
-    function new_incoming() {
+    function new_incoming()
+    {
         $user = common_current_user();
         
         $orig = clone($user);
@@ -318,7 +328,8 @@ class EmailsettingsAction extends SettingsAction {
         $this->show_form(_('New incoming email address added.'), TRUE);
     }
     
-    function email_exists($email) {
+    function email_exists($email)
+    {
         $user = common_current_user();
         $other = User::staticGet('email', $email);
         if (!$other) {
index c964f451af8abbc9c82da53214bf9361f1db4d73..006f35eca836102d6fc7163afbee723e2cb70916 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookhomeAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->login();
     }
 
-    function login() {
+    function login()
+    {
 
         $user = null;
 
@@ -89,7 +91,8 @@ class FacebookhomeAction extends FacebookAction {
 
     }
 
-    function show_home($facebook, $fbuid, $user) {
+    function show_home($facebook, $fbuid, $user)
+    {
 
         $this->show_header('Home');
 
@@ -99,7 +102,8 @@ class FacebookhomeAction extends FacebookAction {
         $this->show_footer();
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index 3a85a7c5c0f85f2a164178b347b185bb54faaaf2..fc226e65aee8aba3b23e7d09741861d7f4ff4df5 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookinviteAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->display();
     }
 
-    function display() {
+    function display()
+    {
 
         $facebook = $this->get_facebook();
 
index 1215f6622032e3ffcc3b9240879aaaccbbee59d8..79dc32e497b0a66bc76a71541f57c0b68bfe5bec 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebookremoveAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $secret = common_config('facebook', 'secret');
index a5ad9d07ac8c6c3884d896e8d42bae28b29537cf..03ad57813749329d480367591d9a3d562db9dca0 100644 (file)
@@ -23,13 +23,15 @@ require_once(INSTALLDIR.'/lib/facebookaction.php');
 
 class FacebooksettingsAction extends FacebookAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $this->display();
     }
 
-    function display() {
+    function display()
+    {
 
         $facebook = $this->get_facebook();
 
index c0b0324b5b04b84211c9e6086f75fb60cd2be24e..3ec4af0b5e0ff394fb19ceaccef4dfbfafd7e474 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mail.php');
 
 class FavorAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -80,7 +81,8 @@ class FavorAction extends Action {
         }
     }
 
-    function notify($fave, $notice, $user) {
+    function notify($fave, $notice, $user)
+    {
         $other = User::staticGet('id', $notice->profile_id);
         if ($other && $other->id != $user->id) {
             if ($other->email && $other->emailnotifyfav) {
index e69630d50f4872dd0c9542090732391765d828f4..d479e1b3e4015ec192d130b60fc147cfc6cc6277 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/stream.php');
 
 class FavoritedAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -37,7 +38,8 @@ class FavoritedAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -46,15 +48,18 @@ class FavoritedAction extends StreamAction {
         $this->public_views_menu();
     }
 
-    function show_header() {
+    function show_header()
+    {
         return;
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Showing recently popular notices');
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         $qry = 'SELECT notice.*, sum(exp(-(now() - fave.modified) / %s)) as weight ' .
                 'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
index 7071812d70b4a79695647c93e85bc306648be967..aa8a3c6f4deb3d105c6edd13b1828d1c68ed4d31 100644 (file)
@@ -27,7 +27,8 @@ class FavoritesrssAction extends Rss10Action {
 
     var $user = null;
     
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class FavoritesrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
 
@@ -54,7 +56,8 @@ class FavoritesrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('favoritesrss',
                                              array('nickname' =>
@@ -67,7 +70,8 @@ class FavoritesrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
\ No newline at end of file
index f478a4017393036e91227606abec783692b235c6..1763adeab1c45abadc50db0fd1b16b0caf4bec03 100644 (file)
@@ -24,7 +24,8 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class FeaturedAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -38,7 +39,8 @@ class FeaturedAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -47,14 +49,17 @@ class FeaturedAction extends StreamAction {
         $this->public_views_menu();
     }
 
-    function show_header() {
+    function show_header()
+    {
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Featured users');
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         // XXX: Note I'm doing it this two-stage way because a raw query
         // with a JOIN was *not* working. --Zach
index 7607688de0400ae5a06704cc073ddae1c816200d..d8409b6e99525463b908442459d7aba8c244a467 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishaddopenidAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
@@ -32,7 +33,8 @@ class FinishaddopenidAction extends Action {
         }
     }
     
-    function try_login() {
+    function try_login()
+    {
 
         $consumer =& oid_consumer();
 
@@ -95,7 +97,8 @@ class FinishaddopenidAction extends Action {
         }
     }
 
-    function message($msg) {
+    function message($msg)
+    {
         common_show_header(_('OpenID Login'));
         common_element('p', null, $msg);
         common_show_footer();
index ea711f5c5fa2dbcf453cf7410ed7e32de9c56493..c4a1c1af9bfa3ae955d25307b709828fddc90a16 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishimmediateAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $consumer = oid_consumer();
@@ -53,7 +54,8 @@ class FinishimmediateAction extends Action {
         return;
     }
 
-    function go_backto() {
+    function go_backto()
+    {
         common_ensure_session();
         $backto = $_SESSION['openid_immediate_backto'];
         if (!$backto) {
index ae5b136a25cc40ab4515bd7961cf451e8e53b784..eb52d73b1810d6c80060139a90f730c7d36c2328 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class FinishopenidloginAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             common_user_error(_('Already logged in.'));
@@ -52,7 +53,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('div', array('class' => 'error'), $error);
         } else {
@@ -62,7 +64,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function show_form($error=null, $username=null) {
+    function show_form($error=null, $username=null)
+    {
         common_show_header(_('OpenID Account Setup'), null, $error,
                            array($this, 'show_top'));
 
@@ -99,7 +102,8 @@ class FinishopenidloginAction extends Action {
         common_show_footer();
     }
 
-    function try_login() {
+    function try_login()
+    {
 
         $consumer = oid_consumer();
 
@@ -146,26 +150,30 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function message($msg) {
+    function message($msg)
+    {
         common_show_header(_('OpenID Login'));
         common_element('p', null, $msg);
         common_show_footer();
     }
 
-    function save_values($display, $canonical, $sreg) {
+    function save_values($display, $canonical, $sreg)
+    {
         common_ensure_session();
         $_SESSION['openid_display'] = $display;
         $_SESSION['openid_canonical'] = $canonical;
         $_SESSION['openid_sreg'] = $sreg;
     }
 
-    function get_saved_values() {
+    function get_saved_values()
+    {
         return array($_SESSION['openid_display'],
                      $_SESSION['openid_canonical'],
                      $_SESSION['openid_sreg']);
     }
 
-    function create_new_user() {
+    function create_new_user()
+    {
 
         # FIXME: save invite code before redirect, and check here
 
@@ -247,7 +255,8 @@ class FinishopenidloginAction extends Action {
         common_redirect(common_local_url('showstream', array('nickname' => $user->nickname)));
     }
 
-    function connect_user() {
+    function connect_user()
+    {
 
         $nickname = $this->trimmed('nickname');
         $password = $this->trimmed('password');
@@ -286,7 +295,8 @@ class FinishopenidloginAction extends Action {
         $this->go_home($user->nickname);
     }
 
-    function go_home($nickname) {
+    function go_home($nickname)
+    {
         $url = common_get_returnto();
         if ($url) {
             # We don't have to return to it again
@@ -299,7 +309,8 @@ class FinishopenidloginAction extends Action {
         common_redirect($url);
     }
 
-    function best_new_nickname($display, $sreg) {
+    function best_new_nickname($display, $sreg)
+    {
 
         # Try the passed-in nickname
 
@@ -332,7 +343,8 @@ class FinishopenidloginAction extends Action {
         return null;
     }
 
-    function is_new_nickname($str) {
+    function is_new_nickname($str)
+    {
         if (!Validate::string($str, array('min_length' => 1,
                                           'max_length' => 64,
                                           'format' => VALIDATE_NUM . VALIDATE_ALPHA_LOWER))) {
@@ -347,7 +359,8 @@ class FinishopenidloginAction extends Action {
         return true;
     }
 
-    function openid_to_nickname($openid) {
+    function openid_to_nickname($openid)
+    {
         if (Auth_Yadis_identifierScheme($openid) == 'XRI') {
             return $this->xri_to_nickname($openid);
         } else {
@@ -360,7 +373,8 @@ class FinishopenidloginAction extends Action {
     # 2. One element in path, like http://profile.typekey.com/EvanProdromou/
     #    or http://getopenid.com/evanprodromou
 
-    function url_to_nickname($openid) {
+    function url_to_nickname($openid)
+    {
         static $bad = array('query', 'user', 'password', 'port', 'fragment');
 
         $parts = parse_url($openid);
@@ -406,7 +420,8 @@ class FinishopenidloginAction extends Action {
         return null;
     }
 
-    function xri_to_nickname($xri) {
+    function xri_to_nickname($xri)
+    {
         $base = $this->xri_base($xri);
 
         if (!$base) {
@@ -419,7 +434,8 @@ class FinishopenidloginAction extends Action {
         }
     }
 
-    function xri_base($xri) {
+    function xri_base($xri)
+    {
         if (substr($xri, 0, 6) == 'xri://') {
             return substr($xri, 6);
         } else {
@@ -429,7 +445,8 @@ class FinishopenidloginAction extends Action {
 
     # Given a string, try to make it work as a nickname
 
-    function nicknamize($str) {
+    function nicknamize($str)
+    {
         $str = preg_replace('/\W/', '', $str);
         return strtolower($str);
     }
index edd4ae541782bef7c11ed8110c0b6754c37a01d8..38a56c96200fdab1f65d8c330b0e44bf53596ebe 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class FinishremotesubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -231,13 +232,15 @@ class FinishremotesubscribeAction extends Action {
                                                              $user->nickname)));
     }
 
-    function add_avatar($profile, $url) {
+    function add_avatar($profile, $url)
+    {
         $temp_filename = tempnam(sys_get_temp_dir(), 'listener_avatar');
         copy($url, $temp_filename);
         return $profile->setOriginal($temp_filename);
     }
 
-    function access_token($omb) {
+    function access_token($omb)
+    {
 
         common_debug('starting request for access token', __FILE__);
 
index 218e20f5fb85e4adead3389a63e87c4660d677b0..893e2a861c55c2c83572ca5c67dda28bfcb919ba 100644 (file)
@@ -25,11 +25,13 @@ define('BOTH', 0);
 
 class FoafAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $nickname = $this->trimmed('nickname');
@@ -179,14 +181,16 @@ class FoafAction extends Action {
         common_element_end('rdf:RDF');
     }
 
-    function show_ppd($foaf_url, $person_uri) {
+    function show_ppd($foaf_url, $person_uri)
+    {
         common_element_start('PersonalProfileDocument', array('rdf:about' => $foaf_url));
         common_element('maker', array('rdf:resource' => $person_uri));
         common_element('primaryTopic', array('rdf:resource' => $person_uri));
         common_element_end('PersonalProfileDocument');
     }
 
-    function show_microblogging_account($profile, $service=null) {
+    function show_microblogging_account($profile, $service=null)
+    {
         # Their account
         common_element_start('holdsAccount');
         common_element_start('OnlineAccount');
index 8f546f8e76f97aee0887c445bbe386abde20555b..cccd5db499b87c309a6504ee310b3f0801096fd7 100644 (file)
@@ -24,11 +24,13 @@ require_once(INSTALLDIR.'/lib/jabber.php');
 
 class ImsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can send and receive notices through Jabber/GTalk [instant messages](%%doc.im%%). Configure your address and settings below.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('IM Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -85,7 +87,8 @@ class ImsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -97,7 +100,8 @@ class ImsettingsAction extends SettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -119,7 +123,8 @@ class ImsettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $jabbernotify = $this->boolean('jabbernotify');
         $updatefrompresence = $this->boolean('updatefrompresence');
@@ -152,7 +157,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -207,7 +213,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         $jabber = $this->arg('jabber');
         $confirm = $this->get_confirmation();
         if (!$confirm) {
@@ -230,7 +237,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $jabber = $this->arg('jabber');
@@ -258,7 +266,8 @@ class ImsettingsAction extends SettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
 
-    function jabber_exists($jabber) {
+    function jabber_exists($jabber)
+    {
         $user = common_current_user();
         $other = User::staticGet('jabber', $jabber);
         if (!$other) {
index feef94d0f26d20c4edde4234369351fbe307bfc9..b0fc799589a5ae2f1ace55990cbccf2c6272ef68 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class InviteAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return false;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             $this->client_error(sprintf(_('You must be logged in to invite other users to use %s'),
@@ -38,7 +40,8 @@ class InviteAction extends Action {
         }
     }
 
-    function send_invitations() {
+    function send_invitations()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -112,7 +115,8 @@ class InviteAction extends Action {
         common_show_footer();
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
@@ -123,7 +127,8 @@ class InviteAction extends Action {
         }
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
 
         global $config;
 
@@ -149,7 +154,8 @@ class InviteAction extends Action {
         common_show_footer();
     }
 
-    function send_invitation($email, $user, $personal) {
+    function send_invitation($email, $user, $personal)
+    {
 
         $profile = $user->getProfile();
         $bestname = $profile->getBestName();
index f3509519ec4758cbb5f93ac6f68de329d26ff0c4..6ad07b6106f13014140e338e39535fca7eeaa61a 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class LoginAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_is_real_login()) {
             common_user_error(_('Already logged in.'));
@@ -36,7 +38,8 @@ class LoginAction extends Action {
         }
     }
 
-    function check_login() {
+    function check_login()
+    {
         # XXX: login throttle
 
         # CSRF protection - token set in common_notice_form()
@@ -100,7 +103,8 @@ class LoginAction extends Action {
         common_redirect($url);
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         common_show_header(_('Login'), null, $error, array($this, 'show_top'));
         common_element_start('form', array('method' => 'post',
                                            'id' => 'login',
@@ -120,7 +124,8 @@ class LoginAction extends Action {
         common_show_footer();
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         if (common_logged_in() &&
             !common_is_real_login() &&
             common_get_returnto())
@@ -138,7 +143,8 @@ class LoginAction extends Action {
         }
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
index 4c59e47ad6b2e656fb72c3ca3e8cb573420ce6a1..effb5abbe9249c4ac243462b315ee1ff62415e14 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class LogoutAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
index ced4b0d1e58c31d8a7dbc885a140fcb73cff097c..a19a26dcf48b8696a78be4cac1a5a330899dcd6a 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class MicrosummaryAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index eb582c2a53687465e258f5798e359b7eaa34f281..0a537ad2d30970cc939379d35a17f3e735b36028 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class NewmessageAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -33,7 +34,8 @@ class NewmessageAction extends Action {
         }
     }
 
-    function save_new_message() {
+    function save_new_message()
+    {
         $user = common_current_user();
         assert($user); # XXX: maybe an error instead...
 
@@ -89,7 +91,8 @@ class NewmessageAction extends Action {
         common_redirect($url, 303);
     }
 
-    function show_top($params) {
+    function show_top($params)
+    {
 
         list($content, $user, $to) = $params;
         
@@ -98,7 +101,8 @@ class NewmessageAction extends Action {
         common_message_form($content, $user, $to);
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
         
         $content = $this->trimmed('content');
         $user = common_current_user();
@@ -128,7 +132,8 @@ class NewmessageAction extends Action {
         common_show_footer();
     }
     
-    function notify($from, $to, $message) {
+    function notify($from, $to, $message)
+    {
         mail_notify_message($message, $from, $to);
         # XXX: Jabber, SMS notifications... probably queued
     }
index 98556c36bb1b62e47058d21bec8fac9b1a48799a..1f6117c1e98f60d21c3d3534a43438e4bcab5cdd 100644 (file)
@@ -23,7 +23,8 @@ require_once INSTALLDIR . '/lib/noticelist.php';
 
 class NewnoticeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -43,7 +44,8 @@ class NewnoticeAction extends Action {
         }
     }
 
-    function save_new_notice() {
+    function save_new_notice()
+    {
 
         $user = common_current_user();
         assert($user); # XXX: maybe an error instead...
@@ -110,7 +112,8 @@ class NewnoticeAction extends Action {
         }
     }
 
-    function ajax_error_msg($msg) {
+    function ajax_error_msg($msg)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Ajax Error'));
@@ -121,11 +124,13 @@ class NewnoticeAction extends Action {
         common_element_end('html');
     }
 
-    function show_top($content=null) {
+    function show_top($content=null)
+    {
         common_notice_form(null, $content);
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
         if ($msg && $this->boolean('ajax')) {
             $this->ajax_error_msg($msg);
             return;
@@ -146,7 +151,8 @@ class NewnoticeAction extends Action {
         common_show_footer();
     }
 
-    function show_notice($notice) {
+    function show_notice($notice)
+    {
         $nli = new NoticeListItem($notice);
         $nli->show();
     }
index 53d78e199918923e82d20cdcf8f3e06dcaaeccaf..782c8fe98dd63d40225a1fec47175905e118daf3 100644 (file)
@@ -25,15 +25,18 @@ require_once(INSTALLDIR.'/lib/searchaction.php');
 
 class NoticesearchAction extends SearchAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Search for notices on %%site.name%% by their contents. Separate search terms by spaces; they must be 3 characters or more.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('Text search');
     }
 
-    function show_results($q, $page) {
+    function show_results($q, $page)
+    {
 
         $notice = new Notice();
 
@@ -72,7 +75,8 @@ class NoticesearchAction extends SearchAction {
                           $page, 'noticesearch', array('q' => $q));
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         if ($arr) {
             $q = $arr[0];
         }
@@ -87,7 +91,8 @@ class NoticesearchAction extends SearchAction {
 
     # XXX: refactor and combine with StreamAction::show_notice()
 
-    function show_notice($notice, $terms) {
+    function show_notice($notice, $terms)
+    {
         $profile = $notice->getProfile();
         if (!$profile) {
             common_log_db_error($notice, 'SELECT', __FILE__);
@@ -149,7 +154,8 @@ class NoticesearchAction extends SearchAction {
         common_element_end('li');
     }
 
-    function highlight($text, $terms) {
+    function highlight($text, $terms)
+    {
         /* Highligh serach terms */
         $pattern = '/('.implode('|',array_map('htmlspecialchars', $terms)).')/i';
         $result = preg_replace($pattern, '<strong>\\1</strong>', $text);
index d61234df84eb02494dd28de4679f428f87980c4e..c41d3487335d66476b3634c0df0044bcb89c49b9 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class NoticesearchrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $q = $this->trimmed('q');
         $notices = array();
@@ -54,7 +56,8 @@ class NoticesearchrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         global $config;
         $q = $this->trimmed('q');
         $c = array('url' => common_local_url('noticesearchrss', array('q' => $q)),
@@ -64,7 +67,8 @@ class NoticesearchrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
index 6f3b4c95c5723aad31185d8df14bc0334737feab..e0268e9d00489d1132a27b31c2ae186d272a79ae 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mail.php');
 
 class NudgeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
@@ -71,7 +72,8 @@ class NudgeAction extends Action {
         }
     }
 
-    function notify($user, $other) {
+    function notify($user, $other)
+    {
         if ($other->id != $user->id) {
             if ($other->email && $other->emailnotifynudge) {
                 mail_notify_nudge($user, $other);
index 1bf37f28f4dfaec267926adfe32e61ec129f4a03..b8681215ef2c7f5727aa17ec6b51f7bf45ac97d8 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class OpenidloginAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             common_user_error(_('Already logged in.'));
@@ -56,11 +57,13 @@ class OpenidloginAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Login with an [OpenID](%%doc.openid%%) account.');
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('div', array('class' => 'error'), $error);
         } else {
@@ -72,7 +75,8 @@ class OpenidloginAction extends Action {
         }
     }
 
-    function show_form($error=null, $openid_url) {
+    function show_form($error=null, $openid_url)
+    {
         common_show_header(_('OpenID Login'), null, $error, array($this, 'show_top'));
         $formaction = common_local_url('openidlogin');
         common_element_start('form', array('method' => 'post',
index 9c0eda6f0fa2c114e48690f09adc3888f672d00c..ce4143d41cb8f39087adcfd7b35804a8a2b99494 100644 (file)
@@ -24,13 +24,15 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class OpenidsettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('[OpenID](%%doc.openid%%) lets you log into many sites ' .
                   ' with the same user account. '.
                   ' Manage your associated OpenIDs from here.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
 
         $user = common_current_user();
 
@@ -116,7 +118,8 @@ class OpenidsettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function handle_post() {
+    function handle_post()
+    {
         # CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -136,7 +139,8 @@ class OpenidsettingsAction extends SettingsAction {
         }
     }
 
-    function remove_openid() {
+    function remove_openid()
+    {
 
         $openid_url = $this->trimmed('openid_url');
         $oid = User_openid::staticGet('canonical', $openid_url);
index dcde160a4d43860f19e95120f1a3ef993997602d..f9c6f4c5723f5ca56ebb1eb08c85499aabaeead1 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class OpensearchAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
index 1da6577cb9f945e8dca8c4377f7a622a1fbcd3a5..0c141838752597926e09cb239c95b0a06c84ee63 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class OthersettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Manage various other options.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
 
         $this->form_header(_('Other Settings'), $msg, $success);
@@ -63,7 +65,8 @@ class OthersettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feedsdel'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -76,7 +79,8 @@ class OthersettingsAction extends SettingsAction {
     }
 
     //TODO move to common.php (and retrace its origin)
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $user = common_current_user();
         $nickname = $user->nickname;
 
@@ -131,7 +135,8 @@ class OthersettingsAction extends SettingsAction {
 //        common_element_end('form');
 //    }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -147,7 +152,8 @@ class OthersettingsAction extends SettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $urlshorteningservice = $this->trimmed('urlshorteningservice');
 
index a52ac317f829a8904ce4b462424bd7faf51d9cb6..6d3f6a73f48b72d28cdf66af54697466d0a9b0d4 100644 (file)
@@ -24,16 +24,19 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class PeoplesearchAction extends SearchAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Search for people on %%site.name%% by their name, location, or interests. ' .
                   'Separate the terms by spaces; they must be 3 characters or more.');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return _('People search');
     }
 
-    function show_results($q, $page) {
+    function show_results($q, $page)
+    {
 
         $profile = new Profile();
 
@@ -71,14 +74,16 @@ class PeopleSearchResults extends ProfileList {
     var $terms = null;
     var $pattern = null;
     
-    function __construct($profile, $terms) {
+    function __construct($profile, $terms)
+    {
         parent::__construct($profile);
         $this->terms = array_map('preg_quote', 
                                  array_map('htmlspecialchars', $terms));
         $this->pattern = '/('.implode('|',$terms).')/i';
     }
     
-    function highlight($text) {
+    function highlight($text)
+    {
         return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
     }
 }
index 0327ecbc2f9f36b9f09ffe215c3494b24040475e..c7e4630261d6b81b3db80fc04ab4849c747f123a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class PeopletagAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -50,7 +51,8 @@ class PeopletagAction extends Action {
         common_show_footer();
     }
 
-    function show_people($tag, $page) {
+    function show_people($tag, $page)
+    {
         
         $profile = new Profile();
 
@@ -83,7 +85,8 @@ class PeopletagAction extends Action {
                           array('tag' => $tag));
     }
     
-    function show_top($tag) {
+    function show_top($tag)
+    {
         $instr = sprintf(_('These are users who have tagged themselves "%s" ' .
                            'to show a common interest, characteristic, hobby or job.'), $tag);
         common_element_start('div', 'instructions');
@@ -93,11 +96,13 @@ class PeopletagAction extends Action {
         common_element_end('div');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         return;
     }
 }
index 66e4dc806c618088e9417a2c2567098c5259ced9..8b0781dfd475971c9c9f88701e7dafbb8fa1fd7f 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class PostnoticeAction extends Action {
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
@@ -39,7 +40,8 @@ class PostnoticeAction extends Action {
         }
     }
 
-    function save_notice(&$req, &$consumer, &$token) {
+    function save_notice(&$req, &$consumer, &$token)
+    {
         $version = $req->get_parameter('omb_version');
         if ($version != OMB_VERSION_01) {
             common_user_error(_('Unsupported OMB version'), 400);
index 0fa1288dcd0e1441e984f7d843e908289e96bde9..7f7ee17a58db4d96f5d7281e6797e32bbda420a8 100644 (file)
@@ -23,12 +23,14 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class ProfilesettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can update your personal profile info here '.
                   'so people know more about you.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $this->form_header(_('Profile settings'), $msg, $success);
         $this->show_settings_form();
         common_element('h2', null, _('Avatar'));
@@ -40,7 +42,8 @@ class ProfilesettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
 
@@ -60,7 +63,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_settings_form() {
+    function show_settings_form()
+    {
 
         $user = common_current_user();
         $profile = $user->getProfile();
@@ -110,7 +114,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_avatar_form() {
+    function show_avatar_form()
+    {
 
         $user = common_current_user();
         $profile = $user->getProfile();
@@ -168,7 +173,8 @@ class ProfilesettingsAction extends SettingsAction {
 
     }
 
-    function show_password_form() {
+    function show_password_form()
+    {
 
         $user = common_current_user();
         common_element_start('form', array('method' => 'POST',
@@ -190,7 +196,8 @@ class ProfilesettingsAction extends SettingsAction {
         common_element_end('form');
     }
 
-    function save_profile() {
+    function save_profile()
+    {
         $nickname = $this->trimmed('nickname');
         $fullname = $this->trimmed('fullname');
         $homepage = $this->trimmed('homepage');
@@ -337,7 +344,8 @@ class ProfilesettingsAction extends SettingsAction {
     }
 
 
-    function upload_avatar() {
+    function upload_avatar()
+    {
         switch ($_FILES['avatarfile']['error']) {
          case UPLOAD_ERR_OK: # success, jump out
             break;
@@ -384,7 +392,8 @@ class ProfilesettingsAction extends SettingsAction {
         @unlink($_FILES['avatarfile']['tmp_name']);
     }
 
-    function nickname_exists($nickname) {
+    function nickname_exists($nickname)
+    {
         $user = common_current_user();
         $other = User::staticGet('nickname', $nickname);
         if (!$other) {
@@ -394,7 +403,8 @@ class ProfilesettingsAction extends SettingsAction {
         }
     }
 
-    function change_password() {
+    function change_password()
+    {
 
         $user = common_current_user();
         assert(!is_null($user)); # should already be checked
index 60238e54d66057709f8febe4de70f3443e898a18..62be3da998e520e671f41b5f00e4ba5d1de0533a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/stream.php');
 
 class PublicAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -41,7 +42,8 @@ class PublicAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top() {
+    function show_top()
+    {
         if (common_logged_in()) {
             common_notice_form('public');
         } else {
@@ -64,13 +66,15 @@ class PublicAction extends StreamAction {
                                               'item' => 'publicatom')));
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
                  'based on the Free Software [Laconica](http://laconi.ca/) tool. ' .
                  '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ([Read more](%%doc.help%%))');
     }
 
-    function show_header() {
+    function show_header()
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('publicrss'),
                                      'type' => 'application/rss+xml',
@@ -80,7 +84,8 @@ class PublicAction extends StreamAction {
                                      'content' => common_local_url('publicxrds')));
     }
 
-    function show_notices($page) {
+    function show_notices($page)
+    {
 
         $cnt = 0;
         $notice = Notice::publicStream(($page-1)*NOTICES_PER_PAGE,
index 764f0fae2384711d7d5a4e988e0d6fa490f8c90d..8e554122e0df68a187d8fac7acb0529250a77174 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class PublicrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
         
         $notices = array();
         
@@ -42,7 +44,8 @@ class PublicrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         global $config;
         $c = array('url' => common_local_url('publicrss'),
                    'title' => sprintf(_('%s Public Stream'), $config['site']['name']),
@@ -51,7 +54,8 @@ class PublicrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 }
\ No newline at end of file
index 5e33491853a1c808b70700fbea79e4aefc679004..63c80d81e1c448aa83dc3b597626c7303ef1a5a1 100644 (file)
@@ -25,11 +25,13 @@ require_once(INSTALLDIR.'/lib/openid.php');
 
 class PublicxrdsAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -55,7 +57,8 @@ class PublicxrdsAction extends Action {
         common_end_xml();
     }
 
-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
+    {
         common_element_start('Service');
         if ($uri) {
             common_element('URI', null, $uri);
index 068d582fa4de114ed0ebe3870737ebe94bccd20d..a482d47110e571d64c539cd1e1ee309f9e836ce7 100644 (file)
@@ -25,7 +25,8 @@ define(MAX_RECOVERY_TIME, 24 * 60 * 60);
 
 class RecoverpasswordAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (common_logged_in()) {
             $this->client_error(_('You are already logged in!'));
@@ -47,7 +48,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function check_code() {
+    function check_code()
+    {
 
         $code = $this->trimmed('code');
         $confirm = Confirm_address::staticGet('code', $code);
@@ -113,12 +115,14 @@ class RecoverpasswordAction extends Action {
         $this->show_password_form();
     }
 
-    function set_temp_user(&$user) {
+    function set_temp_user(&$user)
+    {
         common_ensure_session();
         $_SESSION['tempuser'] = $user->id;
     }
 
-    function get_temp_user() {
+    function get_temp_user()
+    {
         common_ensure_session();
         $user_id = $_SESSION['tempuser'];
         if ($user_id) {
@@ -127,12 +131,14 @@ class RecoverpasswordAction extends Action {
         return $user;
     }
 
-    function clear_temp_user() {
+    function clear_temp_user()
+    {
         common_ensure_session();
         unset($_SESSION['tempuser']);
     }
 
-    function show_top($msg=null) {
+    function show_top($msg=null)
+    {
         if ($msg) {
             common_element('div', 'error', $msg);
         } else {
@@ -146,7 +152,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function show_password_top($msg=null) {
+    function show_password_top($msg=null)
+    {
         if ($msg) {
             common_element('div', 'error', $msg);
         } else {
@@ -156,7 +163,8 @@ class RecoverpasswordAction extends Action {
         }
     }
 
-    function show_form($msg=null) {
+    function show_form($msg=null)
+    {
 
         common_show_header(_('Recover password'), null,
         $msg, array($this, 'show_top'));
@@ -173,7 +181,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function show_password_form($msg=null) {
+    function show_password_form($msg=null)
+    {
 
         common_show_header(_('Reset password'), null,
         $msg, array($this, 'show_password_top'));
@@ -191,7 +200,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function recover_password() {
+    function recover_password()
+    {
         $nore = $this->trimmed('nicknameoremail');
         if (!$nore) {
             $this->show_form(_('Enter a nickname or email address.'));
@@ -274,7 +284,8 @@ class RecoverpasswordAction extends Action {
         common_show_footer();
     }
 
-    function reset_password() {
+    function reset_password()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
index f3eaf61229134c25d74f7b55ec454362a9487e60..444e67e357708954c2348f1e7757e0e9362c8b29 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class RegisterAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (common_config('site', 'closed')) {
@@ -35,7 +36,8 @@ class RegisterAction extends Action {
         }
     }
 
-    function try_register() {
+    function try_register()
+    {
 
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
@@ -133,14 +135,16 @@ class RegisterAction extends Action {
 
     # checks if *CANONICAL* nickname exists
 
-    function nickname_exists($nickname) {
+    function nickname_exists($nickname)
+    {
         $user = User::staticGet('nickname', $nickname);
         return ($user !== false);
     }
 
     # checks if *CANONICAL* email exists
 
-    function email_exists($email) {
+    function email_exists($email)
+    {
         $email = common_canonical_email($email);
         if (!$email || strlen($email) == 0) {
             return false;
@@ -149,7 +153,8 @@ class RegisterAction extends Action {
         return ($user !== false);
     }
 
-    function show_top($error=null) {
+    function show_top($error=null)
+    {
         if ($error) {
             common_element('p', 'error', $error);
         } else {
@@ -164,7 +169,8 @@ class RegisterAction extends Action {
         }
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         global $config;
 
         $code = $this->trimmed('code');
@@ -236,7 +242,8 @@ class RegisterAction extends Action {
         common_show_footer();
     }
 
-    function show_success() {
+    function show_success()
+    {
         $nickname = $this->arg('nickname');
         common_show_header(_('Registration successful'));
         common_element_start('div', 'success');
index be2cb10256767339655706aef2c509c3aac25ee8..02c0268496c68a46dd8f923e6515a2f0036d29c1 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class RemotesubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -47,7 +48,8 @@ class RemotesubscribeAction extends Action {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('To subscribe, you can [login](%%action.login%%),' .
                   ' or [register](%%action.register%%) a new ' .
                   ' account. If you already have an account ' .
@@ -55,7 +57,8 @@ class RemotesubscribeAction extends Action {
                   ' enter your profile URL below.');
     }
 
-    function show_top($err=null) {
+    function show_top($err=null)
+    {
         if ($err) {
             common_element('div', 'error', $err);
         } else {
@@ -67,7 +70,8 @@ class RemotesubscribeAction extends Action {
         }
     }
 
-    function show_form($err=null) {
+    function show_form($err=null)
+    {
         $nickname = $this->trimmed('nickname');
         $profile = $this->trimmed('profile_url');
         common_show_header(_('Remote subscribe'), null, $err,
@@ -86,7 +90,8 @@ class RemotesubscribeAction extends Action {
         common_show_footer();
     }
 
-    function remote_subscription() {
+    function remote_subscription()
+    {
         $user = $this->get_user();
 
         if (!$user) {
@@ -152,7 +157,8 @@ class RemotesubscribeAction extends Action {
         $this->request_authorization($user, $omb, $token, $secret);
     }
 
-    function get_user() {
+    function get_user()
+    {
         $user = null;
         $nickname = $this->trimmed('nickname');
         if ($nickname) {
@@ -161,7 +167,8 @@ class RemotesubscribeAction extends Action {
         return $user;
     }
 
-    function getOmb($xrds) {
+    function getOmb($xrds)
+    {
 
         static $omb_endpoints = array(OMB_ENDPOINT_UPDATEPROFILE, OMB_ENDPOINT_POSTNOTICE);
         static $oauth_endpoints = array(OAUTH_ENDPOINT_REQUEST, OAUTH_ENDPOINT_AUTHORIZE,
@@ -221,7 +228,8 @@ class RemotesubscribeAction extends Action {
         return $omb;
     }
 
-    function getXRD($main_service, $main_xrds) {
+    function getXRD($main_service, $main_xrds)
+    {
         $uri = omb_service_uri($main_service);
         if (strpos($uri, "#") !== 0) {
             # FIXME: more rigorous handling of external service definitions
@@ -242,7 +250,8 @@ class RemotesubscribeAction extends Action {
         return null;
     }
 
-    function addServices($xrd, $types, &$omb) {
+    function addServices($xrd, $types, &$omb)
+    {
         foreach ($types as $type) {
             $matches = omb_get_services($xrd, $type);
             if ($matches) {
@@ -255,7 +264,8 @@ class RemotesubscribeAction extends Action {
         return true;
     }
 
-    function request_token($omb) {
+    function request_token($omb)
+    {
         $con = omb_oauth_consumer();
 
         $url = omb_service_uri($omb[OAUTH_ENDPOINT_REQUEST]);
@@ -299,7 +309,8 @@ class RemotesubscribeAction extends Action {
         return array($return['oauth_token'], $return['oauth_token_secret']);
     }
 
-    function request_authorization($user, $omb, $token, $secret) {
+    function request_authorization($user, $omb, $token, $secret)
+    {
         global $config; # for license URL
 
         $con = omb_oauth_consumer();
@@ -380,7 +391,8 @@ class RemotesubscribeAction extends Action {
         return;
     }
 
-    function make_nonce() {
+    function make_nonce()
+    {
         return common_good_rand(16);
     }
 }
index be80fae79eb2decdd4ef971d94205044243c2eab..da2f27f31f0814135b4d869d4467326d97f32eec 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class RepliesAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,11 +54,13 @@ class RepliesAction extends StreamAction {
         common_show_footer();
     }
 
-    function no_such_user() {
+    function no_such_user()
+    {
         common_user_error(_('No such user.'));
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('repliesrss', array('nickname' =>
                                                                                     $user->nickname)),
@@ -65,7 +68,8 @@ class RepliesAction extends StreamAction {
                                      'title' => sprintf(_('Feed for replies to %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -80,7 +84,8 @@ class RepliesAction extends StreamAction {
                                               'item' => 'repliesrss')));
     }
 
-    function show_replies($user) {
+    function show_replies($user)
+    {
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
 
index 9652ae9ea60faafbd94c2e02afddbc30f375ab8d..19ab0866a3bb4b2d2a388d0ef9786cfed84814bd 100644 (file)
@@ -27,7 +27,8 @@ class RepliesrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class RepliesrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
 
@@ -54,7 +56,8 @@ class RepliesrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $c = array('url' => common_local_url('repliesrss',
                                              array('nickname' =>
@@ -67,7 +70,8 @@ class RepliesrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
index 4950d93c06addede2a77b54e636d45fa33a133a1..091846756656597ccc20e05d7d4fdc023845f340 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class RequesttokenAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return false;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
index 2fd1e586d4d074ebcd2f2bfa655bc1c4d3b274e7..8131cac6766b29dcf6f5f72a9ba542433f748c38 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
 
 class ShowfavoritesAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -53,7 +54,8 @@ class ShowfavoritesAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('favoritesrss', array('nickname' =>
                                                                                       $user->nickname)),
@@ -61,7 +63,8 @@ class ShowfavoritesAction extends StreamAction {
                                      'title' => sprintf(_('Feed for favorites of %s'), $user->nickname)));
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -75,7 +78,8 @@ class ShowfavoritesAction extends StreamAction {
         $this->views_menu();
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = $this->trimmed('page');
         if (!$page) {
index a5e03c72dbea042e041513b33cf8cbe7fa50a8e2..b706fe2fa523723211c7d27cabd8aca06c525fb8 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mailbox.php');
 
 class ShowmessageAction extends MailboxAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         Action::handle($args);
 
@@ -44,13 +45,15 @@ class ShowmessageAction extends MailboxAction {
         }
     }
     
-    function get_message() {
+    function get_message()
+    {
         $id = $this->trimmed('message');
         $message = Message::staticGet('id', $id);
         return $message;
     }
     
-    function get_title($user, $page) {
+    function get_title($user, $page)
+    {
         $message = $this->get_message();
         if (!$message) {
             return null;
@@ -70,14 +73,16 @@ class ShowmessageAction extends MailboxAction {
         return $title;
     }
 
-    function get_messages($user, $page) {
+    function get_messages($user, $page)
+    {
         $message = new Message();
         $message->id = $this->trimmed('message');
         $message->find();
         return $message;
     }
     
-    function get_message_profile($message) {
+    function get_message_profile($message)
+    {
         $user = common_current_user();
         if ($user->id == $message->from_profile) {
             return $message->getTo();
@@ -89,11 +94,13 @@ class ShowmessageAction extends MailboxAction {
         }
     }
     
-    function get_instructions() {
+    function get_instructions()
+    {
         return '';
     }
     
-    function views_menu() {
+    function views_menu()
+    {
         return;
     }
 }
index 04af61a6f52d68a1002a419edc519c9e57a826a2..abdaa72cacc4cac34c6cec3309ad6e9a553579cb 100644 (file)
@@ -27,7 +27,8 @@ class ShownoticeAction extends StreamAction {
     var $profile = null;
     var $avatar = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -51,13 +52,15 @@ class ShownoticeAction extends StreamAction {
         return true;
     }
 
-    function last_modified() {
+    function last_modified()
+    {
         return max(strtotime($this->notice->created),
                    strtotime($this->profile->modified),
                    ($this->avatar) ? strtotime($this->avatar->modified) : 0);
     }
 
-    function etag() {
+    function etag()
+    {
         return 'W/"' . implode(':', array($this->arg('action'),
                                           common_language(),
                                           $this->notice->id,
@@ -66,7 +69,8 @@ class ShownoticeAction extends StreamAction {
                                           ($this->avatar) ? strtotime($this->avatar->modified) : 0)) . '"';
     }
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -84,7 +88,8 @@ class ShownoticeAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header() {
+    function show_header()
+    {
 
         $user = User::staticGet($this->profile->id);
 
@@ -103,14 +108,16 @@ class ShownoticeAction extends StreamAction {
         }
     }
 
-    function show_top() {
+    function show_top()
+    {
         $cur = common_current_user();
         if ($cur && $cur->id == $this->profile->id) {
             common_notice_form();
         }
     }
 
-    function no_such_notice() {
+    function no_such_notice()
+    {
         common_user_error(_('No such notice.'));
     }
 }
index 485c2e3d1bec42f59e598b8147e568e6e0f6edc3..c31bce87aba6bfbb967fcae90766febd2cacba7b 100644 (file)
@@ -26,7 +26,8 @@ define('SUBSCRIPTIONS', 80);
 
 class ShowstreamAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -76,7 +77,8 @@ class ShowstreamAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_top($user) {
+    function show_top($user)
+    {
         $cur = common_current_user();
 
         if ($cur && $cur->id == $user->id) {
@@ -100,7 +102,8 @@ class ShowstreamAction extends StreamAction {
                                               'item' => 'foaf')));
     }
 
-    function show_header($user) {
+    function show_header($user)
+    {
         # Feeds
         common_element('link', array('rel' => 'alternate',
                                      'href' => common_local_url('api',
@@ -153,11 +156,13 @@ class ShowstreamAction extends StreamAction {
                                                                 array('nickname' => $profile->nickname))));
     }
 
-    function no_such_user() {
+    function no_such_user()
+    {
         $this->client_error(_('No such user.'), 404);
     }
 
-    function show_profile($profile) {
+    function show_profile($profile)
+    {
 
         common_element_start('div', array('id' => 'profile', 'class' => 'vcard'));
 
@@ -172,7 +177,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_personal($profile) {
+    function show_personal($profile)
+    {
 
         $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
         common_element_start('div', array('id' => 'profile_avatar'));
@@ -246,7 +252,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_remote_subscribe_link($profile) {
+    function show_remote_subscribe_link($profile)
+    {
         $url = common_local_url('remotesubscribe',
                                 array('nickname' => $profile->nickname));
         common_element('a', array('href' => $url,
@@ -254,7 +261,8 @@ class ShowstreamAction extends StreamAction {
                        _('Subscribe'));
     }
 
-    function show_unsubscribe_form($profile) {
+    function show_unsubscribe_form($profile)
+    {
         common_element_start('form', array('id' => 'unsubscribe', 'method' => 'post',
                                            'action' => common_local_url('unsubscribe')));
         common_hidden('token', common_session_token());
@@ -268,7 +276,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('form');
     }
 
-    function show_subscriptions($profile) {
+    function show_subscriptions($profile)
+    {
         global $config;
 
         $subs = DB_DataObject::factory('subscription');
@@ -340,7 +349,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_statistics($profile) {
+    function show_statistics($profile)
+    {
 
         // XXX: WORM cache this
         $subs = DB_DataObject::factory('subscription');
@@ -400,7 +410,8 @@ class ShowstreamAction extends StreamAction {
         common_element_end('div');
     }
 
-    function show_notices($user) {
+    function show_notices($user)
+    {
 
         $page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
 
@@ -413,7 +424,8 @@ class ShowstreamAction extends StreamAction {
                           'showstream', array('nickname' => $user->nickname));
     }
 
-    function show_last_notice($profile) {
+    function show_last_notice($profile)
+    {
 
         common_element('h2', null, _('Currently'));
 
@@ -438,13 +450,15 @@ class ShowstreamAction extends StreamAction {
 # We don't show the author for a profile, since we already know who it is!
 
 class ProfileNoticeList extends NoticeList {
-    function newListItem($notice) {
+    function newListItem($notice)
+    {
         return new ProfileNoticeListItem($notice);
     }
 }
 
 class ProfileNoticeListItem extends NoticeListItem {
-    function showAuthor() {
+    function showAuthor()
+    {
         return;
     }
 }
index 71ab39514fb7970afe356fef3f5c3719b67249f7..470a042edb7535b1a9903737c66dc57a6b6cef5c 100644 (file)
@@ -24,11 +24,13 @@ require_once(INSTALLDIR.'/actions/emailsettings.php');
 
 class SmssettingsAction extends EmailsettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('You can receive SMS messages through email from %%site.name%%.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $this->form_header(_('SMS Settings'), $msg, $success);
         common_element_start('form', array('method' => 'post',
@@ -103,7 +105,8 @@ class SmssettingsAction extends EmailsettingsAction {
         common_show_footer();
     }
 
-    function get_confirmation() {
+    function get_confirmation()
+    {
         $user = common_current_user();
         $confirm = new Confirm_address();
         $confirm->user_id = $user->id;
@@ -115,7 +118,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
 
@@ -144,7 +148,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $smsnotify = $this->boolean('smsnotify');
         
@@ -171,7 +176,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('Preferences saved.'), true);
     }
 
-    function add_address() {
+    function add_address()
+    {
 
         $user = common_current_user();
 
@@ -226,7 +232,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form($msg, TRUE);
     }
 
-    function cancel_confirmation() {
+    function cancel_confirmation()
+    {
         
         $sms = $this->trimmed('sms');
         $carrier = $this->trimmed('carrier');
@@ -253,7 +260,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('Confirmation cancelled.'), TRUE);
     }
 
-    function remove_address() {
+    function remove_address()
+    {
 
         $user = common_current_user();
         $sms = $this->arg('sms');
@@ -282,7 +290,8 @@ class SmssettingsAction extends EmailsettingsAction {
         $this->show_form(_('The address was removed.'), TRUE);
     }
     
-    function sms_exists($sms) {
+    function sms_exists($sms)
+    {
         $user = common_current_user();
         $other = User::staticGet('sms', $sms);
         if (!$other) {
@@ -292,7 +301,8 @@ class SmssettingsAction extends EmailsettingsAction {
         }
     }
 
-    function carrier_select() {
+    function carrier_select()
+    {
         $carrier = new Sms_carrier();
         $cnt = $carrier->find();
 
@@ -316,7 +326,8 @@ class SmssettingsAction extends EmailsettingsAction {
                                common_config('site', 'email')));
     }
 
-    function confirm_code() {
+    function confirm_code()
+    {
         
         $code = $this->trimmed('code');
         
index db935eb282a8a5b5fc8b1739c69c0b780b2fe42c..874102857362535892df2107a830e876a23b9e73 100644 (file)
@@ -23,7 +23,8 @@ class SubeditAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,7 +57,8 @@ class SubeditAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $cur = common_current_user();
index c94c4d7eb755ed9e9aaccd9651aa6b1af852c038..93884f081807c38ff8e61d066b0bd2fe1e83d905 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if (!common_logged_in()) {
index b9ca92af39915001bb792aaa4514d5fd90d31be7..8c7805f51f55f21633538ab14398c3721a17a5fe 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/gallery.php');
 
 class SubscribersAction extends GalleryAction {
 
-    function gallery_type() {
+    function gallery_type()
+    {
         return _('Subscribers');
     }
 
-    function get_instructions(&$profile) {
+    function get_instructions(&$profile)
+    {
         $user =& common_current_user();
         if ($user && ($user->id == $profile->id)) {
             return _('These are the people who listen to your notices.');
@@ -36,25 +38,30 @@ class SubscribersAction extends GalleryAction {
         }
     }
 
-    function fields() {
+    function fields()
+    {
         return array('subscriber', 'subscribed');
     }
 
-    function div_class() {
+    function div_class()
+    {
         return 'subscribers';
     }
 
-    function get_other(&$subs) {
+    function get_other(&$subs)
+    {
         return $subs->subscriber;
     }
 
-    function profile_list_class() {
+    function profile_list_class()
+    {
         return 'SubscribersList';
     }
 }
 
 class SubscribersList extends ProfileList {
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
         common_block_form($profile, array('action' => 'subscribers',
                                           'nickname' => $this->owner->nickname));
     }
index c24f23a0781af44706ebd6ff6f3fc6aec5fc6e93..ad4a3f9e517dcd4d267eadc21c7194291bfb9eaa 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/gallery.php');
 
 class SubscriptionsAction extends GalleryAction {
 
-    function gallery_type() {
+    function gallery_type()
+    {
         return _('Subscriptions');
     }
 
-    function get_instructions(&$profile) {
+    function get_instructions(&$profile)
+    {
         $user =& common_current_user();
         if ($user && ($user->id == $profile->id)) {
             return _('These are the people whose notices you listen to.');
@@ -36,26 +38,31 @@ class SubscriptionsAction extends GalleryAction {
         }
     }
 
-    function fields() {
+    function fields()
+    {
         return array('subscribed', 'subscriber');
     }
 
-    function div_class() {
+    function div_class()
+    {
         return 'subscriptions';
     }
 
-    function get_other(&$subs) {
+    function get_other(&$subs)
+    {
         return $subs->subscribed;
     }
 
-    function profile_list_class() {
+    function profile_list_class()
+    {
         return 'SubscriptionsList';
     }
 }
 
 class SubscriptionsList extends ProfileList {
 
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
 
         $sub = Subscription::pkeyGet(array('subscriber' => $this->owner->id,
                                            'subscribed' => $profile->id));
index 3c9cbea2cb6cc73a500112b986f2811c941829c2..2a139b32214bd20c0face52224f3b248d485df31 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SupAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         
         parent::handle($args);
         
@@ -42,7 +43,8 @@ class SupAction extends Action {
                                 'updates' => $updates));
     }
     
-    function available_periods() {
+    function available_periods()
+    {
         static $periods = array(86400, 43200, 21600, 7200,
                                 3600, 1800,    600, 300, 120,
                                 60, 30, 15); 
@@ -55,7 +57,8 @@ class SupAction extends Action {
         return $available;
     }
     
-    function get_updates($seconds) {
+    function get_updates($seconds)
+    {
         $notice = new Notice();
 
         # XXX: cache this. Depends on how big this protocol becomes;
@@ -75,7 +78,8 @@ class SupAction extends Action {
         return $updates;
     }
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 }
index 1325b85a58995c2f96b718f55bff4984cadb56e3..d7b35d6136f37bd36771f77674f2c7343674ba83 100644 (file)
@@ -24,7 +24,8 @@ define('TAGS_PER_PAGE', 100);
 
 class TagAction extends StreamAction {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -46,7 +47,8 @@ class TagAction extends StreamAction {
         common_show_footer();
     }
 
-    function show_header($tag = false) {
+    function show_header($tag = false)
+    {
         if ($tag) {
             common_element('link', array('rel' => 'alternate',
                                          'href' => common_local_url('tagrss', array('tag' => $tag)),
@@ -55,11 +57,13 @@ class TagAction extends StreamAction {
         }
     }
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Showing most popular tags from the last week');
     }
 
-    function show_top($tag = false) {
+    function show_top($tag = false)
+    {
         if (!$tag) {
             $instr = $this->get_instructions();
             $output = common_markup_to_html($instr);
@@ -124,7 +128,8 @@ class TagAction extends StreamAction {
         }
     }
 
-    function show_tag($tag, $weight, $relative) {
+    function show_tag($tag, $weight, $relative)
+    {
 
         # XXX: these should probably tune to the size of the site
         if ($relative > 0.1) {
@@ -149,7 +154,8 @@ class TagAction extends StreamAction {
         common_text(' ');
     }
 
-    function show_notices($tag) {
+    function show_notices($tag)
+    {
 
         $cnt = 0;
 
index 4691fef07f64de61d6089e673e38798ccfe7d69f..ed17ac531f3574b46ff68f8d65eae99c972965e7 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 
 class TagotherAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
 
         parent::handle($args);
 
@@ -49,7 +50,8 @@ class TagotherAction extends Action {
         }
     }
 
-    function show_form($profile, $error=null) {
+    function show_form($profile, $error=null)
+    {
 
         $user = common_current_user();
 
@@ -103,7 +105,8 @@ class TagotherAction extends Action {
 
     }
 
-    function save_tags() {
+    function save_tags()
+    {
 
         $id = $this->trimmed('id');
         $tagstring = $this->trimmed('tags');
@@ -178,7 +181,8 @@ class TagotherAction extends Action {
         }
     }
 
-    function show_top($arr = null) {
+    function show_top($arr = null)
+    {
         list($profile, $error) = $arr;
         if ($error) {
             common_element('p', 'error', $error);
index 6199a285db935fb6f26c77ed3039f6004fc03c70..bb4edf47305fd1b5a8200a9b1f8f7e3c5c5b78a0 100644 (file)
@@ -25,7 +25,8 @@ require_once(INSTALLDIR.'/lib/rssaction.php');
 
 class TagrssAction extends Rss10Action {
 
-    function init() {
+    function init()
+    {
         $tag = $this->trimmed('tag');
         $this->tag = Notice_tag::staticGet('tag', $tag);
 
@@ -37,7 +38,8 @@ class TagrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
         $tag = $this->tag;
 
         if (is_null($tag)) {
@@ -53,7 +55,8 @@ class TagrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $tag = $this->tag->tag;
 
         $c = array('url' => common_local_url('tagrss', array('tag' => $tagname)),
index b1caa34814d81ba5f03f2699c9b364fb7e410554..d5e9143c263c1c9d0f123ea11dbeb09c45333b8a 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiaccountAction extends TwitterapiAction {
 
-    function verify_credentials($args, $apidata) {
+    function verify_credentials($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
@@ -34,12 +35,14 @@ class TwitapiaccountAction extends TwitterapiAction {
         $this->show_extended_profile($apidata['user'], $apidata);
     }
 
-    function end_session($args, $apidata) {
+    function end_session($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function update_location($args, $apidata) {
+    function update_location($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -84,12 +87,14 @@ class TwitapiaccountAction extends TwitterapiAction {
     }
 
 
-    function update_delivery_device($args, $apidata) {
+    function update_delivery_device($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function rate_limit_status($args, $apidata) {
+    function rate_limit_status($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index 16b2e76bc26759e52cb4dd5937b3c11781840d1a..2170141f1f0a722b9ab606cc183db9a84d8bfa86 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiblocksAction extends TwitterapiAction {
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -46,7 +47,8 @@ class TwitapiblocksAction extends TwitterapiAction {
         }
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         $blockee = $this->get_user($apidata['api_arg'], $apidata);
 
index 7adb4eadd9d1854e7f2778ce7b43008864d2b172..e9f7aa0bf11f6a939c1210f035b3566c6d12985f 100644 (file)
@@ -23,17 +23,20 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class Twitapidirect_messagesAction extends TwitterapiAction {
 
-    function direct_messages($args, $apidata) {
+    function direct_messages($args, $apidata)
+    {
         parent::handle($args);
         return $this->show_messages($args, $apidata, 'received');
     }
 
-    function sent($args, $apidata) {
+    function sent($args, $apidata)
+    {
         parent::handle($args);
         return $this->show_messages($args, $apidata, 'sent');
     }
 
-    function show_messages($args, $apidata, $type) {
+    function show_messages($args, $apidata, $type)
+    {
 
         $user = $apidata['user'];
 
@@ -110,7 +113,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
     }
 
     // had to change this from "new" to "create" to avoid PHP reserved word
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -173,12 +177,14 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function show_xml_dmsgs($message) {
+    function show_xml_dmsgs($message)
+    {
 
         $this->init_document('xml');
         common_element_start('direct-messages', array('type' => 'array'));
@@ -200,7 +206,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_json_dmsgs($message) {
+    function show_json_dmsgs($message)
+    {
 
         $this->init_document('json');
 
@@ -223,7 +230,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_rss_dmsgs($message, $title, $link, $subtitle) {
+    function show_rss_dmsgs($message, $title, $link, $subtitle)
+    {
 
         $this->init_document('rss');
 
@@ -252,7 +260,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
 
     }
 
-    function show_atom_dmsgs($message, $title, $link, $subtitle) {
+    function show_atom_dmsgs($message, $title, $link, $subtitle)
+    {
 
         $this->init_document('atom');
 
@@ -279,7 +288,8 @@ class Twitapidirect_messagesAction extends TwitterapiAction {
     }
 
     // swiped from MessageAction. Should it be place in util.php?
-    function notify($from, $to, $message) {
+    function notify($from, $to, $message)
+    {
         mail_notify_message($message, $from, $to);
         # XXX: Jabber, SMS notifications... probably queued
     }
index ad8c5f18b1823cac6a3ea322b24f09a8bb21890e..e7a43f7705fa5755db61a23d9b5378d8b7faa1f2 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapifavoritesAction extends TwitterapiAction {
 
-    function favorites($args, $apidata) {
+    function favorites($args, $apidata)
+    {
         parent::handle($args);
 
         $this->auth_user = $apidata['user'];
@@ -85,7 +86,8 @@ class TwitapifavoritesAction extends TwitterapiAction {
 
     }
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         // Check for RESTfulness
@@ -134,14 +136,16 @@ class TwitapifavoritesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
     // XXX: these two funcs swiped from faves.  Maybe put in util.php, or some common base class?
 
-    function notify($fave, $notice, $user) {
+    function notify($fave, $notice, $user)
+    {
         $other = User::staticGet('id', $notice->profile_id);
         if ($other && $other->id != $user->id) {
             if ($other->email && $other->emailnotifyfav) {
@@ -152,7 +156,8 @@ class TwitapifavoritesAction extends TwitterapiAction {
         }
     }
 
-    function notify_mail($other, $user, $notice) {
+    function notify_mail($other, $user, $notice)
+    {
         $profile = $user->getProfile();
         $bestname = $profile->getBestName();
         $subject = sprintf(_('%s added your notice as a favorite'), $bestname);
index a52f0fe4dda46fc20258c177329f6607a5679d9a..a59cb543c92b725c01b9b3c1526aac17980c7919 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapifriendshipsAction extends TwitterapiAction {
 
-    function create($args, $apidata) {
+    function create($args, $apidata)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
@@ -75,7 +76,8 @@ class TwitapifriendshipsAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($_SERVER['REQUEST_METHOD'], array('POST', 'DELETE'))) {
@@ -110,7 +112,8 @@ class TwitapifriendshipsAction extends TwitterapiAction {
 
     }
 
-    function exists($args, $apidata) {
+    function exists($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
index f0e9adfdb7f7c3f48b20314547078ad6d3cee8fb..27262f089af6a3f3c1c7bebfc851993ea48c85b4 100644 (file)
@@ -27,7 +27,8 @@ class TwitapihelpAction extends TwitterapiAction {
      * URL:http://identi.ca/api/help/test.format
      * Formats: xml, json
      */
-    function test($args, $apidata) {
+    function test($args, $apidata)
+    {
         parent::handle($args);
 
         if ($apidata['content-type'] == 'xml') {
@@ -44,7 +45,8 @@ class TwitapihelpAction extends TwitterapiAction {
 
     }
 
-    function downtime_schedule($args, $apidata) {
+    function downtime_schedule($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index 26f66d7e51ef2491351bc7548aeda445f5b7b493..e24d3829c1ffb7a2b52935b4a55befc96ff74259 100644 (file)
@@ -24,12 +24,14 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 # This naming convention looks real sick
 class TwitapinotificationsAction extends TwitterapiAction {
 
-    function follow($args, $apidata) {
+    function follow($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function leave($args, $apidata) {
+    function leave($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
index ffa94b30951b5cf97e2b14a00e1abfb25a5482e2..f280184c0abb0ca72547e2c7d44bd054040c2075 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapistatusesAction extends TwitterapiAction {
 
-    function public_timeline($args, $apidata) {
+    function public_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $sitename = common_config('site', 'name');
@@ -84,7 +85,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function friends_timeline($args, $apidata) {
+    function friends_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $since = $this->arg('since');
@@ -146,7 +148,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function user_timeline($args, $apidata) {
+    function user_timeline($args, $apidata)
+    {
         parent::handle($args);
 
         $this->auth_user = $apidata['user'];
@@ -226,7 +229,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function update($args, $apidata) {
+    function update($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -321,7 +325,8 @@ class TwitapistatusesAction extends TwitterapiAction {
         $this->show($args, $apidata);
     }
 
-    function replies($args, $apidata) {
+    function replies($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -388,7 +393,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function show($args, $apidata) {
+    function show($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
@@ -413,7 +419,8 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function destroy($args, $apidata) {
+    function destroy($args, $apidata)
+    {
 
         parent::handle($args);
 
@@ -457,18 +464,21 @@ class TwitapistatusesAction extends TwitterapiAction {
 
     }
 
-    function friends($args, $apidata) {
+    function friends($args, $apidata)
+    {
         parent::handle($args);
         return $this->subscriptions($apidata, 'subscribed', 'subscriber');
     }
 
-    function followers($args, $apidata) {
+    function followers($args, $apidata)
+    {
         parent::handle($args);
 
         return $this->subscriptions($apidata, 'subscriber', 'subscribed');
     }
 
-    function subscriptions($apidata, $other_attr, $user_attr) {
+    function subscriptions($apidata, $other_attr, $user_attr)
+    {
 
         # XXX: lite
 
@@ -523,7 +533,8 @@ class TwitapistatusesAction extends TwitterapiAction {
         $this->end_document($type);
     }
 
-    function show_profiles($profiles, $type) {
+    function show_profiles($profiles, $type)
+    {
         switch ($type) {
          case 'xml':
             common_element_start('users', array('type' => 'array'));
@@ -544,12 +555,14 @@ class TwitapistatusesAction extends TwitterapiAction {
         }
     }
 
-    function featured($args, $apidata) {
+    function featured($args, $apidata)
+    {
         parent::handle($args);
         common_server_error(_('API method under construction.'), $code=501);
     }
 
-    function supported($cmd) {
+    function supported($cmd)
+    {
 
         $cmdlist = array('MessageCommand', 'SubCommand', 'UnsubCommand', 'FavCommand', 'OnCommand', 'OffCommand');
 
index 43f6969f4f52295fe517f0ac96fa393295d1389b..4644e6be661cced35ca6d58a218f78c78c92fece 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 
 class TwitapiusersAction extends TwitterapiAction {
 
-    function show($args, $apidata) {
+    function show($args, $apidata)
+    {
         parent::handle($args);
 
         if (!in_array($apidata['content-type'], array('xml', 'json'))) {
index 8cbd39fbdce58ac2fa4244721add14ae1e56a65b..437bdd363bcf83247eb63f75248125d6601a7813 100644 (file)
@@ -25,12 +25,14 @@ define('SUBSCRIPTIONS', 80);
 
 class TwittersettingsAction extends SettingsAction {
 
-    function get_instructions() {
+    function get_instructions()
+    {
         return _('Add your Twitter account to automatically send your notices to Twitter, ' .
             'and subscribe to Twitter friends already here.');
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         $user = common_current_user();
         $profile = $user->getProfile();
         $fuser = null;
@@ -91,7 +93,8 @@ class TwittersettingsAction extends SettingsAction {
         common_show_footer();
     }
 
-    function subscribed_twitter_users() {
+    function subscribed_twitter_users()
+    {
 
         $current_user = common_current_user();
 
@@ -119,7 +122,8 @@ class TwittersettingsAction extends SettingsAction {
         return $users;
     }
 
-    function show_twitter_subscriptions() {
+    function show_twitter_subscriptions()
+    {
 
         $friends = $this->subscribed_twitter_users();
         $friends_count = count($friends);
@@ -180,7 +184,8 @@ class TwittersettingsAction extends SettingsAction {
 
     }
 
-    function handle_post() {
+    function handle_post()
+    {
 
         # CSRF protection
         $token = $this->trimmed('token');
@@ -200,7 +205,8 @@ class TwittersettingsAction extends SettingsAction {
         }
     }
 
-    function add_twitter_acct() {
+    function add_twitter_acct()
+    {
 
         $screen_name = $this->trimmed('twitter_username');
         $password = $this->trimmed('twitter_password');
@@ -261,7 +267,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter settings saved.'), true);
     }
 
-    function remove_twitter_acct() {
+    function remove_twitter_acct()
+    {
 
         $user = common_current_user();
         $flink = Foreign_link::getByUserID($user->id, 1);
@@ -284,7 +291,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter account removed.'), TRUE);
     }
 
-    function save_preferences() {
+    function save_preferences()
+    {
 
         $noticesync = $this->boolean('noticesync');
         $friendsync = $this->boolean('friendsync');
@@ -330,7 +338,8 @@ class TwittersettingsAction extends SettingsAction {
         $this->show_form(_('Twitter preferences saved.'));
     }
 
-    function verify_credentials($screen_name, $password) {
+    function verify_credentials($screen_name, $password)
+    {
         $uri = 'http://twitter.com/account/verify_credentials.json';
         $data = get_twitter_data($uri, $screen_name, $password);
 
@@ -353,7 +362,8 @@ class TwittersettingsAction extends SettingsAction {
         return false;
     }
 
-    function set_flags(&$flink, $noticesync, $replysync, $friendsync) {
+    function set_flags(&$flink, $noticesync, $replysync, $friendsync)
+    {
         if ($noticesync) {
             $flink->noticesync |= FOREIGN_NOTICE_SEND;
         } else {
index 51ec0ae57287b191f4df4d34b6163a8dd1c9a3da..66ce0c879e56a6fa4e052d84bc3d82970e7a12e0 100644 (file)
@@ -23,7 +23,8 @@ class UnblockAction extends Action {
 
     var $profile = null;
 
-    function prepare($args) {
+    function prepare($args)
+    {
 
         parent::prepare($args);
 
@@ -56,14 +57,16 @@ class UnblockAction extends Action {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $this->unblock_profile();
         }
     }
 
-    function unblock_profile() {
+    function unblock_profile()
+    {
 
         $cur = common_current_user();
 
index 38fcc21dea0c2ae3ae30b294eb3a01227fde9d47..e4e04aaa03604a5905e5fdb51460745379c170f5 100644 (file)
@@ -19,7 +19,8 @@
 
 class UnsubscribeAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
index 4b4bb53a127006ddb40b958ebd2640aca3976f65..2cfff1b516622cfd225bcc96f6b07dc232a13797 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class UpdateprofileAction extends Action {
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         try {
             common_remove_magic_from_request();
@@ -40,7 +41,8 @@ class UpdateprofileAction extends Action {
         }
     }
 
-    function update_profile($req, $consumer, $token) {
+    function update_profile($req, $consumer, $token)
+    {
         $version = $req->get_parameter('omb_version');
         if ($version != OMB_VERSION_01) {
             $this->client_error(_('Unsupported OMB version'), 400);
index 58ec36fc83bff828c0b16979b44491cc76960ea3..ecaa33167ae48b2798b1cbd5e0b54165b13f203e 100644 (file)
@@ -24,7 +24,8 @@ define('TIMESTAMP_THRESHOLD', 300);
 
 class UserauthorizationAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
 
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
@@ -69,7 +70,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function show_form($req) {
+    function show_form($req)
+    {
 
         $nickname = $req->get_parameter('omb_listenee_nickname');
         $profile = $req->get_parameter('omb_listenee_profile');
@@ -129,7 +131,8 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function send_authorization() {
+    function send_authorization()
+    {
         $req = $this->get_stored_request();
 
         if (!$req) {
@@ -197,7 +200,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function authorize_token(&$req) {
+    function authorize_token(&$req)
+    {
         $consumer_key = $req->get_parameter('oauth_consumer_key');
         $token_field = $req->get_parameter('oauth_token');
         common_debug('consumer key = "'.$consumer_key.'"', __FILE__);
@@ -222,7 +226,8 @@ class UserauthorizationAction extends Action {
 
     # XXX: refactor with similar code in finishremotesubscribe.php
 
-    function save_remote_profile(&$req) {
+    function save_remote_profile(&$req)
+    {
         # FIXME: we should really do this when the consumer comes
         # back for an access token. If they never do, we've got stuff in a
         # weird state.
@@ -312,13 +317,15 @@ class UserauthorizationAction extends Action {
         return TRUE;
     }
 
-    function add_avatar($profile, $url) {
+    function add_avatar($profile, $url)
+    {
         $temp_filename = tempnam(sys_get_temp_dir(), 'listenee_avatar');
         copy($url, $temp_filename);
         return $profile->setOriginal($temp_filename);
     }
 
-    function show_accept_message($tok) {
+    function show_accept_message($tok)
+    {
         common_show_header(_('Subscription authorized'));
         common_element('p', null,
                        _('The subscription has been authorized, but no '.
@@ -328,7 +335,8 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function show_reject_message($tok) {
+    function show_reject_message($tok)
+    {
         common_show_header(_('Subscription rejected'));
         common_element('p', null,
                        _('The subscription has been rejected, but no '.
@@ -337,23 +345,27 @@ class UserauthorizationAction extends Action {
         common_show_footer();
     }
 
-    function store_request($req) {
+    function store_request($req)
+    {
         common_ensure_session();
         $_SESSION['userauthorizationrequest'] = $req;
     }
 
-    function clear_request() {
+    function clear_request()
+    {
         common_ensure_session();
         unset($_SESSION['userauthorizationrequest']);
     }
 
-    function get_stored_request() {
+    function get_stored_request()
+    {
         common_ensure_session();
         $req = $_SESSION['userauthorizationrequest'];
         return $req;
     }
 
-    function get_new_request() {
+    function get_new_request()
+    {
         common_remove_magic_from_request();
         $req = OAuthRequest::from_request();
         return $req;
@@ -361,7 +373,8 @@ class UserauthorizationAction extends Action {
 
     # Throws an OAuthException if anything goes wrong
 
-    function validate_request(&$req) {
+    function validate_request(&$req)
+    {
         # OAuth stuff -- have to copy from OAuth.php since they're
         # all private methods, and there's no user-authentication method
         common_debug('checking version', __FILE__);
@@ -384,7 +397,8 @@ class UserauthorizationAction extends Action {
         return true;
     }
 
-    function validate_omb(&$req) {
+    function validate_omb(&$req)
+    {
         foreach (array('omb_version', 'omb_listener', 'omb_listenee',
                        'omb_listenee_profile', 'omb_listenee_nickname',
                        'omb_listenee_license') as $param)
@@ -498,7 +512,8 @@ class UserauthorizationAction extends Action {
 
     # Snagged from OAuthServer
 
-    function check_version(&$req) {
+    function check_version(&$req)
+    {
         $version = $req->get_parameter("oauth_version");
         if (!$version) {
             $version = 1.0;
@@ -511,7 +526,8 @@ class UserauthorizationAction extends Action {
 
     # Snagged from OAuthServer
 
-    function get_consumer($datastore, $req) {
+    function get_consumer($datastore, $req)
+    {
         $consumer_key = @$req->get_parameter("oauth_consumer_key");
         if (!$consumer_key) {
             throw new OAuthException("Invalid consumer key");
@@ -526,7 +542,8 @@ class UserauthorizationAction extends Action {
 
     # Mostly cadged from OAuthServer
 
-    function get_token($datastore, &$req, $consumer) {/*{{{*/
+    function get_token($datastore, &$req, $consumer)
+    {/*{{{*/
         $token_field = @$req->get_parameter('oauth_token');
         $token = $datastore->lookup_token($consumer, 'request', $token_field);
         if (!$token) {
@@ -535,7 +552,8 @@ class UserauthorizationAction extends Action {
         return $token;
     }
 
-    function check_timestamp(&$req) {
+    function check_timestamp(&$req)
+    {
         $timestamp = @$req->get_parameter('oauth_timestamp');
         $now = time();
         if ($now - $timestamp > TIMESTAMP_THRESHOLD) {
@@ -544,7 +562,8 @@ class UserauthorizationAction extends Action {
     }
 
     # NOTE: don't call twice on the same request; will fail!
-    function check_nonce(&$datastore, &$req, $consumer, $token) {
+    function check_nonce(&$datastore, &$req, $consumer, $token)
+    {
         $timestamp = @$req->get_parameter('oauth_timestamp');
         $nonce = @$req->get_parameter('oauth_nonce');
         $found = $datastore->lookup_nonce($consumer, $token, $nonce, $timestamp);
@@ -554,7 +573,8 @@ class UserauthorizationAction extends Action {
         return true;
     }
 
-    function check_signature(&$req, $consumer, $token) {
+    function check_signature(&$req, $consumer, $token)
+    {
         $signature_method = $this->get_signature_method($req);
         $signature = $req->get_parameter('oauth_signature');
         $valid_sig = $signature_method->check_signature($req,
@@ -566,7 +586,8 @@ class UserauthorizationAction extends Action {
         }
     }
 
-    function get_signature_method(&$req) {
+    function get_signature_method(&$req)
+    {
         $signature_method = @$req->get_parameter("oauth_signature_method");
         if (!$signature_method) {
             $signature_method = "PLAINTEXT";
index 3fa92e9cec0103dd65d5a73fa72ef0c55e88efa3..d7b4088bde20fa7a7be11f1c5371fab456a887c0 100644 (file)
@@ -21,11 +21,13 @@ if (!defined('LACONICA')) { exit(1); }
 
 class UserbyidAction extends Action {
     
-    function is_readonly() {                
+    function is_readonly()
+    {                
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $id = $this->trimmed('id');
         if (!$id) {
index 6089718aebd0e66d4e8fb8fb34a2e6f6a20928d1..c758a44e2ab6c46cf29a68194c77b4104a239a6e 100644 (file)
@@ -27,7 +27,8 @@ class UserrssAction extends Rss10Action {
 
     var $user = null;
 
-    function init() {
+    function init()
+    {
         $nickname = $this->trimmed('nickname');
         $this->user = User::staticGet('nickname', $nickname);
 
@@ -39,7 +40,8 @@ class UserrssAction extends Rss10Action {
         }
     }
 
-    function get_notices($limit=0) {
+    function get_notices($limit=0)
+    {
 
         $user = $this->user;
         
@@ -56,7 +58,8 @@ class UserrssAction extends Rss10Action {
         return $notices;
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         $c = array('url' => common_local_url('userrss',
@@ -68,7 +71,8 @@ class UserrssAction extends Rss10Action {
         return $c;
     }
 
-    function get_image() {
+    function get_image()
+    {
         $user = $this->user;
         $profile = $user->getProfile();
         if (!$profile) {
@@ -82,7 +86,8 @@ class UserrssAction extends Rss10Action {
 
     # override parent to add X-SUP-ID URL
     
-    function init_rss($limit=0) {
+    function init_rss($limit=0)
+    {
         $url = common_local_url('sup', null, $this->user->id);
         header('X-SUP-ID: '.$url);
         parent::init_rss($limit);
index 54baf64be11dcbf7847e696fff9b0905d448f39a..1d4961d4658f05ddd9336e7302e0c263c27a3240 100644 (file)
@@ -23,11 +23,13 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class XrdsAction extends Action {
 
-    function is_readonly() {                
+    function is_readonly()
+    {                
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $nickname = $this->trimmed('nickname');
         $user = User::staticGet('nickname', $nickname);
@@ -38,7 +40,8 @@ class XrdsAction extends Action {
         $this->show_xrds($user);
     }
 
-    function show_xrds($user) {
+    function show_xrds($user)
+    {
 
         header('Content-Type: application/xrds+xml');
 
@@ -108,7 +111,8 @@ class XrdsAction extends Action {
         common_end_xml();
     }
 
-    function show_service($type, $uri, $params=null, $sigs=null, $localId=null) {
+    function show_service($type, $uri, $params=null, $sigs=null, $localId=null)
+    {
         common_element_start('Service');
         if ($uri) {
             common_element('URI', null, $uri);
index bde983d798c410913e06c16cafdf23df04cc2988..3c754ec2d52385907372e512ee31afa07a077e3a 100644 (file)
@@ -21,14 +21,16 @@ class Avatar extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Avatar',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
     # We clean up the file, too
 
-    function delete() {
+    function delete()
+    {
         $filename = $this->filename;
         if (parent::delete()) {
             @unlink(common_avatar_path($filename));
@@ -38,7 +40,8 @@ class Avatar extends Memcached_DataObject
     # Create and save scaled version of this avatar
     # XXX: maybe break into different methods
 
-    function scale($size) {
+    function scale($size)
+    {
 
         $image_s = imagecreatetruecolor($size, $size);
         $image_a = $this->to_image();
@@ -76,7 +79,8 @@ class Avatar extends Memcached_DataObject
         }
     }
 
-    function to_image() {
+    function to_image()
+    {
         $filepath = common_avatar_path($this->filename);
         if ($this->mediatype == 'image/gif') {
             return imagecreatefromgif($filepath);
@@ -89,7 +93,8 @@ class Avatar extends Memcached_DataObject
         }
     }
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Avatar', $kv);
     }
 }
index ea35304066917697d0d8a774ab1da217d2aec661..02ece9c0f5c54b0a0cf94701aa1b21be76a499c8 100644 (file)
@@ -21,23 +21,28 @@ if (!defined('LACONICA')) { exit(1); }
 
 class Channel {
     
-    function on($user) {
+    function on($user)
+    {
         return false;
     }
 
-    function off($user) {
+    function off($user)
+    {
         return false;
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         return false;
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         return false;
     }
     
-    function source() {
+    function source()
+    {
         return null;
     }
 }
@@ -46,33 +51,40 @@ class XMPPChannel extends Channel {
 
     var $conn = null;
     
-    function source() {
+    function source()
+    {
         return 'xmpp';
     }
     
-    function __construct($conn) {
+    function __construct($conn)
+    {
         $this->conn = $conn;
     }
     
-    function on($user) {
+    function on($user)
+    {
         return $this->set_notify($user, 1);
     }
     
-    function off($user) {
+    function off($user)
+    {
         return $this->set_notify($user, 0);
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $text;
         jabber_send_message($user->jabber, $text);
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $text;
         jabber_send_message($user->jabber, $text);
     }
     
-    function set_notify(&$user, $notify) {
+    function set_notify(&$user, $notify)
+    {
         $orig = clone($user);
         $user->jabbernotify = $notify;
         $result = $user->update($orig);
@@ -94,19 +106,23 @@ class XMPPChannel extends Channel {
 
 class WebChannel extends Channel {
 
-    function source() {
+    function source()
+    {
         return 'web';
     }
     
-    function on($user) {
+    function on($user)
+    {
         return false;
     }
     
-    function off($user) {
+    function off($user)
+    {
         return false;
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         # XXX: buffer all output and send it at the end
         # XXX: even better, redirect to appropriate page
         #      depending on what command was run
@@ -115,7 +131,8 @@ class WebChannel extends Channel {
         common_show_footer();
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         common_user_error($text);
     }
 }
@@ -123,7 +140,8 @@ class WebChannel extends Channel {
 
 class AjaxWebChannel extends WebChannel {
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Command results'));
@@ -134,7 +152,8 @@ class AjaxWebChannel extends WebChannel {
         common_element_end('html');
     }
 
-    function error($user, $text) {
+    function error($user, $text)
+    {
         common_start_html('text/xml;charset=utf-8', true);
         common_element_start('head');
         common_element('title', null, _('Ajax Error'));
@@ -151,23 +170,28 @@ class MailChannel extends Channel {
 
     var $addr = null;
 
-    function source() {
+    function source()
+    {
         return 'mail';
     }
     
-    function __construct($addr=null) {
+    function __construct($addr=null)
+    {
         $this->addr = $addr;
     }
     
-    function on($user) {
+    function on($user)
+    {
         return $this->set_notify($user, 1);
     }
     
-    function off($user) {
+    function off($user)
+    {
         return $this->set_notify($user, 0);
     }
 
-    function output($user, $text) {
+    function output($user, $text)
+    {
 
         $headers['From'] = $user->incomingemail;
         $headers['To'] = $this->addr;
@@ -177,7 +201,8 @@ class MailChannel extends Channel {
         return mail_send(array($this->addr), $headers, $text);
     }
     
-    function error($user, $text) {
+    function error($user, $text)
+    {
         
         $headers['From'] = $user->incomingemail;
         $headers['To'] = $this->addr;
@@ -187,7 +212,8 @@ class MailChannel extends Channel {
         return mail_send(array($this->addr), $headers, $text);
     }
     
-    function set_notify($user, $value) {
+    function set_notify($user, $value)
+    {
         $orig = clone($user);
         $user->smsnotify = $value;
         $result = $user->update($orig);
index b146005a70b95ff51610d346dcccabb4f4a0472f..407a6ecba8aa2d8daaf264d9a753cb3f2b5bd7b0 100644 (file)
@@ -25,17 +25,20 @@ class Command {
     
     var $user = null;
     
-    function __construct($user=null) {
+    function __construct($user=null)
+    {
         $this->user = $user;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         return false;
     }
 }
 
 class UnimplementedCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
         $channel->error($this->user, _("Sorry, this command is not yet implemented."));
     }
 }
@@ -48,7 +51,8 @@ class TrackOffCommand extends UnimplementedCommand {
 
 class TrackCommand extends UnimplementedCommand {
     var $word = null;
-    function __construct($user, $word) {
+    function __construct($user, $word)
+    {
         parent::__construct($user);
         $this->word = $word;
     }
@@ -56,7 +60,8 @@ class TrackCommand extends UnimplementedCommand {
 
 class UntrackCommand extends UnimplementedCommand {
     var $word = null;
-    function __construct($user, $word) {
+    function __construct($user, $word)
+    {
         parent::__construct($user);
         $this->word = $word;
     }
@@ -64,7 +69,8 @@ class UntrackCommand extends UnimplementedCommand {
 
 class NudgeCommand extends UnimplementedCommand {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
@@ -72,14 +78,16 @@ class NudgeCommand extends UnimplementedCommand {
 
 class InviteCommand extends UnimplementedCommand {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
 }
 
 class StatsCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
 
         $subs = new Subscription();
         $subs->subscriber = $this->user->id;
@@ -106,12 +114,14 @@ class FavCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         
         $recipient = 
           common_relative_profile($this->user, common_canonical_nickname($this->other));
@@ -149,12 +159,14 @@ class FavCommand extends Command {
 
 class WhoisCommand extends Command {
     var $other = null;
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $recipient = 
           common_relative_profile($this->user, common_canonical_nickname($this->other));
         
@@ -184,13 +196,15 @@ class WhoisCommand extends Command {
 class MessageCommand extends Command {
     var $other = null;
     var $text = null;
-    function __construct($user, $other, $text) {
+    function __construct($user, $other, $text)
+    {
         parent::__construct($user);
         $this->other = $other;
         $this->text = $text;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $other = User::staticGet('nickname', common_canonical_nickname($this->other));
         $len = mb_strlen($this->text);
         if ($len == 0) {
@@ -227,12 +241,14 @@ class GetCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         $target_nickname = common_canonical_nickname($this->other);
         
         $target =
@@ -257,12 +273,14 @@ class SubCommand extends Command {
     
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         
         if (!$this->other) {
             $channel->error($this->user, _('Specify the name of the user to subscribe to'));
@@ -283,12 +301,14 @@ class UnsubCommand extends Command {
 
     var $other = null;
     
-    function __construct($user, $other) {
+    function __construct($user, $other)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
 
-    function execute($channel) {
+    function execute($channel)
+    {
         if(!$this->other) {
             $channel->error($this->user, _('Specify the name of the user to unsubscribe from'));
             return;
@@ -306,11 +326,13 @@ class UnsubCommand extends Command {
 
 class OffCommand extends Command {
     var $other = null;
-    function __construct($user, $other=null) {
+    function __construct($user, $other=null)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
-    function execute($channel) {
+    function execute($channel)
+    {
         if ($other) {
             $channel->error($this->user, _("Command not yet implemented."));
         } else {
@@ -325,12 +347,14 @@ class OffCommand extends Command {
 
 class OnCommand extends Command {
     var $other = null;
-    function __construct($user, $other=null) {
+    function __construct($user, $other=null)
+    {
         parent::__construct($user);
         $this->other = $other;
     }
     
-    function execute($channel) {
+    function execute($channel)
+    {
         if ($other) {
             $channel->error($this->user, _("Command not yet implemented."));
         } else {
@@ -344,7 +368,8 @@ class OnCommand extends Command {
 }
 
 class HelpCommand extends Command {
-    function execute($channel) {
+    function execute($channel)
+    {
         $channel->output($this->user,
                          _("Commands:\n".
                            "on - turn on notifications\n".
index db02ce541cdf64e7ac7c5008a0a9d9d1b7e693e5..ff078bb05fc9cce6774b946926fafeec9497c0f2 100644 (file)
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/classes/Command.php');
 
 class CommandInterpreter {
     
-    function handle_command($user, $text) {
+    function handle_command($user, $text)
+    {
         # XXX: localise
 
         $text = preg_replace('/\s+/', ' ', trim($text));
index 71f2d0c728a2f1f24db16423b234b481fcf2a468..ed3875d223c0ff5935979861a4adc5951e919040 100644 (file)
@@ -20,10 +20,12 @@ class Confirm_address extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
 }
index c598312aacabdd36c92f5b9b9e974447c127e546..d5b7b7e33ad440f04a5b16886692c11874f48d94 100644 (file)
@@ -16,7 +16,8 @@ class Consumer extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Consumer',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 5d938d14934d44c3aa57d337b8e08995f7f64487..24df5938c23ef1fb4b95f31a353012b43018763d 100644 (file)
@@ -15,7 +15,8 @@ class Fave extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Fave',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Fave',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -31,7 +32,8 @@ class Fave extends Memcached_DataObject
         return $fave;
     }
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Fave', $kv);
     }
 }
index 41a95e6418fb1554d92e364b12f16224af694f46..79a4d262d0c0a9c30e588fc161613814a204e477 100644 (file)
@@ -21,7 +21,8 @@ class Foreign_link extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -55,7 +56,8 @@ class Foreign_link extends Memcached_DataObject
     }
         
     # Convenience methods
-    function getForeignUser() {        
+    function getForeignUser()
+    {        
         $fuser = new Foreign_user();
         $fuser->service = $this->service;
         $fuser->id = $this->foreign_id;
@@ -69,7 +71,8 @@ class Foreign_link extends Memcached_DataObject
         return null;        
     }
     
-    function getUser() {
+    function getUser()
+    {
         return User::staticGet($this->user_id);
     }
         
index 128411b711289425cf71b515f9ca4cb5eaabcf93..ef614dbd6e08a28fc20b2f8221a0ab2341bd1249 100644 (file)
@@ -17,7 +17,8 @@ class Foreign_service extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_service',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index d8e8569fbe6c9a2283ad98d045006aa3f925b9c3..d508606218f3946bda976c206dc265477aab85d6 100644 (file)
@@ -16,7 +16,8 @@ class Foreign_subscription extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index f8a9808844a192515dc6858b5be1d3225adf5514..61727abe5ed5924d6a8a7bb41eb721a2d672cefc 100644 (file)
@@ -18,7 +18,8 @@ class Foreign_user extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -39,7 +40,8 @@ class Foreign_user extends Memcached_DataObject
         return null;        
     }
     
-    function updateKeys(&$orig) {
+    function updateKeys(&$orig)
+    {
         $parts = array();
         foreach (array('id', 'service', 'uri', 'nickname') as $k) {
             if (strcmp($this->$k, $orig->$k) != 0) {
index ff645644549d7610a42c1390afab347434db1076..8a36fd8df1678418760efe419461f938a07fa4ce 100644 (file)
@@ -17,7 +17,8 @@ class Invitation extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 1d12730c9e86a8c23a6da561d6f92a82e71ac5de..b9f599dbc8edc0a6d6b4664502f6abf1bfd6916e 100644 (file)
@@ -23,7 +23,8 @@ require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
 class Memcached_DataObject extends DB_DataObject 
 {
-    function &staticGet($cls, $k, $v=null) {
+    function &staticGet($cls, $k, $v=null)
+    {
         if (is_null($v)) {
             $v = $k;
             # XXX: HACK!
@@ -44,7 +45,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function &pkeyGet($cls, $kv) {
+    function &pkeyGet($cls, $kv)
+    {
         $i = Memcached_DataObject::multicache($cls, $kv);
         if ($i) {
             return $i;
@@ -62,12 +64,14 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function insert() {
+    function insert()
+    {
         $result = parent::insert();
         return $result;
     }
     
-    function update($orig=null) {
+    function update($orig=null)
+    {
         if (is_object($orig) && $orig instanceof Memcached_DataObject) {
             $orig->decache(); # might be different keys
         }
@@ -78,7 +82,8 @@ class Memcached_DataObject extends DB_DataObject
         return $result;
     }
     
-    function delete() {
+    function delete()
+    {
         $this->decache(); # while we still have the values!
         return parent::delete();
     }
@@ -100,7 +105,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function keyTypes() {
+    function keyTypes()
+    {
         global $_DB_DATAOBJECT;
         if (!isset($_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"])) {
             $this->databaseStructure();
@@ -109,7 +115,8 @@ class Memcached_DataObject extends DB_DataObject
         return $_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"];
     }
     
-    function encache() {
+    function encache()
+    {
         $c = $this->memcache();
         if (!$c) {
             return false;
@@ -133,7 +140,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
     
-    function decache() {
+    function decache()
+    {
         $c = $this->memcache();
         if (!$c) {
             return false;
@@ -158,7 +166,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function multicache($cls, $kv) {
+    function multicache($cls, $kv)
+    {
         ksort($kv);
         $c = Memcached_DataObject::memcache();
         if (!$c) {
@@ -170,7 +179,8 @@ class Memcached_DataObject extends DB_DataObject
         }
     }
 
-    function getSearchEngine($table) {
+    function getSearchEngine($table)
+    {
         require_once INSTALLDIR.'/lib/search_engines.php';
         static $search_engine;
         if (!isset($search_engine)) {
index e04fbb3c037ea8d3affe720ecb95ef2313be00ea..4806057b4ca1183fa6c752fde2e0ce03c4f20ee0 100644 (file)
@@ -22,16 +22,19 @@ class Message extends Memcached_DataObject
     public $source;                          // varchar(32)  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Message',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Message',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function getFrom() {
+    function getFrom()
+    {
         return Profile::staticGet('id', $this->from_profile);
     }
     
-    function getTo() {
+    function getTo()
+    {
         return Profile::staticGet('id', $this->to_profile);
     }
     
index 54d20de9c7074ce48956aea2f320428de2882403..2c0edfa14d70561bb4c6341310a93ddd3c837ef0 100644 (file)
@@ -18,7 +18,8 @@ class Nonce extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index e6152812cc6c806b6c29908783e1c7af4c1b9483..d3aa4e828bc98cfaa196d4baf1c0aa211943db58 100644 (file)
@@ -48,23 +48,27 @@ class Notice extends Memcached_DataObject
     public $source;                             // varchar(32)
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getProfile() {
+    function getProfile()
+    {
         return Profile::staticGet('id', $this->profile_id);
     }
 
-    function delete() {
+    function delete()
+    {
         $this->blowCaches(true);
         $this->blowFavesCache(true);
         $this->blowInboxes();
         return parent::delete();
     }
 
-    function saveTags() {
+    function saveTags()
+    {
         /* extract all #hastags */
         $count = preg_match_all('/(?:^|\s)#([A-Za-z0-9_\-\.]{1,64})/', strtolower($this->content), $match);
         if (!$count) {
@@ -184,7 +188,8 @@ class Notice extends Memcached_DataObject
         return true;
     }
 
-    function blowCaches($blowLast=false) {
+    function blowCaches($blowLast=false)
+    {
         $this->blowSubsCache($blowLast);
         $this->blowNoticeCache($blowLast);
         $this->blowRepliesCache($blowLast);
@@ -192,7 +197,8 @@ class Notice extends Memcached_DataObject
         $this->blowTagCache($blowLast);
     }
 
-    function blowTagCache($blowLast=false) {
+    function blowTagCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $tag = new Notice_tag();
@@ -210,7 +216,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowSubsCache($blowLast=false) {
+    function blowSubsCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $user = new User();
@@ -230,7 +237,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowNoticeCache($blowLast=false) {
+    function blowNoticeCache($blowLast=false)
+    {
         if ($this->is_local) {
             $cache = common_memcache();
             if ($cache) {
@@ -242,7 +250,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowRepliesCache($blowLast=false) {
+    function blowRepliesCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $reply = new Reply();
@@ -260,7 +269,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowPublicCache($blowLast=false) {
+    function blowPublicCache($blowLast=false)
+    {
         if ($this->is_local == 1) {
             $cache = common_memcache();
             if ($cache) {
@@ -272,7 +282,8 @@ class Notice extends Memcached_DataObject
         }
     }
 
-    function blowFavesCache($blowLast=false) {
+    function blowFavesCache($blowLast=false)
+    {
         $cache = common_memcache();
         if ($cache) {
             $fave = new Fave();
@@ -477,7 +488,8 @@ class Notice extends Memcached_DataObject
         return $wrapper;
     }
 
-    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null) {
+    function publicStream($offset=0, $limit=20, $since_id=0, $before_id=0, $since=null)
+    {
 
         $parts = array();
 
@@ -499,7 +511,8 @@ class Notice extends Memcached_DataObject
                                  $offset, $limit, $since_id, $before_id, null, $since);
     }
 
-    function addToInboxes() {
+    function addToInboxes()
+    {
         $enabled = common_config('inboxes', 'enabled');
 
         if ($enabled === true || $enabled === 'transitional') {
@@ -522,7 +535,8 @@ class Notice extends Memcached_DataObject
 
     # Delete from inboxes if we're deleted.
 
-    function blowInboxes() {
+    function blowInboxes()
+    {
 
         $enabled = common_config('inboxes', 'enabled');
 
index 19ae37c1b6f80a77f5c72ea6f2020abdeb625468..e1b27c2f7eff0491bda325d15d512a4feb4b3284 100644 (file)
@@ -38,11 +38,13 @@ class NoticeWrapper extends Notice {
     var $notices = null;
     var $i = -1;
     
-    function __construct($arr) {
+    function __construct($arr)
+    {
         $this->notices = $arr;
     }
     
-    function fetch() {
+    function fetch()
+    {
         static $fields = array('id', 'profile_id', 'uri', 'content', 'rendered',
                                'url', 'created', 'modified', 'reply_to', 'is_local', 'source');
         $this->i++;
index 922ba2660830815f3276096d2c57df64807667d0..81ddb453859a4721b1c1b7531d618fdc84de263a 100644 (file)
@@ -33,7 +33,8 @@ class Notice_inbox extends Memcached_DataObject
     public $source;                          // tinyint(1)   default_1
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index a12397b0b628d13e3e7dc8f7ddbf9dd188d1ad37..e7568bbca2a0be0f0b644d5cb0a3974c8e430a02 100644 (file)
@@ -17,7 +17,8 @@ class Notice_source extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 8c3911f7642fdfbb3f334632da14963b3c711f1c..94f9296d602c92cc1c121cd498ad988ce4b6024d 100644 (file)
@@ -30,7 +30,8 @@ class Notice_tag extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_tag',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
@@ -46,7 +47,8 @@ class Notice_tag extends Memcached_DataObject
                                  $offset, $limit);
     }
     
-    function blowCache() {
+    function blowCache()
+    {
         $cache = common_memcache();
         if ($cache) {
             $cache->delete(common_cache_key('notice_tag:notice_stream:' . $this->tag));
index b95cbf99350e4f28225f96f538bb771d4de213a1..fb6ff90f1e484adb1cf24cae9ea4eced02e13fed 100644 (file)
@@ -41,12 +41,14 @@ class Profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getAvatar($width, $height=null) {
+    function getAvatar($width, $height=null)
+    {
         if (is_null($height)) {
             $height = $width;
         }
@@ -55,7 +57,8 @@ class Profile extends Memcached_DataObject
                                      'height' => $height));
     }
 
-    function getOriginalAvatar() {
+    function getOriginalAvatar()
+    {
         $avatar = DB_DataObject::factory('avatar');
         $avatar->profile_id = $this->id;
         $avatar->original = true;
@@ -66,7 +69,8 @@ class Profile extends Memcached_DataObject
         }
     }
 
-    function setOriginal($source) {
+    function setOriginal($source)
+    {
 
         $info = @getimagesize($source);
 
@@ -117,7 +121,8 @@ class Profile extends Memcached_DataObject
         return $avatar;
     }
 
-    function delete_avatars() {
+    function delete_avatars()
+    {
         $avatar = new Avatar();
         $avatar->profile_id = $this->id;
         $avatar->find();
@@ -127,12 +132,14 @@ class Profile extends Memcached_DataObject
         return true;
     }
 
-    function getBestName() {
+    function getBestName()
+    {
         return ($this->fullname) ? $this->fullname : $this->nickname;
     }
 
     # Get latest notice on or before date; default now
-    function getCurrentNotice($dt=null) {
+    function getCurrentNotice($dt=null)
+    {
         $notice = new Notice();
         $notice->profile_id = $this->id;
         if ($dt) {
@@ -146,7 +153,8 @@ class Profile extends Memcached_DataObject
         return null;
     }
 
-    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0) {
+    function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0)
+    {
         $qry =
           'SELECT * ' .
           'FROM notice ' .
index 41d6701eb64a86fb43fdc53448100dc13d9efbe7..551e690e24a57e55c8850fb526be1848e31f4dc8 100644 (file)
@@ -36,12 +36,14 @@ class Profile_block extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function get($blocker, $blocked) {
+    function get($blocker, $blocked)
+    {
         return Memcached_DataObject::pkeyGet('Profile_block',
                                              array('blocker' => $blocker,
                                                    'blocked' => $blocked));
index 5c508c84f7b4933f04155da42efe88b95968d1f3..cb60cbaec9ef4fc6421c8e12864822f6b22fc07c 100644 (file)
@@ -16,7 +16,8 @@ class Profile_tag extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Profile_tag',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index f2fc0be0393a64759ba6b2db28f0229fb2718b0a..1b34d8ab448f2ee0c0032089f4a665e9f0048329 100644 (file)
@@ -16,12 +16,14 @@ class Queue_item extends Memcached_DataObject
     public $claimed;                         // datetime()  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Queue_item',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
     
     static function top($transport) {
 
index 9d3f9378f936b597d4336e70c4155ebfeb98b970..8dc29bfa39d6d2151d156c6d1a40e8a9c3f83ac0 100644 (file)
@@ -15,10 +15,12 @@ class Remember_me extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
 }
index 66b0f3a5c01873203045d0293fdbb90c958bcc15..5aa6d913e5949465ff3b1db84684b403f8324d33 100644 (file)
@@ -38,7 +38,8 @@ class Remote_profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 10d6ced5bdffbe8f62e0671db948cfbd245b58f9..af86aaf878c0ea5392a9579c601c46565a4b884a 100644 (file)
@@ -16,7 +16,8 @@ class Reply extends Memcached_DataObject
     public $replied_id;                      // int(4)  
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Reply',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Reply',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index b4a9d8655482fc5d570a24dc56aa7f9dca6eaf17..ffa12de29e26b92fef0c83442ee690e7be74aade 100644 (file)
@@ -17,12 +17,14 @@ class Sms_carrier extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Sms_carrier',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function toEmailAddress($sms) {
+    function toEmailAddress($sms)
+    {
         return sprintf($this->email_pattern, $sms);
     }
 }
index d70f995502ce34df7724e74976e62b9c1c4d4de3..3fe0d167f1c094da91866c57535764fd52307cbb 100644 (file)
@@ -40,12 +40,14 @@ class Subscription extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Subscription',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
-    function &pkeyGet($kv) {
+    function &pkeyGet($kv)
+    {
         return Memcached_DataObject::pkeyGet('Subscription', $kv);
     }
 }
index 3c88444c8b5bf3b9d2237f2a0e56121eaf6c30ad..1fabd72f13a70a1b89a2f62b8bd916f4d425403c 100644 (file)
@@ -19,7 +19,8 @@ class Token extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Token',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Token',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 29e6a86e92d1e99e332d8b8b60ab35c02a0dc6c9..90d0ccfe06afd6ce7bdc08df90420a556c2b652f 100644 (file)
@@ -62,16 +62,19 @@ class User extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('User',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function getProfile() {
+    function getProfile()
+    {
         return Profile::staticGet('id', $this->id);
     }
 
-    function isSubscribed($other) {
+    function isSubscribed($other)
+    {
         assert(!is_null($other));
         # XXX: cache results of this query
         $sub = Subscription::pkeyGet(array('subscriber' => $this->id,
@@ -81,7 +84,8 @@ class User extends Memcached_DataObject
 
     # 'update' won't write key columns, so we have to do it ourselves.
 
-    function updateKeys(&$orig) {
+    function updateKeys(&$orig)
+    {
         $parts = array();
         foreach (array('nickname', 'email', 'jabber', 'incomingemail', 'sms', 'carrier', 'smsemail', 'language', 'timezone') as $k) {
             if (strcmp($this->$k, $orig->$k) != 0) {
@@ -108,7 +112,8 @@ class User extends Memcached_DataObject
         return $result;
     }
 
-    function allowed_nickname($nickname) {
+    function allowed_nickname($nickname)
+    {
         # XXX: should already be validated for size, content, etc.
         static $blacklist = array('rss', 'xrds', 'doc', 'main',
                                   'settings', 'notice', 'user',
@@ -118,7 +123,8 @@ class User extends Memcached_DataObject
         return !in_array($nickname, $merged);
     }
 
-    function getCurrentNotice($dt=null) {
+    function getCurrentNotice($dt=null)
+    {
         $profile = $this->getProfile();
         if (!$profile) {
             return null;
@@ -126,11 +132,13 @@ class User extends Memcached_DataObject
         return $profile->getCurrentNotice($dt);
     }
 
-    function getCarrier() {
+    function getCarrier()
+    {
         return Sms_carrier::staticGet('id', $this->carrier);
     }
 
-    function subscribeTo($other) {
+    function subscribeTo($other)
+    {
         $sub = new Subscription();
         $sub->subscriber = $this->id;
         $sub->subscribed = $other->id;
@@ -144,7 +152,8 @@ class User extends Memcached_DataObject
         return true;
     }
 
-    function hasBlocked($other) {
+    function hasBlocked($other)
+    {
 
         $block = Profile_block::get($this->id, $other->id);
 
@@ -271,7 +280,8 @@ class User extends Memcached_DataObject
 
     # Things we do when the email changes
 
-    function emailChanged() {
+    function emailChanged()
+    {
 
         $invites = new Invitation();
         $invites->address = $this->email;
@@ -285,7 +295,8 @@ class User extends Memcached_DataObject
         }
     }
 
-    function hasFave($notice) {
+    function hasFave($notice)
+    {
         $cache = common_memcache();
 
         # XXX: Kind of a hack.
@@ -317,12 +328,14 @@ class User extends Memcached_DataObject
                                     'notice_id' => $notice->id));
         return ((is_null($fave)) ? false : true);
     }
-    function mutuallySubscribed($other) {
+    function mutuallySubscribed($other)
+    {
         return $this->isSubscribed($other) &&
           $other->isSubscribed($this);
     }
 
-        function mutuallySubscribedUsers() {
+        function mutuallySubscribedUsers()
+        {
 
         # 3-way join; probably should get cached
         $qry = 'SELECT user.* ' .
@@ -336,7 +349,8 @@ class User extends Memcached_DataObject
         return $user;
     }
 
-    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+    function getReplies($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+    {
         $qry =
           'SELECT notice.* ' .
           'FROM notice JOIN reply ON notice.id = reply.notice_id ' .
@@ -346,7 +360,8 @@ class User extends Memcached_DataObject
                                  $offset, $limit, $since_id, $before_id, null, $since);
     }
 
-        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+        function getNotices($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+        {
         $profile = $this->getProfile();
         if (!$profile) {
             return null;
@@ -355,7 +370,8 @@ class User extends Memcached_DataObject
         }
     }
 
-      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE) {
+      function favoriteNotices($offset=0, $limit=NOTICES_PER_PAGE)
+      {
         $qry =
           'SELECT notice.* ' .
           'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
@@ -365,7 +381,8 @@ class User extends Memcached_DataObject
                                  $offset, $limit);
     }
 
-        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null) {
+        function noticesWithFriends($offset=0, $limit=NOTICES_PER_PAGE, $since_id=0, $before_id=0, $since=null)
+        {
         $enabled = common_config('inboxes', 'enabled');
 
         # Complicated code, depending on whether we support inboxes yet
@@ -394,7 +411,8 @@ class User extends Memcached_DataObject
                                  $order, $since);
     }
 
-        function blowFavesCache() {
+        function blowFavesCache()
+        {
         $cache = common_memcache();
         if ($cache) {
             # Faves don't happen chronologically, so we need to blow
@@ -404,15 +422,18 @@ class User extends Memcached_DataObject
         }
     }
 
-        function getSelfTags() {
+        function getSelfTags()
+        {
         return Profile_tag::getTags($this->id, $this->id);
     }
 
-        function setSelfTags($newtags) {
+        function setSelfTags($newtags)
+        {
         return Profile_tag::setTags($this->id, $this->id, $newtags);
     }
 
-    function block($other) {
+    function block($other)
+    {
 
         # Add a new block record
 
@@ -450,7 +471,8 @@ class User extends Memcached_DataObject
         return true;
     }
 
-    function unblock($other) {
+    function unblock($other)
+    {
 
         # Get the block record
 
index 7dc476dc4b9caeb949bc13c9418dbc572e669d0d..f4fda1c72e48985e09cc0657994cf42a4377c446 100644 (file)
@@ -17,7 +17,8 @@ class User_openid extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 7beae0ec6446577ba9dc10b04afefaa6b6264e6b..f3f4f08dfd963146636ab81255fdfd190f753526 100644 (file)
@@ -22,11 +22,13 @@ if (!defined('LACONICA')) { exit(1); }
 class ShortUrlApi {
     protected $service_url;
 
-    function __construct($service_url) {
+    function __construct($service_url)
+    {
         $this->service_url = $service_url;
     }
 
-    function shorten($url) {
+    function shorten($url)
+    {
         if ($this->is_long($url)) return $this->shorten_imp($url);
         return $url;
     }
@@ -68,7 +70,8 @@ class ShortUrlApi {
 }
 
 class LilUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://ur1.ca/');
     }
 
@@ -86,7 +89,8 @@ class LilUrl extends ShortUrlApi {
 
 
 class PtitUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://ptiturl.com/?creer=oui&action=Reduire&url=');
     }
 
@@ -103,7 +107,8 @@ class PtitUrl extends ShortUrlApi {
 }
 
 class TightUrl extends ShortUrlApi {
-    function __construct() {
+    function __construct()
+    {
         parent::__construct('http://2tu.us/?save=y&url=');
     }
 
index 3e162f781fa75f0f4f97ad6eaa32b8ac26462e89..74c992f1c9af7c6fd0f080dba98b9d090a0a24bf 100644 (file)
@@ -163,7 +163,8 @@ require_once(INSTALLDIR.'/lib/subs.php');
 require_once(INSTALLDIR.'/lib/Shorturl_api.php');
 require_once(INSTALLDIR.'/lib/twitter.php');
 
-function __autoload($class) {
+function __autoload($class)
+{
     if ($class == 'OAuthRequest') {
         require_once('OAuth.php');
     } else if (file_exists(INSTALLDIR.'/classes/' . $class . '.php')) {
index a7de6b8fb17b6a69357e6d755db154dff330f817..a6e3651218e35a45b11d837a1f67765fb0a976e9 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class DeleteAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $user = common_current_user();
         $notice_id = $this->trimmed('notice');
@@ -43,7 +44,8 @@ class DeleteAction extends Action {
         }
     }
 
-    function show_top($arr=null) {
+    function show_top($arr=null)
+    {
         $instr = $this->get_instructions();
         $output = common_markup_to_html($instr);
         common_element_start('div', 'instructions');
@@ -51,11 +53,13 @@ class DeleteAction extends Action {
         common_element_end('div');
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header() {
+    function show_header()
+    {
         return;
     }
 }
index 731460f12c91178f09c5432cbbda4a0b1596f5bb..43464b19b49168fc3ac947f00bbdcdece176d520 100644 (file)
@@ -23,17 +23,20 @@ require_once(INSTALLDIR.'/extlib/facebook/facebook.php');
 
 class FacebookAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
     }
 
-    function get_facebook() {
+    function get_facebook()
+    {
         $apikey = common_config('facebook', 'apikey');
         $secret = common_config('facebook', 'secret');
         return new Facebook($apikey, $secret);
     }
 
-    function update_profile_box($facebook, $fbuid, $user) {
+    function update_profile_box($facebook, $fbuid, $user)
+    {
 
         $notice = $user->getCurrentNotice();
 
@@ -86,7 +89,8 @@ class FacebookAction extends Action {
 
     # Display methods
 
-    function show_header($selected ='Home') {
+    function show_header($selected ='Home')
+    {
 
         # Add a timestamp to the CSS file so Facebook cache wont ignore our changes
         $ts = filemtime(theme_file('facebookapp.css'));
@@ -108,12 +112,14 @@ class FacebookAction extends Action {
 
     }
 
-    function show_footer() {
+    function show_footer()
+    {
       $footer = '</div>';
       echo $footer;
     }
 
-    function show_login_form() {
+    function show_login_form()
+    {
 
         $loginform =
             ' <h2>To add the Identi.ca application, you need to log into your Identi.ca account.</h2>'
@@ -148,7 +154,8 @@ class FacebookAction extends Action {
             echo $loginform;
     }
 
-    function render_notice($notice) {
+    function render_notice($notice)
+    {
 
         global $config;
 
@@ -207,7 +214,8 @@ class FacebookAction extends Action {
         return $html;
     }
 
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
 
         $html = '<span class="noticesource">';
@@ -235,7 +243,8 @@ class FacebookAction extends Action {
         return $html;
     }
 
-    function pagination($have_before, $have_after, $page, $fbaction, $args=null) {
+    function pagination($have_before, $have_after, $page, $fbaction, $args=null)
+    {
 
         $html = '';
 
@@ -266,7 +275,8 @@ class FacebookAction extends Action {
         }
     }
 
-    function pagination_url($fbaction, $args=null) {
+    function pagination_url($fbaction, $args=null)
+    {
         global $config;
 
         $extra = '';
index 421b618b75223e7f89165c3182887e7106070e75..7ec3ca655ad36a4f48ed446282340762397c629a 100644 (file)
@@ -25,7 +25,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # We keep a record of who's contacted us
 
-    function lookup_consumer($consumer_key) {
+    function lookup_consumer($consumer_key)
+    {
         $con = Consumer::staticGet('consumer_key', $consumer_key);
         if (!$con) {
             $con = new Consumer();
@@ -39,7 +40,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         return new OAuthConsumer($con->consumer_key, '');
     }
 
-    function lookup_token($consumer, $token_type, $token_key) {
+    function lookup_token($consumer, $token_type, $token_key)
+    {
         $t = new Token();
         $t->consumer_key = $consumer->key;
         $t->tok = $token_key;
@@ -51,7 +53,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         }
     }
 
-    function lookup_nonce($consumer, $token, $nonce, $timestamp) {
+    function lookup_nonce($consumer, $token, $nonce, $timestamp)
+    {
         $n = new Nonce();
         $n->consumer_key = $consumer->key;
         $n->tok = $token->key;
@@ -66,7 +69,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
         }
     }
 
-    function new_request_token($consumer) {
+    function new_request_token($consumer)
+    {
         $t = new Token();
         $t->consumer_key = $consumer->key;
         $t->tok = common_good_rand(16);
@@ -83,11 +87,13 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # defined in OAuthDataStore, but not implemented anywhere
 
-    function fetch_request_token($consumer) {
+    function fetch_request_token($consumer)
+    {
         return $this->new_request_token($consumer);
     }
 
-    function new_access_token($token, $consumer) {
+    function new_access_token($token, $consumer)
+    {
         common_debug('new_access_token("'.$token->key.'","'.$consumer->key.'")', __FILE__);
         $rt = new Token();
         $rt->consumer_key = $consumer->key;
@@ -138,7 +144,8 @@ class LaconicaOAuthDataStore extends OAuthDataStore {
 
     # defined in OAuthDataStore, but not implemented anywhere
 
-    function fetch_access_token($consumer) {
+    function fetch_access_token($consumer)
+    {
         return $this->new_access_token($consumer);
     }
 }
index 8199b0679d20d8e286c63ae468c2c2ccd9c6d5f7..c07bedab5616cd682099ded2411bffbb1d5601dc 100644 (file)
@@ -43,7 +43,8 @@ define('OAUTH_AUTH_HEADER', OAUTH_NAMESPACE.'parameters/auth-header');
 define('OAUTH_POST_BODY', OAUTH_NAMESPACE.'parameters/post-body');
 define('OAUTH_HMAC_SHA1', OAUTH_NAMESPACE.'signature/HMAC-SHA1');
 
-function omb_oauth_consumer() {
+function omb_oauth_consumer()
+{
     static $con = null;
     if (!$con) {
         $con = new OAuthConsumer(common_root_url(), '');
@@ -51,7 +52,8 @@ function omb_oauth_consumer() {
     return $con;
 }
 
-function omb_oauth_server() {
+function omb_oauth_server()
+{
     static $server = null;
     if (!$server) {
         $server = new OAuthServer(omb_oauth_datastore());
@@ -60,7 +62,8 @@ function omb_oauth_server() {
     return $server;
 }
 
-function omb_oauth_datastore() {
+function omb_oauth_datastore()
+{
     static $store = null;
     if (!$store) {
         $store = new LaconicaOAuthDataStore();
@@ -68,7 +71,8 @@ function omb_oauth_datastore() {
     return $store;
 }
 
-function omb_hmac_sha1() {
+function omb_hmac_sha1()
+{
     static $hmac_method = null;
     if (!$hmac_method) {
         $hmac_method = new OAuthSignatureMethod_HMAC_SHA1();
@@ -76,20 +80,24 @@ function omb_hmac_sha1() {
     return $hmac_method;
 }
 
-function omb_get_services($xrd, $type) {
+function omb_get_services($xrd, $type)
+{
     return $xrd->services(array(omb_service_filter($type)));
 }
 
-function omb_service_filter($type) {
+function omb_service_filter($type)
+{
     return create_function('$s',
                            'return omb_match_service($s, \''.$type.'\');');
 }
 
-function omb_match_service($service, $type) {
+function omb_match_service($service, $type)
+{
     return in_array($type, $service->getTypes());
 }
 
-function omb_service_uri($service) {
+function omb_service_uri($service)
+{
     if (!$service) {
         return null;
     }
@@ -100,7 +108,8 @@ function omb_service_uri($service) {
     return $uris[0];
 }
 
-function omb_local_id($service) {
+function omb_local_id($service)
+{
     if (!$service) {
         return null;
     }
@@ -112,7 +121,8 @@ function omb_local_id($service) {
     return $service->parser->content($el);
 }
 
-function omb_broadcast_remote_subscribers($notice) {
+function omb_broadcast_remote_subscribers($notice)
+{
 
     # First, get remote users subscribed to this profile
     $rp = new Remote_profile();
@@ -142,11 +152,13 @@ function omb_broadcast_remote_subscribers($notice) {
     return true;
 }
 
-function omb_post_notice($notice, $remote_profile, $subscription) {
+function omb_post_notice($notice, $remote_profile, $subscription)
+{
     return omb_post_notice_keys($notice, $remote_profile->postnoticeurl, $subscription->token, $subscription->secret);
 }
 
-function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret) {
+function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret)
+{
 
     common_debug('Posting notice ' . $notice->id . ' to ' . $postnoticeurl, __FILE__);
 
@@ -216,7 +228,8 @@ function omb_post_notice_keys($notice, $postnoticeurl, $tk, $secret) {
     }
 }
 
-function omb_broadcast_profile($profile) {
+function omb_broadcast_profile($profile)
+{
     # First, get remote users subscribed to this profile
     # XXX: use a join here rather than looping through results
     $sub = new Subscription();
@@ -236,7 +249,8 @@ function omb_broadcast_profile($profile) {
     }
 }
 
-function omb_update_profile($profile, $remote_profile, $subscription) {
+function omb_update_profile($profile, $remote_profile, $subscription)
+{
     global $config; # for license URL
     $user = User::staticGet($profile->id);
     $con = omb_oauth_consumer();
index 3ca359fa18b895fd10df1dbb74556b936441e6b9..1e7f318fb5dc833c3b7096eb5831dd86c65576d9 100644 (file)
@@ -31,7 +31,8 @@ require_once('Auth/OpenID/MySQLStore.php');
 define('OPENID_COOKIE_EXPIRY', round(365.25 * 24 * 60 * 60));
 define('OPENID_COOKIE_KEY', 'lastusedopenid');
 
-function oid_store() {
+function oid_store()
+{
     static $store = null;
     if (!$store) {
         # Can't be called statically
@@ -42,23 +43,27 @@ function oid_store() {
     return $store;
 }
 
-function oid_consumer() {
+function oid_consumer()
+{
     $store = oid_store();
     $consumer = new Auth_OpenID_Consumer($store);
     return $consumer;
 }
 
-function oid_clear_last() {
+function oid_clear_last()
+{
     oid_set_last('');
 }
 
-function oid_set_last($openid_url) {
+function oid_set_last($openid_url)
+{
     common_set_cookie(OPENID_COOKIE_KEY,
                      $openid_url,
                      time() + OPENID_COOKIE_EXPIRY);
 }
 
-function oid_get_last() {
+function oid_get_last()
+{
     $openid_url = $_COOKIE[OPENID_COOKIE_KEY];
     if ($openid_url && strlen($openid_url) > 0) {
         return $openid_url;
@@ -67,7 +72,8 @@ function oid_get_last() {
     }
 }
 
-function oid_link_user($id, $canonical, $display) {
+function oid_link_user($id, $canonical, $display)
+{
 
     $oid = new User_openid();
     $oid->user_id = $id;
@@ -84,7 +90,8 @@ function oid_link_user($id, $canonical, $display) {
     return true;
 }
 
-function oid_get_user($openid_url) {
+function oid_get_user($openid_url)
+{
     $user = null;
     $oid = User_openid::staticGet('canonical', $openid_url);
     if ($oid) {
@@ -93,7 +100,8 @@ function oid_get_user($openid_url) {
     return $user;
 }
 
-function oid_check_immediate($openid_url, $backto=null) {
+function oid_check_immediate($openid_url, $backto=null)
+{
     if (!$backto) {
         $action = $_REQUEST['action'];
         $args = common_copy_args($_GET);
@@ -113,7 +121,8 @@ function oid_check_immediate($openid_url, $backto=null) {
                      true);
 }
 
-function oid_authenticate($openid_url, $returnto, $immediate=false) {
+function oid_authenticate($openid_url, $returnto, $immediate=false)
+{
 
     $consumer = oid_consumer();
 
@@ -190,7 +199,8 @@ function oid_authenticate($openid_url, $returnto, $immediate=false) {
 
 # Half-assed attempt at a module-private function
 
-function _oid_print_instructions() {
+function _oid_print_instructions()
+{
     common_element('div', 'instructions',
                    _('This form should automatically submit itself. '.
                       'If not, click the submit button to go to your '.
@@ -199,7 +209,8 @@ function _oid_print_instructions() {
 
 # update a user from sreg parameters
 
-function oid_update_user(&$user, &$sreg) {
+function oid_update_user(&$user, &$sreg)
+{
 
     $profile = $user->getProfile();
 
index 7ff9305f1fb2a8065f51789da16d0d99b7b575f9..34ebe68942aa42aa022ef8bec721bf52b969d3ca 100644 (file)
@@ -21,16 +21,19 @@ if (!defined('LACONICA')) { exit(1); }
 
 class PersonalAction extends Action {
     
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
     
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         common_set_returnto($this->self_url());
     }
 
-    function views_menu() {
+    function views_menu()
+    {
 
         $user = null;
         $action = $this->trimmed('action');
@@ -85,7 +88,8 @@ class PersonalAction extends Action {
         common_element_end('ul');
     }
 
-    function show_feeds_list($feeds) {
+    function show_feeds_list($feeds)
+    {
         common_element_start('div', array('class' => 'feeds'));
         common_element('p', null, 'Feeds:');
         common_element_start('ul', array('class' => 'xoxo'));
@@ -97,7 +101,8 @@ class PersonalAction extends Action {
         common_element_end('div');
     }
 
-    function common_feed_item($feed) {
+    function common_feed_item($feed)
+    {
         $nickname = $this->trimmed('nickname');
 
         switch($feed['item']) {
@@ -181,7 +186,8 @@ class PersonalAction extends Action {
     }
 
     
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
         switch ($source) {
          case 'web':
index 9929c8647c9bc1dd59cf5661874f64c107b28279..60737c3d415524c0b29f08aeb1c3bab964212fb1 100644 (file)
@@ -28,13 +28,15 @@ class ProfileList {
     var $owner = null;
     var $action = null;
 
-    function __construct($profile, $owner=null, $action=null) {
+    function __construct($profile, $owner=null, $action=null)
+    {
         $this->profile = $profile;
         $this->owner = $owner;
         $this->action = $action;
     }
 
-    function show_list() {
+    function show_list()
+    {
 
         common_element_start('ul', array('id' => 'profiles', 'class' => 'profile_list'));
 
@@ -53,7 +55,8 @@ class ProfileList {
         return $cnt;
     }
 
-    function show() {
+    function show()
+    {
 
         common_element_start('li', array('class' => 'profile_single',
                                          'id' => 'profile-' . $this->profile->id));
@@ -159,11 +162,13 @@ class ProfileList {
 
     /* Override this in subclasses. */
 
-    function show_owner_controls($profile) {
+    function show_owner_controls($profile)
+    {
         return;
     }
 
-    function highlight($text) {
+    function highlight($text)
+    {
         return htmlspecialchars($text);
     }
 }
\ No newline at end of file
index ecf58f69f9cbdb801c068838aeb47492ecc6aefb..48487f8e9e14f8edd93677ddd24a47f6dc8d0806 100644 (file)
@@ -29,43 +29,53 @@ class QueueHandler extends Daemon {
 
     var $_id = 'generic';
 
-    function QueueHandler($id=null) {
+    function QueueHandler($id=null)
+    {
         if ($id) {
             $this->set_id($id);
         }
     }
     
-    function class_name() {
+    function class_name()
+    {
         return ucfirst($this->transport()) . 'Handler';
     }
 
-    function name() {
+    function name()
+    {
         return strtolower($this->class_name().'.'.$this->get_id());
     }
     
-    function get_id() {
+    function get_id()
+    {
         return $this->_id;
     }
 
-    function set_id($id) {
+    function set_id($id)
+    {
         $this->_id = $id;
     }
     
-    function transport() {
+    function transport()
+    {
         return null;
     }
     
-    function start() {
+    function start()
+    {
     }
     
-    function finish() {
+    function finish()
+    {
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         return true;
     }
     
-    function run() {
+    function run()
+    {
         if (!$this->start()) {
             return false;
         }
@@ -110,13 +120,15 @@ class QueueHandler extends Daemon {
         return true;
     }
 
-    function idle($timeout=0) {
+    function idle($timeout=0)
+    {
         if ($timeout>0) {
             sleep($timeout);
         }
     }
     
-    function clear_old_claims() {
+    function clear_old_claims()
+    {
         $qi = new Queue_item();
         $qi->transport = $this->transport();
         $qi->whereAdd('now() - claimed > '.CLAIM_TIMEOUT);
@@ -125,7 +137,8 @@ class QueueHandler extends Daemon {
         unset($qi);
     }
     
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, $this->class_name() . ' ('. $this->get_id() .'): '.$msg);
     }
 }
index a21ce3a972394096692fdee335cca74f98e5f3d6..e02e1febb1bc81a7837d7114f98369735583563a 100644 (file)
@@ -26,11 +26,13 @@ class Rss10Action extends Action {
     # This will contain the details of each feed item's author and be used to generate SIOC data.
     var $creators = array();
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $limit = (int) $this->trimmed('limit');
         if ($limit == 0) {
@@ -39,26 +41,31 @@ class Rss10Action extends Action {
         $this->show_rss($limit);
     }
 
-    function init() {
+    function init()
+    {
         return true;
     }
 
-    function get_notices() {
+    function get_notices()
+    {
         return array();
     }
 
-    function get_channel() {
+    function get_channel()
+    {
         return array('url' => '',
                      'title' => '',
                      'link' => '',
                      'description' => '');
     }
 
-    function get_image() {
+    function get_image()
+    {
         return null;
     }
 
-    function show_rss($limit=0) {
+    function show_rss($limit=0)
+    {
 
         if (!$this->init()) {
             return;
@@ -78,7 +85,8 @@ class Rss10Action extends Action {
         $this->end_rss();
     }
 
-    function show_channel($notices) {
+    function show_channel($notices)
+    {
 
         $channel = $this->get_channel();
         $image = $this->get_image();
@@ -106,7 +114,8 @@ class Rss10Action extends Action {
         common_element_end('channel');
     }
 
-    function show_image() {
+    function show_image()
+    {
         $image = $this->get_image();
         if ($image) {
             $channel = $this->get_channel();
@@ -118,7 +127,8 @@ class Rss10Action extends Action {
         }
     }
 
-    function show_item($notice) {
+    function show_item($notice)
+    {
         $profile = Profile::staticGet($notice->profile_id);
         $nurl = common_local_url('shownotice', array('notice' => $notice->id));
         $creator_uri = common_profile_uri($profile);
@@ -136,7 +146,8 @@ class Rss10Action extends Action {
         $this->creators[$creator_uri] = $profile;
     }
 
-    function show_creators() {
+    function show_creators()
+    {
         foreach ($this->creators as $uri => $profile) {
             $id = $profile->id;
             $nickname = $profile->nickname;
@@ -152,7 +163,8 @@ class Rss10Action extends Action {
         }
     }
 
-    function init_rss() {
+    function init_rss()
+    {
         $channel = $this->get_channel();
         header('Content-Type: application/rdf+xml');
 
@@ -183,7 +195,8 @@ class Rss10Action extends Action {
         common_element_end('sioc:Site');
     }
 
-    function end_rss() {
+    function end_rss()
+    {
         common_element_end('rdf:RDF');
     }
 }
index d53d7d8d8a731c2ca2c75de4628185821e1b666f..e96570d63bd6a6ffa04fc4c6afb95253f52939a5 100644 (file)
@@ -23,19 +23,23 @@ class SearchEngine {
     protected $target;
     protected $table;
 
-    function __construct($target, $table) {
+    function __construct($target, $table)
+    {
         $this->target = $target;
         $this->table = $table;
     }
 
-    function query($q) {
+    function query($q)
+    {
     }
 
-    function limit($offset, $count, $rss = false) {
+    function limit($offset, $count, $rss = false)
+    {
         return $this->target->limit($offset, $count);
     }
 
-    function set_sort_mode($mode) {
+    function set_sort_mode($mode)
+    {
         if ('chron' === $mode)
             return $this->target->orderBy('created desc');
     }
@@ -45,7 +49,8 @@ class SphinxSearch extends SearchEngine {
     private $sphinx;
     private $connected;
 
-    function __construct($target, $table) {
+    function __construct($target, $table)
+    {
         $fp = @fsockopen(common_config('sphinx', 'server'), common_config('sphinx', 'port'));
         if (!$fp) {
             $this->connected = false;
@@ -58,11 +63,13 @@ class SphinxSearch extends SearchEngine {
         $this->connected = true;
     }
 
-    function is_connected() {
+    function is_connected()
+    {
         return $this->connected;
     }
 
-    function limit($offset, $count, $rss = false) {
+    function limit($offset, $count, $rss = false)
+    {
         //FIXME without LARGEST_POSSIBLE, the most recent results aren't returned
         //      this probably has a large impact on performance
         $LARGEST_POSSIBLE = 1e6; 
@@ -78,7 +85,8 @@ class SphinxSearch extends SearchEngine {
         return $this->target->limit(0, $count);
     }
 
-    function query($q) {
+    function query($q)
+    {
         $result = $this->sphinx->query($q, $this->table);
         if (!isset($result['matches'])) return false;
         $id_set = join(', ', array_keys($result['matches']));
@@ -86,7 +94,8 @@ class SphinxSearch extends SearchEngine {
         return true;
      }
 
-    function set_sort_mode($mode) {
+    function set_sort_mode($mode)
+    {
         if ('chron' === $mode) {
             $this->sphinx->SetSortMode(SPH_SORT_ATTR_DESC, 'created_ts');
             return $this->target->orderBy('created desc');
@@ -95,7 +104,8 @@ class SphinxSearch extends SearchEngine {
 }
 
 class MySQLSearch extends SearchEngine {
-    function query($q) {
+    function query($q)
+    {
         if ('identica_people' === $this->table)
             return $this->target->whereAdd('MATCH(nickname, fullname, location, bio, homepage) ' .
                            'against (\''.addslashes($q).'\')');
@@ -106,7 +116,8 @@ class MySQLSearch extends SearchEngine {
 }
 
 class PGSearch extends SearchEngine {
-    function query($q) {
+    function query($q)
+    {
         if ('identica_people' === $this->table)
             return $this->target->whereAdd('textsearch @@ plainto_tsquery(\''.addslashes($q).'\')');
         if ('identica_notices' === $this->table)
index 3eec918326c25fa3ac06f88d12aa2d5c72936128..12a44a86115ccb46915e10e9180f8e9583d033a8 100644 (file)
@@ -21,16 +21,19 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SearchAction extends Action {
 
-    function is_readonly() {
+    function is_readonly()
+    {
         return true;
     }
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         $this->show_form();
     }
 
-    function show_top($arr=null) {
+    function show_top($arr=null)
+    {
         if ($arr) {
             $error = $arr[1];
         }
@@ -46,15 +49,18 @@ class SearchAction extends Action {
         $this->search_menu();
     }
 
-    function get_title() {
+    function get_title()
+    {
         return null;
     }
 
-    function show_header($arr) {
+    function show_header($arr)
+    {
         return;
     }
 
-    function show_form($error=null) {
+    function show_form($error=null)
+    {
         global $config;
 
         $q = $this->trimmed('q');
@@ -91,7 +97,8 @@ class SearchAction extends Action {
         common_show_footer();
     }
 
-    function search_menu() {
+    function search_menu()
+    {
         # action => array('prompt', 'title', $args)
         $action = $this->trimmed('action');
         $menu =
index 208d2a1b6803351a2b415715b8942f2d648ad108..5979c11f0081de053b2f61132dd07497ec7636d5 100644 (file)
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SettingsAction extends Action {
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
         if (!common_logged_in()) {
             common_user_error(_('Not logged in.'));
@@ -40,29 +41,34 @@ class SettingsAction extends Action {
     }
 
     # override!
-    function handle_post() {
+    function handle_post()
+    {
         return false;
     }
 
-    function show_form($msg=null, $success=false) {
+    function show_form($msg=null, $success=false)
+    {
         return false;
     }
 
-    function message($msg, $success) {
+    function message($msg, $success)
+    {
         if ($msg) {
             common_element('div', ($success) ? 'success' : 'error',
                            $msg);
         }
     }
 
-    function form_header($title, $msg=null, $success=false) {
+    function form_header($title, $msg=null, $success=false)
+    {
         common_show_header($title,
                            null,
                            array($msg, $success),
                            array($this, 'show_top'));
     }
 
-    function show_top($arr) {
+    function show_top($arr)
+    {
         $msg = $arr[0];
         $success = $arr[1];
         if ($msg) {
@@ -77,7 +83,8 @@ class SettingsAction extends Action {
         $this->settings_menu();
     }
 
-    function settings_menu() {
+    function settings_menu()
+    {
         # action => array('prompt', 'title')
         $menu =
           array('profilesettings' =>
index 2d45df2d3aca1447a8b586c4b00cf407d1e495a1..45fbb9bd972bdc915148e757ef1022f6c5b82122 100644 (file)
@@ -24,7 +24,8 @@ require_once(INSTALLDIR.'/lib/noticelist.php');
 
 class StreamAction extends PersonalAction {
 
-    function public_views_menu() {
+    function public_views_menu()
+    {
 
         $action = $this->trimmed('action');
 
@@ -48,7 +49,8 @@ class StreamAction extends PersonalAction {
 
     }
 
-    function show_notice_list($notice) {
+    function show_notice_list($notice)
+    {
         $nl = new NoticeList($notice);
         return $nl->show();
     }
index 55e74e0b2f8aa7cb7886c654adce639e28c90f2e..6fa1dcad3bbba5e07ce01e0a4595c5d11ea4a20e 100644 (file)
@@ -25,7 +25,8 @@ require_once('XMPPHP/XMPP.php');
   Returns true or an error message.
 */
 
-function subs_subscribe_user($user, $other_nickname) {
+function subs_subscribe_user($user, $other_nickname)
+{
 
     $other = User::staticGet('nickname', $other_nickname);
 
@@ -41,7 +42,8 @@ function subs_subscribe_user($user, $other_nickname) {
  * Because the other way is quite a bit more complicated.
  */
 
-function subs_subscribe_to($user, $other) {
+function subs_subscribe_to($user, $other)
+{
 
     if ($user->isSubscribed($other)) {
         return _('Already subscribed!.');
@@ -82,14 +84,16 @@ function subs_subscribe_to($user, $other) {
     return true;
 }
 
-function subs_notify($listenee, $listener) {
+function subs_notify($listenee, $listener)
+{
     # XXX: add other notifications (Jabber, SMS) here
     # XXX: queue this and handle it offline
     # XXX: Whatever happens, do it in Twitter-like API, too
     subs_notify_email($listenee, $listener);
 }
 
-function subs_notify_email($listenee, $listener) {
+function subs_notify_email($listenee, $listener)
+{
     mail_subscribe_notify($listenee, $listener);
 }
 
@@ -97,7 +101,8 @@ function subs_notify_email($listenee, $listener) {
   Returns true or an error message.
 */
 
-function subs_unsubscribe_user($user, $other_nickname) {
+function subs_unsubscribe_user($user, $other_nickname)
+{
 
     $other = User::staticGet('nickname', $other_nickname);
 
@@ -111,7 +116,8 @@ function subs_unsubscribe_user($user, $other_nickname) {
 /* Unsubscribe user $user from profile $other
  * NB: other can be a remote user. */
 
-function subs_unsubscribe_to($user, $other) {
+function subs_unsubscribe_to($user, $other)
+{
 
     if (!$user->isSubscribed($other))
         return _('Not subscribed!.');
index 346cff4343ae67b31f331c02c6e4dac2ca0e508a..6f365bd9925c2db0d06dd0e987bf14c6214d7d35 100644 (file)
 
 if (!defined('LACONICA')) { exit(1); }
 
-function theme_file($relative) {
+function theme_file($relative)
+{
     $theme = common_config('site', 'theme');
     return INSTALLDIR.'/theme/'.$theme.'/'.$relative;
 }
 
-function theme_path($relative) {
+function theme_path($relative)
+{
     $theme = common_config('site', 'theme');
     $server = common_config('theme', 'server');
     if ($server) {
index 1212875eab839ccef96b4169d4cbe8456ddb6fb2..07871fb2038507dc8b53182c48c03ebc7d702592 100644 (file)
@@ -19,7 +19,8 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-function get_twitter_data($uri, $screen_name, $password) {
+function get_twitter_data($uri, $screen_name, $password)
+{
 
     $options = array(
             CURLOPT_USERPWD => sprintf("%s:%s", $screen_name, $password),
@@ -48,7 +49,8 @@ function get_twitter_data($uri, $screen_name, $password) {
     return $data;
 }
 
-function twitter_user_info($screen_name, $password) {
+function twitter_user_info($screen_name, $password)
+{
 
     $uri = "http://twitter.com/users/show/$screen_name.json";
     $data = get_twitter_data($uri, $screen_name, $password);
@@ -66,7 +68,8 @@ function twitter_user_info($screen_name, $password) {
     return $twit_user;
 }
 
-function update_twitter_user($fuser, $twitter_id, $screen_name) {
+function update_twitter_user($fuser, $twitter_id, $screen_name)
+{
 
     $original = clone($fuser);
     $fuser->nickname = $screen_name;
@@ -81,7 +84,8 @@ function update_twitter_user($fuser, $twitter_id, $screen_name) {
     return true;
 }
 
-function add_twitter_user($twitter_id, $screen_name) {
+function add_twitter_user($twitter_id, $screen_name)
+{
 
     // Otherwise, create a new Twitter user
     $fuser = DB_DataObject::factory('foreign_user');
@@ -105,7 +109,8 @@ function add_twitter_user($twitter_id, $screen_name) {
 }
 
 // Creates or Updates a Twitter user
-function save_twitter_user($twitter_id, $screen_name) {
+function save_twitter_user($twitter_id, $screen_name)
+{
 
     // Check to see whether the Twitter user is already in the system,
     // and update its screen name and uri if so.
@@ -129,7 +134,8 @@ function save_twitter_user($twitter_id, $screen_name) {
     return true;
 }
 
-function retreive_twitter_friends($twitter_id, $screen_name, $password) {
+function retreive_twitter_friends($twitter_id, $screen_name, $password)
+{
 
     $uri = "http://twitter.com/statuses/friends/$twitter_id.json?page=";
     $twitter_user = twitter_user_info($screen_name, $password);
@@ -163,7 +169,8 @@ function retreive_twitter_friends($twitter_id, $screen_name, $password) {
     return $friends;
 }
 
-function save_twitter_friends($user, $twitter_id, $screen_name, $password) {
+function save_twitter_friends($user, $twitter_id, $screen_name, $password)
+{
 
     $friends = retreive_twitter_friends($twitter_id, $screen_name, $password);
 
index ed86c77c4483856a598e9a27ca19317c26c90e1a..3cddfa9c95b2932b46804e093282021e9f028058 100644 (file)
@@ -23,11 +23,13 @@ class TwitterapiAction extends Action {
 
     var $auth_user;
 
-    function handle($args) {
+    function handle($args)
+    {
         parent::handle($args);
     }
 
-    function twitter_user_array($profile, $get_notice=false) {
+    function twitter_user_array($profile, $get_notice=false)
+    {
 
         $twitter_user = array();
 
@@ -55,7 +57,8 @@ class TwitterapiAction extends Action {
         return $twitter_user;
     }
 
-    function twitter_status_array($notice, $include_user=true) {
+    function twitter_status_array($notice, $include_user=true)
+    {
 
         $profile = $notice->getProfile();
 
@@ -83,7 +86,8 @@ class TwitterapiAction extends Action {
         return $twitter_status;
     }
 
-    function twitter_rss_entry_array($notice) {
+    function twitter_rss_entry_array($notice)
+    {
 
         $profile = $notice->getProfile();
 
@@ -107,7 +111,8 @@ class TwitterapiAction extends Action {
         return $entry;
     }
 
-    function twitter_rss_dmsg_array($message) {
+    function twitter_rss_dmsg_array($message)
+    {
 
         $server = common_config('site', 'server');
         $entry = array();
@@ -129,7 +134,8 @@ class TwitterapiAction extends Action {
         return $entry;
     }
 
-    function twitter_dmsg_array($message) {
+    function twitter_dmsg_array($message)
+    {
 
         $twitter_dm = array();
 
@@ -149,7 +155,8 @@ class TwitterapiAction extends Action {
         return $twitter_dm;
     }
 
-    function show_twitter_xml_status($twitter_status) {
+    function show_twitter_xml_status($twitter_status)
+    {
         common_element_start('status');
         foreach($twitter_status as $element => $value) {
             switch ($element) {
@@ -166,7 +173,8 @@ class TwitterapiAction extends Action {
         common_element_end('status');
     }
 
-    function show_twitter_xml_user($twitter_user, $role='user') {
+    function show_twitter_xml_user($twitter_user, $role='user')
+    {
         common_element_start($role);
         foreach($twitter_user as $element => $value) {
             if ($element == 'status') {
@@ -178,7 +186,8 @@ class TwitterapiAction extends Action {
         common_element_end($role);
     }
 
-    function show_twitter_rss_item($entry) {
+    function show_twitter_rss_item($entry)
+    {
         common_element_start('item');
         common_element('title', null, $entry['title']);
         common_element('description', null, $entry['description']);
@@ -188,7 +197,8 @@ class TwitterapiAction extends Action {
         common_element_end('item');
     }
 
-    function show_twitter_atom_entry($entry) {
+    function show_twitter_atom_entry($entry)
+    {
         common_element_start('entry');
         common_element('title', null, $entry['title']);
         common_element('content', array('type' => 'html'), $entry['content']);
@@ -199,39 +209,45 @@ class TwitterapiAction extends Action {
         common_element_end('entry');
     }
 
-    function show_json_objects($objects) {
+    function show_json_objects($objects)
+    {
         print(json_encode($objects));
     }
 
-    function show_single_xml_status($notice) {
+    function show_single_xml_status($notice)
+    {
         $this->init_document('xml');
         $twitter_status = $this->twitter_status_array($notice);
         $this->show_twitter_xml_status($twitter_status);
         $this->end_document('xml');
     }
 
-    function show_single_json_status($notice) {
+    function show_single_json_status($notice)
+    {
         $this->init_document('json');
         $status = $this->twitter_status_array($notice);
         $this->show_json_objects($status);
         $this->end_document('json');
     }
 
-    function show_single_xml_dmsg($message) {
+    function show_single_xml_dmsg($message)
+    {
         $this->init_document('xml');
         $dmsg = $this->twitter_dmsg_array($message);
         $this->show_twitter_xml_dmsg($dmsg);
         $this->end_document('xml');
     }
 
-    function show_single_json_dmsg($message) {
+    function show_single_json_dmsg($message)
+    {
         $this->init_document('json');
         $dmsg = $this->twitter_dmsg_array($message);
         $this->show_json_objects($dmsg);
         $this->end_document('json');
     }
 
-    function show_twitter_xml_dmsg($twitter_dm) {
+    function show_twitter_xml_dmsg($twitter_dm)
+    {
         common_element_start('direct_message');
         foreach($twitter_dm as $element => $value) {
             switch ($element) {
@@ -249,7 +265,8 @@ class TwitterapiAction extends Action {
         common_element_end('direct_message');
     }
 
-    function show_xml_timeline($notice) {
+    function show_xml_timeline($notice)
+    {
 
         $this->init_document('xml');
         common_element_start('statuses', array('type' => 'array'));
@@ -270,7 +287,8 @@ class TwitterapiAction extends Action {
         $this->end_document('xml');
     }
 
-    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null) {
+    function show_rss_timeline($notice, $title, $link, $subtitle, $suplink=null)
+    {
 
         $this->init_document('rss');
 
@@ -304,7 +322,8 @@ class TwitterapiAction extends Action {
         $this->end_twitter_rss();
     }
 
-    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null) {
+    function show_atom_timeline($notice, $title, $id, $link, $subtitle=null, $suplink=null)
+    {
 
         $this->init_document('atom');
 
@@ -335,7 +354,8 @@ class TwitterapiAction extends Action {
 
     }
 
-    function show_json_timeline($notice) {
+    function show_json_timeline($notice)
+    {
 
         $this->init_document('json');
 
@@ -360,12 +380,14 @@ class TwitterapiAction extends Action {
 
     // Anyone know what date format this is?
     // Twitter's dates look like this: "Mon Jul 14 23:52:38 +0000 2008" -- Zach
-    function date_twitter($dt) {
+    function date_twitter($dt)
+    {
         $t = strtotime($dt);
         return date("D M d G:i:s O Y", $t);
     }
 
-    function replier_by_reply($reply_id) {
+    function replier_by_reply($reply_id)
+    {
         $notice = Notice::staticGet($reply_id);
         if ($notice) {
             $profile = $notice->getProfile();
@@ -381,7 +403,8 @@ class TwitterapiAction extends Action {
     }
 
     // XXX: Candidate for a general utility method somewhere?
-    function count_subscriptions($profile) {
+    function count_subscriptions($profile)
+    {
 
         $count = 0;
         $sub = new Subscription();
@@ -396,7 +419,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function init_document($type='xml') {
+    function init_document($type='xml')
+    {
         switch ($type) {
          case 'xml':
             header('Content-Type: application/xml; charset=utf-8');
@@ -427,7 +451,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function end_document($type='xml') {
+    function end_document($type='xml')
+    {
         switch ($type) {
          case 'xml':
             common_end_xml();
@@ -453,7 +478,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function client_error($msg, $code = 400, $content_type = 'json') {
+    function client_error($msg, $code = 400, $content_type = 'json')
+    {
 
         static $status = array(400 => 'Bad Request',
                                401 => 'Unauthorized',
@@ -501,27 +527,32 @@ class TwitterapiAction extends Action {
 
     }
 
-    function init_twitter_rss() {
+    function init_twitter_rss()
+    {
         common_start_xml();
         common_element_start('rss', array('version' => '2.0'));
     }
 
-    function end_twitter_rss() {
+    function end_twitter_rss()
+    {
         common_element_end('rss');
         common_end_xml();
     }
 
-    function init_twitter_atom() {
+    function init_twitter_atom()
+    {
         common_start_xml();
         common_element_start('feed', array('xmlns' => 'http://www.w3.org/2005/Atom', 'xml:lang' => 'en-US'));
     }
 
-    function end_twitter_atom() {
+    function end_twitter_atom()
+    {
         common_end_xml();
         common_element_end('feed');
     }
 
-    function show_profile($profile, $content_type='xml', $notice=null) {
+    function show_profile($profile, $content_type='xml', $notice=null)
+    {
         $profile_array = $this->twitter_user_array($profile, true);
         switch ($content_type) {
          case 'xml':
@@ -537,7 +568,8 @@ class TwitterapiAction extends Action {
         return;
     }
 
-    function get_user($id, $apidata=null) {
+    function get_user($id, $apidata=null)
+    {
         if (!$id) {
             return $apidata['user'];
         } else if (is_numeric($id)) {
@@ -548,7 +580,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function get_profile($id) {
+    function get_profile($id)
+    {
         if (is_numeric($id)) {
             return Profile::staticGet($id);
         } else {
@@ -561,7 +594,8 @@ class TwitterapiAction extends Action {
         }
     }
 
-    function source_link($source) {
+    function source_link($source)
+    {
         $source_name = _($source);
         switch ($source) {
          case 'web':
@@ -580,7 +614,8 @@ class TwitterapiAction extends Action {
         return $source_name;
     }
 
-    function show_extended_profile($user, $apidata) {
+    function show_extended_profile($user, $apidata)
+    {
 
         $this->auth_user = $apidata['user'];
 
index f0387ebe5a5d66ef3232dc4904115dc57c26eb1e..ed73b19e668cc2e42c6386e046e605f579978bd1 100644 (file)
@@ -21,7 +21,8 @@
 
 // Show a server error
 
-function common_server_error($msg, $code=500) {
+function common_server_error($msg, $code=500)
+{
     static $status = array(500 => 'Internal Server Error',
                            501 => 'Not Implemented',
                            502 => 'Bad Gateway',
@@ -44,7 +45,8 @@ function common_server_error($msg, $code=500) {
 }
 
 // Show a user error
-function common_user_error($msg, $code=400) {
+function common_user_error($msg, $code=400)
+{
     static $status = array(400 => 'Bad Request',
                            401 => 'Unauthorized',
                            402 => 'Payment Required',
@@ -80,7 +82,8 @@ function common_user_error($msg, $code=400) {
 $xw = null;
 
 // Start an HTML element
-function common_element_start($tag, $attrs=null) {
+function common_element_start($tag, $attrs=null)
+{
     global $xw;
     $xw->startElement($tag);
     if (is_array($attrs)) {
@@ -92,7 +95,8 @@ function common_element_start($tag, $attrs=null) {
     }
 }
 
-function common_element_end($tag) {
+function common_element_end($tag)
+{
     static $empty_tag = array('base', 'meta', 'link', 'hr',
                               'br', 'param', 'img', 'area',
                               'input', 'col');
@@ -105,7 +109,8 @@ function common_element_end($tag) {
     }
 }
 
-function common_element($tag, $attrs=null, $content=null) {
+function common_element($tag, $attrs=null, $content=null)
+{
     common_element_start($tag, $attrs);
     global $xw;
     if (!is_null($content)) {
@@ -114,7 +119,8 @@ function common_element($tag, $attrs=null, $content=null) {
     common_element_end($tag);
 }
 
-function common_start_xml($doc=null, $public=null, $system=null, $indent=true) {
+function common_start_xml($doc=null, $public=null, $system=null, $indent=true)
+{
     global $xw;
     $xw = new XMLWriter();
     $xw->openURI('php://output');
@@ -125,13 +131,15 @@ function common_start_xml($doc=null, $public=null, $system=null, $indent=true) {
     }
 }
 
-function common_end_xml() {
+function common_end_xml()
+{
     global $xw;
     $xw->endDocument();
     $xw->flush();
 }
 
-function common_init_locale($language=null) {
+function common_init_locale($language=null)
+{
     if(!$language) {
         $language = common_language();
     }
@@ -144,7 +152,8 @@ function common_init_locale($language=null) {
                      $language);
 }
 
-function common_init_language() {
+function common_init_language()
+{
     mb_internal_encoding('UTF-8');
     $language = common_language();
     // So we don't have to make people install the gettext locales
@@ -160,7 +169,8 @@ function common_init_language() {
 
 define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3,text/xml;q=0.2');
 
-function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null) {
+function common_show_header($pagetitle, $callable=null, $data=null, $headercall=null)
+{
 
     global $config, $xw;
     global $action; /* XXX: kind of cheating here. */
@@ -243,7 +253,8 @@ function common_show_header($pagetitle, $callable=null, $data=null, $headercall=
     common_element_start('div', array('id' => 'content'));
 }
 
-function common_start_html($type=null, $indent=true) {
+function common_start_html($type=null, $indent=true)
+{
 
     if (!$type) {
         $httpaccept = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : null;
@@ -274,7 +285,8 @@ function common_start_html($type=null, $indent=true) {
                                        'lang' => $language));
 }
 
-function common_show_footer() {
+function common_show_footer()
+{
     global $xw, $config;
     common_element_end('div'); // content div
     common_foot_menu();
@@ -307,17 +319,20 @@ function common_show_footer() {
     common_end_xml();
 }
 
-function common_text($txt) {
+function common_text($txt)
+{
     global $xw;
     $xw->text($txt);
 }
 
-function common_raw($xml) {
+function common_raw($xml)
+{
     global $xw;
     $xw->writeRaw($xml);
 }
 
-function common_nav_menu() {
+function common_nav_menu()
+{
     $user = common_current_user();
     common_element_start('ul', array('id' => 'nav'));
     if ($user) {
@@ -344,7 +359,8 @@ function common_nav_menu() {
     common_element_end('ul');
 }
 
-function common_foot_menu() {
+function common_foot_menu()
+{
     common_element_start('ul', array('id' => 'nav_sub'));
     common_menu_item(common_local_url('doc', array('title' => 'help')),
                      _('Help'));
@@ -361,7 +377,8 @@ function common_foot_menu() {
     common_element_end('ul');
 }
 
-function common_menu_item($url, $text, $title=null, $is_selected=false) {
+function common_menu_item($url, $text, $title=null, $is_selected=false)
+{
     $lattrs = array();
     if ($is_selected) {
         $lattrs['class'] = 'current';
@@ -375,7 +392,8 @@ function common_menu_item($url, $text, $title=null, $is_selected=false) {
     common_element_end('li');
 }
 
-function common_input($id, $label, $value=null,$instructions=null) {
+function common_input($id, $label, $value=null,$instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     $attrs = array('name' => $id,
@@ -418,7 +436,8 @@ function common_checkbox($id, $label, $checked=false, $instructions=null, $value
     common_element_end('p');
 }
 
-function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null) {
+function common_dropdown($id, $label, $content, $instructions=null, $blank_select=FALSE, $selected=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     common_element_start('select', array('id' => $id, 'name' => $id));
@@ -438,14 +457,16 @@ function common_dropdown($id, $label, $content, $instructions=null, $blank_selec
     }
     common_element_end('p');
 }
-function common_hidden($id, $value) {
+function common_hidden($id, $value)
+{
     common_element('input', array('name' => $id,
                                   'type' => 'hidden',
                                   'id' => $id,
                                   'value' => $value));
 }
 
-function common_password($id, $label, $instructions=null) {
+function common_password($id, $label, $instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     $attrs = array('name' => $id,
@@ -459,7 +480,8 @@ function common_password($id, $label, $instructions=null) {
     common_element_end('p');
 }
 
-function common_submit($id, $label, $cls='submit') {
+function common_submit($id, $label, $cls='submit')
+{
     global $xw;
     common_element_start('p');
     common_element('input', array('type' => 'submit',
@@ -470,7 +492,8 @@ function common_submit($id, $label, $cls='submit') {
     common_element_end('p');
 }
 
-function common_textarea($id, $label, $content=null, $instructions=null) {
+function common_textarea($id, $label, $content=null, $instructions=null)
+{
     common_element_start('p');
     common_element('label', array('for' => $id), $label);
     common_element('textarea', array('rows' => 3,
@@ -484,7 +507,8 @@ function common_textarea($id, $label, $content=null, $instructions=null) {
     common_element_end('p');
 }
 
-function common_timezone() {
+function common_timezone()
+{
     if (common_logged_in()) {
         $user = common_current_user();
         if ($user->timezone) {
@@ -496,7 +520,8 @@ function common_timezone() {
     return $config['site']['timezone'];
 }
 
-function common_language() {
+function common_language()
+{
 
     // If there is a user logged in and they've set a language preference
     // then return that one...
@@ -521,12 +546,14 @@ function common_language() {
 }
 // salted, hashed passwords are stored in the DB
 
-function common_munge_password($password, $id) {
+function common_munge_password($password, $id)
+{
     return md5($password . $id);
 }
 
 // check if a username exists and has matching password
-function common_check_user($nickname, $password) {
+function common_check_user($nickname, $password)
+{
     // NEVER allow blank passwords, even if they match the DB
     if (mb_strlen($password) == 0) {
         return false;
@@ -545,15 +572,18 @@ function common_check_user($nickname, $password) {
 }
 
 // is the current user logged in?
-function common_logged_in() {
+function common_logged_in()
+{
     return (!is_null(common_current_user()));
 }
 
-function common_have_session() {
+function common_have_session()
+{
     return (0 != strcmp(session_id(), ''));
 }
 
-function common_ensure_session() {
+function common_ensure_session()
+{
     if (!common_have_session()) {
         @session_start();
     }
@@ -568,7 +598,8 @@ function common_ensure_session() {
 
 $_cur = false;
 
-function common_set_user($user) {
+function common_set_user($user)
+{
 
     global $_cur;
 
@@ -592,7 +623,8 @@ function common_set_user($user) {
     return false;
 }
 
-function common_set_cookie($key, $value, $expiration=0) {
+function common_set_cookie($key, $value, $expiration=0)
+{
     $path = common_config('site', 'path');
     $server = common_config('site', 'server');
 
@@ -611,7 +643,8 @@ function common_set_cookie($key, $value, $expiration=0) {
 define('REMEMBERME', 'rememberme');
 define('REMEMBERME_EXPIRY', 30 * 24 * 60 * 60); // 30 days
 
-function common_rememberme($user=null) {
+function common_rememberme($user=null)
+{
     if (!$user) {
         $user = common_current_user();
         if (!$user) {
@@ -650,7 +683,8 @@ function common_rememberme($user=null) {
     return true;
 }
 
-function common_remembered_user() {
+function common_remembered_user()
+{
 
     $user = null;
 
@@ -715,12 +749,14 @@ function common_remembered_user() {
 
 // must be called with a valid user!
 
-function common_forgetme() {
+function common_forgetme()
+{
     common_set_cookie(REMEMBERME, '', 0);
 }
 
 // who is the current user?
-function common_current_user() {
+function common_current_user()
+{
     global $_cur;
 
     if ($_cur === false) {
@@ -752,23 +788,27 @@ function common_current_user() {
 // cookie-stealing. So, we don't let them do certain things. New reg,
 // OpenID, and password logins _are_ real.
 
-function common_real_login($real=true) {
+function common_real_login($real=true)
+{
     common_ensure_session();
     $_SESSION['real_login'] = $real;
 }
 
-function common_is_real_login() {
+function common_is_real_login()
+{
     return common_logged_in() && $_SESSION['real_login'];
 }
 
 // get canonical version of nickname for comparison
-function common_canonical_nickname($nickname) {
+function common_canonical_nickname($nickname)
+{
     // XXX: UTF-8 canonicalization (like combining chars)
     return strtolower($nickname);
 }
 
 // get canonical version of email for comparison
-function common_canonical_email($email) {
+function common_canonical_email($email)
+{
     // XXX: canonicalize UTF-8
     // XXX: lcase the domain part
     return $email;
@@ -776,7 +816,8 @@ function common_canonical_email($email) {
 
 define('URL_REGEX', '^|[ \t\r\n])((ftp|http|https|gopher|mailto|news|nntp|telnet|wais|file|prospero|aim|webcal):(([A-Za-z0-9$_.+!*(),;/?:@&~=-])|%[A-Fa-f0-9]{2}){2,}(#([a-zA-Z0-9][a-zA-Z0-9$_.+!*(),;/?:@&~=%-]*))?([A-Za-z0-9$_+!*();/?:~-]))');
 
-function common_render_content($text, $notice) {
+function common_render_content($text, $notice)
+{
     $r = common_render_text($text);
     $id = $notice->profile_id;
     $r = preg_replace('/(^|\s+)@([A-Za-z0-9]{1,64})/e', "'\\1@'.common_at_link($id, '\\2')", $r);
@@ -785,7 +826,8 @@ function common_render_content($text, $notice) {
     return $r;
 }
 
-function common_render_text($text) {
+function common_render_text($text)
+{
     $r = htmlspecialchars($text);
 
     $r = preg_replace('/[\x{0}-\x{8}\x{b}-\x{c}\x{e}-\x{19}]/', '', $r);
@@ -795,7 +837,8 @@ function common_render_text($text) {
     return $r;
 }
 
-function common_render_uri_thingy($matches) {
+function common_render_uri_thingy($matches)
+{
     $uri = $matches[0];
     $trailer = '';
 
@@ -829,20 +872,23 @@ function common_render_uri_thingy($matches) {
     return '<a href="' . $uri . '"' . $title . ' class="extlink">' . $uri . '</a>' . $trailer;
 }
 
-function common_longurl($short_url)  {
+function common_longurl($short_url)
+{
     $long_url = common_shorten_link($short_url, true);
     if ($long_url === $short_url) return false;
     return $long_url;
 }
 
-function common_longurl2($uri)  {
+function common_longurl2($uri)
+{
     $uri_e = urlencode($uri);
     $longurl = unserialize(file_get_contents("http://api.longurl.org/v1/expand?format=php&url=$uri_e"));
     if (empty($longurl['long_url']) || $uri === $longurl['long_url']) return false;
     return stripslashes($longurl['long_url']);
 }
 
-function common_shorten_links($text) {
+function common_shorten_links($text)
+{
     if (mb_strlen($text) <= 140) return $text;
     static $cache = array();
     if (isset($cache[$text])) return $cache[$text];
@@ -850,7 +896,8 @@ function common_shorten_links($text) {
     return $cache[$text] = preg_replace('@https?://[^)\]>\s]+@e', "common_shorten_link('\\0')", $text);
 }
 
-function common_shorten_link($url, $reverse = false) {
+function common_shorten_link($url, $reverse = false)
+{
     static $url_cache = array();
     if ($reverse) return isset($url_cache[$url]) ? $url_cache[$url] : $url;
 
@@ -911,28 +958,33 @@ function common_shorten_link($url, $reverse = false) {
     return $url;
 }
 
-function common_xml_safe_str($str) {
+function common_xml_safe_str($str)
+{
     $xmlStr = htmlentities(iconv('UTF-8', 'UTF-8//IGNORE', $str), ENT_NOQUOTES, 'UTF-8');
 
     // Replace control, formatting, and surrogate characters with '*', ala Twitter
     return preg_replace('/[\p{Cc}\p{Cf}\p{Cs}]/u', '*', $str);
 }
 
-function common_tag_link($tag) {
+function common_tag_link($tag)
+{
     $canonical = common_canonical_tag($tag);
     $url = common_local_url('tag', array('tag' => $canonical));
     return '<a href="' . htmlspecialchars($url) . '" rel="tag" class="hashlink">' . htmlspecialchars($tag) . '</a>';
 }
 
-function common_canonical_tag($tag) {
+function common_canonical_tag($tag)
+{
     return strtolower(str_replace(array('-', '_', '.'), '', $tag));
 }
 
-function common_valid_profile_tag($str) {
+function common_valid_profile_tag($str)
+{
     return preg_match('/^[A-Za-z0-9_\-\.]{1,64}$/', $str);
 }
 
-function common_at_link($sender_id, $nickname) {
+function common_at_link($sender_id, $nickname)
+{
     $sender = Profile::staticGet($sender_id);
     $recipient = common_relative_profile($sender, common_canonical_nickname($nickname));
     if ($recipient) {
@@ -942,7 +994,8 @@ function common_at_link($sender_id, $nickname) {
     }
 }
 
-function common_at_hash_link($sender_id, $tag) {
+function common_at_hash_link($sender_id, $tag)
+{
     $user = User::staticGet($sender_id);
     if (!$user) {
         return $tag;
@@ -958,7 +1011,8 @@ function common_at_hash_link($sender_id, $tag) {
     }
 }
 
-function common_relative_profile($sender, $nickname, $dt=null) {
+function common_relative_profile($sender, $nickname, $dt=null)
+{
     // Try to find profiles this profile is subscribed to that have this nickname
     $recipient = new Profile();
     // XXX: use a join instead of a subquery
@@ -995,7 +1049,8 @@ function common_relative_profile($sender, $nickname, $dt=null) {
 
 // where should the avatar go for this user?
 
-function common_avatar_filename($id, $extension, $size=null, $extra=null) {
+function common_avatar_filename($id, $extension, $size=null, $extra=null)
+{
     global $config;
 
     if ($size) {
@@ -1005,16 +1060,19 @@ function common_avatar_filename($id, $extension, $size=null, $extra=null) {
     }
 }
 
-function common_avatar_path($filename) {
+function common_avatar_path($filename)
+{
     global $config;
     return INSTALLDIR . '/avatar/' . $filename;
 }
 
-function common_avatar_url($filename) {
+function common_avatar_url($filename)
+{
     return common_path('avatar/'.$filename);
 }
 
-function common_avatar_display_url($avatar) {
+function common_avatar_display_url($avatar)
+{
     $server = common_config('avatar', 'server');
     if ($server) {
         return 'http://'.$server.'/'.$avatar->filename;
@@ -1023,14 +1081,16 @@ function common_avatar_display_url($avatar) {
     }
 }
 
-function common_default_avatar($size) {
+function common_default_avatar($size)
+{
     static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile',
                               AVATAR_STREAM_SIZE => 'stream',
                               AVATAR_MINI_SIZE => 'mini');
     return theme_path('default-avatar-'.$sizenames[$size].'.png');
 }
 
-function common_local_url($action, $args=null, $fragment=null) {
+function common_local_url($action, $args=null, $fragment=null)
+{
     $url = null;
     if (common_config('site','fancy')) {
         $url = common_fancy_url($action, $args);
@@ -1043,7 +1103,8 @@ function common_local_url($action, $args=null, $fragment=null) {
     return $url;
 }
 
-function common_fancy_url($action, $args=null) {
+function common_fancy_url($action, $args=null)
+{
     switch (strtolower($action)) {
      case 'public':
         if ($args && isset($args['page'])) {
@@ -1256,7 +1317,8 @@ function common_fancy_url($action, $args=null) {
     }
 }
 
-function common_simple_url($action, $args=null) {
+function common_simple_url($action, $args=null)
+{
     global $config;
     /* XXX: pretty URLs */
     $extra = '';
@@ -1268,13 +1330,15 @@ function common_simple_url($action, $args=null) {
     return common_path("index.php?action=${action}${extra}");
 }
 
-function common_path($relative) {
+function common_path($relative)
+{
     global $config;
     $pathpart = ($config['site']['path']) ? $config['site']['path']."/" : '';
     return "http://".$config['site']['server'].'/'.$pathpart.$relative;
 }
 
-function common_date_string($dt) {
+function common_date_string($dt)
+{
     // XXX: do some sexy date formatting
     // return date(DATE_RFC822, $dt);
     $t = strtotime($dt);
@@ -1308,7 +1372,8 @@ function common_date_string($dt) {
     }
 }
 
-function common_exact_date($dt) {
+function common_exact_date($dt)
+{
     static $_utc;
     static $_siteTz;
 
@@ -1323,32 +1388,37 @@ function common_exact_date($dt) {
     return $d->format(DATE_RFC850);
 }
 
-function common_date_w3dtf($dt) {
+function common_date_w3dtf($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format(DATE_W3C);
 }
 
-function common_date_rfc2822($dt) {
+function common_date_rfc2822($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format('r');
 }
 
-function common_date_iso8601($dt) {
+function common_date_iso8601($dt)
+{
     $dateStr = date('d F Y H:i:s', strtotime($dt));
     $d = new DateTime($dateStr, new DateTimeZone('UTC'));
     $d->setTimezone(new DateTimeZone(common_timezone()));
     return $d->format('c');
 }
 
-function common_sql_now() {
+function common_sql_now()
+{
     return strftime('%Y-%m-%d %H:%M:%S', time());
 }
 
-function common_redirect($url, $code=307) {
+function common_redirect($url, $code=307)
+{
     static $status = array(301 => "Moved Permanently",
                            302 => "Found",
                            303 => "See Other",
@@ -1364,7 +1434,8 @@ function common_redirect($url, $code=307) {
     exit;
 }
 
-function common_save_replies($notice) {
+function common_save_replies($notice)
+{
     // Alternative reply format
     $tname = false;
     if (preg_match('/^T ([A-Z0-9]{1,64}) /', $notice->content, $match)) {
@@ -1447,7 +1518,8 @@ function common_save_replies($notice) {
     }
 }
 
-function common_broadcast_notice($notice, $remote=false) {
+function common_broadcast_notice($notice, $remote=false)
+{
 
     // Check to see if notice should go to Twitter
     $flink = Foreign_link::getByUserID($notice->profile_id, 1); // 1 == Twitter
@@ -1474,7 +1546,8 @@ function common_broadcast_notice($notice, $remote=false) {
     }
 }
 
-function common_twitter_broadcast($notice, $flink) {
+function common_twitter_broadcast($notice, $flink)
+{
     global $config;
     $success = true;
     $fuser = $flink->getForeignUser();
@@ -1534,7 +1607,8 @@ function common_twitter_broadcast($notice, $flink) {
 
 // Stick the notice on the queue
 
-function common_enqueue_notice($notice) {
+function common_enqueue_notice($notice)
+{
     foreach (array('jabber', 'omb', 'sms', 'public') as $transport) {
         $qi = new Queue_item();
         $qi->notice_id = $notice->id;
@@ -1551,7 +1625,8 @@ function common_enqueue_notice($notice) {
     return $result;
 }
 
-function common_dequeue_notice($notice) {
+function common_dequeue_notice($notice)
+{
     $qi = Queue_item::staticGet($notice->id);
     if ($qi) {
         $result = $qi->delete();
@@ -1567,7 +1642,8 @@ function common_dequeue_notice($notice) {
     }
 }
 
-function common_real_broadcast($notice, $remote=false) {
+function common_real_broadcast($notice, $remote=false)
+{
     $success = true;
     if (!$remote) {
         // Make sure we have the OMB stuff
@@ -1601,7 +1677,8 @@ function common_real_broadcast($notice, $remote=false) {
     return $success;
 }
 
-function common_broadcast_profile($profile) {
+function common_broadcast_profile($profile)
+{
     // XXX: optionally use a queue system like http://code.google.com/p/microapps/wiki/NQDQ
     require_once(INSTALLDIR.'/lib/omb.php');
     omb_broadcast_profile($profile);
@@ -1609,13 +1686,15 @@ function common_broadcast_profile($profile) {
     return true;
 }
 
-function common_profile_url($nickname) {
+function common_profile_url($nickname)
+{
     return common_local_url('showstream', array('nickname' => $nickname));
 }
 
 // Don't call if nobody's logged in
 
-function common_notice_form($action=null, $content=null) {
+function common_notice_form($action=null, $content=null)
+{
     $user = common_current_user();
     assert(!is_null($user));
     common_element_start('form', array('id' => 'status_form',
@@ -1647,14 +1726,16 @@ function common_notice_form($action=null, $content=null) {
 
 // Should make up a reasonable root URL
 
-function common_root_url() {
+function common_root_url()
+{
     return common_path('');
 }
 
 // returns $bytes bytes of random data as a hexadecimal string
 // "good" here is a goal and not a guarantee
 
-function common_good_rand($bytes) {
+function common_good_rand($bytes)
+{
     // XXX: use random.org...?
     if (file_exists('/dev/urandom')) {
         return common_urandom($bytes);
@@ -1663,7 +1744,8 @@ function common_good_rand($bytes) {
     }
 }
 
-function common_urandom($bytes) {
+function common_urandom($bytes)
+{
     $h = fopen('/dev/urandom', 'rb');
     // should not block
     $src = fread($h, $bytes);
@@ -1675,7 +1757,8 @@ function common_urandom($bytes) {
     return $enc;
 }
 
-function common_mtrand($bytes) {
+function common_mtrand($bytes)
+{
     $enc = '';
     for ($i = 0; $i < $bytes; $i++) {
         $enc .= sprintf("%02x", mt_rand(0, 255));
@@ -1683,21 +1766,25 @@ function common_mtrand($bytes) {
     return $enc;
 }
 
-function common_set_returnto($url) {
+function common_set_returnto($url)
+{
     common_ensure_session();
     $_SESSION['returnto'] = $url;
 }
 
-function common_get_returnto() {
+function common_get_returnto()
+{
     common_ensure_session();
     return $_SESSION['returnto'];
 }
 
-function common_timestamp() {
+function common_timestamp()
+{
     return date('YmdHis');
 }
 
-function common_ensure_syslog() {
+function common_ensure_syslog()
+{
     static $initialized = false;
     if (!$initialized) {
         global $config;
@@ -1706,7 +1793,8 @@ function common_ensure_syslog() {
     }
 }
 
-function common_log($priority, $msg, $filename=null) {
+function common_log($priority, $msg, $filename=null)
+{
     $logfile = common_config('site', 'logfile');
     if ($logfile) {
         $log = fopen($logfile, "a");
@@ -1723,7 +1811,8 @@ function common_log($priority, $msg, $filename=null) {
     }
 }
 
-function common_debug($msg, $filename=null) {
+function common_debug($msg, $filename=null)
+{
     if ($filename) {
         common_log(LOG_DEBUG, basename($filename).' - '.$msg);
     } else {
@@ -1731,13 +1820,15 @@ function common_debug($msg, $filename=null) {
     }
 }
 
-function common_log_db_error(&$object, $verb, $filename=null) {
+function common_log_db_error(&$object, $verb, $filename=null)
+{
     $objstr = common_log_objstring($object);
     $last_error = &PEAR::getStaticProperty('DB_DataObject','lastError');
     common_log(LOG_ERR, $last_error->message . '(' . $verb . ' on ' . $objstr . ')', $filename);
 }
 
-function common_log_objstring(&$object) {
+function common_log_objstring(&$object)
+{
     if (is_null($object)) {
         return "null";
     }
@@ -1750,11 +1841,13 @@ function common_log_objstring(&$object) {
     return $objstring;
 }
 
-function common_valid_http_url($url) {
+function common_valid_http_url($url)
+{
     return Validate::uri($url, array('allowed_schemes' => array('http', 'https')));
 }
 
-function common_valid_tag($tag) {
+function common_valid_tag($tag)
+{
     if (preg_match('/^tag:(.*?),(\d{4}(-\d{2}(-\d{2})?)?):(.*)$/', $tag, $matches)) {
         return (Validate::email($matches[1]) ||
                 preg_match('/^([\w-\.]+)$/', $matches[1]));
@@ -1764,7 +1857,8 @@ function common_valid_tag($tag) {
 
 // Does a little before-after block for next/prev page
 
-function common_pagination($have_before, $have_after, $page, $action, $args=null) {
+function common_pagination($have_before, $have_after, $page, $action, $args=null)
+{
 
     if ($have_before || $have_after) {
         common_element_start('div', array('id' => 'pagination'));
@@ -1799,7 +1893,8 @@ function common_pagination($have_before, $have_after, $page, $action, $args=null
 /* Following functions are copied from MediaWiki GlobalFunctions.php
  * and written by Evan Prodromou. */
 
-function common_accept_to_prefs($accept, $def = '*/*') {
+function common_accept_to_prefs($accept, $def = '*/*')
+{
     // No arg means accept anything (per HTTP spec)
     if(!$accept) {
         return array($def => 1);
@@ -1823,7 +1918,8 @@ function common_accept_to_prefs($accept, $def = '*/*') {
     return $prefs;
 }
 
-function common_mime_type_match($type, $avail) {
+function common_mime_type_match($type, $avail)
+{
     if(array_key_exists($type, $avail)) {
         return $type;
     } else {
@@ -1838,7 +1934,8 @@ function common_mime_type_match($type, $avail) {
     }
 }
 
-function common_negotiate_type($cprefs, $sprefs) {
+function common_negotiate_type($cprefs, $sprefs)
+{
     $combine = array();
 
     foreach(array_keys($sprefs) as $type) {
@@ -1874,12 +1971,14 @@ function common_negotiate_type($cprefs, $sprefs) {
     return $besttype;
 }
 
-function common_config($main, $sub) {
+function common_config($main, $sub)
+{
     global $config;
     return isset($config[$main][$sub]) ? $config[$main][$sub] : false;
 }
 
-function common_copy_args($from) {
+function common_copy_args($from)
+{
     $to = array();
     $strip = get_magic_quotes_gpc();
     foreach ($from as $k => $v) {
@@ -1890,25 +1989,29 @@ function common_copy_args($from) {
 
 // Neutralise the evil effects of magic_quotes_gpc in the current request.
 // This is used before handing a request off to OAuthRequest::from_request.
-function common_remove_magic_from_request() {
+function common_remove_magic_from_request()
+{
     if(get_magic_quotes_gpc()) {
         $_POST=array_map('stripslashes',$_POST);
         $_GET=array_map('stripslashes',$_GET);
     }
 }
 
-function common_user_uri(&$user) {
+function common_user_uri(&$user)
+{
     return common_local_url('userbyid', array('id' => $user->id));
 }
 
-function common_notice_uri(&$notice) {
+function common_notice_uri(&$notice)
+{
     return common_local_url('shownotice',
                             array('notice' => $notice->id));
 }
 
 // 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
 
-function common_confirmation_code($bits) {
+function common_confirmation_code($bits)
+{
     // 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
     static $codechars = '23456789ABCDEFGHJKLMNPQRSTUVWXYZ';
     $chars = ceil($bits/5);
@@ -1925,14 +2028,16 @@ function common_confirmation_code($bits) {
 
 // convert markup to HTML
 
-function common_markup_to_html($c) {
+function common_markup_to_html($c)
+{
     $c = preg_replace('/%%action.(\w+)%%/e', "common_local_url('\\1')", $c);
     $c = preg_replace('/%%doc.(\w+)%%/e', "common_local_url('doc', array('title'=>'\\1'))", $c);
     $c = preg_replace('/%%(\w+).(\w+)%%/e', 'common_config(\'\\1\', \'\\2\')', $c);
     return Markdown($c);
 }
 
-function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE) {
+function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE)
+{
     $avatar = $profile->getAvatar($size);
     if ($avatar) {
         return common_avatar_display_url($avatar);
@@ -1941,7 +2046,8 @@ function common_profile_avatar_url($profile, $size=AVATAR_PROFILE_SIZE) {
     }
 }
 
-function common_profile_uri($profile) {
+function common_profile_uri($profile)
+{
     if (!$profile) {
         return null;
     }
@@ -1958,13 +2064,15 @@ function common_profile_uri($profile) {
     return null;
 }
 
-function common_canonical_sms($sms) {
+function common_canonical_sms($sms)
+{
     // strip non-digits
     preg_replace('/\D/', '', $sms);
     return $sms;
 }
 
-function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
+function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
+{
     switch ($errno) {
      case E_USER_ERROR:
         common_log(LOG_ERR, "[$errno] $errstr ($errfile:$errline)");
@@ -1985,7 +2093,8 @@ function common_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
     return true;
 }
 
-function common_session_token() {
+function common_session_token()
+{
     common_ensure_session();
     if (!array_key_exists('token', $_SESSION)) {
         $_SESSION['token'] = common_good_rand(64);
@@ -1993,7 +2102,8 @@ function common_session_token() {
     return $_SESSION['token'];
 }
 
-function common_disfavor_form($notice) {
+function common_disfavor_form($notice)
+{
     common_element_start('form', array('id' => 'disfavor-' . $notice->id,
                                        'method' => 'post',
                                        'class' => 'disfavor',
@@ -2020,7 +2130,8 @@ function common_disfavor_form($notice) {
     common_element_end('form');
 }
 
-function common_favor_form($notice) {
+function common_favor_form($notice)
+{
     common_element_start('form', array('id' => 'favor-' . $notice->id,
                                        'method' => 'post',
                                        'class' => 'favor',
@@ -2047,7 +2158,8 @@ function common_favor_form($notice) {
     common_element_end('form');
 }
 
-function common_nudge_form($profile) {
+function common_nudge_form($profile)
+{
     common_element_start('form', array('id' => 'nudge', 'method' => 'post',
                                        'action' => common_local_url('nudge', array('nickname' => $profile->nickname))));
     common_hidden('token', common_session_token());
@@ -2056,11 +2168,13 @@ function common_nudge_form($profile) {
                                   'value' => _('Send a nudge')));
     common_element_end('form');
 }
-function common_nudge_response() {
+function common_nudge_response()
+{
     common_element('p', array('id' => 'nudge_response'), _('Nudge sent!'));
 }
 
-function common_subscribe_form($profile) {
+function common_subscribe_form($profile)
+{
     common_element_start('form', array('id' => 'subscribe-' . $profile->id,
                                        'method' => 'post',
                                        'class' => 'subscribe',
@@ -2076,7 +2190,8 @@ function common_subscribe_form($profile) {
     common_element_end('form');
 }
 
-function common_unsubscribe_form($profile) {
+function common_unsubscribe_form($profile)
+{
     common_element_start('form', array('id' => 'unsubscribe-' . $profile->id,
                                        'method' => 'post',
                                        'class' => 'unsubscribe',
@@ -2093,7 +2208,8 @@ function common_unsubscribe_form($profile) {
 }
 
 // XXX: Refactor this code
-function common_profile_new_message_nudge ($cur, $profile) {
+function common_profile_new_message_nudge ($cur, $profile)
+{
     $user = User::staticGet('id', $profile->id);
 
     if ($cur && $cur->id != $user->id && $cur->mutuallySubscribed($user)) {
@@ -2110,17 +2226,20 @@ function common_profile_new_message_nudge ($cur, $profile) {
     }
 }
 
-function common_cache_key($extra) {
+function common_cache_key($extra)
+{
     return 'laconica:' . common_keyize(common_config('site', 'name')) . ':' . $extra;
 }
 
-function common_keyize($str) {
+function common_keyize($str)
+{
     $str = strtolower($str);
     $str = preg_replace('/\s/', '_', $str);
     return $str;
 }
 
-function common_message_form($content, $user, $to) {
+function common_message_form($content, $user, $to)
+{
 
     common_element_start('form', array('id' => 'message_form',
                                        'method' => 'post',
@@ -2160,7 +2279,8 @@ function common_message_form($content, $user, $to) {
     common_element_end('form');
 }
 
-function common_memcache() {
+function common_memcache()
+{
     static $cache = null;
     if (!common_config('memcached', 'enabled')) {
         return null;
@@ -2180,22 +2300,26 @@ function common_memcache() {
     }
 }
 
-function common_compatible_license($from, $to) {
+function common_compatible_license($from, $to)
+{
     // XXX: better compatibility check needed here!
     return ($from == $to);
 }
 
 /* These are almost identical, so we use a helper function */
 
-function common_block_form($profile, $args=null) {
+function common_block_form($profile, $args=null)
+{
     common_blocking_form('block', _('Block'), $profile, $args);
 }
 
-function common_unblock_form($profile, $args=null) {
+function common_unblock_form($profile, $args=null)
+{
     common_blocking_form('unblock', _('Unblock'), $profile, $args);
 }
 
-function common_blocking_form($type, $label, $profile, $args=null) {
+function common_blocking_form($type, $label, $profile, $args=null)
+{
     common_element_start('form', array('id' => $type . '-' . $profile->id,
                                        'method' => 'post',
                                        'class' => $type,
index 10c754a5b498442d6cf313bd938e3d4444a50dbb..0a73403f9350a03f5b379d1c7be1915feadada09 100644 (file)
@@ -30,7 +30,8 @@ require_once(INSTALLDIR.'/lib/queuehandler.php');
 
 class XmppQueueHandler extends QueueHandler {
     
-    function start() {
+    function start()
+    {
         # Low priority; we don't want to receive messages
         $this->log(LOG_INFO, "INITIALIZE");
         $this->conn = jabber_connect($this->_id);
@@ -43,12 +44,14 @@ class XmppQueueHandler extends QueueHandler {
         return !is_null($this->conn);
     }
     
-    function handle_reconnect(&$pl) {
+    function handle_reconnect(&$pl)
+    {
         $this->conn->processUntil('session_start');
         $this->conn->presence(null, 'available', null, 'available', -1);
     }
 
-    function idle($timeout=0) {
+    function idle($timeout=0)
+    {
         # Process the queue for as long as needed
         try {
             if ($this->conn) {
@@ -60,7 +63,8 @@ class XmppQueueHandler extends QueueHandler {
         }
     }
     
-    function forward_message(&$pl) {
+    function forward_message(&$pl)
+    {
         if ($pl['type'] != 'chat') {
             $this->log(LOG_DEBUG, 'Ignoring message of type ' . $pl['type'] . ' from ' . $pl['from']);
             return;
@@ -74,14 +78,16 @@ class XmppQueueHandler extends QueueHandler {
         $this->conn->message($this->listener(), $pl['body'], 'chat', null, $this->ofrom($pl['from']));
     }
 
-    function ofrom($from) {
+    function ofrom($from)
+    {
         $address = "<addresses xmlns='http://jabber.org/protocol/address'>\n";
         $address .= "<address type='ofrom' jid='$from' />\n";
         $address .= "</addresses>\n";
         return $address;
     }
 
-    function listener() {
+    function listener()
+    {
         if (common_config('xmpp', 'listener')) {
             return common_config('xmpp', 'listener');
         } else {
index 1c033603ff27381608777f6c3e127609094d8f1d..55d73e08c458b676b6c1e6d7874cba106d3dcb40 100755 (executable)
@@ -35,17 +35,20 @@ set_error_handler('common_error_handler');
 
 class EnjitQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'enjit';
     }
 
-    function start() {
+    function start()
+    {
                 $this->log(LOG_INFO, "Starting EnjitQueueHandler");
                 $this->log(LOG_INFO, "Broadcasting to ".common_config('enjit', 'apiurl'));
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
 
         $profile = Profile::staticGet($notice->profile_id);
 
index 271aab22bfbabb4b1100d49bf0351d718253a11c..ea26aaf791cf08d097ad9e0ae4a9838e453f549f 100755 (executable)
@@ -37,11 +37,13 @@ class JabberQueueHandler extends XmppQueueHandler {
 
     var $conn = null;
 
-    function transport() {
+    function transport()
+    {
         return 'jabber';
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_broadcast_notice($notice);
         } catch (XMPPHP_Exception $e) {
index 886e72ba70166a2f9b4549fef7e818bd2e02e98e..6100cd21beaa77a99d42115219e5f9dacb0a7694 100755 (executable)
@@ -36,10 +36,12 @@ require_once('Mail/mimeDecode.php');
 
 class MailerDaemon {
 
-    function __construct() {
+    function __construct()
+    {
     }
 
-    function handle_message($fname='php://stdin') {
+    function handle_message($fname='php://stdin')
+    {
         list($from, $to, $msg) = $this->parse_message($fname);
         if (!$from || !$to || !$msg) {
             $this->error(null, _('Could not parse message.'));
@@ -66,12 +68,14 @@ class MailerDaemon {
         $this->add_notice($user, $msg);
     }
 
-    function error($from, $msg) {
+    function error($from, $msg)
+    {
         file_put_contents("php://stderr", $msg . "\n");
         exit(1);
     }
 
-    function user_from($from_hdr) {
+    function user_from($from_hdr)
+    {
         $froms = mailparse_rfc822_parse_addresses($from_hdr);
         if (!$froms) {
             return null;
@@ -85,7 +89,8 @@ class MailerDaemon {
         return $user;
     }
 
-    function user_match_to($user, $to_hdr) {
+    function user_match_to($user, $to_hdr)
+    {
         $incoming = $user->incomingemail;
         $tos = mailparse_rfc822_parse_addresses($to_hdr);
         foreach ($tos as $to) {
@@ -96,7 +101,8 @@ class MailerDaemon {
         return false;
     }
 
-    function handle_command($user, $from, $msg) {
+    function handle_command($user, $from, $msg)
+    {
         $inter = new CommandInterpreter();
         $cmd = $inter->handle_command($user, $msg);
         if ($cmd) {
@@ -106,7 +112,8 @@ class MailerDaemon {
         return false;
     }
 
-    function respond($from, $to, $response) {
+    function respond($from, $to, $response)
+    {
 
         $headers['From'] = $to;
         $headers['To'] = $from;
@@ -115,11 +122,13 @@ class MailerDaemon {
         return mail_send(array($from), $headers, $response);
     }
 
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, 'MailDaemon: '.$msg);
     }
 
-    function add_notice($user, $msg) {
+    function add_notice($user, $msg)
+    {
         // should test
         // $msg_shortened = common_shorten_links($msg);
         // if (mb_strlen($msg_shortened) > 140) ERROR and STOP
@@ -133,7 +142,8 @@ class MailerDaemon {
                    'Added notice ' . $notice->id . ' from user ' . $user->nickname);
     }
 
-    function parse_message($fname) {
+    function parse_message($fname)
+    {
         $contents = file_get_contents($fname);
         $parsed = Mail_mimeDecode::decode(array('input' => $contents,
                                                 'include_bodies' => true,
@@ -166,11 +176,13 @@ class MailerDaemon {
         return array($from, $to, $msg);
     }
 
-    function unsupported_type($type) {
+    function unsupported_type($type)
+    {
         $this->error(null, "Unsupported message type: " . $type);
     }
 
-    function cleanup_msg($msg) {
+    function cleanup_msg($msg)
+    {
         $lines = explode("\n", $msg);
 
         $output = '';
index 43c0980b679915db88d6087d6a048d65bc7b50c0..299381aceb40c39e4a956db64cd3ad9f16cfef4f 100755 (executable)
@@ -35,16 +35,19 @@ set_error_handler('common_error_handler');
 
 class OmbQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'omb';
     }
     
-    function start() {
+    function start()
+    {
         $this->log(LOG_INFO, "INITIALIZE");
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         if ($this->is_remote($notice)) {
             $this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
             return true;
@@ -53,10 +56,12 @@ class OmbQueueHandler extends QueueHandler {
         }
     }
     
-    function finish() {
+    function finish()
+    {
     }
 
-    function is_remote($notice) {
+    function is_remote($notice)
+    {
         $user = User::staticGet($notice->profile_id);
         return is_null($user);
     }
index 2168aade29ba21523deaf9d9d0e2cdab5e8bd76d..b3542e5c57418d1ff1103b40afbbff7d20b43930 100755 (executable)
@@ -35,11 +35,13 @@ set_error_handler('common_error_handler');
 
 class PublicQueueHandler extends XmppQueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'public';
     }
     
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         try {
             return jabber_public_notice($notice);
         } catch (XMPPHP_Exception $e) {
index b49bfe2a5f60bfaa47d8b894bf707092520e1338..504783e88a1fa277791062eecdce55968cc24773 100644 (file)
@@ -18,7 +18,8 @@ index_map();
 # ------------------------------------------------------------------------------
 
 # Generate index sitemap of all other sitemaps.
-function index_map() {
+function index_map()
+{
     global $output_paths;
     $output_dir = $output_paths['output_dir'];
     $output_url = $output_paths['output_url'];
@@ -40,7 +41,8 @@ function index_map() {
 }
 
 # Generate sitemap of standard site elements.
-function standard_map() {
+function standard_map()
+{
     global $output_paths;
 
     $standard_map_urls .= url(
@@ -77,7 +79,8 @@ function standard_map() {
 }
 
 # Generate sitemaps of all notices.
-function notices_map() {
+function notices_map()
+{
     global $output_paths;
 
     $notices = DB_DataObject::factory('notice');
@@ -115,7 +118,8 @@ function notices_map() {
 }
 
 # Generate sitemaps of all users.
-function user_map() {
+function user_map()
+{
     global $output_paths;
 
     $users = DB_DataObject::factory('user');
@@ -208,7 +212,8 @@ function user_map() {
 # ------------------------------------------------------------------------------
 
 # Generate a <url></url> element.
-function url($url_args) {
+function url($url_args)
+{
     $url        = preg_replace('/&/', '&amp;', $url_args['url']); # escape ampersands for XML
     $lastmod    = $url_args['lastmod'];
     $changefreq = $url_args['changefreq'];
@@ -238,7 +243,8 @@ function url($url_args) {
     return $url_out;
 }
 
-function sitemap($sitemap_args) {
+function sitemap($sitemap_args)
+{
     $url        = preg_replace('/&/', '&amp;', $sitemap_args['url']); # escape ampersands for XML
     $lastmod    = $sitemap_args['lastmod'];
 
@@ -259,7 +265,8 @@ function sitemap($sitemap_args) {
 }
 
 # Generate a <urlset></urlset> element.
-function urlset($urlset_text) {
+function urlset($urlset_text)
+{
     $urlset = '<?xml version="1.0" encoding="UTF-8"?>' . "\n" .
       '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n" .
       $urlset_text .
@@ -269,7 +276,8 @@ function urlset($urlset_text) {
 }
 
 # Generate a <urlset></urlset> element.
-function sitemapindex($sitemapindex_text) {
+function sitemapindex($sitemapindex_text)
+{
     $sitemapindex = '<?xml version="1.0" encoding="UTF-8"?>' . "\n" .
       '<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n" .
       $sitemapindex_text .
@@ -279,7 +287,8 @@ function sitemapindex($sitemapindex_text) {
 }
 
 # Generate a sitemap from an array containing <url></url> elements and write it to a file.
-function array_to_map($url_list, $filename_prefix) {
+function array_to_map($url_list, $filename_prefix)
+{
     global $output_paths;
 
     if ($url_list) {
@@ -297,7 +306,8 @@ function array_to_map($url_list, $filename_prefix) {
 # ------------------------------------------------------------------------------
 
 # Parse command line arguments.
-function parse_args() {
+function parse_args()
+{
     $args = getopt('f:d:u:');
 
     if (is_null($args[f]) && is_null($args[d]) && is_null($args[u])) {
@@ -338,7 +348,8 @@ function parse_args() {
 }
 
 # Ensure paths end with a "/".
-function trailing_slash($path) {
+function trailing_slash($path)
+{
     if (preg_match('/\/$/', $path) == 0) {
         $path .= '/';
     }
@@ -347,7 +358,8 @@ function trailing_slash($path) {
 }
 
 # Write data to disk.
-function write_file($path, $data) {
+function write_file($path, $data)
+{
     if (is_null($path)) {
         error('No path specified for writing to.');
     }     elseif (is_null($data)) {
@@ -364,7 +376,8 @@ function write_file($path, $data) {
 }
 
 # Display an error message and exit.
-function error ($error_msg) {
+function error ($error_msg)
+{
     if (is_null($error_msg)) {
         $error_msg = 'error() was called without any explanation!';
     }
index f8b2e9d53e1d734c9fd3937413d6aa8bbe781b44..c962ad095f5eede2fe2190b7d9c9667c1d8c444b 100755 (executable)
@@ -35,20 +35,24 @@ set_error_handler('common_error_handler');
 
 class SmsQueueHandler extends QueueHandler {
     
-    function transport() {
+    function transport()
+    {
         return 'sms';
     }
 
-    function start() {
+    function start()
+    {
         $this->log(LOG_INFO, "INITIALIZE");
         return true;
     }
 
-    function handle_notice($notice) {
+    function handle_notice($notice)
+    {
         return mail_broadcast_notice_sms($notice);
     }
     
-    function finish() {
+    function finish()
+    {
     }
 }
 
index 9e177b3fa35fe5fb1517ac93f332716dcaa7b156..b059149bc9642b18b16f9747681e16358ff3a95b 100755 (executable)
@@ -39,11 +39,13 @@ class XmppConfirmHandler extends XmppQueueHandler {
 
     var $_id = 'confirm';
     
-    function class_name() {
+    function class_name()
+    {
         return 'XmppConfirmHandler';
     }
     
-    function run() {
+    function run()
+    {
         if (!$this->start()) {
             return false;
         }
@@ -99,7 +101,8 @@ class XmppConfirmHandler extends XmppQueueHandler {
         return true;
     }
 
-    function next_confirm() {
+    function next_confirm()
+    {
         $confirm = new Confirm_address();
         $confirm->whereAdd('claimed IS null');
         $confirm->whereAdd('sent IS null');
@@ -125,7 +128,8 @@ class XmppConfirmHandler extends XmppQueueHandler {
         return null;
     }
 
-    function clear_old_confirm_claims() {
+    function clear_old_confirm_claims()
+    {
         $confirm = new Confirm();
         $confirm->claimed = null;
         $confirm->whereAdd('now() - claimed > '.CLAIM_TIMEOUT);
index ead842928fd1b3039654a25126bc38e70f854407..28ac647253cfe07d1907541197fd87d55f146d25 100755 (executable)
@@ -39,7 +39,8 @@ set_error_handler('common_error_handler');
 
 class XMPPDaemon extends Daemon {
 
-    function XMPPDaemon($resource=null) {
+    function XMPPDaemon($resource=null)
+    {
         static $attrs = array('server', 'port', 'user', 'password', 'host');
 
         foreach ($attrs as $attr)
@@ -56,7 +57,8 @@ class XMPPDaemon extends Daemon {
         $this->log(LOG_INFO, "INITIALIZE XMPPDaemon {$this->user}@{$this->server}/{$this->resource}");
     }
 
-    function connect() {
+    function connect()
+    {
 
         $connect_to = ($this->host) ? $this->host : $this->server;
 
@@ -75,11 +77,13 @@ class XMPPDaemon extends Daemon {
         return !$this->conn->isDisconnected();
     }
 
-    function name() {
+    function name()
+    {
         return strtolower('xmppdaemon.'.$this->resource);
     }
 
-    function run() {
+    function run()
+    {
         if ($this->connect()) {
 
             $this->conn->addEventHandler('message', 'handle_message', $this);
@@ -90,17 +94,20 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function handle_reconnect(&$pl) {
+    function handle_reconnect(&$pl)
+    {
         $this->conn->processUntil('session_start');
         $this->conn->presence('Send me a message to post a notice', 'available', null, 'available', 100);
     }
 
-    function get_user($from) {
+    function get_user($from)
+    {
         $user = User::staticGet('jabber', jabber_normalize_jid($from));
         return $user;
     }
 
-    function handle_message(&$pl) {
+    function handle_message(&$pl)
+    {
         if ($pl['type'] != 'chat') {
             return;
         }
@@ -156,11 +163,13 @@ class XMPPDaemon extends Daemon {
         unset($user);
     }
 
-    function is_self($from) {
+    function is_self($from)
+    {
         return preg_match('/^'.strtolower(jabber_daemon_address()).'/', strtolower($from));
     }
 
-    function get_ofrom($pl) {
+    function get_ofrom($pl)
+    {
         $xml = $pl['xml'];
         $addresses = $xml->sub('addresses');
         if (!$addresses) {
@@ -194,7 +203,8 @@ class XMPPDaemon extends Daemon {
         return $jid;
     }
 
-    function is_autoreply($txt) {
+    function is_autoreply($txt)
+    {
         if (preg_match('/[\[\(]?[Aa]uto[-\s]?[Rr]e(ply|sponse)[\]\)]/', $txt)) {
             return true;
         } else {
@@ -202,7 +212,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function is_otr($txt) {
+    function is_otr($txt)
+    {
         if (preg_match('/^\?OTR/', $txt)) {
             return true;
         } else {
@@ -210,7 +221,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function is_direct($txt) {
+    function is_direct($txt)
+    {
         if (strtolower(substr($txt, 0, 2))=='d ') {
             return true;
         } else {
@@ -218,12 +230,14 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function from_site($address, $msg) {
+    function from_site($address, $msg)
+    {
         $text = '['.common_config('site', 'name') . '] ' . $msg;
         jabber_send_message($address, $text);
     }
 
-    function handle_command($user, $body) {
+    function handle_command($user, $body)
+    {
         $inter = new CommandInterpreter();
         $cmd = $inter->handle_command($user, $body);
         if ($cmd) {
@@ -235,7 +249,8 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function add_notice(&$user, &$pl) {
+    function add_notice(&$user, &$pl)
+    {
         $body = trim($pl['body']);
         $content_shortened = common_shorten_link($body);
         if (mb_strlen($content_shortened) > 140) {
@@ -257,7 +272,8 @@ class XMPPDaemon extends Daemon {
         unset($notice);
     }
 
-    function handle_presence(&$pl) {
+    function handle_presence(&$pl)
+    {
         $from = jabber_normalize_jid($pl['from']);
         switch ($pl['type']) {
          case 'subscribe':
@@ -291,11 +307,13 @@ class XMPPDaemon extends Daemon {
         }
     }
 
-    function log($level, $msg) {
+    function log($level, $msg)
+    {
         common_log($level, 'XMPPDaemon('.$this->resource.'): '.$msg);
     }
 
-    function subscribed($to) {
+    function subscribed($to)
+    {
         jabber_special_presence('subscribed', $to);
     }
 }