root/trunk/wifidog-auth/CHANGELOG @ 1274

Revision 1274, 124.0 KB (checked in by drazzib, 6 years ago)

2007-08-03 Damien Raude-Morvan <drazzib@…>

  • init_php.php : Fix #363 by applying patch from Leandro to correctly set timezone info in Wifidog if set in configuration (allow Wifidog to work not only in Canada :)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
22007-08-03 Damien Raude-Morvan <drazzib@drazzib.com>
3        * init_php.php : Fix #363 by applying patch from Leandro to correctly set timezone info in Wifidog
4        if set in configuration (allow Wifidog to work not only in Canada :).
5
62007-07-26 Benoit Grégoire  <bock@step.polymtl.ca>
7        * DependenciesList::hook_menu():  Fix menu path conflict with Server::hook_menu();
8        * Server::getAdminUI(): Add output to help debug timezone problems.     
9
102007-07-25 Benoit Grégoire  <bock@step.polymtl.ca>
11        * VirtualHost.php:  Fix critical problem preventing new Virtual Hosts from being created.  Thanks to Miguel for pointing this out!ssss
12        * StatisticGraph.php:  Fix a bad return by reference that prevented graphs from being displayed.  Thanks to Daniel Lemay for finding it.
13        * Content.php:  Fix warning when selecting owners. Fix dangling metadata objects when deleting an object.
14        * Statistics::getDateRangeUI():  Make days end a minute before midnight, not a minute before noon, DOH!
15        * import_user_database.php:  Fix permission call systax error.  That does't mean the script works as a whole, it hasn't been maintained for years.
16        * DependenciesList.php:  Make it extend GenericDataObject after all.  Fixes problem displaying it in the generic editor.
17       
182007-07-22 Benoit Grégoire  <bock@step.polymtl.ca>
19        * generic_object_admin.pgp:  Fix problems when creating new content objects.  Fix problems including the content type classes.
20        * Avatar.php:  Make the resampling code support any format available to GD, not just jpeg.
21       
222007-07-22 Benoit Grégoire  <bock@step.polymtl.ca>
23        * More schema compatibility defensive coding.  Comment out all SET commands in the schema
24       
252007-07-22 Benoit Grégoire  <bock@step.polymtl.ca>
26        * install.php:  Fix #215
27
282007-07-21 Benoit Grégoire  <bock@step.polymtl.ca>
29        * AnonymisedDataExport.php:  Work around the huge memory requirements this report used to have.
30        * install.php:  Strip create procedural language from schema, that requires superuser anyway.
31                                        Strip a few other things to hopefully allow it to work again with postgresql 7.4, but I need the full output of the commant "psql -f wifidog-postgres-schema.sql", run from the sql directory of a svn checkout, from someone still running 7.4, otherwise I can't do much.
32        * DependenciesList.php:  New class.  Allow seeing the dependency list once the server is installed.  A small step towards centralized dependency installation.
33
342007-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
35        * At long last, implement #9:  Automatic new node creation.  When attempting to login from an unknown node, the user (if he has the permissions) will be prompted to create the node, or "steal" en existing one (for hardware swaps).
36        * Refactor Node:getSelectNodeUI().
37        * Menu.php:  Fix small oversight causing menu not to clear.
38       
392007-07-19 Benoit Grégoire  <bock@step.polymtl.ca>
40        UIUserList fixes:
41        * Node::getRecentUsers():  Get the 5 most recent users, not some random users in the last week.  Also, exclude users currently logged-in.
42        * Node::getActiveUsers():  Function was unbearably slow, now limit the search space to the last 3 months.  Get the 5 user who connected on the most differents days, instead of users with the worst wireless card ;)
43        * schema_validate.php: Add index for timestamp_in on connection table.
44       
452007-07-17 Benoit Grégoire  <bock@step.polymtl.ca>
46        * Use last_heartbeat_sys_uptime untill #354 is fixed
47
482007-07-16  Benoit Grégoire  <bock@step.polymtl.ca>
49        * Fix display of wifidog uptime in node list
50        * Preliminary skinning of the menu
51        * Network::getNumOnlineUsers():  Fix #40 by counting active connexion tokens, not distinct user id's.  That way users logged in twice (splash-only, or username if allowed in network config) will be counted twice.
52        * UIUserList_getUserUI.tpl:  Fix #337
53        * Node.php:  Improve getCurrentRealNode()
54        * Implement #4:  Allow the user to easily come back to the portal by typing in the root auth server adress from a hotspot.
55        * Log the system information sent with the gateway since almost forever:  sys_uptime, sys_memfree, sys_load, wifidog_uptime
56        * NodeStatus.php:  Include the above information
57        * node_list.html:  Include wifidog_uptime if the hotspot is up.
58        * Menu.php:  Sort menus alphabetically according to the user's locale.  TODO:  Implement menu weights.
59        * NodeLists:  Only list node types that have dependencies met in the menu.  Refactor the NodeLists for proper object-orientation.
60       
612007-07-12  Benoit Grégoire  <bock@step.polymtl.ca>
62        * MainUI.php:  Fix label problem in language chooser.
63       
642007-07-12  Benoit Grégoire  <bock@step.polymtl.ca>
65        * Fix #291 by adding a proper warning and location of documentation
66        * Fix #336:  Add Swedish translation by Christian Svensson <blue ATT cmd.nu>
67
682007-07-12  Benoit Grégoire  <bock@step.polymtl.ca>
69        -This is a behemoth "the road to 1.0"  commit.  I've been working on this for 6 months,
70        and it's reached the point where others can help.  Those are very far reaching changes, please
71        notify me if anything isn't working right (and im sure I can't have caught everything).
72    * Completely revamp exception handling, all exceptions are now trapped and handled centrally.
73    * Major changes in the login process to allow repeating a request after a time out or missing permission exception.
74    * New user roles architecture,  as described in https://dev.wifidog.org/wiki/doc/developer/UserRolesArchitecture
75        Mostly complete.  Missing parts are Content stakeholders, system roles and "su" functionnality.
76        I need help replacing all the DEPRECATED* methods.  Please read the wiki page above for instructions.
77        * generic_object_admin.php:  More work towards making it generic once again.
78        * GenericDataObject:  New class.  Eventually, most classes should extend this, instead of directly implementing GenericObject
79        * Menu.php:  Finally a uniform Menuing system to replace the mismatch of links that made wifidog
80        impossible to navigate.  It's not very sophisticated yet, but it IS permission aware
81        Loosely inspired from Drupal's menuing system.  HTML is slightly modified "Son of suckerfish",
82        so will be easy to style (althouh I haven't had time yet).
83        Actual menus are added in the hook_menu methods of each class.
84        * VirtualHost.php:  Finally properly split off Virtual Hosts, and make Server a singleton.
85        * install.php:  Do the bare minimum changes so it's still possible to setup a wifidog auth server.
86        However, install.php still needs 1- A good overhaull, 2- A way to install sample databases instead of the minimal one.
87        -Other changes
88    * Unbreak signup link for non-javascript enabled devices
89        * FlickrPhotostream:  Check CURL, which is a mandatory dependency of Flickr
90    * AbstractDb:  Improve debuging features
91    * *:getObject():  Hopefully improve performance of class caching by making sure
92    that we do not manipulate different objects.  Otherwise copies would be generated as soon as we change properties, wasting much memory.
93        * Add dependency check for XSL module for hotspot_status.php.
94        * Some work towards respecting the coding style: http://dev.wifidog.org/wiki/doc/developer/CodingStandard
95        * wifidog/admin/index.php:  Delete admin page.  There is no longuer a concept of a separate admin section.  Menu will depend on your access level.
96
972007-07-11  Benoit Gréoire  <bock@step.polymtl.ca>
98        * path_defines_url_content.php: Fix #348
99
1002007-07-03  Benoit Gréoire  <bock@step.polymtl.ca>
101        * wifidog/signup.php:  Notify the user of the allowed characters.
102        * Add Bulgarian translation from "Nikola Petrov" <nvp.online A T gmail.com>
103        * config_available_languages:  Centralize the list there so that there is only one to modify everytime we add a translation
104
1052007-06-12  Benoit Gréoire  <bock@step.polymtl.ca>
106        * IE6 layout workarounds (not perfect, but better)
107        * HTML validation of the login and portal pages
108        * Apply patch from tdb@timothy86.orangehome.co.uk, fixes #334
109
1102007-05-30  Benoit Gréoire  <bock@step.polymtl.ca>
111        * VisitsPerMonth.php, VisitePerWeekday.php:  Fix small sql bug when selecting a single user
112
1132007-05-28  Benoit Gréoire  <bock@step.polymtl.ca>
114        * ActiveUserReport.php:  Merge new report from my development tree.  Gives a breakdown of how many users actually use the network.
115
1162007-05-22  Benoit Gréoire  <bock@step.polymtl.ca>
117        * Reverse part of [1230], hotspot_network_name was already available as standardised variable networkName, and hotspot_network_url as networkWebSiteURL.
118        * Reverse part of [1231]:  remove script tag, banning it was the reason the sag striping code was put in in the first place.  We may want to consider creating a RawHTMLContent Content Type.
119       
1202007-05-22  Benoit Gréoire  <bock@step.polymtl.ca>
121    * locales/el/: Add new greek translation contributed by Nikola Petrov
122
1232007-05-17 François Proulx <francois.proulx@gmail.com>
124        * WARNING: This has not been fully tested. Full testing to be completed on 2006-05-18
125          but I'm pretty confident that it works pretty well.
126        * Added automatic resize on Avatars
127        * Added FavoriteHotspots content (mostly used for Profiles)
128        * Added new features to Content and File
129        * Fixed URL regexp bug in HyperlinkUtils
130        * Updated French translations
131        * Updates profiles template
132        * TODO: Add getNewUI et processNewUI to FavoriteHotspots to simplify input
133
1342007-05-03  Benoit Gréoire  <bock@step.polymtl.ca>
135    * MainUI_ToolContent.tpl: Make preferences_link, login_link, and logout_link CSS targetable.  Get rid of some deprecated CSS.
136
1372007-04-25  Benoit Gréoire  <bock@step.polymtl.ca>
138    * ShoutBox.php:  The shout form wasn't displayed whent there weren't any Shouts yet, doh!
139
1402007-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
141        * AuthenticatorRadius.php:  Fix RADIUS dependency detection bug related to case sensitivity
142
1432007-04-19  Benoit Grégoire  <bock@step.polymtl.ca>
144        * RssAggregator.php:  Fix bug saving the max item age.
145        * Forgot to remove a bunch of links to faq.php.
146
1472007-04-03 Benoit Grégoire  <bock@step.polymtl.ca>
148        * AnonymisedDataExport.php:  New report.  Adds the ability to export anonymised SQL data for academic research.
149
1502007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
151        * Shoutbox.php: Allow limiting the number of characters entered for a shout.
152        (Ideally, this would also need to be enforced at db write level).
153        Move the shout form in the list.
154        Allow choosing the number of shouts displayed.
155        Make the size of the shout field configurable from the admin interface
156        Put the date of the shout before the username.
157        * User.php:  Make the entire "edit profile" link CSS targetable, including the parentesis.
158
1592007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
160        * ProfileTemplateField.php:  Only allow simple content types as metadata.
161        * Langstring.php:  Fix bug:  one couldn't change the language of a string without changing the actual text.
162        * Content.php:  Add isExactContentType() method.
163        * Profile-related visual and UI tweaks
164
1652007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
166        * Fix #304:  For some reason the Smarty assignement to userName used getListUI() instead of getUsername()???
167        * Add HyperLink content type
168        * Add UIUserList content type (work towards #158)
169        * portal/index.php:  Finish refactoring Smarty usage.
170
1712007-03-17 Benoit Grégoire  <bock@step.polymtl.ca>
172        * install.php: Make sure we are in the right directory when uncompressing Smarty
173        * Avatar.php:  Don't allow user to hyperlink the image.
174        * ProfileTemplate:  Display how many profiles will be affected when deleting a template field.
175        * User.php:  Don't show the profile creation button if the network has no profile template.
176         Don't hyperlink the username if the user has no profile.
177
1782007-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
179        * Lots of work on profiles.  The HTML and CSS are not final, but #18 can be considered closed.
180        * ProfileField::getContentField():  Fix bug where the object wouldn't refresh properly.
181        * Content:  Delicate refactoring of the UI to create new content.
182        The content object now supports directly adding the actual values of a new
183        Content in getNewContentUI(), if the content filter only allows a single content type.
184        For this to work, the Content type must overload the getNewUI() method.
185        This saves many mouse clicks for form style interface, like profiles.
186        * User:  Don't create profile automatically.
187        * Don't show profiles when user is invisible.
188        * Langstring, SimpleString, HTMLEditor: Support getNewUI().  As a result of these changes, SmartyTemplate, SimpleSmartyTemplate, Stylesheet also get it for free.
189        * Add new standard Smarty value userOriginallyRequestedURL.
190 Note that this does NOT fix #266
191        * Add new standard Smarty value nodeWebSiteURL
192        * Some work towards #158
193         1- The "Use the Internet" link pointing to the originally requested URL is no longuer a part of every portal.  To restore that functionnality, paste the following code in a SmartyTemplate in the Content manager.
194        {if $userOriginallyRequestedURL}
195                <a href='{$userOriginallyRequestedURL}'>Take me where I originally wanted to go</a>
196        {/if}
197        2- The "Where am I" link is gone.  It made little sense to have that content common to all groups.  To restore it, pu it inline in your login page, link a html page on your auth server, or link a Content display page.
198        3- Same with the link to the Network.  To restore the unctionnality, paste the following code in a SmartyTemplate:
199        <a class="administration" href="{$networkWebSiteURL}"><img class="administration" src="{$common_images_url}lien_ext.gif">&nbsp;{$networkName}</a>
200        * ContentTypeFilter:  Saving still wasn't neutral.  Strip the array indexes to fix it.
201
2022007-03-03 Benoit Grégoire  <bock@step.polymtl.ca>
203        * CSS tweaks for RSS feeds.
204        * Fix detection of HTML Safe.
205        * Avatar.php:  Don't allow editing the picture size.
206        * ContentGroup:  In some cases, the same element could be picked twice in the same display.
207        Make sure that doesn't happen.  Also, implement the option to not rotate content at all,
208        usefull when showing all elements simultaneously in a specific order. Closes #294
209
2102007-02-24 Damien Raude-Morvan <drazzib@drazzib.com>
211        * Fix main SQL request in Node::getSelectNodeUI() to use
212          table alias in ORDER BY and SELECT. This disambiguation
213          is necessary when using a join on a table containing
214          another 'node_id' field.
215
216 2007-02-24 Max Horvath <max.horvath@freenet.de>
217        * Updated dependencies list (completion of all required components)
218        * Dramatic speedup of PEAR and PECL modules detection by dependencies class
219
2202007-02-25 Benoit Grégoire  <bock@step.polymtl.ca>
221        -* rev [1182], [1183], [1184]  are repository fix commits.  If anyone have problem with their lib directory when upgrading, contact me.
222
2232007-02-24 Max Horvath <max.horvath@freenet.de>
224        * Fix ticket #300: SYSTEM_PATH not being respected in config.php.
225
2262007-02-07 Damien Raude-Morvan <drazzib@drazzib.com>
227        * Fix ticket #298 : php-ldap module is lowercase in Dependencies array,
228          update Dependencies::check() calls.
229
2302007-02-05 Damien Raude-Morvan <drazzib@drazzib.com>
231        * Try to fix ticket #295 and #297 by including parent class (Content.php) in
232          File.php.
233        * ... and remove unnecessary include of Avatar content type in User.php: All
234          contents types are included by Content.php getAvailableContentTypes() call.
235
2362007-01-28 François Proulx <francois.proulx@gmail.com>
237        * First iteration of user profiles completed.
238        * Need to improve Avatar admin UI
239
2402007-01-19 Benoit Grégoire  <bock@step.polymtl.ca>
241        * dump_initial_data_postgres.sh:  Initial node wasn't setup correctly.
242        * INSTALL:  Fix some obsolete instructions for database backup and restore
243
2442007-01-18 Benoit Grégoire  <bock@step.polymtl.ca>
245        * Updated french translation curtesy of http://zapquebec.org
246
2472007-01-16 François Proulx <francois.proulx@gmail.com>
248        * ContentTypeFilter : Now supports filters stored in the DB, backward compatible
249        * ProfileTemplate, ProfileTemplateField, Profile : profiles support
250        * Update schema to 53 for profiles
251        * Network, User : Added support for profiles (not implemented for Network)
252        * TODO: Integration in portal
253
2542007-01-16 Benoit Grégoire  <bock@step.polymtl.ca>
255        * A few more steps towards a real user manager
256        * Move password change to preferences.
257        * InterfaceElements:  Begin moving away from a raw HTML generator and towards a more semantic one as discussed with Max Horvath.
258        * It is now possible for an administrator to manually validate or lock-out a user
259        * Add new SimpleString content type
260        * SmartyWifidog.php:  Fix #282 with a slightly dirty workround to the chicken and the egg smarty variables assignment problem.
261                We now extend the fetch method and do our assignment there instead of in the constructor.
262
2632007-01-15 Benoit Grégoire  <bock@step.polymtl.ca>
264        * Sync initial schema and translations
265        * Minor spelling fixes
266
2672007-01-14 Benoit Grégoire  <bock@step.polymtl.ca>
268        * Dependencies.php, AuthenticatorRadius.php:  Fix bug #287 (Dependencies not being detected properly)
269        * Content.php: Make hasDisplayableMetadata() consider Authors, and make it a bit faster.
270
2712007-01-13 Benoit Grégoire  <bock@step.polymtl.ca>
272        * Content.php:  Add setUserUIMainDisplayContent() and setUserUIMainInteractionArea()
273        to simplify writing subclasses and port all content subclasses to the new API.
274        * Content.php:  Add a new callcack method, isTextualContent(), to be used by
275        ContentFilters.  Indicates that the content is suitable to store plain text.
276        * ContentGroup.php:  No longer warn about empty ContentGroup in getUserUI(),
277        as this may now be perfectly normal if all content has expired.
278        * Rework the classes and css for user_ui_main_outer, isSimpleContent has been
279        eliminated and hasDisplayableMetadata is now defined is metadata is available.
280        This should allow better HTML consistency and simpler CSS, and be closer to what
281        people expect by default.  Content without metadata will display without
282        borders or background, and without margins when inside another content.
283        * smarty.resource.string.php:  Add a setter function,
284        smarty_resource_string_add_string() that must be used before calling the smarty
285         function.  Using the name as the the template was far to brittle.  This makes
286         the SmartyTemplate content much more reliable, and quite possibly faster.
287        * ShoutBox: A very basic but already extensible implementation of the
288        shoutbox use case.  Shows the last five shouts.  Can connect to another web
289        site through a javascript extension.
290        * SimpleSmartyTemplate:  Add a simple version of the SmartyTemplate content
291        type
292
2932007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
294        * FormSelectGenerator.php: Fix incorrect $this reference in isPresent().  The bug would only manifest
295         itself from the FlickrPhotostream's admin interface.
296        * page.php:  Fix missing retrieval of DB instance.
297
2982007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
299        * Yet more Smarty cleanup, add some docs, add Smarty variables to access the physical node a user is connected to.
300        * RssAggregator.php:  Fix bug in setMaxItemAge() method when setting a null value
301        * Cache.php:  Performance optimization when caching is disabled.
302        * Fix bug where num online users in the portal was broken.
303
3042007-01-02 François Proulx <francois.proulx@gmail.com>
305        * Updated the SQL schema initial schema
306
3072006-12-31 Benoit Grégoire  <bock@step.polymtl.ca>
308        * More Smarty cleanup
309        * Content.php:  Bugfix:  metadata wasn't deleted along with the rest of the
310        content upon deletion.
311
3122006-12-30 Benoit Grégoire  <bock@step.polymtl.ca>
313        * install.php:  Move path verification to the first page, and make it clearer.  Fix PHP warnings.
314        * wifidog/include/smarty.resource.string.php:  A smarty resource plugin to parse a smarty template from a string
315        * SmartyTemplate:  Very basic but functionnal commit of the new Smarty content type.
316        IMPORTANT NOTE:  This will eventually obsolete IFrameRest, which will be removed.
317        * Continue cleaning-up/standardizing Smarty variable usage.
318
3192006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
320        * Fix all PHP 5.2 compatibility issues I could find.  This needs further testing
321
3222006-12-12 Pascal Charest <pascal.charest@gmail.com>
323        * install.php: Remove obsolete Phlickr installation references
324
3252006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
326        * install.php, Dependencies.php:  Centralize Dependency detection (next is to centralize
327        dependency installation code).
328        * config.php: Remove more obsolete config directives.
329
3302006-12-11 Benoit Grégoire  <bock@step.polymtl.ca>
331        * install.php:  Fix a few problems caused by obsolete magpierss detection code.
332        * install.php, config.php:  Remove the obsolete PHLICKR_SUPPORT option.
333
3342006-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
335        * schema_validate.php:  Mute annoying ob_flush() notices.
336        * Node.php:  Add missing default parameter to getSelectNodeUI()
337        * get_stylesheet:  Fix date calculations that broke download.
338
3392006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
340        Sync with my main developpement environement:
341        * Performance optimization pass:  Collect a few low hagning fruits
342        by implementing basic instance caching for classes Server, Network, Nodes, Content and User.
343         It's no replacement for a real ORM, but is cuts way down on duplicate SQL queries and
344         object instanciation for a single request.
345        * Langstring.php:  Slight performance optimization for admin interface, support for proper modification date.
346        * File.php:  Update to use unified content modification date.
347        * get_stylesheet.php:  Implement browser caching
348        * ContentGroup.php:  Get rid of is_locative and is_artistic metadata.  Will eventually be replaced by something better.
349        Allow editing of expired content elements
350        * Node.php, Utils.php:  Sort by case insensitive name, and show gateway id in node selectors
351        * BannerAdGroup.php:  Support group constraint of image size for all images in the group.
352        * ContentReport.php:  Finish basic content reporting.
353        Note that for content that displayed before the logging fixes commited 2006-11-14, the display count will be underestimated:
354        Display before then was only counted once per user per node.  Also File clickthrough wasn't logged (includes hyperlinked pictures).
355        * Content.php:  Implement a Key-Value Pair infrastructure.  In the future, this will often allow adding new content types without
356        having to modify the schema.  See the Content class documentation.
357        * Fix various small UI issues.
358
3592006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
360        * common.php:  Fix the value of SESS_NODE_ID_VAR, it got overwritten by SESS_GW_ID_VAR.
361        Caused problems with logout.
362
3632006-11-27 Benoit Grégoire  <bock@step.polymtl.ca>
364        * Try to fix #270:
365        * DateTime.php:  Rename class to DateTimeWD because of the stunt they pulled in PHP 5.2
366        * Content and derived classes:  Make all constructors protected.
367
3682006-11-26 Benoit Grégoire  <bock@step.polymtl.ca>
369        * lost_username.tpl, lost_password.tpl, resend_validation.tpl:  Fix #259 by commenting out
370        all Javascript. I hate removing outside contributions, but the lost_username,
371        lost password and re-send validation email have been broken for months and no one
372        stepped-in to fix it.
373
3742006-11-23 Benoit Grégoire  <bock@step.polymtl.ca>
375        * Fix bug in node creation
376        * Add error message for geocoder when you didn't set the country
377        * Clarify error messages and description for the geocoder.
378        * Make the google-map locator for nodes use the network center coordinates.
379          This change makes it usable when you didn't use the geocoder first.
380        * Show the gateway id in the technical nodelist.
381
3822006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
383        * Fix minor problems with template using obsolete constants
384        * Delete a bunch of unused templates
385
3862006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
387        * Fix broken auth
388        * Fix broken portal when called from gateway
389
3902006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
391        * Major schema update (this one is going to make your database grind for a while, sorry
392        about that...)
393        Fix a long standing design problem with the node table, where the ID could be changed.
394        This caused performance problems when replacing gateways, and caused problems when
395        exporting data to other systems.  Among other things, it will allow us to finally
396         finish the JiWire output.
397        * Stylesheet.php:  New content type.  Takes advantage of two pass content display to create stylesheets to be used only at a specific node, or with a specific content.
398
3992006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
400        * Change schema update method.  Will now do one transaction
401         per schema version, allowing each schema to assume that
402          the current schema is the previous one.  Also allows not
403          starting over when there is a problem.
404          Fixes schema update problems with the last commit
405
4062006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
407        * RssAggregator.php:  At long last, sync with FeedPressReview 2.0
408         http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview)  and
409          make most of it's features directly available from the web interface.
410        This gives us:
411        -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained)
412        -Now unobtrusively displays almost all item and feed metadata
413        -Supports images
414        -Supports podcasts and enclosures
415        -More accurate algorithm
416        -Criteria based default feed expansion
417        -More real-estate efficient, and improved UI
418        The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet).
419
420        Warning: This changes the dependencies of the auth server.  Your RSS feeds will be disabled untill you re-run the install script.
421        * gw_message.php:  Fix validation period not being displayed.
422
4232006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
424        * MainUI.php:  Allow displaying any object with a getUserUI() method directly as content.
425
4262006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
427        * generic_object_admin.php:  Fix interface options for the user object, but this is the wrong way to go about it.  THese options should be class properties.
428
4292006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
430        * File.php:  Clickthrough weren't logged, DOH!
431        * User.php:  Error message on validation expired didn't properly output the validation grace time.
432        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken.
433        * NodeListXML.php:  Small patch by Josephus to add the number of online users
434        * Improve CPU usage of the content manager
435        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
436                                        Add total execution time statistics.
437        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data.
438                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
439                 for data before this patch.
440                Same with number of clickthrough for File content types and derivatives (picture, etc.).
441        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
442
4432006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
444        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
445        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display.
446          Allow creating content such as stylesheets, feed accumulators, etc.
447        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
448        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
449        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
450
4512006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
452        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
453
4542006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
455        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
456
4572006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
458        * install.php:  Put an end of line after the password, make it easier to read.
459        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
460        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
461
4622006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
463        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
464         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP.
465        Fixes operational problems when PHP and PostGres don't have the same timezone
466        (which appears to be the case on Fedora by default).
467        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
468
4692006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
470        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
471
4722006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
473        * Fix french translation used for account validation to use same number of token as original message.
474        * Only show language combo when there is more than one language to select.
475
4762006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
477        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
478        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
479        * Some documentation updates for content filters
480        * Content.php:  Add isNotContentType() method.
481
4822006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
483        * Access to the Content manager was broken for normal users, again.
484
4852006-09-11 François Proulx <francois.proulx@gmail.com>
486        * Changed install.php req. for Smarty 2.6.17 is mandatory
487        * ContentTypeFilter.php fixed the method checking function
488        * Fixed errors in French translation file
489
4902006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
491        * Fix PHPMailer that I've broken earlier
492
4932006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
494        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
495                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
496                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
497        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
498          line count and will stop the codebases from needlessly drifting apart.)
499
5002006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
501        * Add missing require of Statistics.php in stats.php
502
5032006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
504        * Fix non persistent content being available to add to nodes, networks and content groups.
505        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
506
5072006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
508        * Fix #63
509        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
510        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
511        * Do not allow SplashOnlyUser to set his preferences.
512        * Assigning a reusable content to a contentgroup element would make it non-reusable.
513Usability and UI fixes:
514        * Allow other users to log in when they are at a splash only node.
515        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
516        * Simplify HTML output for simple content.
517        * Fix IE layout bug in node admin
518        * Content linked to nodes and networks now edits in a new window.
519        * Remove "Add new node" menu item for consistency.
520
5212006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
522        * Remove most inclusions of MainUI in classes.
523        That completely broke authentication (circular dependencies).
524        Fixes 245.
525    Unfixes 242. Exceptions should not be caught in the context
526    they are thrown in. Else there no point in throwing exception in the
527    first place.
528        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
529
5302006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
531        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
532        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
533        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
534        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
535        * DateTime.php: Make class handle an empty date sensibly.
536        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
537        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
538                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
539        * Finally fix #127
540        * At last, working content scheduled display and expiration for ContentGroups.  Archiving does not yet have a UI.  Content that expires will simply seem to disapear.
541        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
542        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
543                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
544                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
545                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
546        * Cleanup coments.
547        * Sync schemas
548
5492006-09-03 Max Horváth <max.horvath@freenet.de>
550        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
551          replaced by the more meaningful term "anonymous user" (fixes #106)
552        * When creating a new node and choosing an existing node_id there will be
553          shown an error message (fixes #223)
554        * If one or more nodes aren't monitored they now will be announced on the
555          front page (instead of just showing the number of monitored online nodes)
556          (fixes #100)
557        * Display more meaningful error messages if required user permissions are
558          missing (fixes #242)
559        * Refactored Network->getAdminUI() to match look and feel of
560          Node->getAdminUI (fixes #140)
561        * Show descriptive status of node (fixes #241)
562
5632006-09-02 Max Horváth <max.horvath@freenet.de>
564        * Installation script checks for PHP session extension (fixes #139)
565        * Removed "Call-time pass-by-reference has been deprecated" warnings
566          (fixes #239)
567        * Revert changes of FCKeditor implementation (fixes #240)
568        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
569          (fixes #145)
570        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
571        * Fix #141
572        * templates/sites/index.tpl: fix wrong user count (fixes #236)
573        * Added more trash mail services to the black list (fixes #149)
574
5752006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
576        * Fix #189, #173
577
578
5792006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
580        * Content.php:  Improve handling of simple but persistent content.
581
5822006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
583        * Server.php:  Make sure getCurrentServer returns the default server if the
584          hostname isn't recognised.
585        * Content manager:
586                - Allow deleting simple (trivial) but persistent content
587                - Remove the sponsor info field from Content Metadata.  Best practices
588                  is now to use the project info field to show this information.
589        * Add the necessary schema constraints to allow manually deleting networks,
590          nodes and users.  Be carefull, removing any of theses will remove all
591          traces of connection statistics as well.  You've been warned.
592        * Do not display the network in the login interface if there is only one.
593        * Add a pseudo-random content ordering mode.  Pick content elements
594          randomly, but do not display the same content twice untill all content
595          has been seen.
596        * Allow setting a title but not displaying it (very usefull for reusable
597          content)
598
5992006-08-29 Max Horváth <max.horvath@freenet.de>
600        * Cleaned up PHPdoc tags
601        * Updated german translation
602        * Updated portuguese translation, thanks to Gabriel Hahmann
603        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
604
6052006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
606        * Add SimplePicture content type
607        * Fix #225 (For both nodes and networks)
608
6092006-08-28 Max Horváth <max.horvath@freenet.de>
610        * Integrated KML node list export
611        * Integrated PDF node list export
612        * Updated Sprintf formatted strings in some Smarty templates
613
6142006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
615        * clickthrough.php, HyperLink.php:  Implement working hyperlink
616          clickthrough tracking (no reporting yet).
617          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
618          subclasses.
619        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
620          line count and will stop the codebases from needlessly drifting apart.
621        * Do not log content displayed as metadata, and log their clickthrough as
622          the parent's.
623
6242006-08-27 François Proulx <francois.proulx@gmail.com>
625        * Updated French translations
626        * Now using Sprintf formatted strings in some Smarty templates (see
627          example in templates/sites/index.tpl).
628        * Integrated back the SQL profiling functions
629
6302006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
631        * Fix a bug where having an empty username would break statistics.
632
6332006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
634        * Fix a bug in some reports when selecting a single user.
635
6362006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
637        * Fix #175.
638        * Fix the "Registration Log" and "User registration report" reports giving
639          incorrect statistics
640        * Allow disabling EventLogging class in config.php, to make SQL debuging
641          possible (The class was traping errors before AbstractDb could
642          output them)
643        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
644          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
645          been seeing.  That is probably only because we don't understand how to
646          properly control it's logging level.
647
6482006-06-18 François Proulx <francois.proulx@gmail.com>
649        * Added creation_date , last_update_date support to File content (with
650          proper HTTP caching handling)
651        * Added hyperlinks URL support in Picture content
652        * Fixed constants in Flickr Content
653        * Fixed #171 (Can't add existing content to Node)
654
6552006-06-17 François Proulx <francois.proulx@gmail.com>
656        * First iteration of JiWire CSV export
657                * Use : hotspot_status.php?format=JiWireCSV
658        * Fully working, but Excel doesn't seem to handle well UTF-8
659          investigation in progress.
660
6612006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
662        * Fix #151.  It was still around after all.
663
6642006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
665        * Completely refactor the look and html of the content manager, statistics
666          and most object's administrative interfaces.
667          Should be much simpler and clearer now.
668          No refactoring of the editing flow has been done yet.
669        * Spell check the french translation, and add a few of the missing strings.
670
6712006-05-26 François Proulx <francois.proulx@gmail.com>
672        * Added 'ja' to database locales table
673
6742006-05-26 François Proulx <francois.proulx@gmail.com>
675        * Added Japanese translation .po file
676          (Thanks to taedu AT ninjin-net DOT net)
677
6782006-05-24 François Proulx <francois.proulx@gmail.com>
679        * Stylesheet changes for left_area_bottom content block.
680
6812006-05-24 François Proulx <francois.proulx@gmail.com>
682        * Simplified Google Maps JS code to use more of the v2 abstraction
683        * Improved admin panels CSS classes
684
6852006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
686        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
687          causes very hard to track down problems with Internet Explorer.
688
6892006-05-22 François Proulx <francois.proulx@gmail.com>
690        * Fixed isValidUsername() Js function to allow caret and dot characters
691
6922006-05-22 François Proulx <francois.proulx@gmail.com>
693        * Use Pgsql persistent connections
694
6952006-05-22 François Proulx <francois.proulx@gmail.com>
696        * Removed unnecessary debug message
697        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
698
6992006-05-22 François Proulx <francois.proulx@gmail.com>
700        * Added generateFromArray parameter (max_length)
701        * Restricts select content ui combo box to 40 chars
702        * Added Smarty plugin modifier.fsize_format.php
703
7042006-05-21 François Proulx <francois.proulx@gmail.com>
705        * Stupid IE CSS bug fixed
706
7072006-05-21 François Proulx <francois.proulx@gmail.com>
708        * Fixed various bugs in content system
709        * stylesheet work
710
7112006-05-21 François Proulx <francois.proulx@gmail.com>
712        * Think I've fixed Google Maps on IE.
713                * need to test on another system..
714
7152006-05-20 François Proulx <francois.proulx@gmail.com>
716        * Completed french translations
717        * Fixed Flickr javascript
718        * Various stylesheet improvements to tighten up the portal and admin
719
7202006-05-20 François Proulx <francois.proulx@gmail.com>
721        * Various stylesheet improvements, started working on Île Sans Fil network
722          specific theme pack
723        * Fixed a few layout bugs
724
7252006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
726        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
727          endlessly
728
7292006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
730        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
731          when you are logged in.  There needs to be much better logick before we
732          export such things to smarty templates.
733
7342006-05-20 François Proulx <francois.proulx@gmail.com>
735        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
736        * Posted Île Sans Fil XSLT example stylesheet for converting the
737          hotspot_status page
738                * Browser view
739                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
740                * Simply use in this manner :
741                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
742
7432006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
744        * page.php:  Fix bugs in various files preventing the system from working
745          from the command line.
746
7472006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
748        * More install script fixes:  Phlickr wouldn't install, and the permissions
749          of wifidog/tmp/smarty/cache weren't checked.
750
7512006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
752        * More stylesheet and HTML work
753
7542006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
755        * Fix loging form incorrectly attempting to validate the password,
756          preventing many existing accounts from logging-in.
757        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
758          the general look.
759          This is incomplete, this commit was done to fix the problem above.
760        * install.php:  Fix path problems, make shel command errors visible.  Update
761          magpie and smarty url to latest versions (note that this won't
762          automatically update an existing install).  Didn't touch phlickr as I
763          didn't know the implications
764        * Add interactive scripts in sql/ to easily backup and restore a wifidog
765          auth server database.
766
7672006-05-10 François Proulx <francois.proulx@gmail.com>
768        * Fixed Google Maps script path to images.
769
7702006-05-10 François Proulx <francois.proulx@gmail.com>
771        * Added sweetTitles tooltips script, now if you need to add tooltips simply
772          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
773        * Fixed usort bug in MainUI
774        * Fixed download (wget) in install.php
775
7762006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
777        * Working (if slightly basic) theme manager.  You can pick the theme in the
778          network configuration.
779          To add your own theme, read wifidog/media/network_theme_packs/README.txt
780        * Cleanup and document the wifidog directory structure
781        * Minor HTML corrections for content types
782        * Completely rip out the old local_content system, and a bunch of obsolete
783          defines and config variables.
784        * Get rid of PHP generated stylesheets
785
7862006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
787        * Finish content assignation system
788        * Content ordering is now global (network, nodes and everywhere content cand
789          now be in mixed order).
790        * Implement 'everywhere' content
791        * Change MainUI::apendContent to MainUI::addContent
792
7932006-04-28 François Proulx <francois.proulx@gmail.com>
794        * Fixed error in initial data script
795
7962006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
797        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
798          instead of hardcoded 'default'
799
8002006-04-28 François Proulx <francois.proulx@gmail.com>
801        * Fixed initial_data schema script so that it adds a dummy server.
802
8032006-04-25 François Proulx <francois.proulx@gmail.com>
804        * Updated JavaScript code to work with Google Maps v2 API
805        * v2 will now provide full maps of European countries and is a bit faster
806        * Updated the schema accordingly with new GMaps values
807
8082006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
809        * Dependencies.php:  Small fix in case gettext isn't installed
810
8112006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
812        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
813
8142006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
815        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
816          problems once and for all, allowing everyone to define them the same way.
817          Fix a few bugs along the way. Should also be a little faster.
818
8192006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
820        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
821          to finally get the PATH stuff consistent and fixing the countless bugs
822          that this process introduced.
823          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
824          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
825          available to Smarty.
826          We already have 3 defines to be used for links and html refs, that's
827          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
828          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
829          explicitely do not want someting to be referenced over http
830          BASE_URL_PATH should be used in all other cases to avoid needless
831          SSL warning
832
8332006-04-17 Rob Janes <janes.rob@gmail.com>
834        * javascript for validating and navigating forms.
835        * help text (untranslated).
836        * EVENT_LOGGING enabling/disabling flag.
837        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
838          appropriate.
839        * standardize Smarty variables for Network and User info by adding
840          assignSmartyValues($smarty, $self) to Network and User.
841        * change_password only allowed if logged in.
842        * non-superadmin can only use change_password to change their own password.
843        * superadmin can use change_password to change any user password by
844          entering in their password for the old password.
845        * page_header div defined and positioned in MainUI
846
8472006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
848        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
849          to protected as the private methods broke IFrameRest
850
8512006-04-01 François Proulx <francois.proulx@gmail.com>
852        * Dumped initial schema from working install
853
8542006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
855        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
856          table to the dump, can someone re-generate the initial data from a
857          working install
858        * Remove the ?> tags from all the classes.
859
8602006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
861        * Fix bug where right_area_bottom content wouldn't be displayed.
862        * Minor CSS cleanup
863
8642006-03-28 François Proulx <francois.proulx@gmail.com>
865        * Fixed error in initial schema (bad client encoding)
866
8672006-03-28 François Proulx <francois.proulx@gmail.com>
868        * Fixed schema 37 : left_area_top
869        * Updated initial schema
870
8712006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
872        * First step in massive simplification of CSS and templates
873        * Implement the new main CSS structure
874        * Implement working content assignation interface and content ordering for
875          both network and nodes.
876        * Display of content according to assignation work on 'portal' and 'login'.
877          'everywhere' not yet implemented
878        * Get rid of some ISF specific interface elements
879        * Finally replace the overly complicated start button by a
880          "Use the Internet" link that will not get you out of your working tab
881        * Fix #118
882
8832006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
884        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
885          auth server should work properly with auth servers with magic quotes
886          turned on.
887          This is still not recommended however.
888        * Remove some spurious error ouptut on logout.
889        * Remove potential error in network id parsing
890
8912006-03-22 François Proulx <francois.proulx@gmail.com>
892        * Fixed Google Maps URLs bug
893        * Since Google Maps does not provide Javascript over SSL (it does but the
894          certificate does not match) the code path to the map does not use SSL, but
895          the outgoing URLs do.
896        * Removed lost echo in Locale.php
897
8982006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
899        * login/index.php: Remove huge security hole introduced by stylistic
900          changes in the file. A user could login to any hotspot by simply filling
901          a blank form because of a gratuitous change from empty to is_null
902          everywhere.  Remove escaping or REQUEST parameters in non SQL
903          related code, as this would lead to double unescaping down the line.
904          Remove logic dependent on encapsulated side effects of object method call.
905
9062006-03-19 François Proulx <francois.proulx@gmail.com>
907        * Updated French translations
908
9092006-03-18 Rob Janes <janes.rob@gmail.com>
910        * path_defines_base working for combinations of DocumentRoot, Alias,
911          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
912          and WIFIDOG_ABS_FILE_PATH dynamically.
913        * classes/Locale.php::getBestLanguage changed to correctly parse
914          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
915          Ignores SESS_LANGUAGE_VAR if invalid.
916
9172006-03-18 Rob Janes <janes.rob@gmail.com>
918        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
919
9202006-03-16 François Proulx <francois.proulx@gmail.com>
921        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
922        * Cleaned up a bunch of stale TODOs
923
9242006-03-16 Max Horváth <max.horvath@freenet.de>
925        * updated language files (new german strings have already been translated)
926        * added LDAP authentication
927        * Dependencies class can check for an PHP extension now
928        * Dependencies class can check for multiple files on a single dependency now
929        * Authentication classes moved to it's own directory
930        * The getAuthenticator method now uses the much safer and faster
931          call_user_func_array function to return an authenticator object
932        * the available authenticator classes are now being displayed in a select
933          box on the network administration page
934        * the link to and the Google hotspots map as is won't be shown to an
935          unauthenticated user at a real hotspot
936
9372006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
938        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
939
9402006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
941        * init_php.php: Try to fix #102 by inspection
942        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
943          into AbstractDb.php to prepare for eventual switch to PDO file.
944        * incoming_outgoing_swap.php:  Delete file, closes #85
945
9462006-03-09 Max Horváth <max.horvath@freenet.de>
947        * fixed small bug in the InterfaceElements class
948        * fixed PHP notices in portal/index.php and Locale class
949        * fixed small bug in Authenticator class which in resulted in a fatal PHP
950          error if a user logged out when his session was already gone
951    * using the {$isUserAtHotspot} smarty variable you can check now in every
952      template if a user calls the portal from a hotspot or not
953
9542006-03-08 Max Horváth <max.horvath@freenet.de>
955        * fixed small bug where clicking on the start button at the portal page
956          didn't open the wifidog portal, but the requested page
957        * updated source to generate a clean PHPdoc output
958        * updated PHPdoc generating script
959
9602006-03-07 Max Horváth <max.horvath@freenet.de>
961        * init_php.php now does a 100% strict check for variable types of
962          elements to be processed when magic_quotes are turned on
963        * fixed duplicate use of SSL_AVIABLE define in common.php
964          This fixes ticket #95.
965        * fixed problens with slashes in htospots_map.php
966          This fixes ticket #97.
967        * fixed variable typo in NodeListXML.php
968        * introduced new InterfaceElements class which is being used to create
969          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
970          we had i.e. on the node administration page (unclosed div).
971          It is being used on the node administration page now and will be updated
972          for the other admin pages ...
973        * when adding an owner or tech officer on the node admin page and pressing
974          enter in the input field the statistics where called (no owner or tech
975          officer was added) - this has been fixed
976        * database schema update 35 wasn't compatible with PostgreSQL version 7,
977          the update script has been changed to be compatible with it ...
978          This fixes ticket #94.
979        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
980          been included
981          This fixes ticket #98.
982        * on node administration page owners have less rights than admins
983
9842006-03-02 Max Horváth <max.horvath@freenet.de>
985        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
986          transparency of PNGs
987
9882006-02-28 Max Horváth <max.horvath@freenet.de>
989        * the content selector for an owner could produce notices
990        * the button add existing content in the content manager will only be shown
991          if content is actually available
992        * the start button on the portal page won't be shown anymore if a user
993          didn't access it from a WiFiDog hotspot
994        * deleted wifidog/templates/message_unknown_hotspot.html as this error
995          message will be displayed using the genecir error message template
996        * display of generic error messages will be handled by the MainUI class
997        * deleted wifidog/portal/missing_original_url.php as its functions is being
998          handled by wifidog/portal/index.php now
999        * deleted wifidog/templates/message_default.html as its functions is being
1000          handled by wifidog/gw_message.php now
1001        * deleted wifidog/templates/message_activate.html as its functions is being
1002          handled by wifidog/gw_message.php now
1003        * account validation hints finally show the real validation grace time
1004          (used to display 15 minutes)
1005        * deleted wifidog/templates/message_denied.html as its functions is being
1006          handled by wifidog/gw_message.php now
1007        * deleted wifidog/templates/message_failed_validation.html as its functions
1008          is being handled by wifidog/gw_message.php now
1009        * deleted wifidog/templates/user_management_menu.html as its not being
1010          used anymore
1011        * deleted wifidog/local_content/default/footer.html as its not being
1012          used anymore
1013        * deleted wifidog/local_content/default/header.html as its not being
1014          used anymore
1015        * deleted wifidog/local_content/default/portal.html as its not being
1016          used anymore
1017        * deleted wifidog/local_content/default/new.css as its wasn't ever used
1018        * deleted wifidog/local_content/README as its content isn't valid anymore
1019          used anymore
1020        * Login site now uses a Smarty template to render HTML page
1021        * class MainUI now also delivers $isOwner variable for Smarty
1022
10232006-02-26 Max Horváth <max.horvath@freenet.de>
1024        * Hotspots map page now uses a direct Javascript call for the link
1025          "Show me on the map" (resulting in the browser not jumping to the top of
1026          the page if a user clicks on such a link)
1027        * refactored hotspot status page, it now uses node list classes to generate
1028          output
1029        * WIFI411_CSV has been removed from hotspot status page - it didn't work
1030          properly - a working version can be added to /wifidog/classes/NodeLists
1031        * RSS feed of hotspot status now delivers language of user
1032        * RSS and XML feed of hotspot status now actually do deliver data from
1033          the requested network (before the code accepted network selection but
1034          actually switched back to the current network)
1035        * RSS feed of hotspot status page now gets announced in browser
1036
10372006-02-25 Max Horváth <max.horvath@freenet.de>
1038        * fixed undefined variable bugs in statistic classes (use of date_from and
1039          date_to), variables were processed directly from request, without any
1040          check
1041          This fixes ticket #71.
1042        * clicking on a username in user logs now generates a individual user
1043          report as it does when clicking on a username on the online users page
1044        * Changing the value of the "Is persistent" checkbox doesn't have to
1045          saved when JavaScript is enabled in the browser. Before this change
1046          you had to save a content. So if you wanted to delete a persistant content
1047          you first had to uncheck this checkbox, save the content and delete the
1048          content after saving it. If JavaScript is enabled in your browser you
1049          can go straight ahead, uncheck the checkbox and delete the content.
1050          This fixes ticket #73.
1051        * when processing global arrays if magic quotes is enabled, WiFiDog will
1052          check for type variables
1053          This fixes ticket #84.
1054        * the RSS feed of nodes now delivers the correct link to the nodes homepage
1055          This fixes ticket #80.
1056        * small fix in schema_validate.php which should affect nobody (in schema
1057          version 9)
1058          This fixes ticket #79.
1059        * fixed "Show all available contents for this hotspot" link which didn't
1060          work if WiFiDog wasn't located in the root folder of the webserver
1061        * the "Show all available contents for this hotspot" link won't be shown
1062          anymore unless all requirements are meet that all content of a hotspot
1063          would be shown. The requirements are: you need to have at least one
1064          Content Group tagged artistic and locative content, with at least one
1065          content group element available for display.
1066          This fixes ticket #35.
1067        * adjusting the location of a node via the Google maps geocoding service)
1068          and clicking the button "Use these coordinates" didn't work
1069          This fixes ticket #81 and #82.
1070        * the content select box now only shows the content to a user of which is
1071          is the owner from (same mechanism has already been used on the content
1072          manager page) or all content if the user is a superadmin
1073        * wifidog/admin/content_admin.php removed, because the content manager now
1074          uses the generic object administration interface
1075        * the creation date of a network can be changed now (this value wasn't
1076          displayed in the admin interface, even though it was present in the
1077          database)
1078        * revamped administration sidebar, cleaner interface for the superadmin,
1079          for the owner of a node nothing changes
1080        * added "server administration" section to the administration interface
1081        * Added administration of webservers. For one webserver not much changes.
1082          The SSL available setting has been moved to this section (and removed
1083          from config.php). Running WiFiDog on two or more webserver (with one
1084          database) you now can define the different hostnames of the webserver.
1085          Of course you can also define, which of those webserver serves SSL. This
1086          is for example essential for the Google maps feature (different API keys
1087          for different hostnames)
1088        * for every network you now can define it's own Google Map initial values
1089          and map types
1090        * Hotspots map page now supports different maps for different networks
1091        * Hotspots map page now supports different map types for different networks
1092          This fixes ticket #69
1093        * Hotspots map page now offers full multilingual support (text in the
1094          JavaScript file was english only)
1095        * Hotspots map page now uses a Smarty template to render HTML page
1096
10972006-02-21 Max Horváth <max.horvath@freenet.de>
1098        * fixed access restriction for HTMLeditor in templates folder
1099        * fixed XML error in HTMLeditors CSS and HTML templates
1100        * fixed undefined variable bug in content class ContenGroup
1101        * start page now uses a Smarty template to render HTML page
1102        * start page now also displays information about deployed/operational nodes
1103        * information about valid/online users and deployed/operational nodes gets
1104          cached if caching has been enabled (valid/online users for 1 minute,
1105          deployed/operational nodes for 5 minutes)
1106
11072006-02-17 Max Horváth <max.horvath@freenet.de>
1108        * refactored lost username site - now it also includes the help toolbox
1109        * lost username page now focuses input field automaticly (like on login or
1110          signup page)
1111        * refactored lost password site - now it also includes the help toolbox
1112        * lost password page now focuses input field automaticly (like on login or
1113          signup page)
1114        * refactored sesend validation email site - now it also includes the help
1115          toolbox
1116        * refactored resend validation email page now focuses input field
1117          automaticly (like on login or signup page)
1118
11192006-02-16 Max Horváth <max.horvath@freenet.de>
1120    * added full PHPdoc documentation to Mail class
1121    * added more temporary-email-address-providers to the black-list
1122        * Login site now uses a Smarty template to render HTML page
1123        * refactored signup site - now it also includes the help toolbox
1124        * removed Phlickr directory in /lib dir as Phlickr must be installed via
1125          PEAR
1126        * modified gen.sh to include new template folders for the
1127          translation file generation
1128
11292006-02-15 Max Horváth <max.horvath@freenet.de>
1130        * Login site now uses a Smarty template to render HTML page
1131
11322006-02-14 Max Horváth <max.horvath@freenet.de>
1133        * converted Session class to PHP5 style
1134        * moved code used used to init PHP into wifidog/include/init_php.php
1135        * fixed bug regarding APC (super globals weren't initialized before their
1136          first use
1137        * in an attemp to enter the administration interface of WiFiDog and not
1138          being logged in you'll be redirected to the administration interface after
1139          a successful login, if you are an admin or owner of a node. This only
1140          works for a virtual login, as it isn't needed to be done when logging in
1141          via a WiFiDog node (then you have to login anyway on the splash page
1142          first)
1143        * fixed preview of network in administration interface as content for a
1144          network as is isn't available in the code, yet
1145
11462006-02-13 Rob Janes <janes.rob@gmail.com>
1147    * cron/cleanup.php needed new way to call common.php
1148        * added cron/vacuum.php to round things out
1149
11502006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
1151        * Fix a bunch of file inclusion bugs in the statistics subsystem.
1152          This is only a ad-hac fix. It seems the requires for just about every
1153          class have been stripped off. This must be fixed, all classes should
1154          require_once all classes or include that they need that isn't included by
1155          a parent class.
1156
11572006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
1158        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
1159        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
1160          file
1161
11622006-02-04 Max Horváth <max.horvath@freenet.de>
1163        * MainUI class now uses Smarty templates to render HTML pages
1164        * display of debug messages by using $_REQUEST['debug_request'] on any
1165          page is now only possible for a super admin
1166        * caching class now supports lifetime of a cache and every data type
1167          supported by PHP (except the resource-type)
1168        * Content class caches available content plugins for 7 days if caching has
1169          been enabled -> results in a nice speed-up on every page call because
1170          of 17 saved filesystem queries
1171        * converted Security class to PHP5 style and it's functions to static
1172          functions
1173        * fixed broken HTMLeditor support
1174        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
1175          installed it strips down all potentially dangerous content within HTML
1176          that has been entered using the content plugins Langstring,
1177          TrivialLangstring and HTMLeditor
1178        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
1179        * fixed thrown exception in path_defines_base.php (sprintf() was used
1180          uncorrectly)
1181        * template for definition of SYSTEM_PATH has been added to config.php
1182          for easier definiton when path detection failes
1183        * from now on caching is enabled by default in config.php - it means that
1184          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
1185          has been installed
1186        * updated installation file to represent all the new modules that can be
1187          installed to use all WiFiDog features
1188
11892006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1190        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
1191          more meaningfull output
1192
11932006-01-29 Max Horváth <max.horvath@freenet.de>
1194        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
1195          both PHP caches, because WiFiDog currently doesn't run with either of
1196          those PHP caches (I'm still investigating why)
1197        * added a missing <ul> HTML tag on the administration page
1198        * the validation mail sent to new users now includes the full path to the
1199          WiFiDog installation (before it assumed WiFiDog to be installed in
1200          the document root of the webserver)
1201        * fixed display of start button of portal when WiFiDog is not installed
1202          in the document root of the webserver
1203        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
1204          path_defines_base.php
1205        * updated HTMLeditor content class to use the new, moved stylesheet.css
1206        * fixed error messages not displaying technical support e-mail address
1207
12082006-01-25 Max Horváth <max.horvath@freenet.de>
1209        * a notice message regarding timezones was being displayed when running PHP
1210          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
1211          in config.php named DATE_TIMEZONE. Set it to your local timezone.
1212          Don't forget to update your local.config.php in case you're using it.
1213
12142006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
1215        * Dependencies.php:  We missed one more instance of non-unifrom code for
1216          path detection. The Dependencies class now uses the code in
1217          include/path_defines_base.php like the rest of the system. Also make it
1218          returns more usefull error messages.
1219        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
1220      cannot be found for some reason.
1221
12222006-01-23 Max Horváth <max.horvath@freenet.de>
1223        * Removed compiled PHPdoc documentation
1224        * moved createDoc.sh to "doc" directory, documentation can be generated on
1225          the fly now, in the future we'll be generating a nightly PHPdoc on
1226          wifidog.org
1227        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
1228          PHPdoc
1229        * moved "header.gif" image to its own folder in the images directory
1230        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
1231          compiling without any warnings
1232        * Initialized uninitialized variables in Node class
1233        * Fixed initialization error of one variable
1234        * Configuration file (config.php) will be read before path detection is
1235          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
1236
12372006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
1238        * common.php: Real fix for Ticket #59 ;)
1239        * common.php: Untested fix for Ticket #59
1240
12412006-01-18 François Proulx <francois.proulx@gmail.com>
1242        * Remove unneeded .cvsignore files since the svn:ignore property is set to
1243          the same list
1244
12452006-01-11 Rob Janes <janes.rob@gmail.com>
1246    * classes/User.php: added setters, getters, throw exceptions, added
1247      refresh() subr, tweaked language
1248
12492006-01-09 Max Horváth <max.horvath@freenet.de>
1250        * createDoc.sh: added description of how to install requirements
1251
12522006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
1253        * common.php: Improve path detection code, and start moving PATH detection
1254          back to a central location. You should NEVER go to any $_SERVER[]
1255          variables for path related stuff, all you need is already available
1256          in defines.
1257        * UserReport.php: Remove dangling reference to BASEPATH.
1258        * install.php: Use centralised path detection.
1259
12602006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1261        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
1262          making one less config option to manage.  It is now autodetected.
1263
12642006-01-03 Rob Janes <janes.rob@gmail.com>
1265        * added support for classes/EventLogging.php.
1266        * modified include/common.php to pull in the EventLogging class
1267        * modified index.php to kick start error logging with minimal setup.
1268          I didn't setup a css for this, so any errors are simply pushed out
1269          when the logging channel is destructed.
1270        * other changes to include/common.php - a host of utility functions,
1271          prefixed with "cmn" to avoid namespace collision.
1272        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
1273          to include/common.php, wrapping the require_once in a function.
1274
12752006-01-04 Pascal Leclerc <isf@plec.ca>
1276    * install.php: New security validation and small bugs fix in admin account
1277      creation
1278
12792006-01-02 Rob Janes <janes.rob@gmail.com>
1280        * split static stylesheet.css from smarty template stuff.
1281          local_content/default/stylesheet.css has only smarty template stuff.
1282          local_content/common/stylesheet.css has all the rest.
1283        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
1284          still smarty fetching the templated stylesheet.
1285        * classes/SmartyWifidog.php changed to set a smarty template variable so
1286          that the templating stylesheet could work.
1287
12882005-12-29 François Proulx <francois.proulx@gmail.com>
1289        * Integrating Philippe's code for User class
1290        * This build needs extensive testing please
1291        * E-mail blacklisting (Mail class)
1292
12932005-12-29 François Proulx <francois.proulx@gmail.com>
1294        * Added Aidan's file_exists_incpath function to Dependencies class
1295        * Translated and standardized most of PostgreSQL abstraction class.
1296        * Removed blank lines at end of many files
1297        * Tested the new Phlickr package, which fixes URL on Flickr
1298
12992005-12-28 Max Horváth <max.horvath@freenet.de>
1300        * Removed BASEPATH define from source - resulting in a better
1301          require-overview
1302        * speed improvement of 7% by optimizing Dependencies class
1303        * improved documentation of content classes
1304
13052005-12-26 François Proulx <francois.proulx@gmail.com>
1306        * Fixed bug when the same user was owner of many nodes
1307        * Added missing reference to content_display_location initial data in dump
1308          script
1309
13102005-12-26 François Proulx <francois.proulx@gmail.com>
1311        * Tiny modifications to config.php
1312        * Reinserted the deprecated defines, created errors on my system
1313        * Fully translated FormSelectGenerator class, Locale
1314        * Added comments to Utils, Locale etc..
1315        * Fully tested installation from scratch using blank database with
1316          installation script
1317        * Improved installation script a bit
1318        * Synched SQL for CVS schema 29 --> 33
1319
13202005-12-26 Max Horváth <max.horvath@freenet.de>
1321        * added new headers to every source file
1322        * converted file to represent a tab as four (4) spaces
1323        * added PhpDocumentor documentation
1324        * added WiFiDog skin to HTMLeditor
1325        * language selection in a content class now shows the language name instead
1326          of the language code
1327        * added caching support to content classes Langstring and TrivialLangstring
1328
13292005-12-15 Max Horváth <max.horvath@freenet.de>
1330        * fixed bug in dependencies class when gettext support for PHP is not
1331          available
1332
13332005-12-14 Max Horváth <max.horvath@freenet.de>
1334        * fixed bug in config.php:59 ... was unable to select DB server
1335
13362005-12-08 Max Horváth <max.horvath@freenet.de>
1337        * added FCKeditor to the supported libraries
1338        * added new content type: HTMLeditor
1339        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
1340          config.php
1341        * HTMLeditor is the first class using the new caching class
1342        * removed unused function from content type Langstring
1343        * beautified and reorganized config.php and added a new switch for the
1344          caching class
1345
13462005-12-06 Max Horváth <max.horvath@freenet.de>
1347        * fixed SQL bug when calling the "report configuration" page as a node owner
1348
13492005-12-05 François Proulx <francois.proulx@gmail.com>
1350        * Crunched the Google Maps Div block for better display on small screens
1351
13522005-12-05 Max Horváth <max.horvath@freenet.de>
1353        * fixed bug when calling the preview version of a login page
1354
13552005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
1356        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
1357          change works with postgresql 7.4 and 8. It is still not understood why
1358          ISF doesn't encounter this bug on it's production server.
1359
13602005-11-28 François Proulx <francois.proulx@gmail.com>
1361        * Improved Flickr user output
1362        * Mostly completed Flickr admin UI
1363        * Changed display algorithm to display sequentially
1364
13652005-11-25 Rob Janes <janes.rob@gmail.com>
1366        * EventLogging class initial checkin
1367
13682005-11-14 Max Horváth <max.horvath@freenet.de>
1369        * fixed path to included classes
1370          Guys, please check the paths to included files twice next time you're
1371          moving files
1372
13732005-11-12 François Proulx <francois.proulx@gmail.com>
1374        * Fixed schema 33 update
1375        * fixed css
1376
13772005-11-11 François Proulx <francois.proulx@gmail.com>
1378        * Fixed Admin hotspot location map
1379        * Take note: Google Maps updated their API key system, so that you simply
1380          need to register a key for the whole domain.
1381          ie. one key for http://auth.abc.org will work even in sub-directories
1382        * Changed the Content classes structure to make them "pluggable" more easily
1383          as requested during last developpers meeting
1384        * node_list.php now support column sorting, node_id are naturally sorted
1385          (numerical order, alphabetic)
1386        * Added 2-dimensionnal natural sort algorithm to Utils class
1387        * fixed Node::getSelectNodeUI to naturally sort by node_id
1388        * Improved Flickr content class
1389        * Modified Flickr database schema
1390        * Modified CSS look and feel
1391
13922005-11-08 Philippe April  <philippe@ilesansfil.org>
1393        * Put a note to mention the roles of users in the logged in users list
1394        * Fixed online users link to statistics
1395
13962005-11-01 Max Horváth <max.horvath@freenet.de>
1397        * added german translation
1398        * modified gen.sh to include geocoder and statistics classes for the
1399          translation file generation
1400        * modified hotspot status page to allow translations of every string
1401        * modified node list page to allow translations of every string
1402        * modified FAQ page to allow translations of every string
1403        * fixed bug in FAQ page which caused the Safari browser to display very
1404          large text
1405        * modified online users page in administration to allow translations of
1406          every string
1407        * added Phlickr directory to /lib
1408
14092005-10-25 Francois Proulx <francois.proulx@gmail.com>
1410        * /classes/DateTime.php : First iteration of DateTime abstraction class
1411        * Basic support for datetime input field.
1412        * TODO : Overhaul with full-fledged datetime selector...
1413
14142005-10-25 Francois Proulx <francois.proulx@gmail.com>
1415        * AuthenticatorRadius : Fixed legacy variable misuse
1416
14172005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
1418        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
1419          actually tested. Guys, read the documentation of the function parameters
1420          when you code, it's there to help you ;)
1421
14222005-10-21 Francois Proulx <francois.proulx@gmail.com>
1423        * Integration testing for Radius debugging
1424        * Added network_id parameter to hotspot_status.php for selecting network
1425        * Default network will be automatically selected...
1426
14272005-10-04 Francois Proulx <francois.proulx@gmail.com>
1428        * Scaled down network logo
1429        * Changed CSS accordingly
1430        * Modified online users SQL query to sort better
1431
14322005-10-04 Francois Proulx <francois.proulx@gmail.com>
1433        * Removed unwanted file from checkout
1434
14352005-10-07 Philippe April  <philippe@ilesansfil.org>
1436        * Released wifidog-auth-1.0.0_m2
1437
14382005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1439        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1440          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1441          a server, you can add your users, and then change the authenticator class
1442          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1443        * signup.php: Actually enforce it. Still needs improvement, as the network
1444          is still shown for signing up.
1445
14462005-10-04 Francois Proulx <francois.proulx@gmail.com>
1447        * Translated some error message in SQL abstraction
1448        * Cleaned up error messages when starting from scratch
1449        * Added link to install script, when the database is empty.
1450        * Fixed initial data dump script
1451
14522005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1453        * Remove a bunch of deprecated methods from the Node object,
1454          document undocumented methods.
1455        * Make the node id editable.  This allows the gateway "MAC address as node
1456          ID" patch by London wireless to be usable with the standard auth server,
1457          and to transition to using MAC address as node ID.
1458        * Fix a saving problem with all the content types with some versions of PHP
1459        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1460          style query returning HTML to be displayed in a HTML iframeset. Currently
1461          supported are substitution of the node_id, the user_id and the last
1462          display date in the get query.
1463        * CVS version of the auth server should now be "reasonnably" safe to use in
1464          production, so the 2005-09-01 notice is no longuer in effect.
1465
14662005-10-04 Francois Proulx <francois.proulx@gmail.com>
1467        * Translated signup page messages
1468
14692005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1470        * Partial login page content manager support (Node only for now)
1471
14722005-09-27 Philippe April  <philippe@ilesansfil.org>
1473        * Guess the best language from what the browser sends,
1474          otherwise use the default.
1475
14762005-09-26 Francois Proulx <francois.proulx@gmail.com>
1477        * Translated the few new sentences on the login page
1478
14792005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1480        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1481          remove unnecessary words.
1482
14832005-09-26 Francois Proulx <francois.proulx@gmail.com>
1484        * Completed translations
1485
14862005-09-26 Francois Proulx <francois.proulx@gmail.com>
1487        * Fixed annoying bug in new google maps code
1488
14892005-09-25 Francois Proulx <francois.proulx@gmail.com>
1490        * Complete rewrite of Google maps code, now stands as a js class
1491        * relooking of mapping stuff
1492        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1493        * fixed broken xml, damn blank lines...
1494
14952005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1496        * Statistics:  At long last, the monster statistics commit.
1497          We finally have a stable, documented and uniform codebase for statistics.
1498          This resulted is removal of several functions in other classes too.
1499          There are a few new reports, but mostly, each report is a lot more
1500          flexible.
1501          Still TODO:
1502          - Security:  This is to be implemented directly in the Statistics class,
1503            by forcing restrictions to the selected nodes and network.
1504          - Support selecting multiple users for a report.
1505            The code and SQL queries support it, but the UI doesn't. An easy and
1506            quick way would be to simply parse a coma-separated list. Comment are
1507            off course welcome!
1508
15092005-09-25 Francois Proulx <francois.proulx@gmail.com>
1510        * Updated initial SQL script to schema 29
1511        * Remove useless includes in some files, preventing from using the "plugin"
1512          contents
1513
15142005-09-25 Philippe April  <philippe@ilesansfil.org>
1515        * Make method getCurrentRealNode ORDER BY DESC so it picks
1516          up the latest network name
1517
15182005-09-20 Francois Proulx <francois.proulx@gmail.com>
1519        * Changed the output layout of the Google Maps hotspots list
1520        * Added "Loading" message on Google Maps
1521
15222005-09-17 Francois Proulx <francois.proulx@gmail.com>
1523        * Fixed forgotten reference to getNetwork in AuthLocalUser
1524
15252005-09-17 Francois Proulx <francois.proulx@gmail.com>
1526        * Fixed a few bugs in Radius class
1527        * Improved syntax and completed 100% of French translations
1528
15292005-09-17 Francois Proulx <francois.proulx@gmail.com>
1530        * Fixed RADIUS bug #1287000
1531
15322005-09-16 Francois Proulx <francois.proulx@gmail.com>
1533        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1534        * This class provides UTF-8 mailing for validation e-mail, lost password,
1535          lost username...
1536        * Fixes reported bug where users would not receive validation email on
1537          some servers
1538
15392005-09-13 Francois Proulx <francois.proulx@gmail.com>
1540        * Added bytes in words for online users
1541
15422005-09-13 Francois Proulx <francois.proulx@gmail.com>
1543        * Fixed bug in user stats
1544
15452005-09-13 Francois Proulx <francois.proulx@gmail.com>
1546        * Added access permissions for statistics.
1547
15482005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1549        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1550          account_origin as a parameter to the authenticator was wrong.  To fix it
1551          manually if you already ran the script, you must quote the parameter in
1552          column network_authenticator_params in the networks table.
1553        * Network.php:  Fix improper quoting of Authenticator arguments.
1554        * RssPressReview.php:  Make expansion of today's item optionnal.
1555
15562005-09-11 Francois Proulx <francois.proulx@gmail.com>
1557        * Fixed dependency check, found a workaround for the file_exists problem
1558
15592005-09-11 Francois Proulx <francois.proulx@gmail.com>
1560        * Added dependency check for Phlickr
1561
15622005-09-11 Francois Proulx <francois.proulx@gmail.com>
1563        * Fixed Flickr support
1564        * Now using PEAR version of Phlickr
1565        * Download the latest package and install like this: pear install
1566          PhlickrXYZ.tar.gz
1567
15682005-09-10 Francois Proulx <francois.proulx@gmail.com>
1569        * Fixed dependency check
1570
15712005-09-10 Francois Proulx <francois.proulx@gmail.com>
1572        * Removed many blank lines after php tags
1573        * added more checks, for dates etc...
1574        * changed sorting mode
1575
15762005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1577        * Add UI to add a new Network
1578        * Improve UI to add a new Node and new Content
1579
15802005-09-10 Philippe April  <philippe@ilesansfil.org>
1581        * signup.php: Fixed bug in detecting is the user is already part of the
1582          network.
1583        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1584          users from logging out.
1585        * add BASEPATH to most files with require_once
1586        * Added dependency checking class
1587        * Don't show the admin menu if user does not have access
1588        * Got rid of user_log_detailed.html, using stats.php instead
1589
15902005-09-10 Francois Proulx <francois.proulx@gmail.com>
1591        * Automatically redirect user to login form when trying to access admin
1592        * Added various isset, empty tests, vars init in stats (to avoid PHP
1593          warning)
1594
15952005-09-08 Philippe April  <philippe@ilesansfil.org>
1596        * New stats system with graphs
1597        * Changed the UI a bit to reflect this change
1598        * Updated stylesheet
1599
16002005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1601        * portal/index.php:  Custom portal redirect now operational.
1602
16032005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1604        * MainUI:  Move call to garbage_collect() here.
1605        * portal/index.php:  New feature:  Custom portal redirect.
1606        * rework much of the logout code
1607
16082005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1609        * login/index.php:  Fix getSplashOnlyUser() method call.
1610
16112005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1612        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1613          news.
1614        * login/index.php:  Reorganise code to make it more legible and comment what
1615          it does. Emphasise error messages and put them right above where they
1616          clicked so users can actually see them.
1617        * Security.php:  Remove deprecated login code
1618        * Authenticator.php: Change calling convention for better encapsulation
1619        * New feature:  Support multiple simultaneous logins if enabled in network
1620          configuration
1621        * New feature (in testing): Splash-only node support
1622
16232005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1624        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1625          in the server config.  It is still strongly recommended to disable
1626          magic_quote
1627        * Node.php:  Add UI for splash only node and custom portal
1628        * Update schema
1629
16302005-09-04 Francois Proulx <francois.proulx@gmail.com>
1631        * Removed update.php script ( should not have been in CVS )
1632        * Moved authenticator require in Network getAuthenticator()
1633
16342005-09-03 Philippe April  <philippe@ilesansfil.org>
1635        * Schema change: Added last_paged column to nodes table
1636        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1637        * s/Networt/Network/
1638        * Fixed signing up and validation, typos
1639
16402005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1641        WARNING:  DO NOT use the CVS auth server in production until further notice.
1642        Massive internal changes are underway.
1643        Use the release tagged 1.0m1 in production.
1644        * Network abstraction mostly complete, including UI.
1645          All that is missing is new network creation, network stakeholder UI and
1646          testing.
1647        * Cleanup the config file of all the now unneeded constants.
1648          Note that the install script is currently broken.
1649          There can now be multiple networks on the server.
1650          The install script will have to make sure that there is at least one, with
1651          one super-admin
1652
16532005-08-31 Francois Proulx <francois.proulx@gmail.com>
1654        * Fixed bug where node ID containing periods, whitespaces or underscores
1655          would confuse PHP
1656        * MD5 hash is used to make sur the http vars are unique
1657        * This is only valid for Node administration
1658
1659NOTE:  the 1.0m1 release was tagged here
1660
16612005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1662        * Node.php:  Fix node creation
1663
16642005-08-31 Francois Proulx <francois.proulx@gmail.com>
1665        * Fixed new node creation bug
1666
16672005-08-29 Philippe April <philippe@ilesansfil.org>
1668        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1669          IE to see the map properly.
1670
16712005-08-22 Pascal Leclerc  <pascal@plec.ca>
1672        * install.php, Change javascript to OnClick + dependencie note
1673        * schema_validate.php, Fix broken DB update for install.php
1674        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1675          installed
1676
16772005-08-22 Francois Proulx <francois.proulx@gmail.com>
1678        * Added edit button for quickly accessing Content editing mode
1679        * Changed the layout so the admin ui fits in a tighter space
1680
16812005-08-21 Francois Proulx <francois.proulx@gmail.com>
1682        * Added reference to new street address fields in mapping page and on status
1683          template
1684        * Fix bug on line 756 of RssPressReview , added check for empty var.
1685        * Flickr support is broken, added  bug to sf.net tracker
1686
16872005-08-21 Francois Proulx <francois.proulx@gmail.com>
1688        * Node admin UI should now be completed.
1689        * Minor bug fixes in Geocoder
1690        * Merged node_owners and node_tech_officers table into node_stakeholders
1691
16922005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1693        * New schema version
1694        * install.php, tmp/magpie_cache/:  Move all magpie caches
1695          to a central location, adjust install script to match.
1696        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1697          a parameter to the page
1698        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1699          recently subscribed first, this is a stopgap measure while waiting for
1700          Content ordering to be explicitely settable.
1701        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1702        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1703          and getFeedTitle() methods.
1704          Fixes minor bugs
1705
17062005-08-17 Pascal Leclerc  <pascal@plec.ca>
1707    * Added install script + minor changes in schema_validate.php
1708
17092005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1710        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1711
17122005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1713        * Run sync_sql_for_cvs.sh
1714        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1715          which no longer exists
1716        * .project:  Remove mistakenly commited file in last commit
1717        * .cvsignore:  Add file to avoid previous error
1718
17192005-08-12 Francois Proulx <francois.proulx@gmail.com>
1720        * Added missing GisPoint fille to CVS
1721        * Fixed some bugs
1722        * Added Technical officer table
1723        * Added technical officer management to node UI
1724
17252005-08-12 Francois Proulx <francois.proulx@gmail.com>
1726        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1727        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1728        * This is a stupid limitation of the Google Maps API which matches the
1729          complete URL path
1730        * Added /classes/GisPoint.php class
1731        * Will add geocode + Google Maps capabilities very soon
1732        * Notice : the XML schema will change very soon...
1733        * I will try to keep the streetAddress field intact so I won't break
1734          backward compat.
1735
17362005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1737        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1738          constructor
1739        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1740          reflect it's independently maintained status
1741        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1742        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1743          admin UI written.
1744        * wifidog/include/schema_validate.php:  Create the table structure for the
1745          new RssAggregator.
1746          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1747          new Content class.
1748
17492005-08-11 Francois Proulx <francois.proulx@gmail.com>
1750        * Refactored the Admin UI.
1751        * I need to write the upload form and rewrite statistics
1752
17532005-08-10 Francois Proulx <francois.proulx@gmail.com>
1754        * More GIS stuff
1755
17562005-08-10 Francois Proulx <francois.proulx@gmail.com>
1757        * Added Geocoders
1758          - /classes/AbstractGeocoder.php
1759          - /classes/Geocoders/GeocoderCanada.php
1760          - /classes/Geocoders/GeocoderUsa.php
1761        * This will be used for enterring GIS data
1762        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1763
17642005-01-25 Pascal Leclerc  <pascal@plec.ca>
1765        * Fix hardcoded images path in classes/MainUI.php
1766
17672005-07-25 Francois Proulx <francois.proulx@gmail.com>
1768        * Fixed bug in hotspot_status , added htmlspecialchars();
1769        * This solved the bug where ampersands would break the XML
1770
17712005-07-17 Francois Proulx <francois.proulx@gmail.com>
1772        * Fixed bugs in gen.sh, compile.sh locale scripts
1773
17742005-07-12 Francois Proulx <francois.proulx@gmail.com>
1775        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1776          element to networkMetadata
1777
17782005-07-12 Francois Proulx <francois.proulx@gmail.com>
1779        * Fixed XML protocol for exchanging hotspots status.
1780        * Should now be considered stable (stamped v1.0)
1781        * Fixed hotspots status map to reflect the changes
1782        * Added french translations
1783
17842005-07-11 Francois Proulx <francois.proulx@gmail.com>
1785        * Changed link to hotspots map using NON ssl because Google Keys are
1786          sensitive to the whole path.
1787
17882005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1789        * classes/RssPressReview.php: Begin rewrite.
1790        * classes/MainUI.php: Add addFooterScript() function.
1791        * venues_map.php:  Workaround the IE DOM problem.
1792
17932005-07-05 Francois Proulx <francois.proulx@gmail.com>
1794        * Changed wording in hotspots status page added legend
1795
17962005-07-05 Francois Proulx <francois.proulx@gmail.com>
1797        * Minor adjustements to icon positionning
1798
17992005-07-05 Francois Proulx <francois.proulx@gmail.com>
1800        * Changed google maps marker icons
1801
18022005-07-05 Francois Proulx <francois.proulx@gmail.com>
1803        * Added missing elements in XML exchange format
1804        * Stable v1.0 for XML exchange format and Google Maps mapping
1805        * Added GMaps constants to config file
1806        * Unsmartied index.php , added link to map
1807        * Check config.php to set corresponding values
1808        * You can now use hotspot_status.php?format=XML along with xslt query string
1809          parament to convert your XML document
1810        * For this to work, You need to have activated XSLT ( see config file )
1811
18122005-07-05 Francois Proulx <francois.proulx@gmail.com>
1813        * Added Google Maps mapping venues_map.php
1814        * /js/venues_status_map.js  JavaScript code for Mapping
1815        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1816          a snap
1817
18182005-07-03 Francois Proulx <francois.proulx@gmail.com>
1819        * Updated the XML venues status format ( version 1.0, once approved )
1820        * Added long / lat fields to nodes table ( for mapping purposes )
1821
18222005-06-17 Francois Proulx <francois.proulx@gmail.com>
1823        * Added IFrame and SimpleIFrame content types.
1824
18252005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1826        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1827          non-persistent, no matter the checkbox.  Move the code to
1828          TrivialLangstring.php where it belongs.
1829
18302005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1831        * portal/inted.php:  Implement the start button functionnality (maybe it
1832          would be better to call it "use the Internet").  From now on, once
1833          authenticated and when pressing the start button on the portal, the user
1834          will be sent to the page he originally tried to access.  A second window
1835          will be popped with the portal page so he can come back to it. The window
1836          is collapsed, and can be expanded back by clicking on the link. I tried
1837          to make it cross platform (and mostly did) but it's still buggy in IE.
1838
1839          At the same time, this fixes the goof reported by Rob Kelley of
1840          nycwireless.net
1841
1842        * portal/missing_original_url.php:  Displayed when the user tries to use the
1843          start button but for some reason the original url is unavailable
1844        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1845          URL in the user's URL bar.
1846
1847
18482005-06-17 Francois Proulx <francois.proulx@gmail.com>
1849        * Removed forced Pattern Language on all hotspots
1850        * Do not show hotspot logo in portal page, only on login, until we find a
1851          better layout
1852
18532005-06-16 Francois Proulx <francois.proulx@gmail.com>
1854        * Added XML output format for hotspot_status.php
1855        * Rough draft v1.0
1856        * TODO move to different classes once stabilized
1857        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1858        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1859        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1860
18612005-06-06 Francois Proulx <francois.proulx@gmail.com>
1862        * Added long description field to content table
1863        * MUST use schema_validate
1864        * Modified Pattern Language to be more generic
1865        * resend changelog
1866
18672005-06-06 Francois Proulx <francois.proulx@gmail.com>
1868        * Made changes to Pattern Language ( Kate Armstrong )
1869
18702005-05-30 Philippe April <philippe@ilesansfil.org>
1871        * Show username in user_stats.php instead of user_id
1872          and in other admin pages
1873
18742005-05-30 Francois Proulx <francois.proulx@gmail.com>
1875        * Changed language selectbox name so it does not clash with ISF's domain
1876          cookie
1877        * Fixed setlocale algorithm in Locale.php
1878
18792005-05-29 Francois Proulx <francois.proulx@gmail.com>
1880        * Missing null check in validate.php
1881
18822005-05-27 Francois Proulx <francois.proulx@gmail.com>
1883        * Changed the signup process to make it smoother for users
1884        * The user will automatically be granted the 15 minutes if he's signing up
1885          at a real hotspot
1886        * If the user closes his browser during the 15 minutes and loses its
1887          session, we will regenerate it
1888        * Added big red message to the top of the portal page, warning user to
1889          validate as soon as possible
1890        * Fixed translation typos
1891
18922005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1893        * Someone moved the fallback gettext functions definition (for when gettext
1894          isn't installed) inside the static setCurrentLocale method, completely
1895          breaking the system when PHP doesn't have gettext support.  This is an
1896          untested fix.
1897
18982005-05-24 Francois Proulx <francois.proulx@gmail.com>
1899        * Fixed bug in auth.php to let users go through when the click twice on the
1900          login button
1901        * Fixed bug in hotspot_log.php
1902
19032005-05-24 Francois Proulx <francois.proulx@gmail.com>
1904        * Added "Get access statistics" button to Node admin to get hotspot specific
1905          stats
1906        * Added search box in Users log to get a specific user stats quickly
1907
19082005-05-24 Francois Proulx <francois.proulx@gmail.com>
1909        * Fixed typo in some translations
1910        * Cleaned-up todos
1911
19122005-05-18 Francois Proulx <francois.proulx@gmail.com>
1913        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1914          layout)
1915
19162005-05-16 Francois Proulx <francois.proulx@gmail.com>
1917        * Changed login message in MainUI to make it clearer what the login button
1918          will do
1919
19202005-05-13 Philippe April <philippe@ilesansfil.org>
1921        * Added deployment status to node_list
1922
19232005-05-11 Francois Proulx <francois.proulx@gmail.com>
1924        * Began writing user profiles
1925        * Added many methods to User class
1926        * Added node quota fields in DB ( bandwidth, throttling ...)
1927
19282005-05-10 Francois Proulx <francois.proulx@gmail.com>
1929        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1930          gw_address, gw_port show physical login link
1931
19322005-05-10 Francois Proulx <francois.proulx@gmail.com>
1933        * Added download button CSS class to style button
1934
19352005-05-10 Francois Proulx <francois.proulx@gmail.com>
1936        * Fixed wrong method name in File.php
1937        * Added strip tags to Langstring
1938        * Basic styling of content_admin table
1939
19402005-05-04 Francois Proulx <francois.proulx@gmail.com>
1941        * Fixed serialization issue ( flickr)
19422005-05-04 Francois Proulx <francois.proulx@gmail.com>
1943        * Improved caching
1944        * Wrote very basic gridview code for Flickr
1945
19462005-05-04 Francois Proulx <francois.proulx@gmail.com>
1947        * Implemented caching for Flickr
1948        * Need to contact Phlickr to see how we could do better, since serialize
1949          does not work OK on objects
1950
19512005-05-04 Francois Proulx <francois.proulx@gmail.com>
1952        * Fixed bug concerning Content-Length header
1953        * Changed default Unit size for setLocalFileSize to bytes
1954
19552005-05-04 Francois Proulx <francois.proulx@gmail.com>
1956        * Added BLOB support
1957        * modified file_download.php to support new header attributes
1958        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1959        * Make sure your PHP.ini contains the right value to allow big downloads
1960        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1961        * ISF Live server is now configured to support 100 megabytes files
1962
19632005-05-04 Francois Proulx <francois.proulx@gmail.com>
1964        * Fixed CSS IE Bug
1965        * Fixed SQL query
1966        * NEED HELP FROM A WEB DESIGNER !!!!!
1967
19682005-05-03 Francois Proulx <francois.proulx@gmail.com>
1969        * Disabled logging in Pattern Language archives
1970
19712005-05-03 Francois Proulx <francois.proulx@gmail.com>
1972        * Having for SQL query... :-(
1973
19742005-05-02 Francois Proulx <francois.proulx@gmail.com>
1975        * PatternLanguage is now completed
1976
19772005-04-30 Francois Proulx <francois.proulx@gmail.com>
1978        * Logout button will now destroy session AND render token USED
1979
19802005-04-30 Francois Proulx <francois.proulx@gmail.com>
1981        * Fixed bug that could potentially let non owners add content in /content
1982          through content groups
1983        * Admin menu won't show node selector if the user is not owner of at least
1984          one hotspot
1985        * Added Width, height support for Picture
1986
19872005-04-30 Francois Proulx <francois.proulx@gmail.com>
1988        * Did my best for content styling ... ( it's 5h00 am )
1989
19902005-04-30 Francois Proulx <francois.proulx@gmail.com>
1991        * Updated sync_sql_for_cvs.sh
1992
19932005-04-30 François Proulx <francois.proulx@gmail.com>
1994        * ChangeLog entry missed by CVS ?!
1995        * Locale now decomposes the locale string by '_'
1996        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1997
19982005-04-30 François Proulx <francois.proulx@gmail.com>
1999        * Trying to solve RSS encoding bug...
2000        * Testing on live server
2001
20022005-04-29 François Proulx <francois.proulx@gmail.com>
2003        * Removed all inline unuseful javascript code on submit buttons
2004          onclick='submit()'
2005        * This conflicted with the actual click on the submit button in Safari
2006        * Fixed check in Network for isOwner, only check superAdmin
2007        * Fixed bug so you can't add an existing content group to itself (deadlock)
2008        * Started coding Pattern language narrative display
2009
20102005-04-29 François Proulx <francois.proulx@gmail.com>
2011        * Wrote User.php addcontent, removeContent, getAllContent()
2012        * Wrote Content.php subscrite() and unsubscribe()
2013        * Added parameters to getAllContent() in Node and Network
2014          (exclude_subscribed_content)
2015        * These will be used for subscribing a to some content
2016        * Pattern Language will be the first to use it
2017        * Online users lists
2018        * Fixed bugs in Node and Network ( isOwner check )
2019
20202005-04-28 François Proulx <francois.proulx@gmail.com>
2021        * Logout button build a query string containing gw_id, gw_address, gw_port
2022          ( if available ), so that a user at a physical hotspot will get the login
2023          page from the hotspot he is.
2024        * Fixed but in Locale ( did not propertly set the locale in the session )
2025
20262005-04-28 François Proulx <francois.proulx@gmail.com>
2027        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
2028          message when connect to a real hotspot ( not virtual )
2029        * This message confused many users ( they clicked and got the virtual login
2030          instead ! )
2031        * Hide adminstration features ( statistics, hotspot creation, network wide
2032          content etc...) from all but Super admins
2033        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
2034        * Added $associate_existing_content parameter to processNewContentUI to
2035          allows reuse for existing content ( in ContentGroup )
2036        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
2037        * Added security check in all content classes ( ProcessAdminUI )
2038
20392005-04-26 François Proulx <francois.proulx@gmail.com>
2040        * Replaced show only content groups by show persistent
2041
20422005-04-26 François Proulx <francois.proulx@gmail.com>
2043        * Added missing /content directory
2044
20452005-04-26 François Proulx <francois.proulx@gmail.com>
2046        * Added /content/ for displaying all content elements
2047        * Logging is disable when viewing them
2048        * All content elements will expand
2049        * Pattern languages won't display everything ( special property )
2050          isExpandable
2051        * Added a link in portal pages to go to /content/
2052        * Added Show all contents button in content_admin.php
2053
20542005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2055        * Content.php, ContentGroup.php:  All Content now implement the
2056          isDisplayableAt($node).  Used by the portal, if content has nothing
2057          displayabel, the entire content is skipped.
2058
20592005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2060        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
2061          disabled.
2062
20632005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2064        * ContentGroup.php:  Fully functionnal content rotation engine, with all
2065          options supported. Rotation based on session may not be reliable if the
2066          user isn't truly logged in (from a node).
2067
20682005-04-26 François Proulx <francois.proulx@gmail.com>
2069        * Most of the missing translations
2070
20712005-04-26 François Proulx <francois.proulx@gmail.com>
2072        * Changed back File to non trivial
2073        * portal page stylesheet
2074
20752005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2076        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
2077          element in isolation.  Unfortunately the UI allows if for now.  Such
2078          content will now be deleted.
2079        * Locale:  Fix string selection algorithm to pick the right language.
2080        * Content:  Implement display logging.
2081
20822005-04-26 François Proulx <francois.proulx@gmail.com>
2083        * stylesheet rework
2084
20852005-04-26 François Proulx <francois.proulx@gmail.com>
2086        * Fixed wrong location for change password link
2087
20882005-04-25 François Proulx <francois.proulx@gmail.com>
2089        * Portal page styling
2090
20912005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2092        * ContentGroup.php:  Previous fix didn't work.  New fix.
2093
20942005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2095        * ContentGroup.php:  Make bad selection mode eror non-fatal.
2096
20972005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2098        * Fix bug in ContentGroup enumeration
2099
21002005-04-25 François Proulx <francois.proulx@gmail.com>
2101        * More stylesheets work
2102
21032005-04-25 François Proulx <francois.proulx@gmail.com>
2104        * Much better stylesheet
2105
21062005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2107        * UI fully functionnal
2108
21092005-04-25 François Proulx <francois.proulx@gmail.com
2110        * More interface work
2111
21122005-04-25 François Proulx <francois.proulx@gmail.com
2113        * Completed integration of new interface with new objects
2114
21152005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2116        * Integration merge, should work, but there will be display problems
2117          everywhere.  Expect further commits today.
2118        * Almost 100% complete Network abstraction
2119        * Much better object encapsulation.  Deprecated methods not removed yet.
2120        * Add MainUI class.  Used to display the interface.  Inner workings still
2121          need work.
2122
21232005-04-23 François Proulx <francois.proulx@gmail.com>
2124        * Added Preferred Size support for Flickr pictures
2125
21262005-04-23 François Proulx <francois.proulx@gmail.com>
2127        * Completed missing translations
2128
21292005-04-23 François Proulx <francois.proulx@gmail.com>
2130        * Fixed bugs in File and EmbeddedContent
2131        * Completed first iteration of EmbeddedContent
2132        * Can now play multimedia content
2133        * Could not test fallback with my browser ( Safari and Firefox )
2134        * Need help to test content in different browser to see how it reacts...
2135
21362005-04-22 François Proulx <francois.proulx@gmail.com>
2137        * Fixed bug in FlickrPhotostream.php
2138        * Params did not match new methods requirements ( getUserByEmail )
2139        * Changed stylesheet class name for Flickr to match new changes
2140        * Fixed bugs in File
2141        * Wrote part of EmbeddedContent ( partially working )
2142        * TODO: add support for parameters and attributes in EmbeddedContent
2143
21442005-04-22 François Proulx <francois.proulx@gmail.com>
2145        * Fix schema version in François's commit
2146
21472005-04-21 François Proulx <francois.proulx@gmail.com>
2148        * Added explicit admin UI exceptions support for Flickr
2149        * Completed File and Picture objects
2150
21512005-04-20 François Proulx <francois.proulx@gmail.com>
2152        * Completed Flickr support ( explicit exceptions catching )
2153        * Most of File object is done
2154        * Fixed bug in generic_object_admin.php
2155        * changed stylesheet class tags for Flickr
2156
21572005-04-18 François Proulx <francois.proulx@gmail.com>
2158        * Added Flickr content support
2159        * Part of File object is done
2160
21612005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
2162        * Working (beta...) content manager and portal.
2163        * Add content preview mode
2164
21652005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
2166        * Hotspot and network content association, continue access control work.
2167        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
2168          script from working.
2169        * All files:  Remove whitespace and carriage return after the ?> closing
2170          tags.
2171
21722005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
2173        * Much more complete admin, initial access control work.
2174
21752005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
2176        * Support more of the content object model, do a half-decent CSS for the
2177          admin interface.
2178
21792005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2180        * Content.php:  Use full langstring interface by default;
2181
21822005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2183        * Content.php:  Fix db reference;
2184
21852005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2186        * Fix Content object enumeration preventing usage of admin interface
2187        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
2188
21892005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2190        * First part of the future content delivery infrastructure. Many files added
2191
21922005-04-01 François Proulx  <francois.proulx@gmail.com>
2193        * Modified gen.sh script to match UTF-8
2194        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
2195
21962005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
2197        * wifidog/templates/auth_sources_selection.html:  Add missing file from
2198          Francois's commit.
2199
22002005-04-01 Philippe April <philippe@ilesansfil.org>
2201        * Fixed missing parenthesis in classes/User.php
2202        * Removed unused files
2203        * fixed schema_validate.php (typos)
2204
22052005-04-01 Francois Proulx  <francois.proulx@gmail.com>
2206        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
2207          EDITOR
2208        * The database will be converted to UTF-8 (version 5)
2209        * Added select boxes ( or hidden ) html form elements to choose the network
2210          for signup, lost password, username
2211
22122005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
2213        * Add constraints to account_origin to detect errors on inserts.
2214        * Remove IDRC test server
2215
22162005-04-01 Philippe April <philippe@ilesansfil.org>
2217        * User.php: Add reference to $db global variable.
2218        * Tagged v0_1_0_alpha1
2219        * Removed spaces in AuthenticatorLocalUser.php
2220
22212005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
2222        * Remove spaces after php blocks in various files.
2223        * Temporarily fix single authentication source not present bug in login
2224          smarty template.  All other places where we select the network will be
2225          fixed tommorow.
2226        * Fix initial schema errors.
2227
22282005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
2229        * More RADIUS install documentation.
2230        * Fix schema_validate.php
2231
22322005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2233        * Moved language definition
2234        * Moved e-mail subjects to User class ( each e-mail functions )
2235
22362005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2237        * Added missing schema_validate.php modifs.
2238
22392005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2240        * Added PEAR install procedure
2241
22422005-03-30 François Proulx  <francois.proulx@gmail.com>
2243        * Finished RADIUS authentication and accounting
2244        * Accounting Unique session ID is now based on the same token we use
2245        * Fixed all issues with lost_username, lost_password etc...
2246        * User class has new static function getUsersByEmail and getUsersByUsername
2247        * Added translations for new features
2248        * Translated the validation, lost password, username e-mails
2249        * Tested quite a bit, this version is considered stable
2250        * A few examples on how set different RADIUS or local authenticators can be
2251          found in the config.php
2252
22532005-03-29 François Proulx  <francois.proulx@gmail.com>
2254        * schema_validate.php : Modified schema : dropped e-mail + account unique
2255          index, dropped email not empty constraint
2256        * Schema is now at version 3
2257        * Coded RADIUS authentication
2258        * Modified templates to show a select box when more than one server is
2259          configured
2260        * Coded RADIUS accounting and backward compatibility accounting
2261        * Modified many statistics SQL queries to match new Users table
2262        * modified statistics templates to match user_id and account_origin
2263        * TODO : Fix lost_username and lost_password ( issue since we dropped the
2264          unique constraint on emails... )
2265        * TODO : Heavy testing possibly with remote RADIUS servers
2266
22672005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2268        * sql:  Put initial data in a transaction, and specify the wifidog user so
2269          you do not have to su to it while using sync_sql_for_svs
2270
22712005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2272        * common.php:  Add get_guid() function
2273        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
2274          upgrade.  Note that you must still update dump_initial_data_postgres.sh
2275          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
2276        * New class Authenticator (and subclasses):  Begin virtualizing the login
2277          process.
2278
22792005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
2280        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
2281          and outgoing for all connections from a user have null values.
2282        * wifidog/local_content/default/portal.html: Fix layout so it resizes
2283          properly.  This in an interim measure.
2284        * Update schema.  This will allow automatic schema updates in the future.
2285          TO update a live server:
2286
2287      BEGIN;
2288      CREATE TABLE schema_info (
2289            tag text PRIMARY KEY,
2290            value text
2291          );
2292          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
2293          COMMIT;
2294
22952005-03-16 Matthew Asham <matthewa@bcwireless.net>
2296    * config.php: will use "local.config.php" instead, if present.  avoid cvs
2297      over-writing.
2298    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
2299      For integration with existing auth systems
2300    * hotspot_status.php: ob_clean may complain about buffering.  muted.
2301    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
2302      feed.
2303
23042005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
2305        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
2306          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
2307          wraparound problems.  To update a running server, execute the following
2308          sql sniplet:
2309
2310      BEGIN;
2311      ALTER TABLE connections RENAME incoming TO incoming_old;
2312      ALTER TABLE connections ADD COLUMN incoming int8;
2313      ALTER TABLE connections RENAME outgoing TO outgoing_old;
2314      ALTER TABLE connections ADD COLUMN outgoing int8;
2315      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
2316      ALTER TABLE connections DROP COLUMN incoming_old;
2317      ALTER TABLE connections DROP COLUMN outgoing_old;
2318      COMMIT;
2319
2320        * wifidog/admin/hotspot.php: Missing file from phil's commit.
2321        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
2322          by Benoit St-André
2323
23242005-02-14 Philippe April <philippe@ilesansfil.org>
2325        * gw_message.php: the "activate" message was not properly defined and
2326          would cause an error to show up instead of the nice activate your account
2327          message
2328
23292005-02-14 Philippe April <philippe@ilesansfil.org>
2330        * wifidog/locale/gen.s: Was not working as expected, it will now get the
2331          gettext from smarty properly.
2332        * Updated TODO with ideas on making config better
2333
23342005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
2335        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
2336        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
2337          and more information to the RSS feed.
2338
23392005-01-26 Philippe April <isf_lists@philippeapril.com>
2340        * Some kind of virtual login (we need to talk about this).
2341        * New User and Node classes
2342        * Modified all files to work with the classes.
2343        * Remove mgmt_helpers (all done in User class now)
2344
23452005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
2346        * classes/Node.php:  New file, untested code example
2347        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
2348
23492005-01-25 Philippe April <isf_lists@philippeapril.com>
2350        * Changed initial postgres inserts sql file, it wasn't working properly
2351
23522005-01-25 Pascal Leclerc  <pascal@plec.ca>
2353        * Added admin and owner administration pages
2354
23552005-01-23 Philippe April <isf_lists@philippeapril.com>
2356        * Added gateway error messages (validation period, etc.)
2357
23582005-01-20 Philippe April <isf_lists@philippeapril.com>
2359        * Modularized the admin interface, added functions
2360
23612005-01-18 Philippe April <isf_lists@philippeapril.com>
2362        * Smarty'ized more, I think it's done now
2363
23642005-01-12 Philippe April <isf_lists@philippeapril.com>
2365        * i18n and smarty'ized parts
2366
23672005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2368        * INSTALL: Mandate PHP5
2369        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
2370        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
2371        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
2372          automatically pick the best 5 entries from all the feeds.  It will
2373          compensate for disparate publication intervals.  An entry from a feed that
2374          does not publish often will live longer than an entry from a feed that
2375          publishes very often.  If a feed doesn't have any entry that makes the
2376          cut, it will not appear at all.
2377        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
2378
23792005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2380        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
2381          functionnal)
2382        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
2383          Hotspots.
2384        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
2385          outgoing in your data. Only use this if you had gateways before 1.0.2
2386          and wish to correct your logs before you upgrade.
2387        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
2388        * wifidog/portal/index.php: Preliminary work to enable smart press review
2389          of multiple RSS feeds.
2390
23912005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2392        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
2393          page was actually served over SSL, all media in the file will be served
2394          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
2395          that break out of SSL mode.  From now on, use the self adapting
2396          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
2397          and BASE_URL_PATH to break out of it.
2398
23992005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2400        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
2401          apetite for bandwidth, top ten travelers, most addicted users.
2402
24032005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
2404        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
2405          thinner.
2406        * wifidog/local_content/default/login.html: Remove announcements
2407        * wifidog/include/user_management_menu.php: Fix mailto:
2408        * wifidog/auth/index.php: Fix auth server part of the no data transmited
2409          statistics bug.
2410        * wifidog/admin/index.php: Add link to statistics
2411        * wifidog/admin/user_stats.php: Activate security.
2412        * wifidog/index.php: Make the distinction between the two hotspot status
2413          pages clearer.
2414
24152004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
2416        * wifidog/index.php: Add menu
2417        * wifidog/include/user_management_menu.php: Editorial change, make
2418          translateable
2419        * wifidog/portal/index.php:  Fix RSS feeds
2420
24212004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
2422        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
2423          aggregate user stats.  Currently allows you to find out the rate at which
2424          your users subscribe.
2425        * wifidog/config.php, wifidog/local_content/default/login.html,
2426          wifidog/include/user_management_menu.php:  Add hotspot status page to
2427          login page.
2428        * wifidog/hotspot_status.php: Cosmetic
2429        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2430        * wifidog/index.php: Cosmetic.
2431
24322004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2433        * TODO: Add email domains to blacklist
2434        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2435          support email address
2436        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2437          information.  Designed to be included as part of another page.
2438        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2439        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2440          and write unknown hotspot, however this is still really ugly
2441        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2442          Cosmetic fixes
2443        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2444          files, this isn't the approach we will use for translation.
2445        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2446          Update with new node information structures.
2447
24482004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2449        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2450          here as well.
2451
24522004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2453        * wifidog/ping/index.php: Log user-agent
2454        * extensive statistics work
2455        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2456          log user-agent
2457
24582004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2459        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2460          in email or user_id.
2461        * Some statistics fixes
2462
24632004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2464        * wifidog/admin/index.php: Integrated the changes contributed
2465          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2466          mainly a missing ' in some HTML.
2467
24682004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2469    * wifidog/include/common.php: Added commented header with cvs
2470          keywords.
2471        * wifidog/include/common.php: Added commented code (not executing) for
2472          further testing with language/localization issues.
2473
24742004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2475        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2476          comments
2477
24782004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2479        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2480
24812004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2482        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2483        * Begin integrating Patrick Tanguay's new layout and generate the css
2484          dynamically to allow for background images.
2485
24862004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2487        * portal/index.php:  Fix users appearing online at every hotspot.
2488        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2489          cache problems and help with validation.
2490
24912004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2492        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2493        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2494          fixes validation period not working.  Stop storing VALIDATION_FAILES
2495          status to the database.  Add check for validation period expiration at
2496          stage login, not just stage counters, this will fix one minute
2497          validation period.
2498        * wifidog/login/index.php:  Check validation period activation, and if
2499          period is expired, explain to the user instead of redirecting to the
2500          gateway.
2501        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2502
25032004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2504        * wifidog/node_list.php: Complete the status page
2505        * Add images
2506        * Add hotspot creation date
2507
25082004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2509        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2510        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2511          script to the chances will be available in the cvs schemas and initial
2512          data.
2513        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2514          in a runnable form.  Note that this needs to be edited manually if you add
2515          a new table requiring initial data.
2516        * INSTALL:  Update for postgres.  Somebody please test this.
2517
25182004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2519        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2520          heartbeat, from which ip and when.
2521        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2522        * wifidog/include/user_management_menu.php:  Change menu labels
2523        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2524          to make this stylesheet correct, I took shortcuts...
2525        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2526        * wifidog/user_management/index.php:  Display the menu, will eventually
2527          allow us to present proper help text.
2528
25292004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2530        * Add link to original requested site.
2531        * wifidog/node_list.php:  New file.  Will become the main node status page.
2532
25332004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2534        * Primitive network status available form the index page
2535        * Administrative security is implemented.
2536
25372004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2538        * Fix big gaping security hole in login page (password would be ignored if
2539          the username was used to login)
2540        * PostgreSql port
2541        * Change the method to determine who is online
2542        * Stop keeping unused token once user successfully logs in.
2543        * Fix missing update of token update date.
2544        * Counters wouldn't get updated for stage=LOGOUT
2545        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2546          so we can know what the hell the server is up to.  Currently you need to
2547          run wifidog in debug level 7 to see it. That message should be parsed so
2548          it is visible in debug level 6.
2549        * wifidog/auth/index.php:   Fix code injection vulnerability.
2550
25512004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2552        * SSL support and RSS improvement
2553        * Last commit tested with mysql support
2554
25552004-08-24 Pascal Leclerc  <pascal@plec.ca>
2556        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2557        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2558
25592004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2560        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2561        * wifidog/include/user_management_menu.php:  Code meant to deal with
2562          non-standard ports broke the menu.  Hopefully fixed.
2563        * Add alex's mising changelog entry...
2564
25652004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2566        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2567          To be used by wifidog to do heartbeats.
2568
25692004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2570        * Add code to import a NoCat user database (passwd).  The username will be
2571          generated from the first part of the email if the name was en email.
2572        * Change password hashing algorithm to make it compatible with NoCat (For
2573          the curious among you, the hashing algorithm is now:  take the md5
2574          digest in binary format of the password, and base64 encode it.
2575        * Table schema changed to accomodate newhash length (users.pass is now
2576          varchar(32))
2577        * The user is now allowed to login with either his username or his email.
2578
25792004-08-03 Pascal Leclerc  <pascal@plec.ca>
2580        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2581          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2582        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2583        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2584
25852004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2586        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2587          to true if gettext is available.  If false, blank _() and gettext()
2588          functions will be defined so the system still works.
2589
25902004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2591        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2592
25932004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2594        * wifidog-auth lives! New since the dark ages
2595        * Demo page to allow people to hack more easely on it
2596        * Support for multiple nodes.  TODO:  Merge with the database project.
2597        * Very cool local content architecture.  Every hotspot can have a folder in
2598          the local_content directory.  This folder can be filed by a single logo,
2599          leaving all the rest to the default content, or be completely custom
2600          (stylesheet, login page, portal page, header, etc.)
2601        * Everything in local content is templated with smarty, no problem with
2602          web designer wrecking havoc on the auth server.  You can edit everything
2603          in local_content/default even if you only speak html.
2604        * No need to set any path in the web server config files (that one was a
2605          bitch to implement)
2606        * RSS feed support (optionnal, with magpierss), one feed per node (url
2607          stored in the database, works great, but no gui to edit it yet) and one
2608          network-wide RSS feed.
2609        * All path are editable from the config file
2610        * "Productize" the thing, so it make sense for other groups to install it
2611          (the network name, url, default RSS, and such are set from the config
2612          file).
2613        * Put most strings in gettext calls for easy future translation.
2614        * User can request that the server send the validation email again
2615        * User can change password
2616        * User who forgot his username can have it mailed to him.
2617        * User who lost his password can ask the system to generate a new one and
2618          mail it to him.
2619        * Email is now a separate field to preserve user privacy.
2620        * Enforces (politely) that there are no duplicate emails in the database
2621        * Database abstraction layer with very nice debugging features (just append
2622          true at the end of the call, and you'll see the query, the results, the
2623          query plan and number of affected rows.  Also allow future upgrade to
2624          postgres.
2625        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.