]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
authorRoland Haeder <roland@mxchange.org>
Wed, 18 Feb 2015 15:47:11 +0000 (16:47 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 18 Feb 2015 15:47:11 +0000 (16:47 +0100)
Conflicts:
actions/apifriendshipsdestroy.php
actions/apifriendshipsexists.php
actions/apifriendshipsshow.php
actions/apitimelineretweetedtome.php
plugins/Directory/actions/groupdirectory.php
plugins/Directory/actions/userdirectory.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
12 files changed:
1  2 
actions/apifriendshipsexists.php
actions/apifriendshipsshow.php
actions/apitimelineretweetedtome.php
actions/apitimelineuser.php
lib/activityimporter.php
lib/default.php
lib/installer.php
lib/util.php
plugins/Directory/actions/groupdirectory.php
plugins/Directory/actions/userdirectory.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/OStatus/lib/salmonaction.php

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lib/default.php
Simple merge
Simple merge
diff --cc lib/util.php
Simple merge
index a4bd1f55e83c6c2aebb264ae12858bd319595fe8,32e5ce50b4cdeb483831da0d9c3b150f4d7cfad4..8dcad7db2ecb4af5eddefcd104999b3ef9bba046
@@@ -138,17 -134,8 +134,15 @@@ class GroupdirectoryAction extends Mana
          return true;
      }
  
-     function prepare(array $args=array())
 +    /**
 +     * Take arguments for running
 +     *
 +     * @param array $args $_REQUEST args
 +     *
 +     * @return boolean success flag
 +     */
+     protected function doPreparation()
      {
-         parent::prepare($args);
          $this->page    = ($this->arg('page')) ? ($this->arg('page') + 0) : 1;
          $this->filter  = $this->arg('filter', 'all');
          $this->reverse = $this->boolean('reverse');
index 24bdd5c9fa848e7eddadc6d16bea206d81806ff6,f178408e8bf11596d067fb5501ad1ead7c843956..e68166dd654eddd181afcc36fd2114ef6a22e494
@@@ -137,17 -132,8 +132,15 @@@ class UserdirectoryAction extends Manag
          return true;
      }
  
-     function prepare(array $args=array())
 +    /**
 +     * Take arguments for running
 +     *
 +     * @param array $args $_REQUEST args
 +     *
 +     * @return boolean success flag
 +     */
+     protected function doPreparation()
      {
-         parent::prepare($args);
          $this->page    = ($this->arg('page')) ? ($this->arg('page') + 0) : 1;
          $this->filter  = $this->arg('filter', 'all');
          $this->reverse = $this->boolean('reverse');
Simple merge