]> git.mjollnir.org Git - s9y.git/commitdiff
New SourceForge location
authorgarvinhicking <garvinhicking>
Sat, 13 May 2006 09:13:11 +0000 (09:13 +0000)
committergarvinhicking <garvinhicking>
Sat, 13 May 2006 09:13:11 +0000 (09:13 +0000)
docs/NEWS
plugins/serendipity_event_spartacus/serendipity_event_spartacus.php

index c97d27ba97ddff493ed33c3d7427a304095a26d5..9837c0d797a5af44d01019d9a455247525031c62 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,8 @@
 Version 1.0 ()
 ------------------------------------------------------------------------
 
+   * Change Spartacus plugin to use new SourceForge URLs (garvinhicking)
+
    * Added polish language translation by CoSTa
 
    * Fix media browser sorting by authorid causing trouble in SQLite
index f077f01da23134176a6f0cb79344006dc06ef78f..103501b84182f774a47d62c4c958dae2a315e2ea 100644 (file)
@@ -34,7 +34,7 @@ class serendipity_event_spartacus extends serendipity_event
         $propbag->add('description',   PLUGIN_EVENT_SPARTACUS_DESC);
         $propbag->add('stackable',     false);
         $propbag->add('author',        'Garvin Hicking');
-        $propbag->add('version',       '2.5');
+        $propbag->add('version',       '2.6');
         $propbag->add('requirements',  array(
             'serendipity' => '0.9',
             'smarty'      => '2.6.7',
@@ -83,8 +83,8 @@ class serendipity_event_spartacus extends serendipity_event
             ),
 
             'files' => array(
-                'SourceForge.net',
                 'Netmirror.org',
+                'SourceForge.net',
                 's9y.org',
                 'BerliOS.de'
             )
@@ -97,8 +97,8 @@ class serendipity_event_spartacus extends serendipity_event
             ),
 
             'files' => array(
-                'http://cvs.sourceforge.net/viewcvs.py/*checkout*/php-blog/',
                 'http://netmirror.org/mirror/serendipity/',
+                'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
                 'http://s9y.org/mirror/',
                 'http://svn.berlios.de/viewcvs/serendipity/'
             )
@@ -237,8 +237,8 @@ class serendipity_event_spartacus extends serendipity_event
             }
             @chown($stack, $own[0]);
         }
-        
-        
+
+
         return true;
     }