From: garvinhicking Date: Sat, 13 May 2006 09:13:14 +0000 (+0000) Subject: New SourceForge location X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11a8ee6d7fc83334a8bf1a55a759633750f6dad9;p=s9y.git New SourceForge location --- diff --git a/docs/NEWS b/docs/NEWS index 6239db0..dc70000 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -112,6 +112,8 @@ Version 1.1-alpha5() Version 1.0 () ------------------------------------------------------------------------ + * Change Spartacus plugin to use new SourceForge URLs (garvinhicking) + * Added polish language translation by CoSTa * Fix another (minor) XSRF for entry manager, thanks to Geoff Johnson diff --git a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php index 467dffc..e0c8fd0 100644 --- a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php +++ b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php @@ -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; }