root/trunk/wifidog-auth/CHANGELOG @ 1013

Revision 1013, 77.9 KB (checked in by benoitg, 7 years ago)

* dump_initial_data_postgres.sh: Add the
content_available_display_pages table to the dump, can someone
re-generate the initial data from a working install
* Remove the ?> tags from all the classes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
2        * dump_initial_data_postgres.sh:  Add the content_available_display_pages table to the dump, can someone re-generate the initial data from a working install
3        * Remove the ?> tags from all the classes.
4
52006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
6        * Fix bug where right_area_bottom content wouldn't be displayed.
7        * Minor CSS cleanup
8
92006-03-28 François Proulx <francois.proulx@gmail.com>
10        * Fixed error in initial schema (bad client encoding)
11       
122006-03-28 François Proulx <francois.proulx@gmail.com>
13        * Fixed schema 37 : left_area_top
14        * Updated initial schema
15       
162006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
17        * First step in massive simplification of CSS and templates
18        * Implement the new main CSS structure
19        * Implement working content assignation interface and content ordering for both network and nodes.
20        * Display of content according to assignation work on 'portal' and 'login'.  'everywhere' not yet implemented
21        * Get rid of some ISF specific interface elements
22        * Finally replace the overly complicated start button by a "Use the Internet" link that will not
23         get you out of your working tab
24        * Fix #118
25
262006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
27        * 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.
28        This is still not recommended however.
29        * Remove some spurious error ouptut on logout.
30        * Remove potential error in network id parsing
31
322006-03-22 François Proulx <francois.proulx@gmail.com>
33        * Fixed Google Maps URLs bug
34        * Since Google Maps does not provide Javascript over SSL (it does but the certificate does not match)
35          the code path to the map does not use SSL, but the outgoing URLs do.
36        * Removed lost echo in Locale.php
37       
382006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
39        * login/index.php: Remove huge security hole introduced by stylistic changes in the file. 
40        A user could login to any hotspot by simply filling a blank form because of a gratuitous
41        change from empty to is_null everywhere.  Remove escaping or REQUEST parameters in non SQL
42         related code, as this would lead to double unescaping down the line.  Remove logic dependent
43          on encapsulated side effects of object method call.
44
452006-03-19 François Proulx <francois.proulx@gmail.com>
46        * Updated French translations
47       
482006-03-18 Rob Janes <janes.rob@gmail.com>
49        * path_defines_base working for combinations of DocumentRoot, Alias,
50          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
51          and WIFIDOG_ABS_FILE_PATH dynamically.
52        * classes/Locale.php::getBestLanguage changed to correctly parse
53          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
54          Ignores SESS_LANGUAGE_VAR if invalid.
55
562006-03-18 Rob Janes <janes.rob@gmail.com>
57        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
58
592006-03-16 François Proulx <francois.proulx@gmail.com>
60        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
61        * Cleaned up a bunch of stale TODOs
62       
632006-03-16 Max Horváth <max.horvath@maxspot.de>
64        * updated language files (new german strings have already been translated)
65        * added LDAP authentication
66        * Dependencies class can check for an PHP extension now
67        * Dependencies class can check for multiple files on a single dependency now
68        * Authentication classes moved to it's own directory
69        * The getAuthenticator method now uses the much safer and faster
70          call_user_func_array function to return an authenticator object
71        * the available authenticator classes are now being displayed in a select
72          box on the network administration page
73        * the link to and the Google hotspots map as is won't be shown to an
74          unauthenticated user at a real hotspot
75
762006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
77        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
78
792006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
80        * init_php.php: Try to fix #102 by inspection
81        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
82          into AbstractDb.php to prepare for eventual switch to PDO file.
83        * incoming_outgoing_swap.php:  Delete file, closes #85
84
852006-03-09 Max Horváth <max.horvath@maxspot.de>
86        * fixed small bug in the InterfaceElements class
87        * fixed PHP notices in portal/index.php and Locale class
88        * fixed small bug in Authenticator class which in resulted in a fatal PHP
89          error if a user logged out when his session was already gone
90    * using the {$isUserAtHotspot} smarty variable you can check now in every
91      template if a user calls the portal from a hotspot or not
92
932006-03-08 Max Horváth <max.horvath@maxspot.de>
94        * fixed small bug where clicking on the start button at the portal page
95          didn't open the wifidog portal, but the requested page
96        * updated source to generate a clean PHPdoc output
97        * updated PHPdoc generating script
98
992006-03-07 Max Horváth <max.horvath@maxspot.de>
100        * init_php.php now does a 100% strict check for variable types of
101          elements to be processed when magic_quotes are turned on
102        * fixed duplicate use of SSL_AVIABLE define in common.php
103          This fixes ticket #95.
104        * fixed problens with slashes in htospots_map.php
105          This fixes ticket #97.
106        * fixed variable typo in NodeListXML.php
107        * introduced new InterfaceElements class which is being used to create
108          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
109          we had i.e. on the node administration page (unclosed div).
110          It is being used on the node administration page now and will be updated
111          for the other admin pages ...
112        * when adding an owner or tech officer on the node admin page and pressing
113          enter in the input field the statistics where called (no owner or tech
114          officer was added) - this has been fixed
115        * database schema update 35 wasn't compatible with PostgreSQL version 7,
116          the update script has been changed to be compatible with it ...
117          This fixes ticket #94.
118        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
119          been included
120          This fixes ticket #98.
121        * on node administration page owners have less rights than admins
122
1232006-03-02 Max Horváth <max.horvath@maxspot.de>
124        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
125          transparency of PNGs
126
1272006-02-28 Max Horváth <max.horvath@maxspot.de>
128        * the content selector for an owner could produce notices
129        * the button add existing content in the content manager will only be shown
130          if content is actually available
131        * the start button on the portal page won't be shown anymore if a user
132          didn't access it from a WiFiDog hotspot
133        * deleted wifidog/templates/message_unknown_hotspot.html as this error
134          message will be displayed using the genecir error message template
135        * display of generic error messages will be handled by the MainUI class
136        * deleted wifidog/portal/missing_original_url.php as its functions is being
137          handled by wifidog/portal/index.php now
138        * deleted wifidog/templates/message_default.html as its functions is being
139          handled by wifidog/gw_message.php now
140        * deleted wifidog/templates/message_activate.html as its functions is being
141          handled by wifidog/gw_message.php now
142        * account validation hints finally show the real validation grace time
143          (used to display 15 minutes)
144        * deleted wifidog/templates/message_denied.html as its functions is being
145          handled by wifidog/gw_message.php now
146        * deleted wifidog/templates/message_failed_validation.html as its functions
147          is being handled by wifidog/gw_message.php now
148        * deleted wifidog/templates/user_management_menu.html as its not being
149          used anymore
150        * deleted wifidog/local_content/default/footer.html as its not being
151          used anymore
152        * deleted wifidog/local_content/default/header.html as its not being
153          used anymore
154        * deleted wifidog/local_content/default/portal.html as its not being
155          used anymore
156        * deleted wifidog/local_content/default/new.css as its wasn't ever used
157        * deleted wifidog/local_content/README as its content isn't valid anymore
158          used anymore
159        * Login site now uses a Smarty template to render HTML page
160        * class MainUI now also delivers $isOwner variable for Smarty
161
1622006-02-26 Max Horváth <max.horvath@maxspot.de>
163        * Hotspots map page now uses a direct Javascript call for the link
164          "Show me on the map" (resulting in the browser not jumping to the top of
165          the page if a user clicks on such a link)
166        * refactored hotspot status page, it now uses node list classes to generate
167          output
168        * WIFI411_CSV has been removed from hotspot status page - it didn't work
169          properly - a working version can be added to /wifidog/classes/NodeLists
170        * RSS feed of hotspot status now delivers language of user
171        * RSS and XML feed of hotspot status now actually do deliver data from
172          the requested network (before the code accepted network selection but
173          actually switched back to the current network)
174        * RSS feed of hotspot status page now gets announced in browser
175
1762006-02-25 Max Horváth <max.horvath@maxspot.de>
177        * fixed undefined variable bugs in statistic classes (use of date_from and
178          date_to), variables were processed directly from request, without any
179          check
180          This fixes ticket #71.
181        * clicking on a username in user logs now generates a individual user
182          report as it does when clicking on a username on the online users page
183        * Changing the value of the "Is persistent" checkbox doesn't have to
184          saved when JavaScript is enabled in the browser. Before this change
185          you had to save a content. So if you wanted to delete a persistant content
186          you first had to uncheck this checkbox, save the content and delete the
187          content after saving it. If JavaScript is enabled in your browser you
188          can go straight ahead, uncheck the checkbox and delete the content.
189          This fixes ticket #73.
190        * when processing global arrays if magic quotes is enabled, WiFiDog will
191          check for type variables
192          This fixes ticket #84.
193        * the RSS feed of nodes now delivers the correct link to the nodes homepage
194          This fixes ticket #80.
195        * small fix in schema_validate.php which should affect nobody (in schema
196          version 9)
197          This fixes ticket #79.
198        * fixed "Show all available contents for this hotspot" link which didn't
199          work if WiFiDog wasn't located in the root folder of the webserver
200        * the "Show all available contents for this hotspot" link won't be shown
201          anymore unless all requirements are meet that all content of a hotspot
202          would be shown. The requirements are: you need to have at least one
203          Content Group tagged artistic and locative content, with at least one
204          content group element available for display.
205          This fixes ticket #35.
206        * adjusting the location of a node via the Google maps geocoding service)
207          and clicking the button "Use these coordinates" didn't work
208          This fixes ticket #81 and #82.
209        * the content select box now only shows the content to a user of which is
210          is the owner from (same mechanism has already been used on the content
211          manager page) or all content if the user is a superadmin
212        * wifidog/admin/content_admin.php removed, because the content manager now
213          uses the generic object administration interface
214        * the creation date of a network can be changed now (this value wasn't
215          displayed in the admin interface, even though it was present in the
216          database)
217        * revamped administration sidebar, cleaner interface for the superadmin,
218          for the owner of a node nothing changes
219        * added "server administration" section to the administration interface
220        * Added administration of webservers. For one webserver not much changes.
221          The SSL available setting has been moved to this section (and removed
222          from config.php). Running WiFiDog on two or more webserver (with one
223          database) you now can define the different hostnames of the webserver.
224          Of course you can also define, which of those webserver serves SSL. This
225          is for example essential for the Google maps feature (different API keys
226          for different hostnames)
227        * for every network you now can define it's own Google Map initial values
228          and map types
229        * Hotspots map page now supports different maps for different networks
230        * Hotspots map page now supports different map types for different networks
231          This fixes ticket #69
232        * Hotspots map page now offers full multilingual support (text in the
233          JavaScript file was english only)
234        * Hotspots map page now uses a Smarty template to render HTML page
235
2362006-02-21 Max Horváth <max.horvath@maxspot.de>
237        * fixed access restriction for HTMLeditor in templates folder
238        * fixed XML error in HTMLeditors CSS and HTML templates
239        * fixed undefined variable bug in content class ContenGroup
240        * start page now uses a Smarty template to render HTML page
241        * start page now also displays information about deployed/operational nodes
242        * information about valid/online users and deployed/operational nodes gets
243          cached if caching has been enabled (valid/online users for 1 minute,
244          deployed/operational nodes for 5 minutes)
245
2462006-02-17 Max Horváth <max.horvath@maxspot.de>
247        * refactored lost username site - now it also includes the help toolbox
248        * lost username page now focuses input field automaticly (like on login or
249          signup page)
250        * refactored lost password site - now it also includes the help toolbox
251        * lost password page now focuses input field automaticly (like on login or
252          signup page)
253        * refactored sesend validation email site - now it also includes the help
254          toolbox
255        * refactored resend validation email page now focuses input field
256          automaticly (like on login or signup page)
257
2582006-02-16 Max Horváth <max.horvath@maxspot.de>
259    * added full PHPdoc documentation to Mail class
260    * added more temporary-email-address-providers to the black-list
261        * Login site now uses a Smarty template to render HTML page
262        * refactored signup site - now it also includes the help toolbox
263        * removed Phlickr directory in /lib dir as Phlickr must be installed via
264          PEAR
265        * modified gen.sh to include new template folders for the
266          translation file generation
267
2682006-02-15 Max Horváth <max.horvath@maxspot.de>
269        * Login site now uses a Smarty template to render HTML page
270
2712006-02-14 Max Horváth <max.horvath@maxspot.de>
272        * converted Session class to PHP5 style
273        * moved code used used to init PHP into wifidog/include/init_php.php
274        * fixed bug regarding APC (super globals weren't initialized before their
275          first use
276        * in an attemp to enter the administration interface of WiFiDog and not
277          being logged in you'll be redirected to the administration interface after
278          a successful login, if you are an admin or owner of a node. This only
279          works for a virtual login, as it isn't needed to be done when logging in
280          via a WiFiDog node (then you have to login anyway on the splash page
281          first)
282        * fixed preview of network in administration interface as content for a
283          network as is isn't available in the code, yet
284
2852006-02-13 Rob Janes <janes.rob@gmail.com>
286    * cron/cleanup.php needed new way to call common.php
287        * added cron/vacuum.php to round things out
288
2892006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
290        * Fix a bunch of file inclusion bugs in the statistics subsystem.
291          This is only a ad-hac fix. It seems the requires for just about every
292          class have been stripped off. This must be fixed, all classes should
293          require_once all classes or include that they need that isn't included by
294          a parent class.
295
2962006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
297        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
298        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
299          file
300
3012006-02-04 Max Horváth <max.horvath@maxspot.de>
302        * MainUI class now uses Smarty templates to render HTML pages
303        * display of debug messages by using $_REQUEST['debug_request'] on any
304          page is now only possible for a super admin
305        * caching class now supports lifetime of a cache and every data type
306          supported by PHP (except the resource-type)
307        * Content class caches available content plugins for 7 days if caching has
308          been enabled -> results in a nice speed-up on every page call because
309          of 17 saved filesystem queries
310        * converted Security class to PHP5 style and it's functions to static
311          functions
312        * fixed broken HTMLeditor support
313        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
314          installed it strips down all potentially dangerous content within HTML
315          that has been entered using the content plugins Langstring,
316          TrivialLangstring and HTMLeditor
317        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
318        * fixed thrown exception in path_defines_base.php (sprintf() was used
319          uncorrectly)
320        * template for definition of SYSTEM_PATH has been added to config.php
321          for easier definiton when path detection failes
322        * from now on caching is enabled by default in config.php - it means that
323          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
324          has been installed
325        * updated installation file to represent all the new modules that can be
326          installed to use all WiFiDog features
327
3282006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
329        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
330          more meaningfull output
331
3322006-01-29 Max Horváth <max.horvath@maxspot.de>
333        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
334          both PHP caches, because WiFiDog currently doesn't run with either of
335          those PHP caches (I'm still investigating why)
336        * added a missing <ul> HTML tag on the administration page
337        * the validation mail sent to new users now includes the full path to the
338          WiFiDog installation (before it assumed WiFiDog to be installed in
339          the document root of the webserver)
340        * fixed display of start button of portal when WiFiDog is not installed
341          in the document root of the webserver
342        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
343          path_defines_base.php
344        * updated HTMLeditor content class to use the new, moved stylesheet.css
345        * fixed error messages not displaying technical support e-mail address
346
3472006-01-25 Max Horváth <max.horvath@maxspot.de>
348        * a notice message regarding timezones was being displayed when running PHP
349          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
350          in config.php named DATE_TIMEZONE. Set it to your local timezone.
351          Don't forget to update your local.config.php in case you're using it.
352
3532006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
354        * Dependencies.php:  We missed one more instance of non-unifrom code for
355          path detection. The Dependencies class now uses the code in
356          include/path_defines_base.php like the rest of the system. Also make it
357          returns more usefull error messages.
358        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
359      cannot be found for some reason.
360
3612006-01-23 Max Horváth <max.horvath@maxspot.de>
362        * Removed compiled PHPdoc documentation
363        * moved createDoc.sh to "doc" directory, documentation can be generated on
364          the fly now, in the future we'll be generating a nightly PHPdoc on
365          wifidog.org
366        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
367          PHPdoc
368        * moved "header.gif" image to its own folder in the images directory
369        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
370          compiling without any warnings
371        * Initialized uninitialized variables in Node class
372        * Fixed initialization error of one variable
373        * Configuration file (config.php) will be read before path detection is
374          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
375
3762006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
377        * common.php: Real fix for Ticket #59 ;)
378        * common.php: Untested fix for Ticket #59
379
3802006-01-18 François Proulx <francois.proulx@gmail.com>
381        * Remove unneeded .cvsignore files since the svn:ignore property is set to
382          the same list
383
3842006-01-11 Rob Janes <janes.rob@gmail.com>
385    * classes/User.php: added setters, getters, throw exceptions, added
386      refresh() subr, tweaked language
387
3882006-01-09 Max Horváth <max.horvath@maxspot.de>
389        * createDoc.sh: added description of how to install requirements
390
3912006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
392        * common.php: Improve path detection code, and start moving PATH detection
393          back to a central location. You should NEVER go to any $_SERVER[]
394          variables for path related stuff, all you need is already available
395          in defines.
396        * UserReport.php: Remove dangling reference to BASEPATH.
397        * install.php: Use centralised path detection.
398
3992006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
400        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
401          making one less config option to manage.  It is now autodetected.
402
4032006-01-03 Rob Janes <janes.rob@gmail.com>
404        * added support for classes/EventLogging.php.
405        * modified include/common.php to pull in the EventLogging class
406        * modified index.php to kick start error logging with minimal setup.
407          I didn't setup a css for this, so any errors are simply pushed out
408          when the logging channel is destructed.
409        * other changes to include/common.php - a host of utility functions,
410          prefixed with "cmn" to avoid namespace collision.
411        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
412          to include/common.php, wrapping the require_once in a function.
413
4142006-01-04 Pascal Leclerc <isf@plec.ca>
415    * install.php: New security validation and small bugs fix in admin account
416      creation
417
4182006-01-02 Rob Janes <janes.rob@gmail.com>
419        * split static stylesheet.css from smarty template stuff.
420          local_content/default/stylesheet.css has only smarty template stuff.
421          local_content/common/stylesheet.css has all the rest.
422        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
423          still smarty fetching the templated stylesheet.
424        * classes/SmartyWifidog.php changed to set a smarty template variable so
425          that the templating stylesheet could work.
426
4272005-12-29 François Proulx <francois.proulx@gmail.com>
428        * Integrating Philippe's code for User class
429        * This build needs extensive testing please
430        * E-mail blacklisting (Mail class)
431
4322005-12-29 François Proulx <francois.proulx@gmail.com>
433        * Added Aidan's file_exists_incpath function to Dependencies class
434        * Translated and standardized most of PostgreSQL abstraction class.
435        * Removed blank lines at end of many files
436        * Tested the new Phlickr package, which fixes URL on Flickr
437
4382005-12-28 Max Horváth <max.horvath@maxspot.de>
439        * Removed BASEPATH define from source - resulting in a better
440          require-overview
441        * speed improvement of 7% by optimizing Dependencies class
442        * improved documentation of content classes
443
4442005-12-26 François Proulx <francois.proulx@gmail.com>
445        * Fixed bug when the same user was owner of many nodes
446        * Added missing reference to content_display_location initial data in dump
447          script
448
4492005-12-26 François Proulx <francois.proulx@gmail.com>
450        * Tiny modifications to config.php
451        * Reinserted the deprecated defines, created errors on my system
452        * Fully translated FormSelectGenerator class, Locale
453        * Added comments to Utils, Locale etc..
454        * Fully tested installation from scratch using blank database with
455          installation script
456        * Improved installation script a bit
457        * Synched SQL for CVS schema 29 --> 33
458
4592005-12-26 Max Horváth <max.horvath@maxspot.de>
460        * added new headers to every source file
461        * converted file to represent a tab as four (4) spaces
462        * added PhpDocumentor documentation
463        * added WiFiDog skin to HTMLeditor
464        * language selection in a content class now shows the language name instead
465          of the language code
466        * added caching support to content classes Langstring and TrivialLangstring
467
4682005-12-15 Max Horváth <max.horvath@maxspot.de>
469        * fixed bug in dependencies class when gettext support for PHP is not
470          available
471
4722005-12-14 Max Horváth <max.horvath@maxspot.de>
473        * fixed bug in config.php:59 ... was unable to select DB server
474
4752005-12-08 Max Horváth <max.horvath@maxspot.de>
476        * added FCKeditor to the supported libraries
477        * added new content type: HTMLeditor
478        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
479          config.php
480        * HTMLeditor is the first class using the new caching class
481        * removed unused function from content type Langstring
482        * beautified and reorganized config.php and added a new switch for the
483          caching class
484
4852005-12-06 Max Horváth <max.horvath@maxspot.de>
486        * fixed SQL bug when calling the "report configuration" page as a node owner
487
4882005-12-05 François Proulx <francois.proulx@gmail.com>
489        * Crunched the Google Maps Div block for better display on small screens
490
4912005-12-05 Max Horváth <max.horvath@maxspot.de>
492        * fixed bug when calling the preview version of a login page
493
4942005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
495        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
496          change works with postgresql 7.4 and 8. It is still not understood why
497          ISF doesn't encounter this bug on it's production server.
498
4992005-11-28 François Proulx <francois.proulx@gmail.com>
500        * Improved Flickr user output
501        * Mostly completed Flickr admin UI
502        * Changed display algorithm to display sequentially
503
5042005-11-25 Rob Janes <janes.rob@gmail.com>
505        * EventLogging class initial checkin
506
5072005-11-14 Max Horváth <max.horvath@maxspot.de>
508        * fixed path to included classes
509          Guys, please check the paths to included files twice next time you're
510          moving files
511
5122005-11-12 François Proulx <francois.proulx@gmail.com>
513        * Fixed schema 33 update
514        * fixed css
515
5162005-11-11 François Proulx <francois.proulx@gmail.com>
517        * Fixed Admin hotspot location map
518        * Take note: Google Maps updated their API key system, so that you simply
519          need to register a key for the whole domain.
520          ie. one key for http://auth.abc.org will work even in sub-directories
521        * Changed the Content classes structure to make them "pluggable" more easily
522          as requested during last developpers meeting
523        * node_list.php now support column sorting, node_id are naturally sorted
524          (numerical order, alphabetic)
525        * Added 2-dimensionnal natural sort algorithm to Utils class
526        * fixed Node::getSelectNodeUI to naturally sort by node_id
527        * Improved Flickr content class
528        * Modified Flickr database schema
529        * Modified CSS look and feel
530
5312005-11-08 Philippe April  <philippe@ilesansfil.org>
532        * Put a note to mention the roles of users in the logged in users list
533        * Fixed online users link to statistics
534
5352005-11-01 Max Horváth <max.horvath@maxspot.de>
536        * added german translation
537        * modified gen.sh to include geocoder and statistics classes for the
538          translation file generation
539        * modified hotspot status page to allow translations of every string
540        * modified node list page to allow translations of every string
541        * modified FAQ page to allow translations of every string
542        * fixed bug in FAQ page which caused the Safari browser to display very
543          large text
544        * modified online users page in administration to allow translations of
545          every string
546        * added Phlickr directory to /lib
547
5482005-10-25 Francois Proulx <francois.proulx@gmail.com>
549        * /classes/DateTime.php : First iteration of DateTime abstraction class
550        * Basic support for datetime input field.
551        * TODO : Overhaul with full-fledged datetime selector...
552
5532005-10-25 Francois Proulx <francois.proulx@gmail.com>
554        * AuthenticatorRadius : Fixed legacy variable misuse
555
5562005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
557        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
558          actually tested. Guys, read the documentation of the function parameters
559          when you code, it's there to help you ;)
560
5612005-10-21 Francois Proulx <francois.proulx@gmail.com>
562        * Integration testing for Radius debugging
563        * Added network_id parameter to hotspot_status.php for selecting network
564        * Default network will be automatically selected...
565
5662005-10-04 Francois Proulx <francois.proulx@gmail.com>
567        * Scaled down network logo
568        * Changed CSS accordingly
569        * Modified online users SQL query to sort better
570
5712005-10-04 Francois Proulx <francois.proulx@gmail.com>
572        * Removed unwanted file from checkout
573
5742005-10-07 Philippe April  <philippe@ilesansfil.org>
575        * Released wifidog-auth-1.0.0_m2
576
5772005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
578        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
579          AuthenticatorLocalUser but disalowing new user signup.  When setting up
580          a server, you can add your users, and then change the authenticator class
581          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
582        * signup.php: Actually enforce it. Still needs improvement, as the network
583          is still shown for signing up.
584
5852005-10-04 Francois Proulx <francois.proulx@gmail.com>
586        * Translated some error message in SQL abstraction
587        * Cleaned up error messages when starting from scratch
588        * Added link to install script, when the database is empty.
589        * Fixed initial data dump script
590
5912005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
592        * Remove a bunch of deprecated methods from the Node object,
593          document undocumented methods.
594        * Make the node id editable.  This allows the gateway "MAC address as node
595          ID" patch by London wireless to be usable with the standard auth server,
596          and to transition to using MAC address as node ID.
597        * Fix a saving problem with all the content types with some versions of PHP
598        * Add a new Content type:  IFrameRest.  This allows the result of a REST
599          style query returning HTML to be displayed in a HTML iframeset. Currently
600          supported are substitution of the node_id, the user_id and the last
601          display date in the get query.
602        * CVS version of the auth server should now be "reasonnably" safe to use in
603          production, so the 2005-09-01 notice is no longuer in effect.
604
6052005-10-04 Francois Proulx <francois.proulx@gmail.com>
606        * Translated signup page messages
607
6082005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
609        * Partial login page content manager support (Node only for now)
610
6112005-09-27 Philippe April  <philippe@ilesansfil.org>
612        * Guess the best language from what the browser sends,
613          otherwise use the default.
614
6152005-09-26 Francois Proulx <francois.proulx@gmail.com>
616        * Translated the few new sentences on the login page
617
6182005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
619        * login/index.php, stylesheet.css:  Make the create new account bigger, and
620          remove unnecessary words.
621
6222005-09-26 Francois Proulx <francois.proulx@gmail.com>
623        * Completed translations
624
6252005-09-26 Francois Proulx <francois.proulx@gmail.com>
626        * Fixed annoying bug in new google maps code
627
6282005-09-25 Francois Proulx <francois.proulx@gmail.com>
629        * Complete rewrite of Google maps code, now stands as a js class
630        * relooking of mapping stuff
631        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
632        * fixed broken xml, damn blank lines...
633
6342005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
635        * Statistics:  At long last, the monster statistics commit.
636          We finally have a stable, documented and uniform codebase for statistics.
637          This resulted is removal of several functions in other classes too.
638          There are a few new reports, but mostly, each report is a lot more
639          flexible.
640          Still TODO:
641          - Security:  This is to be implemented directly in the Statistics class,
642            by forcing restrictions to the selected nodes and network.
643          - Support selecting multiple users for a report.
644            The code and SQL queries support it, but the UI doesn't. An easy and
645            quick way would be to simply parse a coma-separated list. Comment are
646            off course welcome!
647
6482005-09-25 Francois Proulx <francois.proulx@gmail.com>
649        * Updated initial SQL script to schema 29
650        * Remove useless includes in some files, preventing from using the "plugin"
651          contents
652
6532005-09-25 Philippe April  <philippe@ilesansfil.org>
654        * Make method getCurrentRealNode ORDER BY DESC so it picks
655          up the latest network name
656
6572005-09-20 Francois Proulx <francois.proulx@gmail.com>
658        * Changed the output layout of the Google Maps hotspots list
659        * Added "Loading" message on Google Maps
660
6612005-09-17 Francois Proulx <francois.proulx@gmail.com>
662        * Fixed forgotten reference to getNetwork in AuthLocalUser
663
6642005-09-17 Francois Proulx <francois.proulx@gmail.com>
665        * Fixed a few bugs in Radius class
666        * Improved syntax and completed 100% of French translations
667
6682005-09-17 Francois Proulx <francois.proulx@gmail.com>
669        * Fixed RADIUS bug #1287000
670
6712005-09-16 Francois Proulx <francois.proulx@gmail.com>
672        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
673        * This class provides UTF-8 mailing for validation e-mail, lost password,
674          lost username...
675        * Fixes reported bug where users would not receive validation email on
676          some servers
677
6782005-09-13 Francois Proulx <francois.proulx@gmail.com>
679        * Added bytes in words for online users
680
6812005-09-13 Francois Proulx <francois.proulx@gmail.com>
682        * Fixed bug in user stats
683
6842005-09-13 Francois Proulx <francois.proulx@gmail.com>
685        * Added access permissions for statistics.
686
6872005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
688        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
689          account_origin as a parameter to the authenticator was wrong.  To fix it
690          manually if you already ran the script, you must quote the parameter in
691          column network_authenticator_params in the networks table.
692        * Network.php:  Fix improper quoting of Authenticator arguments.
693        * RssPressReview.php:  Make expansion of today's item optionnal.
694
6952005-09-11 Francois Proulx <francois.proulx@gmail.com>
696        * Fixed dependency check, found a workaround for the file_exists problem
697
6982005-09-11 Francois Proulx <francois.proulx@gmail.com>
699        * Added dependency check for Phlickr
700
7012005-09-11 Francois Proulx <francois.proulx@gmail.com>
702        * Fixed Flickr support
703        * Now using PEAR version of Phlickr
704        * Download the latest package and install like this: pear install
705          PhlickrXYZ.tar.gz
706
7072005-09-10 Francois Proulx <francois.proulx@gmail.com>
708        * Fixed dependency check
709
7102005-09-10 Francois Proulx <francois.proulx@gmail.com>
711        * Removed many blank lines after php tags
712        * added more checks, for dates etc...
713        * changed sorting mode
714
7152005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
716        * Add UI to add a new Network
717        * Improve UI to add a new Node and new Content
718
7192005-09-10 Philippe April  <philippe@ilesansfil.org>
720        * signup.php: Fixed bug in detecting is the user is already part of the
721          network.
722        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
723          users from logging out.
724        * add BASEPATH to most files with require_once
725        * Added dependency checking class
726        * Don't show the admin menu if user does not have access
727        * Got rid of user_log_detailed.html, using stats.php instead
728
7292005-09-10 Francois Proulx <francois.proulx@gmail.com>
730        * Automatically redirect user to login form when trying to access admin
731        * Added various isset, empty tests, vars init in stats (to avoid PHP
732          warning)
733
7342005-09-08 Philippe April  <philippe@ilesansfil.org>
735        * New stats system with graphs
736        * Changed the UI a bit to reflect this change
737        * Updated stylesheet
738
7392005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
740        * portal/index.php:  Custom portal redirect now operational.
741
7422005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
743        * MainUI:  Move call to garbage_collect() here.
744        * portal/index.php:  New feature:  Custom portal redirect.
745        * rework much of the logout code
746
7472005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
748        * login/index.php:  Fix getSplashOnlyUser() method call.
749
7502005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
751        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
752          news.
753        * login/index.php:  Reorganise code to make it more legible and comment what
754          it does. Emphasise error messages and put them right above where they
755          clicked so users can actually see them.
756        * Security.php:  Remove deprecated login code
757        * Authenticator.php: Change calling convention for better encapsulation
758        * New feature:  Support multiple simultaneous logins if enabled in network
759          configuration
760        * New feature (in testing): Splash-only node support
761
7622005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
763        * include/common.php:  Add code to undo the effect of magic_quote if enabled
764          in the server config.  It is still strongly recommended to disable
765          magic_quote
766        * Node.php:  Add UI for splash only node and custom portal
767        * Update schema
768
7692005-09-04 Francois Proulx <francois.proulx@gmail.com>
770        * Removed update.php script ( should not have been in CVS )
771        * Moved authenticator require in Network getAuthenticator()
772
7732005-09-03 Philippe April  <philippe@ilesansfil.org>
774        * Schema change: Added last_paged column to nodes table
775        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
776        * s/Networt/Network/
777        * Fixed signing up and validation, typos
778
7792005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
780        WARNING:  DO NOT use the CVS auth server in production until further notice.
781        Massive internal changes are underway.
782        Use the release tagged 1.0m1 in production.
783        * Network abstraction mostly complete, including UI.
784          All that is missing is new network creation, network stakeholder UI and
785          testing.
786        * Cleanup the config file of all the now unneeded constants.
787          Note that the install script is currently broken.
788          There can now be multiple networks on the server.
789          The install script will have to make sure that there is at least one, with
790          one super-admin
791
7922005-08-31 Francois Proulx <francois.proulx@gmail.com>
793        * Fixed bug where node ID containing periods, whitespaces or underscores
794          would confuse PHP
795        * MD5 hash is used to make sur the http vars are unique
796        * This is only valid for Node administration
797
798NOTE:  the 1.0m1 release was tagged here
799
8002005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
801        * Node.php:  Fix node creation
802
8032005-08-31 Francois Proulx <francois.proulx@gmail.com>
804        * Fixed new node creation bug
805
8062005-08-29 Philippe April <philippe@ilesansfil.org>
807        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
808          IE to see the map properly.
809
8102005-08-22 Pascal Leclerc  <pascal@plec.ca>
811        * install.php, Change javascript to OnClick + dependencie note
812        * schema_validate.php, Fix broken DB update for install.php
813        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
814          installed
815
8162005-08-22 Francois Proulx <francois.proulx@gmail.com>
817        * Added edit button for quickly accessing Content editing mode
818        * Changed the layout so the admin ui fits in a tighter space
819
8202005-08-21 Francois Proulx <francois.proulx@gmail.com>
821        * Added reference to new street address fields in mapping page and on status
822          template
823        * Fix bug on line 756 of RssPressReview , added check for empty var.
824        * Flickr support is broken, added  bug to sf.net tracker
825
8262005-08-21 Francois Proulx <francois.proulx@gmail.com>
827        * Node admin UI should now be completed.
828        * Minor bug fixes in Geocoder
829        * Merged node_owners and node_tech_officers table into node_stakeholders
830
8312005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
832        * New schema version
833        * install.php, tmp/magpie_cache/:  Move all magpie caches
834          to a central location, adjust install script to match.
835        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
836          a parameter to the page
837        * classes/Network.php, classes/Node.php:  Change content ordering to be most
838          recently subscribed first, this is a stopgap measure while waiting for
839          Content ordering to be explicitely settable.
840        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
841        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
842          and getFeedTitle() methods.
843          Fixes minor bugs
844
8452005-08-17 Pascal Leclerc  <pascal@plec.ca>
846    * Added install script + minor changes in schema_validate.php
847
8482005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
849        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
850
8512005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
852        * Run sync_sql_for_cvs.sh
853        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
854          which no longer exists
855        * .project:  Remove mistakenly commited file in last commit
856        * .cvsignore:  Add file to avoid previous error
857
8582005-08-12 Francois Proulx <francois.proulx@gmail.com>
859        * Added missing GisPoint fille to CVS
860        * Fixed some bugs
861        * Added Technical officer table
862        * Added technical officer management to node UI
863
8642005-08-12 Francois Proulx <francois.proulx@gmail.com>
865        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
866        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
867        * This is a stupid limitation of the Google Maps API which matches the
868          complete URL path
869        * Added /classes/GisPoint.php class
870        * Will add geocode + Google Maps capabilities very soon
871        * Notice : the XML schema will change very soon...
872        * I will try to keep the streetAddress field intact so I won't break
873          backward compat.
874
8752005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
876        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
877          constructor
878        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
879          reflect it's independently maintained status
880        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
881        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
882          admin UI written.
883        * wifidog/include/schema_validate.php:  Create the table structure for the
884          new RssAggregator.
885          Remove rss_url in nodes table, no longer needed.  Move it's data to the
886          new Content class.
887
8882005-08-11 Francois Proulx <francois.proulx@gmail.com>
889        * Refactored the Admin UI.
890        * I need to write the upload form and rewrite statistics
891
8922005-08-10 Francois Proulx <francois.proulx@gmail.com>
893        * More GIS stuff
894
8952005-08-10 Francois Proulx <francois.proulx@gmail.com>
896        * Added Geocoders
897          - /classes/AbstractGeocoder.php
898          - /classes/Geocoders/GeocoderCanada.php
899          - /classes/Geocoders/GeocoderUsa.php
900        * This will be used for enterring GIS data
901        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
902
9032005-01-25 Pascal Leclerc  <pascal@plec.ca>
904        * Fix hardcoded images path in classes/MainUI.php
905
9062005-07-25 Francois Proulx <francois.proulx@gmail.com>
907        * Fixed bug in hotspot_status , added htmlspecialchars();
908        * This solved the bug where ampersands would break the XML
909
9102005-07-17 Francois Proulx <francois.proulx@gmail.com>
911        * Fixed bugs in gen.sh, compile.sh locale scripts
912
9132005-07-12 Francois Proulx <francois.proulx@gmail.com>
914        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
915          element to networkMetadata
916
9172005-07-12 Francois Proulx <francois.proulx@gmail.com>
918        * Fixed XML protocol for exchanging hotspots status.
919        * Should now be considered stable (stamped v1.0)
920        * Fixed hotspots status map to reflect the changes
921        * Added french translations
922
9232005-07-11 Francois Proulx <francois.proulx@gmail.com>
924        * Changed link to hotspots map using NON ssl because Google Keys are
925          sensitive to the whole path.
926
9272005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
928        * classes/RssPressReview.php: Begin rewrite.
929        * classes/MainUI.php: Add addFooterScript() function.
930        * venues_map.php:  Workaround the IE DOM problem.
931
9322005-07-05 Francois Proulx <francois.proulx@gmail.com>
933        * Changed wording in hotspots status page added legend
934
9352005-07-05 Francois Proulx <francois.proulx@gmail.com>
936        * Minor adjustements to icon positionning
937
9382005-07-05 Francois Proulx <francois.proulx@gmail.com>
939        * Changed google maps marker icons
940
9412005-07-05 Francois Proulx <francois.proulx@gmail.com>
942        * Added missing elements in XML exchange format
943        * Stable v1.0 for XML exchange format and Google Maps mapping
944        * Added GMaps constants to config file
945        * Unsmartied index.php , added link to map
946        * Check config.php to set corresponding values
947        * You can now use hotspot_status.php?format=XML along with xslt query string
948          parament to convert your XML document
949        * For this to work, You need to have activated XSLT ( see config file )
950
9512005-07-05 Francois Proulx <francois.proulx@gmail.com>
952        * Added Google Maps mapping venues_map.php
953        * /js/venues_status_map.js  JavaScript code for Mapping
954        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
955          a snap
956
9572005-07-03 Francois Proulx <francois.proulx@gmail.com>
958        * Updated the XML venues status format ( version 1.0, once approved )
959        * Added long / lat fields to nodes table ( for mapping purposes )
960
9612005-06-17 Francois Proulx <francois.proulx@gmail.com>
962        * Added IFrame and SimpleIFrame content types.
963
9642005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
965        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
966          non-persistent, no matter the checkbox.  Move the code to
967          TrivialLangstring.php where it belongs.
968
9692005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
970        * portal/inted.php:  Implement the start button functionnality (maybe it
971          would be better to call it "use the Internet").  From now on, once
972          authenticated and when pressing the start button on the portal, the user
973          will be sent to the page he originally tried to access.  A second window
974          will be popped with the portal page so he can come back to it. The window
975          is collapsed, and can be expanded back by clicking on the link. I tried
976          to make it cross platform (and mostly did) but it's still buggy in IE.
977
978          At the same time, this fixes the goof reported by Rob Kelley of
979          nycwireless.net
980
981        * portal/missing_original_url.php:  Displayed when the user tries to use the
982          start button but for some reason the original url is unavailable
983        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
984          URL in the user's URL bar.
985
986
9872005-06-17 Francois Proulx <francois.proulx@gmail.com>
988        * Removed forced Pattern Language on all hotspots
989        * Do not show hotspot logo in portal page, only on login, until we find a
990          better layout
991
9922005-06-16 Francois Proulx <francois.proulx@gmail.com>
993        * Added XML output format for hotspot_status.php
994        * Rough draft v1.0
995        * TODO move to different classes once stabilized
996        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
997        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
998        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
999
10002005-06-06 Francois Proulx <francois.proulx@gmail.com>
1001        * Added long description field to content table
1002        * MUST use schema_validate
1003        * Modified Pattern Language to be more generic
1004        * resend changelog
1005
10062005-06-06 Francois Proulx <francois.proulx@gmail.com>
1007        * Made changes to Pattern Language ( Kate Armstrong )
1008
10092005-05-30 Philippe April <philippe@ilesansfil.org>
1010        * Show username in user_stats.php instead of user_id
1011          and in other admin pages
1012
10132005-05-30 Francois Proulx <francois.proulx@gmail.com>
1014        * Changed language selectbox name so it does not clash with ISF's domain
1015          cookie
1016        * Fixed setlocale algorithm in Locale.php
1017
10182005-05-29 Francois Proulx <francois.proulx@gmail.com>
1019        * Missing null check in validate.php
1020
10212005-05-27 Francois Proulx <francois.proulx@gmail.com>
1022        * Changed the signup process to make it smoother for users
1023        * The user will automatically be granted the 15 minutes if he's signing up
1024          at a real hotspot
1025        * If the user closes his browser during the 15 minutes and loses its
1026          session, we will regenerate it
1027        * Added big red message to the top of the portal page, warning user to
1028          validate as soon as possible
1029        * Fixed translation typos
1030
10312005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1032        * Someone moved the fallback gettext functions definition (for when gettext
1033          isn't installed) inside the static setCurrentLocale method, completely
1034          breaking the system when PHP doesn't have gettext support.  This is an
1035          untested fix.
1036
10372005-05-24 Francois Proulx <francois.proulx@gmail.com>
1038        * Fixed bug in auth.php to let users go through when the click twice on the
1039          login button
1040        * Fixed bug in hotspot_log.php
1041
10422005-05-24 Francois Proulx <francois.proulx@gmail.com>
1043        * Added "Get access statistics" button to Node admin to get hotspot specific
1044          stats
1045        * Added search box in Users log to get a specific user stats quickly
1046
10472005-05-24 Francois Proulx <francois.proulx@gmail.com>
1048        * Fixed typo in some translations
1049        * Cleaned-up todos
1050
10512005-05-18 Francois Proulx <francois.proulx@gmail.com>
1052        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1053          layout)
1054
10552005-05-16 Francois Proulx <francois.proulx@gmail.com>
1056        * Changed login message in MainUI to make it clearer what the login button
1057          will do
1058
10592005-05-13 Philippe April <philippe@ilesansfil.org>
1060        * Added deployment status to node_list
1061
10622005-05-11 Francois Proulx <francois.proulx@gmail.com>
1063        * Began writing user profiles
1064        * Added many methods to User class
1065        * Added node quota fields in DB ( bandwidth, throttling ...)
1066
10672005-05-10 Francois Proulx <francois.proulx@gmail.com>
1068        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1069          gw_address, gw_port show physical login link
1070
10712005-05-10 Francois Proulx <francois.proulx@gmail.com>
1072        * Added download button CSS class to style button
1073
10742005-05-10 Francois Proulx <francois.proulx@gmail.com>
1075        * Fixed wrong method name in File.php
1076        * Added strip tags to Langstring
1077        * Basic styling of content_admin table
1078
10792005-05-04 Francois Proulx <francois.proulx@gmail.com>
1080        * Fixed serialization issue ( flickr)
10812005-05-04 Francois Proulx <francois.proulx@gmail.com>
1082        * Improved caching
1083        * Wrote very basic gridview code for Flickr
1084
10852005-05-04 Francois Proulx <francois.proulx@gmail.com>
1086        * Implemented caching for Flickr
1087        * Need to contact Phlickr to see how we could do better, since serialize
1088          does not work OK on objects
1089
10902005-05-04 Francois Proulx <francois.proulx@gmail.com>
1091        * Fixed bug concerning Content-Length header
1092        * Changed default Unit size for setLocalFileSize to bytes
1093
10942005-05-04 Francois Proulx <francois.proulx@gmail.com>
1095        * Added BLOB support
1096        * modified file_download.php to support new header attributes
1097        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1098        * Make sure your PHP.ini contains the right value to allow big downloads
1099        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1100        * ISF Live server is now configured to support 100 megabytes files
1101
11022005-05-04 Francois Proulx <francois.proulx@gmail.com>
1103        * Fixed CSS IE Bug
1104        * Fixed SQL query
1105        * NEED HELP FROM A WEB DESIGNER !!!!!
1106
11072005-05-03 Francois Proulx <francois.proulx@gmail.com>
1108        * Disabled logging in Pattern Language archives
1109
11102005-05-03 Francois Proulx <francois.proulx@gmail.com>
1111        * Having for SQL query... :-(
1112
11132005-05-02 Francois Proulx <francois.proulx@gmail.com>
1114        * PatternLanguage is now completed
1115
11162005-04-30 Francois Proulx <francois.proulx@gmail.com>
1117        * Logout button will now destroy session AND render token USED
1118
11192005-04-30 Francois Proulx <francois.proulx@gmail.com>
1120        * Fixed bug that could potentially let non owners add content in /content
1121          through content groups
1122        * Admin menu won't show node selector if the user is not owner of at least
1123          one hotspot
1124        * Added Width, height support for Picture
1125
11262005-04-30 Francois Proulx <francois.proulx@gmail.com>
1127        * Did my best for content styling ... ( it's 5h00 am )
1128
11292005-04-30 Francois Proulx <francois.proulx@gmail.com>
1130        * Updated sync_sql_for_cvs.sh
1131
11322005-04-30 François Proulx <francois.proulx@gmail.com>
1133        * ChangeLog entry missed by CVS ?!
1134        * Locale now decomposes the locale string by '_'
1135        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1136
11372005-04-30 François Proulx <francois.proulx@gmail.com>
1138        * Trying to solve RSS encoding bug...
1139        * Testing on live server
1140
11412005-04-29 François Proulx <francois.proulx@gmail.com>
1142        * Removed all inline unuseful javascript code on submit buttons
1143          onclick='submit()'
1144        * This conflicted with the actual click on the submit button in Safari
1145        * Fixed check in Network for isOwner, only check superAdmin
1146        * Fixed bug so you can't add an existing content group to itself (deadlock)
1147        * Started coding Pattern language narrative display
1148
11492005-04-29 François Proulx <francois.proulx@gmail.com>
1150        * Wrote User.php addcontent, removeContent, getAllContent()
1151        * Wrote Content.php subscrite() and unsubscribe()
1152        * Added parameters to getAllContent() in Node and Network
1153          (exclude_subscribed_content)
1154        * These will be used for subscribing a to some content
1155        * Pattern Language will be the first to use it
1156        * Online users lists
1157        * Fixed bugs in Node and Network ( isOwner check )
1158
11592005-04-28 François Proulx <francois.proulx@gmail.com>
1160        * Logout button build a query string containing gw_id, gw_address, gw_port
1161          ( if available ), so that a user at a physical hotspot will get the login
1162          page from the hotspot he is.
1163        * Fixed but in Locale ( did not propertly set the locale in the session )
1164
11652005-04-28 François Proulx <francois.proulx@gmail.com>
1166        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1167          message when connect to a real hotspot ( not virtual )
1168        * This message confused many users ( they clicked and got the virtual login
1169          instead ! )
1170        * Hide adminstration features ( statistics, hotspot creation, network wide
1171          content etc...) from all but Super admins
1172        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1173        * Added $associate_existing_content parameter to processNewContentUI to
1174          allows reuse for existing content ( in ContentGroup )
1175        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1176        * Added security check in all content classes ( ProcessAdminUI )
1177
11782005-04-26 François Proulx <francois.proulx@gmail.com>
1179        * Replaced show only content groups by show persistent
1180
11812005-04-26 François Proulx <francois.proulx@gmail.com>
1182        * Added missing /content directory
1183
11842005-04-26 François Proulx <francois.proulx@gmail.com>
1185        * Added /content/ for displaying all content elements
1186        * Logging is disable when viewing them
1187        * All content elements will expand
1188        * Pattern languages won't display everything ( special property )
1189          isExpandable
1190        * Added a link in portal pages to go to /content/
1191        * Added Show all contents button in content_admin.php
1192
11932005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1194        * Content.php, ContentGroup.php:  All Content now implement the
1195          isDisplayableAt($node).  Used by the portal, if content has nothing
1196          displayabel, the entire content is skipped.
1197
11982005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1199        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1200          disabled.
1201
12022005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1203        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1204          options supported. Rotation based on session may not be reliable if the
1205          user isn't truly logged in (from a node).
1206
12072005-04-26 François Proulx <francois.proulx@gmail.com>
1208        * Most of the missing translations
1209
12102005-04-26 François Proulx <francois.proulx@gmail.com>
1211        * Changed back File to non trivial
1212        * portal page stylesheet
1213
12142005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1215        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1216          element in isolation.  Unfortunately the UI allows if for now.  Such
1217          content will now be deleted.
1218        * Locale:  Fix string selection algorithm to pick the right language.
1219        * Content:  Implement display logging.
1220
12212005-04-26 François Proulx <francois.proulx@gmail.com>
1222        * stylesheet rework
1223
12242005-04-26 François Proulx <francois.proulx@gmail.com>
1225        * Fixed wrong location for change password link
1226
12272005-04-25 François Proulx <francois.proulx@gmail.com>
1228        * Portal page styling
1229
12302005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1231        * ContentGroup.php:  Previous fix didn't work.  New fix.
1232
12332005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1234        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1235
12362005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1237        * Fix bug in ContentGroup enumeration
1238
12392005-04-25 François Proulx <francois.proulx@gmail.com>
1240        * More stylesheets work
1241
12422005-04-25 François Proulx <francois.proulx@gmail.com>
1243        * Much better stylesheet
1244
12452005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1246        * UI fully functionnal
1247
12482005-04-25 François Proulx <francois.proulx@gmail.com
1249        * More interface work
1250
12512005-04-25 François Proulx <francois.proulx@gmail.com
1252        * Completed integration of new interface with new objects
1253
12542005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1255        * Integration merge, should work, but there will be display problems
1256          everywhere.  Expect further commits today.
1257        * Almost 100% complete Network abstraction
1258        * Much better object encapsulation.  Deprecated methods not removed yet.
1259        * Add MainUI class.  Used to display the interface.  Inner workings still
1260          need work.
1261
12622005-04-23 François Proulx <francois.proulx@gmail.com>
1263        * Added Preferred Size support for Flickr pictures
1264
12652005-04-23 François Proulx <francois.proulx@gmail.com>
1266        * Completed missing translations
1267
12682005-04-23 François Proulx <francois.proulx@gmail.com>
1269        * Fixed bugs in File and EmbeddedContent
1270        * Completed first iteration of EmbeddedContent
1271        * Can now play multimedia content
1272        * Could not test fallback with my browser ( Safari and Firefox )
1273        * Need help to test content in different browser to see how it reacts...
1274
12752005-04-22 François Proulx <francois.proulx@gmail.com>
1276        * Fixed bug in FlickrPhotostream.php
1277        * Params did not match new methods requirements ( getUserByEmail )
1278        * Changed stylesheet class name for Flickr to match new changes
1279        * Fixed bugs in File
1280        * Wrote part of EmbeddedContent ( partially working )
1281        * TODO: add support for parameters and attributes in EmbeddedContent
1282
12832005-04-22 François Proulx <francois.proulx@gmail.com>
1284        * Fix schema version in François's commit
1285
12862005-04-21 François Proulx <francois.proulx@gmail.com>
1287        * Added explicit admin UI exceptions support for Flickr
1288        * Completed File and Picture objects
1289
12902005-04-20 François Proulx <francois.proulx@gmail.com>
1291        * Completed Flickr support ( explicit exceptions catching )
1292        * Most of File object is done
1293        * Fixed bug in generic_object_admin.php
1294        * changed stylesheet class tags for Flickr
1295
12962005-04-18 François Proulx <francois.proulx@gmail.com>
1297        * Added Flickr content support
1298        * Part of File object is done
1299
13002005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1301        * Working (beta...) content manager and portal.
1302        * Add content preview mode
1303
13042005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1305        * Hotspot and network content association, continue access control work.
1306        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1307          script from working.
1308        * All files:  Remove whitespace and carriage return after the ?> closing
1309          tags.
1310
13112005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1312        * Much more complete admin, initial access control work.
1313
13142005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1315        * Support more of the content object model, do a half-decent CSS for the
1316          admin interface.
1317
13182005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1319        * Content.php:  Use full langstring interface by default;
1320
13212005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1322        * Content.php:  Fix db reference;
1323
13242005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1325        * Fix Content object enumeration preventing usage of admin interface
1326        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1327
13282005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1329        * First part of the future content delivery infrastructure. Many files added
1330
13312005-04-01 François Proulx  <francois.proulx@gmail.com>
1332        * Modified gen.sh script to match UTF-8
1333        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1334
13352005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1336        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1337          Francois's commit.
1338
13392005-04-01 Philippe April <philippe@ilesansfil.org>
1340        * Fixed missing parenthesis in classes/User.php
1341        * Removed unused files
1342        * fixed schema_validate.php (typos)
1343
13442005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1345        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1346          EDITOR
1347        * The database will be converted to UTF-8 (version 5)
1348        * Added select boxes ( or hidden ) html form elements to choose the network
1349          for signup, lost password, username
1350
13512005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1352        * Add constraints to account_origin to detect errors on inserts.
1353        * Remove IDRC test server
1354
13552005-04-01 Philippe April <philippe@ilesansfil.org>
1356        * User.php: Add reference to $db global variable.
1357        * Tagged v0_1_0_alpha1
1358        * Removed spaces in AuthenticatorLocalUser.php
1359
13602005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1361        * Remove spaces after php blocks in various files.
1362        * Temporarily fix single authentication source not present bug in login
1363          smarty template.  All other places where we select the network will be
1364          fixed tommorow.
1365        * Fix initial schema errors.
1366
13672005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1368        * More RADIUS install documentation.
1369        * Fix schema_validate.php
1370
13712005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1372        * Moved language definition
1373        * Moved e-mail subjects to User class ( each e-mail functions )
1374
13752005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1376        * Added missing schema_validate.php modifs.
1377
13782005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1379        * Added PEAR install procedure
1380
13812005-03-30 François Proulx  <francois.proulx@gmail.com>
1382        * Finished RADIUS authentication and accounting
1383        * Accounting Unique session ID is now based on the same token we use
1384        * Fixed all issues with lost_username, lost_password etc...
1385        * User class has new static function getUsersByEmail and getUsersByUsername
1386        * Added translations for new features
1387        * Translated the validation, lost password, username e-mails
1388        * Tested quite a bit, this version is considered stable
1389        * A few examples on how set different RADIUS or local authenticators can be
1390          found in the config.php
1391
13922005-03-29 François Proulx  <francois.proulx@gmail.com>
1393        * schema_validate.php : Modified schema : dropped e-mail + account unique
1394          index, dropped email not empty constraint
1395        * Schema is now at version 3
1396        * Coded RADIUS authentication
1397        * Modified templates to show a select box when more than one server is
1398          configured
1399        * Coded RADIUS accounting and backward compatibility accounting
1400        * Modified many statistics SQL queries to match new Users table
1401        * modified statistics templates to match user_id and account_origin
1402        * TODO : Fix lost_username and lost_password ( issue since we dropped the
1403          unique constraint on emails... )
1404        * TODO : Heavy testing possibly with remote RADIUS servers
1405
14062005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1407        * sql:  Put initial data in a transaction, and specify the wifidog user so
1408          you do not have to su to it while using sync_sql_for_svs
1409
14102005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1411        * common.php:  Add get_guid() function
1412        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
1413          upgrade.  Note that you must still update dump_initial_data_postgres.sh
1414          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
1415        * New class Authenticator (and subclasses):  Begin virtualizing the login
1416          process.
1417
14182005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
1419        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
1420          and outgoing for all connections from a user have null values.
1421        * wifidog/local_content/default/portal.html: Fix layout so it resizes
1422          properly.  This in an interim measure.
1423        * Update schema.  This will allow automatic schema updates in the future.
1424          TO update a live server:
1425
1426      BEGIN;
1427      CREATE TABLE schema_info (
1428            tag text PRIMARY KEY,
1429            value text
1430          );
1431          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
1432          COMMIT;
1433
14342005-03-16 Matthew Asham <matthewa@bcwireless.net>
1435    * config.php: will use "local.config.php" instead, if present.  avoid cvs
1436      over-writing.
1437    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
1438      For integration with existing auth systems
1439    * hotspot_status.php: ob_clean may complain about buffering.  muted.
1440    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
1441      feed.
1442
14432005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
1444        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
1445          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
1446          wraparound problems.  To update a running server, execute the following
1447          sql sniplet:
1448
1449      BEGIN;
1450      ALTER TABLE connections RENAME incoming TO incoming_old;
1451      ALTER TABLE connections ADD COLUMN incoming int8;
1452      ALTER TABLE connections RENAME outgoing TO outgoing_old;
1453      ALTER TABLE connections ADD COLUMN outgoing int8;
1454      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1455      ALTER TABLE connections DROP COLUMN incoming_old;
1456      ALTER TABLE connections DROP COLUMN outgoing_old;
1457      COMMIT;
1458
1459        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1460        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
1461          by Benoit St-André
1462
14632005-02-14 Philippe April <philippe@ilesansfil.org>
1464        * gw_message.php: the "activate" message was not properly defined and
1465          would cause an error to show up instead of the nice activate your account
1466          message
1467
14682005-02-14 Philippe April <philippe@ilesansfil.org>
1469        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1470          gettext from smarty properly.
1471        * Updated TODO with ideas on making config better
1472
14732005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1474        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1475        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
1476          and more information to the RSS feed.
1477
14782005-01-26 Philippe April <isf_lists@philippeapril.com>
1479        * Some kind of virtual login (we need to talk about this).
1480        * New User and Node classes
1481        * Modified all files to work with the classes.
1482        * Remove mgmt_helpers (all done in User class now)
1483
14842005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1485        * classes/Node.php:  New file, untested code example
1486        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1487
14882005-01-25 Philippe April <isf_lists@philippeapril.com>
1489        * Changed initial postgres inserts sql file, it wasn't working properly
1490
14912005-01-25 Pascal Leclerc  <pascal@plec.ca>
1492        * Added admin and owner administration pages
1493
14942005-01-23 Philippe April <isf_lists@philippeapril.com>
1495        * Added gateway error messages (validation period, etc.)
1496
14972005-01-20 Philippe April <isf_lists@philippeapril.com>
1498        * Modularized the admin interface, added functions
1499
15002005-01-18 Philippe April <isf_lists@philippeapril.com>
1501        * Smarty'ized more, I think it's done now
1502
15032005-01-12 Philippe April <isf_lists@philippeapril.com>
1504        * i18n and smarty'ized parts
1505
15062005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1507        * INSTALL: Mandate PHP5
1508        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1509        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1510        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
1511          automatically pick the best 5 entries from all the feeds.  It will
1512          compensate for disparate publication intervals.  An entry from a feed that
1513          does not publish often will live longer than an entry from a feed that
1514          publishes very often.  If a feed doesn't have any entry that makes the
1515          cut, it will not appear at all.
1516        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1517
15182005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1519        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
1520          functionnal)
1521        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
1522          Hotspots.
1523        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
1524          outgoing in your data. Only use this if you had gateways before 1.0.2
1525          and wish to correct your logs before you upgrade.
1526        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1527        * wifidog/portal/index.php: Preliminary work to enable smart press review
1528          of multiple RSS feeds.
1529
15302005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1531        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
1532          page was actually served over SSL, all media in the file will be served
1533          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
1534          that break out of SSL mode.  From now on, use the self adapting
1535          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
1536          and BASE_URL_PATH to break out of it.
1537
15382005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1539        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
1540          apetite for bandwidth, top ten travelers, most addicted users.
1541
15422005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1543        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
1544          thinner.
1545        * wifidog/local_content/default/login.html: Remove announcements
1546        * wifidog/include/user_management_menu.php: Fix mailto:
1547        * wifidog/auth/index.php: Fix auth server part of the no data transmited
1548          statistics bug.
1549        * wifidog/admin/index.php: Add link to statistics
1550        * wifidog/admin/user_stats.php: Activate security.
1551        * wifidog/index.php: Make the distinction between the two hotspot status
1552          pages clearer.
1553
15542004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1555        * wifidog/index.php: Add menu
1556        * wifidog/include/user_management_menu.php: Editorial change, make
1557          translateable
1558        * wifidog/portal/index.php:  Fix RSS feeds
1559
15602004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1561        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
1562          aggregate user stats.  Currently allows you to find out the rate at which
1563          your users subscribe.
1564        * wifidog/config.php, wifidog/local_content/default/login.html,
1565          wifidog/include/user_management_menu.php:  Add hotspot status page to
1566          login page.
1567        * wifidog/hotspot_status.php: Cosmetic
1568        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
1569        * wifidog/index.php: Cosmetic.
1570
15712004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
1572        * TODO: Add email domains to blacklist
1573        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
1574          support email address
1575        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
1576          information.  Designed to be included as part of another page.
1577        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
1578        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
1579          and write unknown hotspot, however this is still really ugly
1580        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
1581          Cosmetic fixes
1582        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
1583          files, this isn't the approach we will use for translation.
1584        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
1585          Update with new node information structures.
1586
15872004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
1588        * wifidog/admin/hotspot_log.php: Add number of currently connected users
1589          here as well.
1590
15912004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
1592        * wifidog/ping/index.php: Log user-agent
1593        * extensive statistics work
1594        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
1595          log user-agent
1596
15972004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
1598        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
1599          in email or user_id.
1600        * Some statistics fixes
1601
16022004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
1603        * wifidog/admin/index.php: Integrated the changes contributed
1604          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
1605          mainly a missing ' in some HTML.
1606
16072004-09-28 Yanik Crépeau <yanik@exScriptis.com>
1608    * wifidog/include/common.php: Added commented header with cvs
1609          keywords.
1610        * wifidog/include/common.php: Added commented code (not executing) for
1611          further testing with language/localization issues.
1612
16132004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1614        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
1615          comments
1616
16172004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1618        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
1619
16202004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1621        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
1622        * Begin integrating Patrick Tanguay's new layout and generate the css
1623          dynamically to allow for background images.
1624
16252004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
1626        * portal/index.php:  Fix users appearing online at every hotspot.
1627        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
1628          cache problems and help with validation.
1629
16302004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
1631        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
1632        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
1633          fixes validation period not working.  Stop storing VALIDATION_FAILES
1634          status to the database.  Add check for validation period expiration at
1635          stage login, not just stage counters, this will fix one minute
1636          validation period.
1637        * wifidog/login/index.php:  Check validation period activation, and if
1638          period is expired, explain to the user instead of redirecting to the
1639          gateway.
1640        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
1641
16422004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
1643        * wifidog/node_list.php: Complete the status page
1644        * Add images
1645        * Add hotspot creation date
1646
16472004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1648        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
1649        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
1650          script to the chances will be available in the cvs schemas and initial
1651          data.
1652        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
1653          in a runnable form.  Note that this needs to be edited manually if you add
1654          a new table requiring initial data.
1655        * INSTALL:  Update for postgres.  Somebody please test this.
1656
16572004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1658        * wifidog/ping/index.php: Implement logging of which hotspot sent the
1659          heartbeat, from which ip and when.
1660        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
1661        * wifidog/include/user_management_menu.php:  Change menu labels
1662        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
1663          to make this stylesheet correct, I took shortcuts...
1664        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
1665        * wifidog/user_management/index.php:  Display the menu, will eventually
1666          allow us to present proper help text.
1667
16682004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
1669        * Add link to original requested site.
1670        * wifidog/node_list.php:  New file.  Will become the main node status page.
1671
16722004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1673        * Primitive network status available form the index page
1674        * Administrative security is implemented.
1675
16762004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1677        * Fix big gaping security hole in login page (password would be ignored if
1678          the username was used to login)
1679        * PostgreSql port
1680        * Change the method to determine who is online
1681        * Stop keeping unused token once user successfully logs in.
1682        * Fix missing update of token update date.
1683        * Counters wouldn't get updated for stage=LOGOUT
1684        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
1685          so we can know what the hell the server is up to.  Currently you need to
1686          run wifidog in debug level 7 to see it. That message should be parsed so
1687          it is visible in debug level 6.
1688        * wifidog/auth/index.php:   Fix code injection vulnerability.
1689
16902004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
1691        * SSL support and RSS improvement
1692        * Last commit tested with mysql support
1693
16942004-08-24 Pascal Leclerc  <pascal@plec.ca>
1695        * wifidog/admin/user_log.php: Add total to incoming and outgoing
1696        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
1697
16982004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
1699        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
1700        * wifidog/include/user_management_menu.php:  Code meant to deal with
1701          non-standard ports broke the menu.  Hopefully fixed.
1702        * Add alex's mising changelog entry...
1703
17042004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
1705        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
1706          To be used by wifidog to do heartbeats.
1707
17082004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
1709        * Add code to import a NoCat user database (passwd).  The username will be
1710          generated from the first part of the email if the name was en email.
1711        * Change password hashing algorithm to make it compatible with NoCat (For
1712          the curious among you, the hashing algorithm is now:  take the md5
1713          digest in binary format of the password, and base64 encode it.
1714        * Table schema changed to accomodate newhash length (users.pass is now
1715          varchar(32))
1716        * The user is now allowed to login with either his username or his email.
1717
17182004-08-03 Pascal Leclerc  <pascal@plec.ca>
1719        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
1720          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
1721        * wifidog/classes/AbstractDb.php: Add class=warning for better display
1722        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
1723
17242004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1725        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
1726          to true if gettext is available.  If false, blank _() and gettext()
1727          functions will be defined so the system still works.
1728
17292004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1730        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
1731
17322004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
1733        * wifidog-auth lives! New since the dark ages
1734        * Demo page to allow people to hack more easely on it
1735        * Support for multiple nodes.  TODO:  Merge with the database project.
1736        * Very cool local content architecture.  Every hotspot can have a folder in
1737          the local_content directory.  This folder can be filed by a single logo,
1738          leaving all the rest to the default content, or be completely custom
1739          (stylesheet, login page, portal page, header, etc.)
1740        * Everything in local content is templated with smarty, no problem with
1741          web designer wrecking havoc on the auth server.  You can edit everything
1742          in local_content/default even if you only speak html.
1743        * No need to set any path in the web server config files (that one was a
1744          bitch to implement)
1745        * RSS feed support (optionnal, with magpierss), one feed per node (url
1746          stored in the database, works great, but no gui to edit it yet) and one
1747          network-wide RSS feed.
1748        * All path are editable from the config file
1749        * "Productize" the thing, so it make sense for other groups to install it
1750          (the network name, url, default RSS, and such are set from the config
1751          file).
1752        * Put most strings in gettext calls for easy future translation.
1753        * User can request that the server send the validation email again
1754        * User can change password
1755        * User who forgot his username can have it mailed to him.
1756        * User who lost his password can ask the system to generate a new one and
1757          mail it to him.
1758        * Email is now a separate field to preserve user privacy.
1759        * Enforces (politely) that there are no duplicate emails in the database
1760        * Database abstraction layer with very nice debugging features (just append
1761          true at the end of the call, and you'll see the query, the results, the
1762          query plan and number of affected rows.  Also allow future upgrade to
1763          postgres.
1764        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.