Changeset 1349

Show
Ignore:
Timestamp:
04/27/08 16:43:36 (5 years ago)
Author:
benoitg
Message:
  • Fixed dependencies on simplepie. Simplepie removed a stable branch from their SVN. Why on earth would one do that!?!?
  • 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.
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1343 r1349  
    11# $Id$ 
    2  
     22008-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         
    362008-04-02 Robin Jones 
    47        * Fixed #325 password validation 
  • trunk/wifidog-auth/wifidog/classes/Dependency.php

    r1328 r1349  
    142142       '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.", 
    143143       'website' => "http://simplepie.org/", 
    144        'installSourceUrl' => "http://svn.simplepie.org/simplepie/branches/1.0/", 
     144       'installSourceUrl' => "http://svn.simplepie.org/simplepie/branches/1.1/", 
    145145       'installMethod' => "svn", 
    146146       'installDestination' => "simplepie"