]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
authorRoland Haeder <roland@mxchange.org>
Sun, 15 Feb 2015 20:50:35 +0000 (21:50 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 15 Feb 2015 20:50:35 +0000 (21:50 +0100)
Conflicts:
lib/inboxnoticestream.php
plugins/Favorite/actions/apifavoritecreate.php
plugins/OStatus/actions/pushhub.php
plugins/WebFinger/WebFingerPlugin.php
plugins/YammerImport/lib/yammerimporter.php
scripts/commandline.inc.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
23 files changed:
1  2 
actions/apistatusesshow.php
actions/editpeopletag.php
classes/Notice.php
extlib/DB/DataObject.php
extlib/DB/DataObject/Cast.php
extlib/DB/DataObject/Generator.php
extlib/DB/DataObject/createTables.php
lib/default.php
lib/framework.php
lib/menu.php
lib/router.php
lib/util.php
plugins/AnonymousFave/actions/anonfavor.php
plugins/Favorite/actions/apifavoritecreate.php
plugins/Favorite/actions/atompubshowfavorite.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/scripts/gcfeeds.php
plugins/QnA/classes/QnA_Answer.php
plugins/TwitterBridge/daemons/synctwitterfriends.php
plugins/TwitterBridge/daemons/twitterstatusfetcher.php
plugins/WebFinger/WebFingerPlugin.php
plugins/YammerImport/lib/yammerimporter.php
scripts/commandline.inc.php

Simple merge
Simple merge
Simple merge
index 1232d184dfad1666e9fe532c6c29dbf832635f78,684a98c92a4c3a1e42edf8ba37ac88a5d4eb20e7..684a98c92a4c3a1e42edf8ba37ac88a5d4eb20e7
mode 100644,100755..100644
index 59cc0af279dcf2834b4bc71d06a51d163694ed5f,a31f536cd53e1f0b270af1cb270ddee9a693ef52..a31f536cd53e1f0b270af1cb270ddee9a693ef52
mode 100644,100755..100644
index c06d6ed610244b86ac83936e497dfd7d56a847ae,a712e6d9eb5a4d9580a7ef6a177dea0ba7175b7e..a712e6d9eb5a4d9580a7ef6a177dea0ba7175b7e
mode 100644,100755..100644
index ed2e738b78514d5cf82fbc7623cb1d298ad182bc,1295d252b88e4328b54a3e515421dcdb8f9e2923..1295d252b88e4328b54a3e515421dcdb8f9e2923
mode 100644,100755..100644
diff --cc lib/default.php
Simple merge
Simple merge
diff --cc lib/menu.php
Simple merge
diff --cc lib/router.php
Simple merge
diff --cc lib/util.php
Simple merge
index ea94958ebcc7955483b457dab66a2537d2cbdec9,736bd7b0a19eaa720cf49040bd9255912f9c4afa..8a273740534c639b6f681a78cbd2677681b23c2f
@@@ -50,22 -50,16 +50,21 @@@ class ApiFavoriteCreateAction extends A
  {
      var $notice = null;
  
-      * @param array $args $_REQUEST args
-      *
+     protected $needPost = true;
 +    /**
 +     * Take arguments for running
 +     *
-     function prepare(array $args=array())
 +     * @return boolean success flag
 +     */
+     protected function prepare(array $args=array())
      {
          parent::prepare($args);
  
-         $this->user   = $this->auth_user;
          $this->notice = Notice::getKV($this->arg('id'));
-         if ($this->notice->repeat_of != '' ) {
+         if (!empty($this->notice->repeat_of)) {
 -                common_log(LOG_DEBUG, 'Trying to Fave '.$this->notice->id.', repeat of '.$this->notice->repeat_of);
 -                common_log(LOG_DEBUG, 'Will Fave '.$this->notice->repeat_of.' instead');
 +                common_debug('Trying to Fave '.$this->notice->id.', repeat of '.$this->notice->repeat_of);
 +                common_debug('Will Fave '.$this->notice->repeat_of.' instead');
                  $real_notice_id = $this->notice->repeat_of;
                  $this->notice = Notice::getKV($real_notice_id);
          }
          return true;
      }
  
-      * @param array $args $_REQUEST data (unused)
-      *
 +    /**
 +     * Handle the request
 +     *
 +     * Check the format and show the user info
 +     *
-     function handle(array $args=array())
 +     * @return void
 +     */
+     protected function handle()
      {
-         parent::handle($args);
-         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
-             $this->clientError(
-                 // TRANS: Client error. POST is a HTTP command. It should not be translated.
-                 _('This method requires a POST.'),
-                 400,
-                 $this->format
-             );
-             return;
-         }
+         parent::handle();
  
          if (!in_array($this->format, array('xml', 'json'))) {
              $this->clientError(
Simple merge
index 94ead535fb1eb31127b0d1273f4bd4ee0e1c4a55,a95cd54dbc8d8b636106e598a4ddeca56b7bcc62..f1db4b358ff35b0497457ad75ef27086a411ee30
@@@ -24,10 -27,15 +27,15 @@@ $helptext = <<<END_OF_HEL
  gcfeeds.php [options]
  Clean up feeds that no longer have subscribers.
  
+     -d --delete-inactive    Delete inactive feeds from feedsub table.
  END_OF_HELP;
  
 -require_once INSTALLDIR.'/scripts/commandline.inc';
 +require_once INSTALLDIR.'/scripts/commandline.inc.php';
  
+ $delete_inactive = have_option('d', 'delete-inactive');
+ $delcount = 0;
  $feedsub = new FeedSub();
  $feedsub->find();
  while ($feedsub->fetch()) {
Simple merge
Simple merge
index 6af0302f7749f7d3e420c4181493c27fdcac7587,0992882670f251b633d654c9e362f39c0567109a..abd41dd99e271028e44acdf54d1524e5fd8e6695
@@@ -161,9 -159,13 +161,13 @@@ class YammerImporte
              // Save "likes" as favorites...
              foreach ($data['faves'] as $nickname) {
                  $user = User::getKV('nickname', $nickname);
 -                if ($user) {
 +                if ($user instanceof User) {
-                     Fave::addNew($user->getProfile(), $notice);
+                     try {
+                         Fave::addNew($user->getProfile(), $notice);
+                     } catch (Exception $e) {
+                         // failed, let's move to the next
+                         common_debug('YammerImport failed favoriting a notice: '.$e->getMessage());
+                     }
                  }
              }
  
index 0a5257cdd5a2ec35652bbd890b0e4788bd8cc2bc,0000000000000000000000000000000000000000..1244187b873bb40ec0d2dd7f00fd16c766530e1b
mode 100644,000000..100644
--- /dev/null
@@@ -1,247 -1,0 +1,248 @@@
 +<?php
 +/*
 + * StatusNet - a distributed open-source microblogging tool
 + * Copyright (C) 2008, 2009, StatusNet, Inc.
 + *
 + * This program is free software: you can redistribute it and/or modify
 + * it under the terms of the GNU Affero General Public License as published by
 + * the Free Software Foundation, either version 3 of the License, or
 + * (at your option) any later version.
 + *
 + * This program is distributed in the hope that it will be useful,
 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 + * GNU Affero General Public License for more details.
 + *
 + * You should have received a copy of the GNU Affero General Public License
 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 + */
 +
 +// -*- mode: php -*-
 +
 +# Abort if called from a web server
 +
 +if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 +    print "This script must be run from the command line\n";
 +    exit();
 +}
 +
 +define('GNUSOCIAL', true);
 +define('STATUSNET', true); //compatibility
 +
 +// Set various flags so we don't time out on long-running processes
 +
 +ini_set("max_execution_time", "0");
 +ini_set("max_input_time", "0");
 +set_time_limit(0);
 +mb_internal_encoding('UTF-8');
 +error_reporting(0);
++# DEBUG: error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
 +
 +// Add extlib to our path so we can get Console_Getopt
 +
 +$_extra_path = array(INSTALLDIR.'/extlib/');
 +
 +set_include_path(implode(PATH_SEPARATOR, $_extra_path) . PATH_SEPARATOR . get_include_path());
 +
 +require_once 'Console/Getopt.php';
 +
 +// Note: $shortoptions and $longoptions should be pre-defined!
 +
 +$_default_shortoptions = 'qvhc:s:p:';
 +
 +$_default_longoptions = array('quiet', 'verbose', 'help', 'conf=', 'server=', 'path=');
 +
 +if (isset($shortoptions)) {
 +    $shortoptions .= $_default_shortoptions;
 +} else {
 +    $shortoptions = $_default_shortoptions;
 +}
 +
 +if (isset($longoptions)) {
 +    $longoptions = array_merge($longoptions, $_default_longoptions);
 +} else {
 +    $longoptions = $_default_longoptions;
 +}
 +
 +$parser = new Console_Getopt();
 +
 +$result = $parser->getopt($argv, $shortoptions, $longoptions);
 +
 +if (PEAR::isError($result)) {
 +    print $result->getMessage()."\n";
 +    exit(1);
 +} else {
 +    list($options, $args) = $result;
 +}
 +
 +function show_help()
 +{
 +    global $helptext;
 +
 +    $_default_help_text = <<<END_OF_DEFAULT
 +      General options:
 +
 +    -q --quiet           Quiet (little output)
 +    -v --verbose         Verbose (lots of output)
 +    -c --conf=<filename> Use <filename> as config file
 +    -s --server=<name>   Use <name> as server name
 +    -p --path=<path>     Use <path> as path name
 +    -h --help            Show this message and quit.
 +
 +END_OF_DEFAULT;
 +    if (isset($helptext)) {
 +        print $helptext;
 +    }
 +    print $_default_help_text;
 +    exit(0);
 +}
 +
 +foreach ($options as $option) {
 +
 +    switch ($option[0]) {
 +     case '--server':
 +     case 's':
 +        $server = $option[1];
 +        break;
 +
 +     case '--path':
 +     case 'p':
 +        $path = $option[1];
 +        break;
 +
 +     case '--conf':
 +     case 'c':
 +        $conffile = $option[1];
 +        break;
 +
 +     case '--help':
 +     case 'h':
 +        show_help();
 +    }
 +}
 +
 +require_once INSTALLDIR . '/lib/common.php';
 +
 +set_error_handler('common_error_handler');
 +
 +// Set up the language infrastructure so we can localize anything that
 +// needs to be sent out to users, such as mail notifications.
 +common_init_language();
 +
 +function _make_matches($opt, $alt)
 +{
 +    $matches = array();
 +
 +    if (strlen($opt) > 1 && 0 != strncmp($opt, '--', 2)) {
 +        $matches[] = '--'.$opt;
 +    } else {
 +        $matches[] = $opt;
 +    }
 +
 +    if (!empty($alt)) {
 +        if (strlen($alt) > 1 && 0 != strncmp($alt, '--', 2)) {
 +            $matches[] = '--'.$alt;
 +        } else {
 +            $matches[] = $alt;
 +        }
 +    }
 +
 +    return $matches;
 +}
 +
 +function have_option($opt, $alt=null)
 +{
 +    global $options;
 +
 +    $matches = _make_matches($opt, $alt);
 +
 +    foreach ($options as $option) {
 +        if (in_array($option[0], $matches)) {
 +            return true;
 +        }
 +    }
 +
 +    return false;
 +}
 +
 +function get_option_value($opt, $alt=null)
 +{
 +    global $options;
 +
 +    $matches = _make_matches($opt, $alt);
 +
 +    foreach ($options as $option) {
 +        if (in_array($option[0], $matches)) {
 +            return $option[1];
 +        }
 +    }
 +
 +    return null;
 +}
 +
 +class NoUserArgumentException extends Exception
 +{
 +}
 +
 +function getUser()
 +{
 +    $user = null;
 +
 +    if (have_option('i', 'id')) {
 +        $id = get_option_value('i', 'id');
 +        $user = User::getKV('id', $id);
 +        if (empty($user)) {
 +            throw new Exception("Can't find user with id '$id'.");
 +        }
 +    } else if (have_option('n', 'nickname')) {
 +        $nickname = get_option_value('n', 'nickname');
 +        $user = User::getKV('nickname', $nickname);
 +        if (empty($user)) {
 +            throw new Exception("Can't find user with nickname '$nickname'");
 +        }
 +    } else {
 +        throw new NoUserArgumentException("No user argument specified.");
 +    }
 +
 +    return $user;
 +}
 +
 +/** "Printf not quiet" */
 +
 +function printfnq()
 +{
 +    if (have_option('q', 'quiet')) {
 +        return null;
 +    }
 +
 +    $cargs  = func_num_args();
 +
 +    if ($cargs == 0) {
 +        return 0;
 +    }
 +
 +    $args   = func_get_args();
 +    $format = array_shift($args);
 +
 +    return vprintf($format, $args);
 +}
 +
 +/** "Print when verbose" */
 +
 +function printfv()
 +{
 +    if (!have_option('v', 'verbose')) {
 +        return null;
 +    }
 +
 +    $cargs  = func_num_args();
 +
 +    if ($cargs == 0) {
 +        return 0;
 +    }
 +
 +    $args   = func_get_args();
 +    $format = array_shift($args);
 +
 +    return vprintf($format, $args);
 +}