]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
dedupe evans
authorEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 02:30:52 +0000 (22:30 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 02:30:52 +0000 (22:30 -0400)
actions/all.php
actions/api.php
index.php
install.php

index 5ffc7e9bd17d1d44838b2085b4f3d8c08bb2e1f2..22da3cd681eb4ec1695bab3d4bd74dbf054a31aa 100644 (file)
  *
  * 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/>.
- * 
+ *
  * @category Actions
  * @package  Actions
  * @author   Evan Prodromou <evan@status.net>
- * @author   Evan Prodromou <evan@status.net>
  * @author   Mike Cochrane <mikec@mikenz.geek.nz>
  * @author   Robin Millette <millette@controlyourself.ca>
  * @author   Adrian Lang <mail@adrianlang.de>
  * @author   Meitar Moscovitz <meitarm@gmail.com>
  * @author   Sarven Capadisli <csarven@controlyourself.ca>
  * @author   Craig Andrews <candrews@integralblue.com>
- * @author   Evan Prodromou <evan@status.net>
- * @author   Evan Prodromou <evan@status.net>
  * @author   Jeffery To <jeffery.to@gmail.com>
  * @author   Zach Copley <zach@controlyourself.ca>
  * @author   csarven <csarven@controlyourself.ca>
@@ -35,8 +32,8 @@
  * @link     http://status.net
  */
 
-if (!defined('STATUSNET') && !defined('LACONICA')) { 
-    exit(1); 
+if (!defined('STATUSNET') && !defined('LACONICA')) {
+    exit(1);
 }
 
 require_once INSTALLDIR.'/lib/personalgroupnav.php';
index 06fdbfb44cca507a9d7180c226f5e654af6e42f3..243ae4c6294f8004114fdb107e644b85f0cf0206 100644 (file)
  *
  * 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/>.
- * 
+ *
  * @category Actions
  * @package  Actions
  * @author   Evan Prodromou <evan@status.net>
- * @author   Evan Prodromou <evan@status.net>
  * @author   Brenda Wallace <shiny@cpan.org>
  * @author   Jeffery To <jeffery.to@gmail.com>
  * @author   Robin Millette <millette@controlyourself.ca>
@@ -27,8 +26,6 @@
  * @author   Christopher Vollick <psycotica0@gmail.com>
  * @author   CiaranG <ciaran@ciarang.com>
  * @author   Craig Andrews <candrews@integralblue.com>
- * @author   Evan Prodromou <evan@status.net>
- * @author   Evan Prodromou <evan@status.net>
  * @author   Gina Haeussge <osd@foosel.net>
  * @author   Mike Cochrane <mikec@mikenz.geek.nz>
  * @author   Sarven Capadisli <csarven@controlyourself.ca>
@@ -36,8 +33,8 @@
  * @link     http://status.net
  */
 
-if (!defined('STATUSNET') && !defined('LACONICA')) { 
-    exit(1); 
+if (!defined('STATUSNET') && !defined('LACONICA')) {
+    exit(1);
 }
 
 class ApiAction extends Action
@@ -205,9 +202,9 @@ class ApiAction extends Action
             $user_id     = $this->arg('user_id');
             $screen_name = $this->arg('screen_name');
 
-            if (empty($this->api_arg) 
-                && empty($id)            
-                && empty($user_id)       
+            if (empty($this->api_arg)
+                && empty($id)
+                && empty($user_id)
                 && empty($screen_name)
             ) {
                 return true;
index 4e6c0937927a5a5abe6184d0dd2adbb51cb4b5c7..fb375859085276fa987537b77b2685ddf90220b8 100644 (file)
--- a/index.php
+++ b/index.php
  *
  * 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/>.
- * 
+ *
  * @category StatusNet
  * @package  StatusNet
  * @license  GNU Affero General Public License http://www.gnu.org/licenses/
- * @author Brenda Wallace <shiny@cpan.org> 
- * @author Christopher Vollick <psycotica0@gmail.com> 
+ * @author Brenda Wallace <shiny@cpan.org>
+ * @author Christopher Vollick <psycotica0@gmail.com>
  * @author CiaranG <ciaran@ciarang.com>
- * @author Craig Andrews <candrews@integralblue.com> 
- * @author Evan Prodromou <evan@status.net>
- * @author Evan Prodromou <evan@status.net> 
- * @author Evan Prodromou <evan@status.net>
+ * @author Craig Andrews <candrews@integralblue.com>
  * @author Evan Prodromou <evan@status.net>
- * @author Gina Haeussge <osd@foosel.net> 
+ * @author Gina Haeussge <osd@foosel.net>
  * @author Jeffery To <jeffery.to@gmail.com>
  * @author Mike Cochrane <mikec@mikenz.geek.nz>
  * @author Robin Millette <millette@controlyourself.ca>
- * @author Sarven Capadisli <csarven@controlyourself.ca> 
+ * @author Sarven Capadisli <csarven@controlyourself.ca>
  * @author Tom Adams <tom@holizz.com>
  */
 
@@ -74,7 +71,7 @@ function handleError($error)
             common_log(LOG_ERR, $line);
         }
     }
-    if ($error instanceof DB_DataObject_Error 
+    if ($error instanceof DB_DataObject_Error
         || $error instanceof DB_Error
     ) {
         $msg = sprintf(
@@ -227,8 +224,8 @@ function main()
     // If the site is private, and they're not on one of the "public"
     // parts of the site, redirect to login
 
-    if (!$user && common_config('site', 'private') 
-        && !isLoginAction($action) 
+    if (!$user && common_config('site', 'private')
+        && !isLoginAction($action)
         && !preg_match('/rss$/', $action)
     ) {
         common_redirect(common_local_url('login'));
index 24ad3eb24688f525bbc87ab7b9e2fb2ae0c7c932..4398757dea1627710e0473b579638c01bd66916d 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Craig Andrews <candrews@integralblue.com>
  * @author   Eric Helgeson <helfire@Erics-MBP.local>
  * @author   Evan Prodromou <evan@status.net>
- * @author   Evan Prodromou <evan@status.net>
  * @author   Robin Millette <millette@controlyourself.ca>
  * @author   Sarven Capadisli <csarven@controlyourself.ca>
  * @author   Tom Adams <tom@holizz.com>