Show
Ignore:
Timestamp:
05/10/06 16:51:44 (7 years ago)
Author:
fproulx
Message:

2006-05-10 François Proulx <francois.proulx@…>

  • Added sweetTitles tooltips script, now if you need to add tooltips simply add the 'title' attribute to you html <a>, <attr>, <accroym> tags
  • Fixed usort bug in MainUI
  • Fixed download (wget) in install.php
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1032 r1033  
     12006-05-10 François Proulx <francois.proulx@gmail.com> 
     2        * Added sweetTitles tooltips script, now if you need to add tooltips simply add the 'title' attribute to you html <a>, <attr>, <accroym> tags 
     3        * Fixed usort bug in MainUI 
     4        * Fixed download (wget) in install.php 
     5 
    162006-05-09 Benoit Grégoire  <bock@step.polymtl.ca> 
    27        * Working (if slightly basic) theme manager.  You can pick the theme in the network configuration. 
     
    611        * Completely rip out the old local_content system, and a bunch of obsolete defines and config variables. 
    712        * Get rid of PHP generated stylesheets 
    8          
     13 
    9142006-05-09 Benoit Grégoire  <bock@step.polymtl.ca> 
    1015        * Finish content assignation system 
     
    1318        * Change MainUI::apendContent to MainUI::addContent 
    1419 
    15 2006-04-28 François Proulx <francois.proulx@gmail.com>   
     202006-04-28 François Proulx <francois.proulx@gmail.com> 
    1621        * Fixed error in initial data script 
    17          
     22 
    18232006-04-28 Benoit Grégoire  <bock@step.polymtl.ca> 
    1924        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php instead of hardcoded 'default' 
     
    21262006-04-28 François Proulx <francois.proulx@gmail.com> 
    2227        * Fixed initial_data schema script so that it adds a dummy server. 
    23          
     28 
    24292006-04-25 François Proulx <francois.proulx@gmail.com> 
    2530        * Updated JavaScript code to work with Google Maps v2 API 
    2631        * v2 will now provide full maps of European countries and is a bit faster 
    2732        * Updated the schema accordingly with new GMaps values 
    28          
     33 
    29342006-04-24 Benoit Grégoire  <bock@step.polymtl.ca> 
    3035        * Dependencies.php:  Small fix in case gettext isn't installed 
     
    3439 
    35402006-04-24 Benoit Grégoire  <bock@step.polymtl.ca> 
    36         * Major system locale handling overhaull.  Hopefully abstract out the UTF8 problems once and for all,  
    37         allowing everyone to define them the same way.  Fix a few bugs along the way.   
     41        * Major system locale handling overhaull.  Hopefully abstract out the UTF8 problems once and for all, 
     42        allowing everyone to define them the same way.  Fix a few bugs along the way. 
    3843        Should also be a little faster. 
    3944 
    40452006-04-24 Benoit Grégoire  <bock@step.polymtl.ca> 
    4146        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours to finally get the PATH 
    42          stuff consistent and fixing the countless bugs that this process introduced.  
     47         stuff consistent and fixing the countless bugs that this process introduced. 
    4348         Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH, 
    44         (or vice-versa) but it was on purpose that SYSTEM_PATH was not made available to Smarty.   
     49        (or vice-versa) but it was on purpose that SYSTEM_PATH was not made available to Smarty. 
    4550        We already have 3 defines to be used for links and html refs, that's enough 
    4651         BASE_SSL_PATH should be used to enter SSL mode (if available) 
     
    4853         explicitely do not want someting to be referenced over http 
    4954         BASE_URL_PATH should be used in all other cases to avoid needless SSL warning 
    50          
     55 
    51562006-04-17 Rob Janes <janes.rob@gmail.com> 
    5257        * javascript for validating and navigating forms. 
     
    65702006-04-01 François Proulx <francois.proulx@gmail.com> 
    6671        * Dumped initial schema from working install 
    67          
     72 
    68732006-03-31 Benoit Grégoire  <bock@step.polymtl.ca> 
    6974        * dump_initial_data_postgres.sh:  Add the content_available_display_pages table to the dump, can someone re-generate the initial data from a working install 
     
    76812006-03-28 François Proulx <francois.proulx@gmail.com> 
    7782        * Fixed error in initial schema (bad client encoding) 
    78          
     83 
    79842006-03-28 François Proulx <francois.proulx@gmail.com> 
    8085        * Fixed schema 37 : left_area_top 
    8186        * Updated initial schema 
    82          
     87 
    83882006-03-27 Benoit Grégoire  <bock@step.polymtl.ca> 
    8489        * First step in massive simplification of CSS and templates 
     
    102107          the code path to the map does not use SSL, but the outgoing URLs do. 
    103108        * Removed lost echo in Locale.php 
    104          
     109 
    1051102006-03-21 Benoit Grégoire  <bock@step.polymtl.ca> 
    106         * login/index.php: Remove huge security hole introduced by stylistic changes in the file.   
    107         A user could login to any hotspot by simply filling a blank form because of a gratuitous  
     111        * login/index.php: Remove huge security hole introduced by stylistic changes in the file. 
     112        A user could login to any hotspot by simply filling a blank form because of a gratuitous 
    108113        change from empty to is_null everywhere.  Remove escaping or REQUEST parameters in non SQL 
    109114         related code, as this would lead to double unescaping down the line.  Remove logic dependent 
     
    1121172006-03-19 François Proulx <francois.proulx@gmail.com> 
    113118        * Updated French translations 
    114          
     119 
    1151202006-03-18 Rob Janes <janes.rob@gmail.com> 
    116121        * path_defines_base working for combinations of DocumentRoot, Alias, 
     
    127132        * Removed stale owner_sendfiles.php (now integrated in the Content Manager) 
    128133        * Cleaned up a bunch of stale TODOs 
    129          
     134 
    1301352006-03-16 Max Horváth <max.horvath@maxspot.de> 
    131136        * updated language files (new german strings have already been translated)