Show
Ignore:
Timestamp:
06/29/05 23:04:21 (8 years ago)
Author:
fproulx
Message:

2005-06-17 Francois Proulx <francois.proulx@…>

  • Added IFrame and SimpleIFrame content types.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/ChangeLog

    r656 r657  
     12005-06-17 Francois Proulx <francois.proulx@gmail.com> 
     2        * Added IFrame and SimpleIFrame content types. 
     3         
    142005-06-28 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.  
     
    1619        the user's URL bar. 
    1720 
     21 
    18222005-06-17 Francois Proulx <francois.proulx@gmail.com> 
    1923        * Removed forced Pattern Language on all hotspots 
    2024        * Do not show hotspot logo in portal page, only on login, until we find a better layout 
     25 
     262005-06-16 Francois Proulx <francois.proulx@gmail.com> 
     27        * Added XML output format for hotspot_status.php 
     28        * Rough draft v1.0 
     29        * TODO move to different classes once stabilized 
     30        * Can use XSLT, if activated ( XSLT_SUPPORT constant ) 
     31        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl 
     32        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML 
    2133 
    22342005-06-06 Francois Proulx <francois.proulx@gmail.com>