From: garvinhicking Date: Sat, 13 May 2006 09:13:11 +0000 (+0000) Subject: New SourceForge location X-Git-Tag: 1.0~23 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2d7e3588d2119e39ffb660fe39a3f816266de9da;p=s9y.git New SourceForge location --- diff --git a/docs/NEWS b/docs/NEWS index c97d27b..9837c0d 100644 --- 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 diff --git a/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php b/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php index f077f01..103501b 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; }