root/trunk/wifidog-auth/CHANGELOG @ 1008

Revision 1008, 76.7 KB (checked in by benoitg, 7 years ago)

Unsaved files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
2        * init_php.php: Fix stripslashes_cb() so it actually works, this means the aust server should work properly with auth servers with magic quotes turned on.
3        This is still not recommended however.
4        * Remove some spurious error ouptut on logout.
5        * Remove potential error in network id parsing
6
72006-03-22 François Proulx <francois.proulx@gmail.com>
8        * Fixed Google Maps URLs bug
9        * Since Google Maps does not provide Javascript over SSL (it does but the certificate does not match)
10          the code path to the map does not use SSL, but the outgoing URLs do.
11        * Removed lost echo in Locale.php
12       
132006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
14        * login/index.php: Remove huge security hole introduced by stylistic changes in the file. 
15        A user could login to any hotspot by simply filling a blank form because of a gratuitous
16        change from empty to is_null everywhere.  Remove escaping or REQUEST parameters in non SQL
17         related code, as this would lead to double unescaping down the line.  Remove logic dependent
18          on encapsulated side effects of object method call.
19
202006-03-19 François Proulx <francois.proulx@gmail.com>
21        * Updated French translations
22       
232006-03-18 Rob Janes <janes.rob@gmail.com>
24        * path_defines_base working for combinations of DocumentRoot, Alias,
25          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
26          and WIFIDOG_ABS_FILE_PATH dynamically.
27        * classes/Locale.php::getBestLanguage changed to correctly parse
28          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
29          Ignores SESS_LANGUAGE_VAR if invalid.
30
312006-03-18 Rob Janes <janes.rob@gmail.com>
32        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
33
342006-03-16 François Proulx <francois.proulx@gmail.com>
35        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
36        * Cleaned up a bunch of stale TODOs
37       
382006-03-16 Max Horváth <max.horvath@maxspot.de>
39        * updated language files (new german strings have already been translated)
40        * added LDAP authentication
41        * Dependencies class can check for an PHP extension now
42        * Dependencies class can check for multiple files on a single dependency now
43        * Authentication classes moved to it's own directory
44        * The getAuthenticator method now uses the much safer and faster
45          call_user_func_array function to return an authenticator object
46        * the available authenticator classes are now being displayed in a select
47          box on the network administration page
48        * the link to and the Google hotspots map as is won't be shown to an
49          unauthenticated user at a real hotspot
50
512006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
52        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
53
542006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
55        * init_php.php: Try to fix #102 by inspection
56        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
57          into AbstractDb.php to prepare for eventual switch to PDO file.
58        * incoming_outgoing_swap.php:  Delete file, closes #85
59
602006-03-09 Max Horváth <max.horvath@maxspot.de>
61        * fixed small bug in the InterfaceElements class
62        * fixed PHP notices in portal/index.php and Locale class
63        * fixed small bug in Authenticator class which in resulted in a fatal PHP
64          error if a user logged out when his session was already gone
65    * using the {$isUserAtHotspot} smarty variable you can check now in every
66      template if a user calls the portal from a hotspot or not
67
682006-03-08 Max Horváth <max.horvath@maxspot.de>
69        * fixed small bug where clicking on the start button at the portal page
70          didn't open the wifidog portal, but the requested page
71        * updated source to generate a clean PHPdoc output
72        * updated PHPdoc generating script
73
742006-03-07 Max Horváth <max.horvath@maxspot.de>
75        * init_php.php now does a 100% strict check for variable types of
76          elements to be processed when magic_quotes are turned on
77        * fixed duplicate use of SSL_AVIABLE define in common.php
78          This fixes ticket #95.
79        * fixed problens with slashes in htospots_map.php
80          This fixes ticket #97.
81        * fixed variable typo in NodeListXML.php
82        * introduced new InterfaceElements class which is being used to create
83          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
84          we had i.e. on the node administration page (unclosed div).
85          It is being used on the node administration page now and will be updated
86          for the other admin pages ...
87        * when adding an owner or tech officer on the node admin page and pressing
88          enter in the input field the statistics where called (no owner or tech
89          officer was added) - this has been fixed
90        * database schema update 35 wasn't compatible with PostgreSQL version 7,
91          the update script has been changed to be compatible with it ...
92          This fixes ticket #94.
93        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
94          been included
95          This fixes ticket #98.
96        * on node administration page owners have less rights than admins
97
982006-03-02 Max Horváth <max.horvath@maxspot.de>
99        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
100          transparency of PNGs
101
1022006-02-28 Max Horváth <max.horvath@maxspot.de>
103        * the content selector for an owner could produce notices
104        * the button add existing content in the content manager will only be shown
105          if content is actually available
106        * the start button on the portal page won't be shown anymore if a user
107          didn't access it from a WiFiDog hotspot
108        * deleted wifidog/templates/message_unknown_hotspot.html as this error
109          message will be displayed using the genecir error message template
110        * display of generic error messages will be handled by the MainUI class
111        * deleted wifidog/portal/missing_original_url.php as its functions is being
112          handled by wifidog/portal/index.php now
113        * deleted wifidog/templates/message_default.html as its functions is being
114          handled by wifidog/gw_message.php now
115        * deleted wifidog/templates/message_activate.html as its functions is being
116          handled by wifidog/gw_message.php now
117        * account validation hints finally show the real validation grace time
118          (used to display 15 minutes)
119        * deleted wifidog/templates/message_denied.html as its functions is being
120          handled by wifidog/gw_message.php now
121        * deleted wifidog/templates/message_failed_validation.html as its functions
122          is being handled by wifidog/gw_message.php now
123        * deleted wifidog/templates/user_management_menu.html as its not being
124          used anymore
125        * deleted wifidog/local_content/default/footer.html as its not being
126          used anymore
127        * deleted wifidog/local_content/default/header.html as its not being
128          used anymore
129        * deleted wifidog/local_content/default/portal.html as its not being
130          used anymore
131        * deleted wifidog/local_content/default/new.css as its wasn't ever used
132        * deleted wifidog/local_content/README as its content isn't valid anymore
133          used anymore
134        * Login site now uses a Smarty template to render HTML page
135        * class MainUI now also delivers $isOwner variable for Smarty
136
1372006-02-26 Max Horváth <max.horvath@maxspot.de>
138        * Hotspots map page now uses a direct Javascript call for the link
139          "Show me on the map" (resulting in the browser not jumping to the top of
140          the page if a user clicks on such a link)
141        * refactored hotspot status page, it now uses node list classes to generate
142          output
143        * WIFI411_CSV has been removed from hotspot status page - it didn't work
144          properly - a working version can be added to /wifidog/classes/NodeLists
145        * RSS feed of hotspot status now delivers language of user
146        * RSS and XML feed of hotspot status now actually do deliver data from
147          the requested network (before the code accepted network selection but
148          actually switched back to the current network)
149        * RSS feed of hotspot status page now gets announced in browser
150
1512006-02-25 Max Horváth <max.horvath@maxspot.de>
152        * fixed undefined variable bugs in statistic classes (use of date_from and
153          date_to), variables were processed directly from request, without any
154          check
155          This fixes ticket #71.
156        * clicking on a username in user logs now generates a individual user
157          report as it does when clicking on a username on the online users page
158        * Changing the value of the "Is persistent" checkbox doesn't have to
159          saved when JavaScript is enabled in the browser. Before this change
160          you had to save a content. So if you wanted to delete a persistant content
161          you first had to uncheck this checkbox, save the content and delete the
162          content after saving it. If JavaScript is enabled in your browser you
163          can go straight ahead, uncheck the checkbox and delete the content.
164          This fixes ticket #73.
165        * when processing global arrays if magic quotes is enabled, WiFiDog will
166          check for type variables
167          This fixes ticket #84.
168        * the RSS feed of nodes now delivers the correct link to the nodes homepage
169          This fixes ticket #80.
170        * small fix in schema_validate.php which should affect nobody (in schema
171          version 9)
172          This fixes ticket #79.
173        * fixed "Show all available contents for this hotspot" link which didn't
174          work if WiFiDog wasn't located in the root folder of the webserver
175        * the "Show all available contents for this hotspot" link won't be shown
176          anymore unless all requirements are meet that all content of a hotspot
177          would be shown. The requirements are: you need to have at least one
178          Content Group tagged artistic and locative content, with at least one
179          content group element available for display.
180          This fixes ticket #35.
181        * adjusting the location of a node via the Google maps geocoding service)
182          and clicking the button "Use these coordinates" didn't work
183          This fixes ticket #81 and #82.
184        * the content select box now only shows the content to a user of which is
185          is the owner from (same mechanism has already been used on the content
186          manager page) or all content if the user is a superadmin
187        * wifidog/admin/content_admin.php removed, because the content manager now
188          uses the generic object administration interface
189        * the creation date of a network can be changed now (this value wasn't
190          displayed in the admin interface, even though it was present in the
191          database)
192        * revamped administration sidebar, cleaner interface for the superadmin,
193          for the owner of a node nothing changes
194        * added "server administration" section to the administration interface
195        * Added administration of webservers. For one webserver not much changes.
196          The SSL available setting has been moved to this section (and removed
197          from config.php). Running WiFiDog on two or more webserver (with one
198          database) you now can define the different hostnames of the webserver.
199          Of course you can also define, which of those webserver serves SSL. This
200          is for example essential for the Google maps feature (different API keys
201          for different hostnames)
202        * for every network you now can define it's own Google Map initial values
203          and map types
204        * Hotspots map page now supports different maps for different networks
205        * Hotspots map page now supports different map types for different networks
206          This fixes ticket #69
207        * Hotspots map page now offers full multilingual support (text in the
208          JavaScript file was english only)
209        * Hotspots map page now uses a Smarty template to render HTML page
210
2112006-02-21 Max Horváth <max.horvath@maxspot.de>
212        * fixed access restriction for HTMLeditor in templates folder
213        * fixed XML error in HTMLeditors CSS and HTML templates
214        * fixed undefined variable bug in content class ContenGroup
215        * start page now uses a Smarty template to render HTML page
216        * start page now also displays information about deployed/operational nodes
217        * information about valid/online users and deployed/operational nodes gets
218          cached if caching has been enabled (valid/online users for 1 minute,
219          deployed/operational nodes for 5 minutes)
220
2212006-02-17 Max Horváth <max.horvath@maxspot.de>
222        * refactored lost username site - now it also includes the help toolbox
223        * lost username page now focuses input field automaticly (like on login or
224          signup page)
225        * refactored lost password site - now it also includes the help toolbox
226        * lost password page now focuses input field automaticly (like on login or
227          signup page)
228        * refactored sesend validation email site - now it also includes the help
229          toolbox
230        * refactored resend validation email page now focuses input field
231          automaticly (like on login or signup page)
232
2332006-02-16 Max Horváth <max.horvath@maxspot.de>
234    * added full PHPdoc documentation to Mail class
235    * added more temporary-email-address-providers to the black-list
236        * Login site now uses a Smarty template to render HTML page
237        * refactored signup site - now it also includes the help toolbox
238        * removed Phlickr directory in /lib dir as Phlickr must be installed via
239          PEAR
240        * modified gen.sh to include new template folders for the
241          translation file generation
242
2432006-02-15 Max Horváth <max.horvath@maxspot.de>
244        * Login site now uses a Smarty template to render HTML page
245
2462006-02-14 Max Horváth <max.horvath@maxspot.de>
247        * converted Session class to PHP5 style
248        * moved code used used to init PHP into wifidog/include/init_php.php
249        * fixed bug regarding APC (super globals weren't initialized before their
250          first use
251        * in an attemp to enter the administration interface of WiFiDog and not
252          being logged in you'll be redirected to the administration interface after
253          a successful login, if you are an admin or owner of a node. This only
254          works for a virtual login, as it isn't needed to be done when logging in
255          via a WiFiDog node (then you have to login anyway on the splash page
256          first)
257        * fixed preview of network in administration interface as content for a
258          network as is isn't available in the code, yet
259
2602006-02-13 Rob Janes <janes.rob@gmail.com>
261    * cron/cleanup.php needed new way to call common.php
262        * added cron/vacuum.php to round things out
263
2642006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
265        * Fix a bunch of file inclusion bugs in the statistics subsystem.
266          This is only a ad-hac fix. It seems the requires for just about every
267          class have been stripped off. This must be fixed, all classes should
268          require_once all classes or include that they need that isn't included by
269          a parent class.
270
2712006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
272        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
273        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
274          file
275
2762006-02-04 Max Horváth <max.horvath@maxspot.de>
277        * MainUI class now uses Smarty templates to render HTML pages
278        * display of debug messages by using $_REQUEST['debug_request'] on any
279          page is now only possible for a super admin
280        * caching class now supports lifetime of a cache and every data type
281          supported by PHP (except the resource-type)
282        * Content class caches available content plugins for 7 days if caching has
283          been enabled -> results in a nice speed-up on every page call because
284          of 17 saved filesystem queries
285        * converted Security class to PHP5 style and it's functions to static
286          functions
287        * fixed broken HTMLeditor support
288        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
289          installed it strips down all potentially dangerous content within HTML
290          that has been entered using the content plugins Langstring,
291          TrivialLangstring and HTMLeditor
292        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
293        * fixed thrown exception in path_defines_base.php (sprintf() was used
294          uncorrectly)
295        * template for definition of SYSTEM_PATH has been added to config.php
296          for easier definiton when path detection failes
297        * from now on caching is enabled by default in config.php - it means that
298          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
299          has been installed
300        * updated installation file to represent all the new modules that can be
301          installed to use all WiFiDog features
302
3032006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
304        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
305          more meaningfull output
306
3072006-01-29 Max Horváth <max.horvath@maxspot.de>
308        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
309          both PHP caches, because WiFiDog currently doesn't run with either of
310          those PHP caches (I'm still investigating why)
311        * added a missing <ul> HTML tag on the administration page
312        * the validation mail sent to new users now includes the full path to the
313          WiFiDog installation (before it assumed WiFiDog to be installed in
314          the document root of the webserver)
315        * fixed display of start button of portal when WiFiDog is not installed
316          in the document root of the webserver
317        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
318          path_defines_base.php
319        * updated HTMLeditor content class to use the new, moved stylesheet.css
320        * fixed error messages not displaying technical support e-mail address
321
3222006-01-25 Max Horváth <max.horvath@maxspot.de>
323        * a notice message regarding timezones was being displayed when running PHP
324          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
325          in config.php named DATE_TIMEZONE. Set it to your local timezone.
326          Don't forget to update your local.config.php in case you're using it.
327
3282006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
329        * Dependencies.php:  We missed one more instance of non-unifrom code for
330          path detection. The Dependencies class now uses the code in
331          include/path_defines_base.php like the rest of the system. Also make it
332          returns more usefull error messages.
333        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
334      cannot be found for some reason.
335
3362006-01-23 Max Horváth <max.horvath@maxspot.de>
337        * Removed compiled PHPdoc documentation
338        * moved createDoc.sh to "doc" directory, documentation can be generated on
339          the fly now, in the future we'll be generating a nightly PHPdoc on
340          wifidog.org
341        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
342          PHPdoc
343        * moved "header.gif" image to its own folder in the images directory
344        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
345          compiling without any warnings
346        * Initialized uninitialized variables in Node class
347        * Fixed initialization error of one variable
348        * Configuration file (config.php) will be read before path detection is
349          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
350
3512006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
352        * common.php: Real fix for Ticket #59 ;)
353        * common.php: Untested fix for Ticket #59
354
3552006-01-18 François Proulx <francois.proulx@gmail.com>
356        * Remove unneeded .cvsignore files since the svn:ignore property is set to
357          the same list
358
3592006-01-11 Rob Janes <janes.rob@gmail.com>
360    * classes/User.php: added setters, getters, throw exceptions, added
361      refresh() subr, tweaked language
362
3632006-01-09 Max Horváth <max.horvath@maxspot.de>
364        * createDoc.sh: added description of how to install requirements
365
3662006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
367        * common.php: Improve path detection code, and start moving PATH detection
368          back to a central location. You should NEVER go to any $_SERVER[]
369          variables for path related stuff, all you need is already available
370          in defines.
371        * UserReport.php: Remove dangling reference to BASEPATH.
372        * install.php: Use centralised path detection.
373
3742006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
375        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
376          making one less config option to manage.  It is now autodetected.
377
3782006-01-03 Rob Janes <janes.rob@gmail.com>
379        * added support for classes/EventLogging.php.
380        * modified include/common.php to pull in the EventLogging class
381        * modified index.php to kick start error logging with minimal setup.
382          I didn't setup a css for this, so any errors are simply pushed out
383          when the logging channel is destructed.
384        * other changes to include/common.php - a host of utility functions,
385          prefixed with "cmn" to avoid namespace collision.
386        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
387          to include/common.php, wrapping the require_once in a function.
388
3892006-01-04 Pascal Leclerc <isf@plec.ca>
390    * install.php: New security validation and small bugs fix in admin account
391      creation
392
3932006-01-02 Rob Janes <janes.rob@gmail.com>
394        * split static stylesheet.css from smarty template stuff.
395          local_content/default/stylesheet.css has only smarty template stuff.
396          local_content/common/stylesheet.css has all the rest.
397        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
398          still smarty fetching the templated stylesheet.
399        * classes/SmartyWifidog.php changed to set a smarty template variable so
400          that the templating stylesheet could work.
401
4022005-12-29 François Proulx <francois.proulx@gmail.com>
403        * Integrating Philippe's code for User class
404        * This build needs extensive testing please
405        * E-mail blacklisting (Mail class)
406
4072005-12-29 François Proulx <francois.proulx@gmail.com>
408        * Added Aidan's file_exists_incpath function to Dependencies class
409        * Translated and standardized most of PostgreSQL abstraction class.
410        * Removed blank lines at end of many files
411        * Tested the new Phlickr package, which fixes URL on Flickr
412
4132005-12-28 Max Horváth <max.horvath@maxspot.de>
414        * Removed BASEPATH define from source - resulting in a better
415          require-overview
416        * speed improvement of 7% by optimizing Dependencies class
417        * improved documentation of content classes
418
4192005-12-26 François Proulx <francois.proulx@gmail.com>
420        * Fixed bug when the same user was owner of many nodes
421        * Added missing reference to content_display_location initial data in dump
422          script
423
4242005-12-26 François Proulx <francois.proulx@gmail.com>
425        * Tiny modifications to config.php
426        * Reinserted the deprecated defines, created errors on my system
427        * Fully translated FormSelectGenerator class, Locale
428        * Added comments to Utils, Locale etc..
429        * Fully tested installation from scratch using blank database with
430          installation script
431        * Improved installation script a bit
432        * Synched SQL for CVS schema 29 --> 33
433
4342005-12-26 Max Horváth <max.horvath@maxspot.de>
435        * added new headers to every source file
436        * converted file to represent a tab as four (4) spaces
437        * added PhpDocumentor documentation
438        * added WiFiDog skin to HTMLeditor
439        * language selection in a content class now shows the language name instead
440          of the language code
441        * added caching support to content classes Langstring and TrivialLangstring
442
4432005-12-15 Max Horváth <max.horvath@maxspot.de>
444        * fixed bug in dependencies class when gettext support for PHP is not
445          available
446
4472005-12-14 Max Horváth <max.horvath@maxspot.de>
448        * fixed bug in config.php:59 ... was unable to select DB server
449
4502005-12-08 Max Horváth <max.horvath@maxspot.de>
451        * added FCKeditor to the supported libraries
452        * added new content type: HTMLeditor
453        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
454          config.php
455        * HTMLeditor is the first class using the new caching class
456        * removed unused function from content type Langstring
457        * beautified and reorganized config.php and added a new switch for the
458          caching class
459
4602005-12-06 Max Horváth <max.horvath@maxspot.de>
461        * fixed SQL bug when calling the "report configuration" page as a node owner
462
4632005-12-05 François Proulx <francois.proulx@gmail.com>
464        * Crunched the Google Maps Div block for better display on small screens
465
4662005-12-05 Max Horváth <max.horvath@maxspot.de>
467        * fixed bug when calling the preview version of a login page
468
4692005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
470        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
471          change works with postgresql 7.4 and 8. It is still not understood why
472          ISF doesn't encounter this bug on it's production server.
473
4742005-11-28 François Proulx <francois.proulx@gmail.com>
475        * Improved Flickr user output
476        * Mostly completed Flickr admin UI
477        * Changed display algorithm to display sequentially
478
4792005-11-25 Rob Janes <janes.rob@gmail.com>
480        * EventLogging class initial checkin
481
4822005-11-14 Max Horváth <max.horvath@maxspot.de>
483        * fixed path to included classes
484          Guys, please check the paths to included files twice next time you're
485          moving files
486
4872005-11-12 François Proulx <francois.proulx@gmail.com>
488        * Fixed schema 33 update
489        * fixed css
490
4912005-11-11 François Proulx <francois.proulx@gmail.com>
492        * Fixed Admin hotspot location map
493        * Take note: Google Maps updated their API key system, so that you simply
494          need to register a key for the whole domain.
495          ie. one key for http://auth.abc.org will work even in sub-directories
496        * Changed the Content classes structure to make them "pluggable" more easily
497          as requested during last developpers meeting
498        * node_list.php now support column sorting, node_id are naturally sorted
499          (numerical order, alphabetic)
500        * Added 2-dimensionnal natural sort algorithm to Utils class
501        * fixed Node::getSelectNodeUI to naturally sort by node_id
502        * Improved Flickr content class
503        * Modified Flickr database schema
504        * Modified CSS look and feel
505
5062005-11-08 Philippe April  <philippe@ilesansfil.org>
507        * Put a note to mention the roles of users in the logged in users list
508        * Fixed online users link to statistics
509
5102005-11-01 Max Horváth <max.horvath@maxspot.de>
511        * added german translation
512        * modified gen.sh to include geocoder and statistics classes for the
513          translation file generation
514        * modified hotspot status page to allow translations of every string
515        * modified node list page to allow translations of every string
516        * modified FAQ page to allow translations of every string
517        * fixed bug in FAQ page which caused the Safari browser to display very
518          large text
519        * modified online users page in administration to allow translations of
520          every string
521        * added Phlickr directory to /lib
522
5232005-10-25 Francois Proulx <francois.proulx@gmail.com>
524        * /classes/DateTime.php : First iteration of DateTime abstraction class
525        * Basic support for datetime input field.
526        * TODO : Overhaul with full-fledged datetime selector...
527
5282005-10-25 Francois Proulx <francois.proulx@gmail.com>
529        * AuthenticatorRadius : Fixed legacy variable misuse
530
5312005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
532        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
533          actually tested. Guys, read the documentation of the function parameters
534          when you code, it's there to help you ;)
535
5362005-10-21 Francois Proulx <francois.proulx@gmail.com>
537        * Integration testing for Radius debugging
538        * Added network_id parameter to hotspot_status.php for selecting network
539        * Default network will be automatically selected...
540
5412005-10-04 Francois Proulx <francois.proulx@gmail.com>
542        * Scaled down network logo
543        * Changed CSS accordingly
544        * Modified online users SQL query to sort better
545
5462005-10-04 Francois Proulx <francois.proulx@gmail.com>
547        * Removed unwanted file from checkout
548
5492005-10-07 Philippe April  <philippe@ilesansfil.org>
550        * Released wifidog-auth-1.0.0_m2
551
5522005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
553        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
554          AuthenticatorLocalUser but disalowing new user signup.  When setting up
555          a server, you can add your users, and then change the authenticator class
556          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
557        * signup.php: Actually enforce it. Still needs improvement, as the network
558          is still shown for signing up.
559
5602005-10-04 Francois Proulx <francois.proulx@gmail.com>
561        * Translated some error message in SQL abstraction
562        * Cleaned up error messages when starting from scratch
563        * Added link to install script, when the database is empty.
564        * Fixed initial data dump script
565
5662005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
567        * Remove a bunch of deprecated methods from the Node object,
568          document undocumented methods.
569        * Make the node id editable.  This allows the gateway "MAC address as node
570          ID" patch by London wireless to be usable with the standard auth server,
571          and to transition to using MAC address as node ID.
572        * Fix a saving problem with all the content types with some versions of PHP
573        * Add a new Content type:  IFrameRest.  This allows the result of a REST
574          style query returning HTML to be displayed in a HTML iframeset. Currently
575          supported are substitution of the node_id, the user_id and the last
576          display date in the get query.
577        * CVS version of the auth server should now be "reasonnably" safe to use in
578          production, so the 2005-09-01 notice is no longuer in effect.
579
5802005-10-04 Francois Proulx <francois.proulx@gmail.com>
581        * Translated signup page messages
582
5832005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
584        * Partial login page content manager support (Node only for now)
585
5862005-09-27 Philippe April  <philippe@ilesansfil.org>
587        * Guess the best language from what the browser sends,
588          otherwise use the default.
589
5902005-09-26 Francois Proulx <francois.proulx@gmail.com>
591        * Translated the few new sentences on the login page
592
5932005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
594        * login/index.php, stylesheet.css:  Make the create new account bigger, and
595          remove unnecessary words.
596
5972005-09-26 Francois Proulx <francois.proulx@gmail.com>
598        * Completed translations
599
6002005-09-26 Francois Proulx <francois.proulx@gmail.com>
601        * Fixed annoying bug in new google maps code
602
6032005-09-25 Francois Proulx <francois.proulx@gmail.com>
604        * Complete rewrite of Google maps code, now stands as a js class
605        * relooking of mapping stuff
606        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
607        * fixed broken xml, damn blank lines...
608
6092005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
610        * Statistics:  At long last, the monster statistics commit.
611          We finally have a stable, documented and uniform codebase for statistics.
612          This resulted is removal of several functions in other classes too.
613          There are a few new reports, but mostly, each report is a lot more
614          flexible.
615          Still TODO:
616          - Security:  This is to be implemented directly in the Statistics class,
617            by forcing restrictions to the selected nodes and network.
618          - Support selecting multiple users for a report.
619            The code and SQL queries support it, but the UI doesn't. An easy and
620            quick way would be to simply parse a coma-separated list. Comment are
621            off course welcome!
622
6232005-09-25 Francois Proulx <francois.proulx@gmail.com>
624        * Updated initial SQL script to schema 29
625        * Remove useless includes in some files, preventing from using the "plugin"
626          contents
627
6282005-09-25 Philippe April  <philippe@ilesansfil.org>
629        * Make method getCurrentRealNode ORDER BY DESC so it picks
630          up the latest network name
631
6322005-09-20 Francois Proulx <francois.proulx@gmail.com>
633        * Changed the output layout of the Google Maps hotspots list
634        * Added "Loading" message on Google Maps
635
6362005-09-17 Francois Proulx <francois.proulx@gmail.com>
637        * Fixed forgotten reference to getNetwork in AuthLocalUser
638
6392005-09-17 Francois Proulx <francois.proulx@gmail.com>
640        * Fixed a few bugs in Radius class
641        * Improved syntax and completed 100% of French translations
642
6432005-09-17 Francois Proulx <francois.proulx@gmail.com>
644        * Fixed RADIUS bug #1287000
645
6462005-09-16 Francois Proulx <francois.proulx@gmail.com>
647        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
648        * This class provides UTF-8 mailing for validation e-mail, lost password,
649          lost username...
650        * Fixes reported bug where users would not receive validation email on
651          some servers
652
6532005-09-13 Francois Proulx <francois.proulx@gmail.com>
654        * Added bytes in words for online users
655
6562005-09-13 Francois Proulx <francois.proulx@gmail.com>
657        * Fixed bug in user stats
658
6592005-09-13 Francois Proulx <francois.proulx@gmail.com>
660        * Added access permissions for statistics.
661
6622005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
663        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
664          account_origin as a parameter to the authenticator was wrong.  To fix it
665          manually if you already ran the script, you must quote the parameter in
666          column network_authenticator_params in the networks table.
667        * Network.php:  Fix improper quoting of Authenticator arguments.
668        * RssPressReview.php:  Make expansion of today's item optionnal.
669
6702005-09-11 Francois Proulx <francois.proulx@gmail.com>
671        * Fixed dependency check, found a workaround for the file_exists problem
672
6732005-09-11 Francois Proulx <francois.proulx@gmail.com>
674        * Added dependency check for Phlickr
675
6762005-09-11 Francois Proulx <francois.proulx@gmail.com>
677        * Fixed Flickr support
678        * Now using PEAR version of Phlickr
679        * Download the latest package and install like this: pear install
680          PhlickrXYZ.tar.gz
681
6822005-09-10 Francois Proulx <francois.proulx@gmail.com>
683        * Fixed dependency check
684
6852005-09-10 Francois Proulx <francois.proulx@gmail.com>
686        * Removed many blank lines after php tags
687        * added more checks, for dates etc...
688        * changed sorting mode
689
6902005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
691        * Add UI to add a new Network
692        * Improve UI to add a new Node and new Content
693
6942005-09-10 Philippe April  <philippe@ilesansfil.org>
695        * signup.php: Fixed bug in detecting is the user is already part of the
696          network.
697        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
698          users from logging out.
699        * add BASEPATH to most files with require_once
700        * Added dependency checking class
701        * Don't show the admin menu if user does not have access
702        * Got rid of user_log_detailed.html, using stats.php instead
703
7042005-09-10 Francois Proulx <francois.proulx@gmail.com>
705        * Automatically redirect user to login form when trying to access admin
706        * Added various isset, empty tests, vars init in stats (to avoid PHP
707          warning)
708
7092005-09-08 Philippe April  <philippe@ilesansfil.org>
710        * New stats system with graphs
711        * Changed the UI a bit to reflect this change
712        * Updated stylesheet
713
7142005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
715        * portal/index.php:  Custom portal redirect now operational.
716
7172005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
718        * MainUI:  Move call to garbage_collect() here.
719        * portal/index.php:  New feature:  Custom portal redirect.
720        * rework much of the logout code
721
7222005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
723        * login/index.php:  Fix getSplashOnlyUser() method call.
724
7252005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
726        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
727          news.
728        * login/index.php:  Reorganise code to make it more legible and comment what
729          it does. Emphasise error messages and put them right above where they
730          clicked so users can actually see them.
731        * Security.php:  Remove deprecated login code
732        * Authenticator.php: Change calling convention for better encapsulation
733        * New feature:  Support multiple simultaneous logins if enabled in network
734          configuration
735        * New feature (in testing): Splash-only node support
736
7372005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
738        * include/common.php:  Add code to undo the effect of magic_quote if enabled
739          in the server config.  It is still strongly recommended to disable
740          magic_quote
741        * Node.php:  Add UI for splash only node and custom portal
742        * Update schema
743
7442005-09-04 Francois Proulx <francois.proulx@gmail.com>
745        * Removed update.php script ( should not have been in CVS )
746        * Moved authenticator require in Network getAuthenticator()
747
7482005-09-03 Philippe April  <philippe@ilesansfil.org>
749        * Schema change: Added last_paged column to nodes table
750        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
751        * s/Networt/Network/
752        * Fixed signing up and validation, typos
753
7542005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
755        WARNING:  DO NOT use the CVS auth server in production until further notice.
756        Massive internal changes are underway.
757        Use the release tagged 1.0m1 in production.
758        * Network abstraction mostly complete, including UI.
759          All that is missing is new network creation, network stakeholder UI and
760          testing.
761        * Cleanup the config file of all the now unneeded constants.
762          Note that the install script is currently broken.
763          There can now be multiple networks on the server.
764          The install script will have to make sure that there is at least one, with
765          one super-admin
766
7672005-08-31 Francois Proulx <francois.proulx@gmail.com>
768        * Fixed bug where node ID containing periods, whitespaces or underscores
769          would confuse PHP
770        * MD5 hash is used to make sur the http vars are unique
771        * This is only valid for Node administration
772
773NOTE:  the 1.0m1 release was tagged here
774
7752005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
776        * Node.php:  Fix node creation
777
7782005-08-31 Francois Proulx <francois.proulx@gmail.com>
779        * Fixed new node creation bug
780
7812005-08-29 Philippe April <philippe@ilesansfil.org>
782        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
783          IE to see the map properly.
784
7852005-08-22 Pascal Leclerc  <pascal@plec.ca>
786        * install.php, Change javascript to OnClick + dependencie note
787        * schema_validate.php, Fix broken DB update for install.php
788        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
789          installed
790
7912005-08-22 Francois Proulx <francois.proulx@gmail.com>
792        * Added edit button for quickly accessing Content editing mode
793        * Changed the layout so the admin ui fits in a tighter space
794
7952005-08-21 Francois Proulx <francois.proulx@gmail.com>
796        * Added reference to new street address fields in mapping page and on status
797          template
798        * Fix bug on line 756 of RssPressReview , added check for empty var.
799        * Flickr support is broken, added  bug to sf.net tracker
800
8012005-08-21 Francois Proulx <francois.proulx@gmail.com>
802        * Node admin UI should now be completed.
803        * Minor bug fixes in Geocoder
804        * Merged node_owners and node_tech_officers table into node_stakeholders
805
8062005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
807        * New schema version
808        * install.php, tmp/magpie_cache/:  Move all magpie caches
809          to a central location, adjust install script to match.
810        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
811          a parameter to the page
812        * classes/Network.php, classes/Node.php:  Change content ordering to be most
813          recently subscribed first, this is a stopgap measure while waiting for
814          Content ordering to be explicitely settable.
815        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
816        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
817          and getFeedTitle() methods.
818          Fixes minor bugs
819
8202005-08-17 Pascal Leclerc  <pascal@plec.ca>
821    * Added install script + minor changes in schema_validate.php
822
8232005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
824        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
825
8262005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
827        * Run sync_sql_for_cvs.sh
828        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
829          which no longer exists
830        * .project:  Remove mistakenly commited file in last commit
831        * .cvsignore:  Add file to avoid previous error
832
8332005-08-12 Francois Proulx <francois.proulx@gmail.com>
834        * Added missing GisPoint fille to CVS
835        * Fixed some bugs
836        * Added Technical officer table
837        * Added technical officer management to node UI
838
8392005-08-12 Francois Proulx <francois.proulx@gmail.com>
840        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
841        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
842        * This is a stupid limitation of the Google Maps API which matches the
843          complete URL path
844        * Added /classes/GisPoint.php class
845        * Will add geocode + Google Maps capabilities very soon
846        * Notice : the XML schema will change very soon...
847        * I will try to keep the streetAddress field intact so I won't break
848          backward compat.
849
8502005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
851        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
852          constructor
853        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
854          reflect it's independently maintained status
855        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
856        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
857          admin UI written.
858        * wifidog/include/schema_validate.php:  Create the table structure for the
859          new RssAggregator.
860          Remove rss_url in nodes table, no longer needed.  Move it's data to the
861          new Content class.
862
8632005-08-11 Francois Proulx <francois.proulx@gmail.com>
864        * Refactored the Admin UI.
865        * I need to write the upload form and rewrite statistics
866
8672005-08-10 Francois Proulx <francois.proulx@gmail.com>
868        * More GIS stuff
869
8702005-08-10 Francois Proulx <francois.proulx@gmail.com>
871        * Added Geocoders
872          - /classes/AbstractGeocoder.php
873          - /classes/Geocoders/GeocoderCanada.php
874          - /classes/Geocoders/GeocoderUsa.php
875        * This will be used for enterring GIS data
876        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
877
8782005-01-25 Pascal Leclerc  <pascal@plec.ca>
879        * Fix hardcoded images path in classes/MainUI.php
880
8812005-07-25 Francois Proulx <francois.proulx@gmail.com>
882        * Fixed bug in hotspot_status , added htmlspecialchars();
883        * This solved the bug where ampersands would break the XML
884
8852005-07-17 Francois Proulx <francois.proulx@gmail.com>
886        * Fixed bugs in gen.sh, compile.sh locale scripts
887
8882005-07-12 Francois Proulx <francois.proulx@gmail.com>
889        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
890          element to networkMetadata
891
8922005-07-12 Francois Proulx <francois.proulx@gmail.com>
893        * Fixed XML protocol for exchanging hotspots status.
894        * Should now be considered stable (stamped v1.0)
895        * Fixed hotspots status map to reflect the changes
896        * Added french translations
897
8982005-07-11 Francois Proulx <francois.proulx@gmail.com>
899        * Changed link to hotspots map using NON ssl because Google Keys are
900          sensitive to the whole path.
901
9022005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
903        * classes/RssPressReview.php: Begin rewrite.
904        * classes/MainUI.php: Add addFooterScript() function.
905        * venues_map.php:  Workaround the IE DOM problem.
906
9072005-07-05 Francois Proulx <francois.proulx@gmail.com>
908        * Changed wording in hotspots status page added legend
909
9102005-07-05 Francois Proulx <francois.proulx@gmail.com>
911        * Minor adjustements to icon positionning
912
9132005-07-05 Francois Proulx <francois.proulx@gmail.com>
914        * Changed google maps marker icons
915
9162005-07-05 Francois Proulx <francois.proulx@gmail.com>
917        * Added missing elements in XML exchange format
918        * Stable v1.0 for XML exchange format and Google Maps mapping
919        * Added GMaps constants to config file
920        * Unsmartied index.php , added link to map
921        * Check config.php to set corresponding values
922        * You can now use hotspot_status.php?format=XML along with xslt query string
923          parament to convert your XML document
924        * For this to work, You need to have activated XSLT ( see config file )
925
9262005-07-05 Francois Proulx <francois.proulx@gmail.com>
927        * Added Google Maps mapping venues_map.php
928        * /js/venues_status_map.js  JavaScript code for Mapping
929        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
930          a snap
931
9322005-07-03 Francois Proulx <francois.proulx@gmail.com>
933        * Updated the XML venues status format ( version 1.0, once approved )
934        * Added long / lat fields to nodes table ( for mapping purposes )
935
9362005-06-17 Francois Proulx <francois.proulx@gmail.com>
937        * Added IFrame and SimpleIFrame content types.
938
9392005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
940        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
941          non-persistent, no matter the checkbox.  Move the code to
942          TrivialLangstring.php where it belongs.
943
9442005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
945        * portal/inted.php:  Implement the start button functionnality (maybe it
946          would be better to call it "use the Internet").  From now on, once
947          authenticated and when pressing the start button on the portal, the user
948          will be sent to the page he originally tried to access.  A second window
949          will be popped with the portal page so he can come back to it. The window
950          is collapsed, and can be expanded back by clicking on the link. I tried
951          to make it cross platform (and mostly did) but it's still buggy in IE.
952
953          At the same time, this fixes the goof reported by Rob Kelley of
954          nycwireless.net
955
956        * portal/missing_original_url.php:  Displayed when the user tries to use the
957          start button but for some reason the original url is unavailable
958        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
959          URL in the user's URL bar.
960
961
9622005-06-17 Francois Proulx <francois.proulx@gmail.com>
963        * Removed forced Pattern Language on all hotspots
964        * Do not show hotspot logo in portal page, only on login, until we find a
965          better layout
966
9672005-06-16 Francois Proulx <francois.proulx@gmail.com>
968        * Added XML output format for hotspot_status.php
969        * Rough draft v1.0
970        * TODO move to different classes once stabilized
971        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
972        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
973        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
974
9752005-06-06 Francois Proulx <francois.proulx@gmail.com>
976        * Added long description field to content table
977        * MUST use schema_validate
978        * Modified Pattern Language to be more generic
979        * resend changelog
980
9812005-06-06 Francois Proulx <francois.proulx@gmail.com>
982        * Made changes to Pattern Language ( Kate Armstrong )
983
9842005-05-30 Philippe April <philippe@ilesansfil.org>
985        * Show username in user_stats.php instead of user_id
986          and in other admin pages
987
9882005-05-30 Francois Proulx <francois.proulx@gmail.com>
989        * Changed language selectbox name so it does not clash with ISF's domain
990          cookie
991        * Fixed setlocale algorithm in Locale.php
992
9932005-05-29 Francois Proulx <francois.proulx@gmail.com>
994        * Missing null check in validate.php
995
9962005-05-27 Francois Proulx <francois.proulx@gmail.com>
997        * Changed the signup process to make it smoother for users
998        * The user will automatically be granted the 15 minutes if he's signing up
999          at a real hotspot
1000        * If the user closes his browser during the 15 minutes and loses its
1001          session, we will regenerate it
1002        * Added big red message to the top of the portal page, warning user to
1003          validate as soon as possible
1004        * Fixed translation typos
1005
10062005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1007        * Someone moved the fallback gettext functions definition (for when gettext
1008          isn't installed) inside the static setCurrentLocale method, completely
1009          breaking the system when PHP doesn't have gettext support.  This is an
1010          untested fix.
1011
10122005-05-24 Francois Proulx <francois.proulx@gmail.com>
1013        * Fixed bug in auth.php to let users go through when the click twice on the
1014          login button
1015        * Fixed bug in hotspot_log.php
1016
10172005-05-24 Francois Proulx <francois.proulx@gmail.com>
1018        * Added "Get access statistics" button to Node admin to get hotspot specific
1019          stats
1020        * Added search box in Users log to get a specific user stats quickly
1021
10222005-05-24 Francois Proulx <francois.proulx@gmail.com>
1023        * Fixed typo in some translations
1024        * Cleaned-up todos
1025
10262005-05-18 Francois Proulx <francois.proulx@gmail.com>
1027        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1028          layout)
1029
10302005-05-16 Francois Proulx <francois.proulx@gmail.com>
1031        * Changed login message in MainUI to make it clearer what the login button
1032          will do
1033
10342005-05-13 Philippe April <philippe@ilesansfil.org>
1035        * Added deployment status to node_list
1036
10372005-05-11 Francois Proulx <francois.proulx@gmail.com>
1038        * Began writing user profiles
1039        * Added many methods to User class
1040        * Added node quota fields in DB ( bandwidth, throttling ...)
1041
10422005-05-10 Francois Proulx <francois.proulx@gmail.com>
1043        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1044          gw_address, gw_port show physical login link
1045
10462005-05-10 Francois Proulx <francois.proulx@gmail.com>
1047        * Added download button CSS class to style button
1048
10492005-05-10 Francois Proulx <francois.proulx@gmail.com>
1050        * Fixed wrong method name in File.php
1051        * Added strip tags to Langstring
1052        * Basic styling of content_admin table
1053
10542005-05-04 Francois Proulx <francois.proulx@gmail.com>
1055        * Fixed serialization issue ( flickr)
10562005-05-04 Francois Proulx <francois.proulx@gmail.com>
1057        * Improved caching
1058        * Wrote very basic gridview code for Flickr
1059
10602005-05-04 Francois Proulx <francois.proulx@gmail.com>
1061        * Implemented caching for Flickr
1062        * Need to contact Phlickr to see how we could do better, since serialize
1063          does not work OK on objects
1064
10652005-05-04 Francois Proulx <francois.proulx@gmail.com>
1066        * Fixed bug concerning Content-Length header
1067        * Changed default Unit size for setLocalFileSize to bytes
1068
10692005-05-04 Francois Proulx <francois.proulx@gmail.com>
1070        * Added BLOB support
1071        * modified file_download.php to support new header attributes
1072        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1073        * Make sure your PHP.ini contains the right value to allow big downloads
1074        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1075        * ISF Live server is now configured to support 100 megabytes files
1076
10772005-05-04 Francois Proulx <francois.proulx@gmail.com>
1078        * Fixed CSS IE Bug
1079        * Fixed SQL query
1080        * NEED HELP FROM A WEB DESIGNER !!!!!
1081
10822005-05-03 Francois Proulx <francois.proulx@gmail.com>
1083        * Disabled logging in Pattern Language archives
1084
10852005-05-03 Francois Proulx <francois.proulx@gmail.com>
1086        * Having for SQL query... :-(
1087
10882005-05-02 Francois Proulx <francois.proulx@gmail.com>
1089        * PatternLanguage is now completed
1090
10912005-04-30 Francois Proulx <francois.proulx@gmail.com>
1092        * Logout button will now destroy session AND render token USED
1093
10942005-04-30 Francois Proulx <francois.proulx@gmail.com>
1095        * Fixed bug that could potentially let non owners add content in /content
1096          through content groups
1097        * Admin menu won't show node selector if the user is not owner of at least
1098          one hotspot
1099        * Added Width, height support for Picture
1100
11012005-04-30 Francois Proulx <francois.proulx@gmail.com>
1102        * Did my best for content styling ... ( it's 5h00 am )
1103
11042005-04-30 Francois Proulx <francois.proulx@gmail.com>
1105        * Updated sync_sql_for_cvs.sh
1106
11072005-04-30 François Proulx <francois.proulx@gmail.com>
1108        * ChangeLog entry missed by CVS ?!
1109        * Locale now decomposes the locale string by '_'
1110        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1111
11122005-04-30 François Proulx <francois.proulx@gmail.com>
1113        * Trying to solve RSS encoding bug...
1114        * Testing on live server
1115
11162005-04-29 François Proulx <francois.proulx@gmail.com>
1117        * Removed all inline unuseful javascript code on submit buttons
1118          onclick='submit()'
1119        * This conflicted with the actual click on the submit button in Safari
1120        * Fixed check in Network for isOwner, only check superAdmin
1121        * Fixed bug so you can't add an existing content group to itself (deadlock)
1122        * Started coding Pattern language narrative display
1123
11242005-04-29 François Proulx <francois.proulx@gmail.com>
1125        * Wrote User.php addcontent, removeContent, getAllContent()
1126        * Wrote Content.php subscrite() and unsubscribe()
1127        * Added parameters to getAllContent() in Node and Network
1128          (exclude_subscribed_content)
1129        * These will be used for subscribing a to some content
1130        * Pattern Language will be the first to use it
1131        * Online users lists
1132        * Fixed bugs in Node and Network ( isOwner check )
1133
11342005-04-28 François Proulx <francois.proulx@gmail.com>
1135        * Logout button build a query string containing gw_id, gw_address, gw_port
1136          ( if available ), so that a user at a physical hotspot will get the login
1137          page from the hotspot he is.
1138        * Fixed but in Locale ( did not propertly set the locale in the session )
1139
11402005-04-28 François Proulx <francois.proulx@gmail.com>
1141        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1142          message when connect to a real hotspot ( not virtual )
1143        * This message confused many users ( they clicked and got the virtual login
1144          instead ! )
1145        * Hide adminstration features ( statistics, hotspot creation, network wide
1146          content etc...) from all but Super admins
1147        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1148        * Added $associate_existing_content parameter to processNewContentUI to
1149          allows reuse for existing content ( in ContentGroup )
1150        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1151        * Added security check in all content classes ( ProcessAdminUI )
1152
11532005-04-26 François Proulx <francois.proulx@gmail.com>
1154        * Replaced show only content groups by show persistent
1155
11562005-04-26 François Proulx <francois.proulx@gmail.com>
1157        * Added missing /content directory
1158
11592005-04-26 François Proulx <francois.proulx@gmail.com>
1160        * Added /content/ for displaying all content elements
1161        * Logging is disable when viewing them
1162        * All content elements will expand
1163        * Pattern languages won't display everything ( special property )
1164          isExpandable
1165        * Added a link in portal pages to go to /content/
1166        * Added Show all contents button in content_admin.php
1167
11682005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1169        * Content.php, ContentGroup.php:  All Content now implement the
1170          isDisplayableAt($node).  Used by the portal, if content has nothing
1171          displayabel, the entire content is skipped.
1172
11732005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1174        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1175          disabled.
1176
11772005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1178        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1179          options supported. Rotation based on session may not be reliable if the
1180          user isn't truly logged in (from a node).
1181
11822005-04-26 François Proulx <francois.proulx@gmail.com>
1183        * Most of the missing translations
1184
11852005-04-26 François Proulx <francois.proulx@gmail.com>
1186        * Changed back File to non trivial
1187        * portal page stylesheet
1188
11892005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1190        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1191          element in isolation.  Unfortunately the UI allows if for now.  Such
1192          content will now be deleted.
1193        * Locale:  Fix string selection algorithm to pick the right language.
1194        * Content:  Implement display logging.
1195
11962005-04-26 François Proulx <francois.proulx@gmail.com>
1197        * stylesheet rework
1198
11992005-04-26 François Proulx <francois.proulx@gmail.com>
1200        * Fixed wrong location for change password link
1201
12022005-04-25 François Proulx <francois.proulx@gmail.com>
1203        * Portal page styling
1204
12052005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1206        * ContentGroup.php:  Previous fix didn't work.  New fix.
1207
12082005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1209        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1210
12112005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1212        * Fix bug in ContentGroup enumeration
1213
12142005-04-25 François Proulx <francois.proulx@gmail.com>
1215        * More stylesheets work
1216
12172005-04-25 François Proulx <francois.proulx@gmail.com>
1218        * Much better stylesheet
1219
12202005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1221        * UI fully functionnal
1222
12232005-04-25 François Proulx <francois.proulx@gmail.com
1224        * More interface work
1225
12262005-04-25 François Proulx <francois.proulx@gmail.com
1227        * Completed integration of new interface with new objects
1228
12292005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1230        * Integration merge, should work, but there will be display problems
1231          everywhere.  Expect further commits today.
1232        * Almost 100% complete Network abstraction
1233        * Much better object encapsulation.  Deprecated methods not removed yet.
1234        * Add MainUI class.  Used to display the interface.  Inner workings still
1235          need work.
1236
12372005-04-23 François Proulx <francois.proulx@gmail.com>
1238        * Added Preferred Size support for Flickr pictures
1239
12402005-04-23 François Proulx <francois.proulx@gmail.com>
1241        * Completed missing translations
1242
12432005-04-23 François Proulx <francois.proulx@gmail.com>
1244        * Fixed bugs in File and EmbeddedContent
1245        * Completed first iteration of EmbeddedContent
1246        * Can now play multimedia content
1247        * Could not test fallback with my browser ( Safari and Firefox )
1248        * Need help to test content in different browser to see how it reacts...
1249
12502005-04-22 François Proulx <francois.proulx@gmail.com>
1251        * Fixed bug in FlickrPhotostream.php
1252        * Params did not match new methods requirements ( getUserByEmail )
1253        * Changed stylesheet class name for Flickr to match new changes
1254        * Fixed bugs in File
1255        * Wrote part of EmbeddedContent ( partially working )
1256        * TODO: add support for parameters and attributes in EmbeddedContent
1257
12582005-04-22 François Proulx <francois.proulx@gmail.com>
1259        * Fix schema version in François's commit
1260
12612005-04-21 François Proulx <francois.proulx@gmail.com>
1262        * Added explicit admin UI exceptions support for Flickr
1263        * Completed File and Picture objects
1264
12652005-04-20 François Proulx <francois.proulx@gmail.com>
1266        * Completed Flickr support ( explicit exceptions catching )
1267        * Most of File object is done
1268        * Fixed bug in generic_object_admin.php
1269        * changed stylesheet class tags for Flickr
1270
12712005-04-18 François Proulx <francois.proulx@gmail.com>
1272        * Added Flickr content support
1273        * Part of File object is done
1274
12752005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1276        * Working (beta...) content manager and portal.
1277        * Add content preview mode
1278
12792005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1280        * Hotspot and network content association, continue access control work.
1281        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1282          script from working.
1283        * All files:  Remove whitespace and carriage return after the ?> closing
1284          tags.
1285
12862005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1287        * Much more complete admin, initial access control work.
1288
12892005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1290        * Support more of the content object model, do a half-decent CSS for the
1291          admin interface.
1292
12932005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1294        * Content.php:  Use full langstring interface by default;
1295
12962005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1297        * Content.php:  Fix db reference;
1298
12992005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1300        * Fix Content object enumeration preventing usage of admin interface
1301        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1302
13032005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1304        * First part of the future content delivery infrastructure. Many files added
1305
13062005-04-01 François Proulx  <francois.proulx@gmail.com>
1307        * Modified gen.sh script to match UTF-8
1308        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1309
13102005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1311        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1312          Francois's commit.
1313
13142005-04-01 Philippe April <philippe@ilesansfil.org>
1315        * Fixed missing parenthesis in classes/User.php
1316        * Removed unused files
1317        * fixed schema_validate.php (typos)
1318
13192005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1320        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1321          EDITOR
1322        * The database will be converted to UTF-8 (version 5)
1323        * Added select boxes ( or hidden ) html form elements to choose the network
1324          for signup, lost password, username
1325
13262005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1327        * Add constraints to account_origin to detect errors on inserts.
1328        * Remove IDRC test server
1329
13302005-04-01 Philippe April <philippe@ilesansfil.org>
1331        * User.php: Add reference to $db global variable.
1332        * Tagged v0_1_0_alpha1
1333        * Removed spaces in AuthenticatorLocalUser.php
1334
13352005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1336        * Remove spaces after php blocks in various files.
1337        * Temporarily fix single authentication source not present bug in login
1338          smarty template.  All other places where we select the network will be
1339          fixed tommorow.
1340        * Fix initial schema errors.
1341
13422005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1343        * More RADIUS install documentation.
1344        * Fix schema_validate.php
1345
13462005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1347        * Moved language definition
1348        * Moved e-mail subjects to User class ( each e-mail functions )
1349
13502005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1351        * Added missing schema_validate.php modifs.
1352
13532005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1354        * Added PEAR install procedure
1355
13562005-03-30 François Proulx  <francois.proulx@gmail.com>
1357        * Finished RADIUS authentication and accounting
1358        * Accounting Unique session ID is now based on the same token we use
1359        * Fixed all issues with lost_username, lost_password etc...
1360        * User class has new static function getUsersByEmail and getUsersByUsername
1361        * Added translations for new features
1362        * Translated the validation, lost password, username e-mails
1363        * Tested quite a bit, this version is considered stable
1364        * A few examples on how set different RADIUS or local authenticators can be
1365          found in the config.php
1366
13672005-03-29 François Proulx  <francois.proulx@gmail.com>
1368        * schema_validate.php : Modified schema : dropped e-mail + account unique
1369          index, dropped email not empty constraint
1370        * Schema is now at version 3
1371        * Coded RADIUS authentication
1372        * Modified templates to show a select box when more than one server is
1373          configured
1374        * Coded RADIUS accounting and backward compatibility accounting
1375        * Modified many statistics SQL queries to match new Users table
1376        * modified statistics templates to match user_id and account_origin
1377        * TODO : Fix lost_username and lost_password ( issue since we dropped the
1378          unique constraint on emails... )
1379        * TODO : Heavy testing possibly with remote RADIUS servers
1380
13812005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1382        * sql:  Put initial data in a transaction, and specify the wifidog user so
1383          you do not have to su to it while using sync_sql_for_svs
1384
13852005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1386        * common.php:  Add get_guid() function
1387        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
1388          upgrade.  Note that you must still update dump_initial_data_postgres.sh
1389          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
1390        * New class Authenticator (and subclasses):  Begin virtualizing the login
1391          process.
1392
13932005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
1394        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
1395          and outgoing for all connections from a user have null values.
1396        * wifidog/local_content/default/portal.html: Fix layout so it resizes
1397          properly.  This in an interim measure.
1398        * Update schema.  This will allow automatic schema updates in the future.
1399          TO update a live server:
1400
1401      BEGIN;
1402      CREATE TABLE schema_info (
1403            tag text PRIMARY KEY,
1404            value text
1405          );
1406          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
1407          COMMIT;
1408
14092005-03-16 Matthew Asham <matthewa@bcwireless.net>
1410    * config.php: will use "local.config.php" instead, if present.  avoid cvs
1411      over-writing.
1412    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
1413      For integration with existing auth systems
1414    * hotspot_status.php: ob_clean may complain about buffering.  muted.
1415    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
1416      feed.
1417
14182005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
1419        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
1420          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
1421          wraparound problems.  To update a running server, execute the following
1422          sql sniplet:
1423
1424      BEGIN;
1425      ALTER TABLE connections RENAME incoming TO incoming_old;
1426      ALTER TABLE connections ADD COLUMN incoming int8;
1427      ALTER TABLE connections RENAME outgoing TO outgoing_old;
1428      ALTER TABLE connections ADD COLUMN outgoing int8;
1429      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1430      ALTER TABLE connections DROP COLUMN incoming_old;
1431      ALTER TABLE connections DROP COLUMN outgoing_old;
1432      COMMIT;
1433
1434        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1435        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
1436          by Benoit St-André
1437
14382005-02-14 Philippe April <philippe@ilesansfil.org>
1439        * gw_message.php: the "activate" message was not properly defined and
1440          would cause an error to show up instead of the nice activate your account
1441          message
1442
14432005-02-14 Philippe April <philippe@ilesansfil.org>
1444        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1445          gettext from smarty properly.
1446        * Updated TODO with ideas on making config better
1447
14482005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1449        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1450        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
1451          and more information to the RSS feed.
1452
14532005-01-26 Philippe April <isf_lists@philippeapril.com>
1454        * Some kind of virtual login (we need to talk about this).
1455        * New User and Node classes
1456        * Modified all files to work with the classes.
1457        * Remove mgmt_helpers (all done in User class now)
1458
14592005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1460        * classes/Node.php:  New file, untested code example
1461        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1462
14632005-01-25 Philippe April <isf_lists@philippeapril.com>
1464        * Changed initial postgres inserts sql file, it wasn't working properly
1465
14662005-01-25 Pascal Leclerc  <pascal@plec.ca>
1467        * Added admin and owner administration pages
1468
14692005-01-23 Philippe April <isf_lists@philippeapril.com>
1470        * Added gateway error messages (validation period, etc.)
1471
14722005-01-20 Philippe April <isf_lists@philippeapril.com>
1473        * Modularized the admin interface, added functions
1474
14752005-01-18 Philippe April <isf_lists@philippeapril.com>
1476        * Smarty'ized more, I think it's done now
1477
14782005-01-12 Philippe April <isf_lists@philippeapril.com>
1479        * i18n and smarty'ized parts
1480
14812005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1482        * INSTALL: Mandate PHP5
1483        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1484        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1485        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
1486          automatically pick the best 5 entries from all the feeds.  It will
1487          compensate for disparate publication intervals.  An entry from a feed that
1488          does not publish often will live longer than an entry from a feed that
1489          publishes very often.  If a feed doesn't have any entry that makes the
1490          cut, it will not appear at all.
1491        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1492
14932005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1494        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
1495          functionnal)
1496        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
1497          Hotspots.
1498        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
1499          outgoing in your data. Only use this if you had gateways before 1.0.2
1500          and wish to correct your logs before you upgrade.
1501        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1502        * wifidog/portal/index.php: Preliminary work to enable smart press review
1503          of multiple RSS feeds.
1504
15052005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1506        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
1507          page was actually served over SSL, all media in the file will be served
1508          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
1509          that break out of SSL mode.  From now on, use the self adapting
1510          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
1511          and BASE_URL_PATH to break out of it.
1512
15132005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1514        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
1515          apetite for bandwidth, top ten travelers, most addicted users.
1516
15172005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1518        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
1519          thinner.
1520        * wifidog/local_content/default/login.html: Remove announcements
1521        * wifidog/include/user_management_menu.php: Fix mailto:
1522        * wifidog/auth/index.php: Fix auth server part of the no data transmited
1523          statistics bug.
1524        * wifidog/admin/index.php: Add link to statistics
1525        * wifidog/admin/user_stats.php: Activate security.
1526        * wifidog/index.php: Make the distinction between the two hotspot status
1527          pages clearer.
1528
15292004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1530        * wifidog/index.php: Add menu
1531        * wifidog/include/user_management_menu.php: Editorial change, make
1532          translateable
1533        * wifidog/portal/index.php:  Fix RSS feeds
1534
15352004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1536        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
1537          aggregate user stats.  Currently allows you to find out the rate at which
1538          your users subscribe.
1539        * wifidog/config.php, wifidog/local_content/default/login.html,
1540          wifidog/include/user_management_menu.php:  Add hotspot status page to
1541          login page.
1542        * wifidog/hotspot_status.php: Cosmetic
1543        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
1544        * wifidog/index.php: Cosmetic.
1545
15462004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
1547        * TODO: Add email domains to blacklist
1548        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
1549          support email address
1550        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
1551          information.  Designed to be included as part of another page.
1552        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
1553        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
1554          and write unknown hotspot, however this is still really ugly
1555        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
1556          Cosmetic fixes
1557        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
1558          files, this isn't the approach we will use for translation.
1559        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
1560          Update with new node information structures.
1561
15622004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
1563        * wifidog/admin/hotspot_log.php: Add number of currently connected users
1564          here as well.
1565
15662004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
1567        * wifidog/ping/index.php: Log user-agent
1568        * extensive statistics work
1569        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
1570          log user-agent
1571
15722004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
1573        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
1574          in email or user_id.
1575        * Some statistics fixes
1576
15772004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
1578        * wifidog/admin/index.php: Integrated the changes contributed
1579          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
1580          mainly a missing ' in some HTML.
1581
15822004-09-28 Yanik Crépeau <yanik@exScriptis.com>
1583    * wifidog/include/common.php: Added commented header with cvs
1584          keywords.
1585        * wifidog/include/common.php: Added commented code (not executing) for
1586          further testing with language/localization issues.
1587
15882004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1589        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
1590          comments
1591
15922004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1593        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
1594
15952004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1596        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
1597        * Begin integrating Patrick Tanguay's new layout and generate the css
1598          dynamically to allow for background images.
1599
16002004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
1601        * portal/index.php:  Fix users appearing online at every hotspot.
1602        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
1603          cache problems and help with validation.
1604
16052004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
1606        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
1607        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
1608          fixes validation period not working.  Stop storing VALIDATION_FAILES
1609          status to the database.  Add check for validation period expiration at
1610          stage login, not just stage counters, this will fix one minute
1611          validation period.
1612        * wifidog/login/index.php:  Check validation period activation, and if
1613          period is expired, explain to the user instead of redirecting to the
1614          gateway.
1615        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
1616
16172004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
1618        * wifidog/node_list.php: Complete the status page
1619        * Add images
1620        * Add hotspot creation date
1621
16222004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1623        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
1624        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
1625          script to the chances will be available in the cvs schemas and initial
1626          data.
1627        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
1628          in a runnable form.  Note that this needs to be edited manually if you add
1629          a new table requiring initial data.
1630        * INSTALL:  Update for postgres.  Somebody please test this.
1631
16322004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1633        * wifidog/ping/index.php: Implement logging of which hotspot sent the
1634          heartbeat, from which ip and when.
1635        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
1636        * wifidog/include/user_management_menu.php:  Change menu labels
1637        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
1638          to make this stylesheet correct, I took shortcuts...
1639        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
1640        * wifidog/user_management/index.php:  Display the menu, will eventually
1641          allow us to present proper help text.
1642
16432004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
1644        * Add link to original requested site.
1645        * wifidog/node_list.php:  New file.  Will become the main node status page.
1646
16472004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1648        * Primitive network status available form the index page
1649        * Administrative security is implemented.
1650
16512004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1652        * Fix big gaping security hole in login page (password would be ignored if
1653          the username was used to login)
1654        * PostgreSql port
1655        * Change the method to determine who is online
1656        * Stop keeping unused token once user successfully logs in.
1657        * Fix missing update of token update date.
1658        * Counters wouldn't get updated for stage=LOGOUT
1659        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
1660          so we can know what the hell the server is up to.  Currently you need to
1661          run wifidog in debug level 7 to see it. That message should be parsed so
1662          it is visible in debug level 6.
1663        * wifidog/auth/index.php:   Fix code injection vulnerability.
1664
16652004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
1666        * SSL support and RSS improvement
1667        * Last commit tested with mysql support
1668
16692004-08-24 Pascal Leclerc  <pascal@plec.ca>
1670        * wifidog/admin/user_log.php: Add total to incoming and outgoing
1671        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
1672
16732004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
1674        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
1675        * wifidog/include/user_management_menu.php:  Code meant to deal with
1676          non-standard ports broke the menu.  Hopefully fixed.
1677        * Add alex's mising changelog entry...
1678
16792004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
1680        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
1681          To be used by wifidog to do heartbeats.
1682
16832004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
1684        * Add code to import a NoCat user database (passwd).  The username will be
1685          generated from the first part of the email if the name was en email.
1686        * Change password hashing algorithm to make it compatible with NoCat (For
1687          the curious among you, the hashing algorithm is now:  take the md5
1688          digest in binary format of the password, and base64 encode it.
1689        * Table schema changed to accomodate newhash length (users.pass is now
1690          varchar(32))
1691        * The user is now allowed to login with either his username or his email.
1692
16932004-08-03 Pascal Leclerc  <pascal@plec.ca>
1694        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
1695          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
1696        * wifidog/classes/AbstractDb.php: Add class=warning for better display
1697        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
1698
16992004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1700        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
1701          to true if gettext is available.  If false, blank _() and gettext()
1702          functions will be defined so the system still works.
1703
17042004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1705        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
1706
17072004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
1708        * wifidog-auth lives! New since the dark ages
1709        * Demo page to allow people to hack more easely on it
1710        * Support for multiple nodes.  TODO:  Merge with the database project.
1711        * Very cool local content architecture.  Every hotspot can have a folder in
1712          the local_content directory.  This folder can be filed by a single logo,
1713          leaving all the rest to the default content, or be completely custom
1714          (stylesheet, login page, portal page, header, etc.)
1715        * Everything in local content is templated with smarty, no problem with
1716          web designer wrecking havoc on the auth server.  You can edit everything
1717          in local_content/default even if you only speak html.
1718        * No need to set any path in the web server config files (that one was a
1719          bitch to implement)
1720        * RSS feed support (optionnal, with magpierss), one feed per node (url
1721          stored in the database, works great, but no gui to edit it yet) and one
1722          network-wide RSS feed.
1723        * All path are editable from the config file
1724        * "Productize" the thing, so it make sense for other groups to install it
1725          (the network name, url, default RSS, and such are set from the config
1726          file).
1727        * Put most strings in gettext calls for easy future translation.
1728        * User can request that the server send the validation email again
1729        * User can change password
1730        * User who forgot his username can have it mailed to him.
1731        * User who lost his password can ask the system to generate a new one and
1732          mail it to him.
1733        * Email is now a separate field to preserve user privacy.
1734        * Enforces (politely) that there are no duplicate emails in the database
1735        * Database abstraction layer with very nice debugging features (just append
1736          true at the end of the call, and you'll see the query, the results, the
1737          query plan and number of affected rows.  Also allow future upgrade to
1738          postgres.
1739        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.