Changeset 1349
- Timestamp:
- 04/27/08 16:43:36 (4 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/classes/Dependency.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1343 r1349 1 1 # $Id$ 2 2 2008-04-27 Benoit Grégoire <bock@step.polymtl.ca> 3 * Fixed dependencies on simplepie. Simplepie removed a stable branch from their SVN. Why on earth would one do that!?!? 4 * For an existing install, you may want to remove the feedpressreview and simplepie directories and re-install them from the Dependencies page under the "Server" menu. 5 3 6 2008-04-02 Robin Jones 4 7 * Fixed #325 password validation -
trunk/wifidog-auth/wifidog/classes/Dependency.php
r1328 r1349 142 142 'description' => "SimplePie is a dependency that provides an RSS parser in PHP. It is required for RssPressReview. It is is recommended to install it, if you do not, RSS feed options will be disabled.", 143 143 'website' => "http://simplepie.org/", 144 'installSourceUrl' => "http://svn.simplepie.org/simplepie/branches/1. 0/",144 'installSourceUrl' => "http://svn.simplepie.org/simplepie/branches/1.1/", 145 145 'installMethod' => "svn", 146 146 'installDestination' => "simplepie"
