Show
Ignore:
Timestamp:
02/26/06 08:18:21 (7 years ago)
Author:
max-horvath
Message:

"2006-02-26 Max Horvath <max.horvath@…>

  • Hotspots map page now uses a direct Javascript call for the link \"Show me on the map\" (resulting in the browser not jumping to the top of the page if a user clicks on such a link)
  • refactored hotspot status page, it now uses node list classes to generate output
  • WIFI411_CSV has been removed from hotspot status page - it didn't work properly - a working version can be added to /wifidog/classes/NodeLists
  • RSS feed of hotspot status now delivers language of user
  • RSS and XML feed of hotspot status now actually do deliver data from the requested network (before the code accepted network selection but actually switched back to the current network)"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r975 r976  
     12006-02-26 Max Horváth <max.horvath@maxspot.de> 
     2        * Hotspots map page now uses a direct Javascript call for the link 
     3          "Show me on the map" (resulting in the browser not jumping to the top of 
     4          the page if a user clicks on such a link) 
     5        * refactored hotspot status page, it now uses node list classes to generate 
     6          output 
     7        * WIFI411_CSV has been removed from hotspot status page - it didn't work 
     8          properly - a working version can be added to /wifidog/classes/NodeLists 
     9        * RSS feed of hotspot status now delivers language of user 
     10        * RSS and XML feed of hotspot status now actually do deliver data from 
     11          the requested network (before the code accepted network selection but 
     12          actually switched back to the current network) 
     13 
    1142006-02-25 Max Horváth <max.horvath@maxspot.de> 
    215        * fixed undefined variable bugs in statistic classes (use of date_from and 
     
    5871          JavaScript file was english only) 
    5972        * Hotspots map page now uses a Smarty template to render HTML page 
    60         * Hotspots map page now uses a direct Javascript call for the link 
    61           "Show me on the map" (resulting in the browser not jumping to the top of 
    62           the page if a user clicks on such a link) 
    6373 
    64742006-02-21 Max Horváth <max.horvath@maxspot.de>