Show
Ignore:
Timestamp:
11/14/06 21:10:32 (7 years ago)
Author:
benoitg
Message:
  • generic_object_admin.php: Fix interface options for the user object,

but this is the wrong way to go about it. THese options should be class
properties.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1128 r1129  
     12006-11-14 Benoit Grégoire  <bock@step.polymtl.ca> 
     2        * generic_object_admin.php:  Fix interface options for the user object, but this is the wrong way to go about it.  THese options should be class properties. 
     3 
    142006-11-14 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * File.php:  Clickthrough weren't logged, DOH! 
     
    1114                 for data before this patch.   
    1215                Same with number of clickthrough for File content types and derivatives (picture, etc.). 
    13         * ContentReport.php:  Add content report (does not support most option yet, but still very usefull. 
     16        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull). 
    1417         
    15182006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>