* Fixed Spartauc SF.Net download location (Thanks to christian_boltz)
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
Version 1.6 ()
|
Version 1.6 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Fixed Spartauc SF.Net download location (Thanks to christian_boltz)
|
||||||
|
|
||||||
* Added new event hook 'backend_loginfail' to track failed logins
|
* Added new event hook 'backend_loginfail' to track failed logins
|
||||||
(serendipity_event_externalauth can make use of it for fail2ban)
|
(serendipity_event_externalauth can make use of it for fail2ban)
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class serendipity_event_spartacus extends serendipity_event
|
|||||||
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
|
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
|
||||||
$propbag->add('stackable', false);
|
$propbag->add('stackable', false);
|
||||||
$propbag->add('author', 'Garvin Hicking');
|
$propbag->add('author', 'Garvin Hicking');
|
||||||
$propbag->add('version', '2.22');
|
$propbag->add('version', '2.23');
|
||||||
$propbag->add('requirements', array(
|
$propbag->add('requirements', array(
|
||||||
'serendipity' => '0.9',
|
'serendipity' => '0.9',
|
||||||
'smarty' => '2.6.7',
|
'smarty' => '2.6.7',
|
||||||
@@ -103,7 +103,7 @@ class serendipity_event_spartacus extends serendipity_event
|
|||||||
|
|
||||||
'files' => array(
|
'files' => array(
|
||||||
'http://netmirror.org/mirror/serendipity/',
|
'http://netmirror.org/mirror/serendipity/',
|
||||||
'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
|
'http://php-blog.cvs.sourceforge.net/viewvc/php-blog/',
|
||||||
'http://s9y.org/mirror/',
|
'http://s9y.org/mirror/',
|
||||||
// 'http://svn.berlios.de/viewcvs/serendipity/',
|
// 'http://svn.berlios.de/viewcvs/serendipity/',
|
||||||
// 'http://openmirror.org/pub/s9y/',
|
// 'http://openmirror.org/pub/s9y/',
|
||||||
@@ -111,7 +111,7 @@ class serendipity_event_spartacus extends serendipity_event
|
|||||||
|
|
||||||
'files_health' => array(
|
'files_health' => array(
|
||||||
'http://netmirror.org/' => 'http://netmirror.org/mirror/serendipity/last.txt',
|
'http://netmirror.org/' => 'http://netmirror.org/mirror/serendipity/last.txt',
|
||||||
'http://php-blog.cvs.sourceforge.net/' => 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/serendipity/docs/LICENSE',
|
'http://php-blog.cvs.sourceforge.net/' => 'http://php-blog.cvs.sourceforge.net/viewvc/php-blog/serendipity/docs/LICENSE',
|
||||||
'http://s9y.org/' => 'http://s9y.org/',
|
'http://s9y.org/' => 'http://s9y.org/',
|
||||||
// 'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/',
|
// 'http://svn.berlios.de/' => 'http://svn.berlios.de/viewcvs/serendipity/',
|
||||||
// 'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt',
|
// 'http://openmirror.org/' => 'http://openmirror.org/pub/s9y/last.txt',
|
||||||
|
|||||||
Reference in New Issue
Block a user