Show
Ignore:
Timestamp:
09/06/06 10:58:06 (5 years ago)
Author:
benoitg
Message:

* Remove most inclusions of MainUI in classes. That completely
broke authentication (circular dependencies). Fixes 245.

Unfixes 242. Exceptions should not be caught in the context

they are thrown in. Else there no point in throwing exception in the
first place.
* HyperLink?.php: Fix bug where a link with identical text as
it's link would see the text replaced by the clickthrough-tracked
equivalent.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1090 r1091  
     12006-09-06 Benoit Grégoire  <bock@step.polymtl.ca> 
     2 
     3        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent. 
     4 
    152006-09-06 Benoit Grégoire  <bock@step.polymtl.ca> 
    26        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager. 
     
    1115        * At last, working content scheduled display and expiration for ContentGroups.  Archiving does not yet have a UI.  Content that expires will simply seem to disapear. 
    1216        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).     
    13         * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.    
     17        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.  
     18                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.   
    1419                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.   
    1520                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.