root/trunk/wifidog-auth/CHANGELOG @ 1257

Revision 1257, 120.6 KB (checked in by benoitg, 6 years ago)
  • Fix display of wifidog uptime in node list
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id: $
2
32007-06-16  Benoit Grégoire  <bock@step.polymtl.ca>
4        * Fix display of wifidog uptime in node list
5        * Preliminary skinning of the menu
6        * 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.
7        * UIUserList_getUserUI.tpl:  Fix #337
8        * Node.php:  Improve getCurrentRealNode()
9        * Implement #4:  Allow the user to easily come back to the portal by typing in the root auth server adress from a hotspot.
10        * Log the system information sent with the gateway since almost forever:  sys_uptime, sys_memfree, sys_load, wifidog_uptime
11        * NodeStatus.php:  Include the above information
12        * node_list.html:  Include wifidog_uptime if the hotspot is up.
13        * Menu.php:  Sort menus alphabetically according to the user's locale.  TODO:  Implement menu weights.
14        * NodeLists:  Only list node types that have dependencies met in the menu.  Refactor the NodeLists for proper object-orientation.
15       
162007-06-12  Benoit Grégoire  <bock@step.polymtl.ca>
17        * MainUI.php:  Fix label problem in language chooser.
18       
192007-06-12  Benoit Grégoire  <bock@step.polymtl.ca>
20        * Fix #291 by adding a proper warning and location of documentation
21        * Fix #336:  Add Swedish translation by Christian Svensson <blue ATT cmd.nu>
22
232007-06-12  Benoit Grégoire  <bock@step.polymtl.ca>
24        -This is a behemoth "the road to 1.0"  commit.  I've been working on this for 6 months,
25        and it's reached the point where others can help.  Those are very far reaching changes, please
26        notify me if anything isn't working right (and im sure I can't have caught everything).
27    * Completely revamp exception handling, all exceptions are now trapped and handled centrally.
28    * Major changes in the login process to allow repeating a request after a time out or missing permission exception.
29    * New user roles architecture,  as described in https://dev.wifidog.org/wiki/doc/developer/UserRolesArchitecture
30        Mostly complete.  Missing parts are Content stakeholders, system roles and "su" functionnality.
31        I need help replacing all the DEPRECATED* methods.  Please read the wiki page above for instructions.
32        * generic_object_admin.php:  More work towards making it generic once again.
33        * GenericDataObject:  New class.  Eventually, most classes should extend this, instead of directly implementing GenericObject
34        * Menu.php:  Finally a uniform Menuing system to replace the mismatch of links that made wifidog
35        impossible to navigate.  It's not very sophisticated yet, but it IS permission aware
36        Loosely inspired from Drupal's menuing system.  HTML is slightly modified "Son of suckerfish",
37        so will be easy to style (althouh I haven't had time yet).
38        Actual menus are added in the hook_menu methods of each class.
39        * VirtualHost.php:  Finally properly split off Virtual Hosts, and make Server a singleton.
40        * install.php:  Do the bare minimum changes so it's still possible to setup a wifidog auth server.
41        However, install.php still needs 1- A good overhaull, 2- A way to install sample databases instead of the minimal one.
42        -Other changes
43    * Unbreak signup link for non-javascript enabled devices
44        * FlickrPhotostream:  Check CURL, which is a mandatory dependency of Flickr
45    * AbstractDb:  Improve debuging features
46    * *:getObject():  Hopefully improve performance of class caching by making sure
47    that we do not manipulate different objects.  Otherwise copies would be generated as soon as we change properties, wasting much memory.
48        * Add dependency check for XSL module for hotspot_status.php.
49        * Some work towards respecting the coding style: http://dev.wifidog.org/wiki/doc/developer/CodingStandard
50        * 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.
51
522007-07-11  Benoit Gréoire  <bock@step.polymtl.ca>
53        * path_defines_url_content.php: Fix #348
54
552007-07-03  Benoit Gréoire  <bock@step.polymtl.ca>
56        * wifidog/signup.php:  Notify the user of the allowed characters.
57        * Add Bulgarian translation from "Nikola Petrov" <nvp.online A T gmail.com>
58        * config_available_languages:  Centralize the list there so that there is only one to modify everytime we add a translation
59
602007-06-12  Benoit Gréoire  <bock@step.polymtl.ca>
61        * IE6 layout workarounds (not perfect, but better)
62        * HTML validation of the login and portal pages
63        * Apply patch from tdb@timothy86.orangehome.co.uk, fixes #334
64
652007-05-30  Benoit Gréoire  <bock@step.polymtl.ca>
66        * VisitsPerMonth.php, VisitePerWeekday.php:  Fix small sql bug when selecting a single user
67
682007-05-28  Benoit Gréoire  <bock@step.polymtl.ca>
69        * ActiveUserReport.php:  Merge new report from my development tree.  Gives a breakdown of how many users actually use the network.
70
712007-05-22  Benoit Gréoire  <bock@step.polymtl.ca>
72        * Reverse part of [1230], hotspot_network_name was already available as standardised variable networkName, and hotspot_network_url as networkWebSiteURL.
73        * 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.
74       
752007-05-22  Benoit Gréoire  <bock@step.polymtl.ca>
76    * locales/el/: Add new greek translation contributed by Nikola Petrov
77
782007-05-17 François Proulx <francois.proulx@gmail.com>
79        * WARNING: This has not been fully tested. Full testing to be completed on 2006-05-18
80          but I'm pretty confident that it works pretty well.
81        * Added automatic resize on Avatars
82        * Added FavoriteHotspots content (mostly used for Profiles)
83        * Added new features to Content and File
84        * Fixed URL regexp bug in HyperlinkUtils
85        * Updated French translations
86        * Updates profiles template
87        * TODO: Add getNewUI et processNewUI to FavoriteHotspots to simplify input
88
892007-05-03  Benoit Gréoire  <bock@step.polymtl.ca>
90    * MainUI_ToolContent.tpl: Make preferences_link, login_link, and logout_link CSS targetable.  Get rid of some deprecated CSS.
91
922007-04-25  Benoit Gréoire  <bock@step.polymtl.ca>
93    * ShoutBox.php:  The shout form wasn't displayed whent there weren't any Shouts yet, doh!
94
952007-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
96        * AuthenticatorRadius.php:  Fix RADIUS dependency detection bug related to case sensitivity
97
982007-04-19  Benoit Grégoire  <bock@step.polymtl.ca>
99        * RssAggregator.php:  Fix bug saving the max item age.
100        * Forgot to remove a bunch of links to faq.php.
101
1022007-04-03 Benoit Grégoire  <bock@step.polymtl.ca>
103        * AnonymisedDataExport.php:  New report.  Adds the ability to export anonymised SQL data for academic research.
104
1052007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
106        * Shoutbox.php: Allow limiting the number of characters entered for a shout.
107        (Ideally, this would also need to be enforced at db write level).
108        Move the shout form in the list.
109        Allow choosing the number of shouts displayed.
110        Make the size of the shout field configurable from the admin interface
111        Put the date of the shout before the username.
112        * User.php:  Make the entire "edit profile" link CSS targetable, including the parentesis.
113
1142007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
115        * ProfileTemplateField.php:  Only allow simple content types as metadata.
116        * Langstring.php:  Fix bug:  one couldn't change the language of a string without changing the actual text.
117        * Content.php:  Add isExactContentType() method.
118        * Profile-related visual and UI tweaks
119
1202007-03-20 Benoit Grégoire  <bock@step.polymtl.ca>
121        * Fix #304:  For some reason the Smarty assignement to userName used getListUI() instead of getUsername()???
122        * Add HyperLink content type
123        * Add UIUserList content type (work towards #158)
124        * portal/index.php:  Finish refactoring Smarty usage.
125
1262007-03-17 Benoit Grégoire  <bock@step.polymtl.ca>
127        * install.php: Make sure we are in the right directory when uncompressing Smarty
128        * Avatar.php:  Don't allow user to hyperlink the image.
129        * ProfileTemplate:  Display how many profiles will be affected when deleting a template field.
130        * User.php:  Don't show the profile creation button if the network has no profile template.
131         Don't hyperlink the username if the user has no profile.
132
1332007-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
134        * Lots of work on profiles.  The HTML and CSS are not final, but #18 can be considered closed.
135        * ProfileField::getContentField():  Fix bug where the object wouldn't refresh properly.
136        * Content:  Delicate refactoring of the UI to create new content.
137        The content object now supports directly adding the actual values of a new
138        Content in getNewContentUI(), if the content filter only allows a single content type.
139        For this to work, the Content type must overload the getNewUI() method.
140        This saves many mouse clicks for form style interface, like profiles.
141        * User:  Don't create profile automatically.
142        * Don't show profiles when user is invisible.
143        * Langstring, SimpleString, HTMLEditor: Support getNewUI().  As a result of these changes, SmartyTemplate, SimpleSmartyTemplate, Stylesheet also get it for free.
144        * Add new standard Smarty value userOriginallyRequestedURL.
145 Note that this does NOT fix #266
146        * Add new standard Smarty value nodeWebSiteURL
147        * Some work towards #158
148         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.
149        {if $userOriginallyRequestedURL}
150                <a href='{$userOriginallyRequestedURL}'>Take me where I originally wanted to go</a>
151        {/if}
152        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.
153        3- Same with the link to the Network.  To restore the unctionnality, paste the following code in a SmartyTemplate:
154        <a class="administration" href="{$networkWebSiteURL}"><img class="administration" src="{$common_images_url}lien_ext.gif">&nbsp;{$networkName}</a>
155        * ContentTypeFilter:  Saving still wasn't neutral.  Strip the array indexes to fix it.
156
1572007-03-03 Benoit Grégoire  <bock@step.polymtl.ca>
158        * CSS tweaks for RSS feeds.
159        * Fix detection of HTML Safe.
160        * Avatar.php:  Don't allow editing the picture size.
161        * ContentGroup:  In some cases, the same element could be picked twice in the same display.
162        Make sure that doesn't happen.  Also, implement the option to not rotate content at all,
163        usefull when showing all elements simultaneously in a specific order. Closes #294
164
1652007-02-24 Damien Raude-Morvan <drazzib@drazzib.com>
166        * Fix main SQL request in Node::getSelectNodeUI() to use
167          table alias in ORDER BY and SELECT. This disambiguation
168          is necessary when using a join on a table containing
169          another 'node_id' field.
170
171 2007-02-24 Max Horvath <max.horvath@freenet.de>
172        * Updated dependencies list (completion of all required components)
173        * Dramatic speedup of PEAR and PECL modules detection by dependencies class
174
1752007-02-25 Benoit Grégoire  <bock@step.polymtl.ca>
176        -* rev [1182], [1183], [1184]  are repository fix commits.  If anyone have problem with their lib directory when upgrading, contact me.
177
1782007-02-24 Max Horvath <max.horvath@freenet.de>
179        * Fix ticket #300: SYSTEM_PATH not being respected in config.php.
180
1812007-02-07 Damien Raude-Morvan <drazzib@drazzib.com>
182        * Fix ticket #298 : php-ldap module is lowercase in Dependencies array,
183          update Dependencies::check() calls.
184
1852007-02-05 Damien Raude-Morvan <drazzib@drazzib.com>
186        * Try to fix ticket #295 and #297 by including parent class (Content.php) in
187          File.php.
188        * ... and remove unnecessary include of Avatar content type in User.php: All
189          contents types are included by Content.php getAvailableContentTypes() call.
190
1912007-01-28 François Proulx <francois.proulx@gmail.com>
192        * First iteration of user profiles completed.
193        * Need to improve Avatar admin UI
194
1952007-01-19 Benoit Grégoire  <bock@step.polymtl.ca>
196        * dump_initial_data_postgres.sh:  Initial node wasn't setup correctly.
197        * INSTALL:  Fix some obsolete instructions for database backup and restore
198
1992007-01-18 Benoit Grégoire  <bock@step.polymtl.ca>
200        * Updated french translation curtesy of http://zapquebec.org
201
2022007-01-16 François Proulx <francois.proulx@gmail.com>
203        * ContentTypeFilter : Now supports filters stored in the DB, backward compatible
204        * ProfileTemplate, ProfileTemplateField, Profile : profiles support
205        * Update schema to 53 for profiles
206        * Network, User : Added support for profiles (not implemented for Network)
207        * TODO: Integration in portal
208
2092007-01-16 Benoit Grégoire  <bock@step.polymtl.ca>
210        * A few more steps towards a real user manager
211        * Move password change to preferences.
212        * InterfaceElements:  Begin moving away from a raw HTML generator and towards a more semantic one as discussed with Max Horvath.
213        * It is now possible for an administrator to manually validate or lock-out a user
214        * Add new SimpleString content type
215        * SmartyWifidog.php:  Fix #282 with a slightly dirty workround to the chicken and the egg smarty variables assignment problem.
216                We now extend the fetch method and do our assignment there instead of in the constructor.
217
2182007-01-15 Benoit Grégoire  <bock@step.polymtl.ca>
219        * Sync initial schema and translations
220        * Minor spelling fixes
221
2222007-01-14 Benoit Grégoire  <bock@step.polymtl.ca>
223        * Dependencies.php, AuthenticatorRadius.php:  Fix bug #287 (Dependencies not being detected properly)
224        * Content.php: Make hasDisplayableMetadata() consider Authors, and make it a bit faster.
225
2262007-01-13 Benoit Grégoire  <bock@step.polymtl.ca>
227        * Content.php:  Add setUserUIMainDisplayContent() and setUserUIMainInteractionArea()
228        to simplify writing subclasses and port all content subclasses to the new API.
229        * Content.php:  Add a new callcack method, isTextualContent(), to be used by
230        ContentFilters.  Indicates that the content is suitable to store plain text.
231        * ContentGroup.php:  No longer warn about empty ContentGroup in getUserUI(),
232        as this may now be perfectly normal if all content has expired.
233        * Rework the classes and css for user_ui_main_outer, isSimpleContent has been
234        eliminated and hasDisplayableMetadata is now defined is metadata is available.
235        This should allow better HTML consistency and simpler CSS, and be closer to what
236        people expect by default.  Content without metadata will display without
237        borders or background, and without margins when inside another content.
238        * smarty.resource.string.php:  Add a setter function,
239        smarty_resource_string_add_string() that must be used before calling the smarty
240         function.  Using the name as the the template was far to brittle.  This makes
241         the SmartyTemplate content much more reliable, and quite possibly faster.
242        * ShoutBox: A very basic but already extensible implementation of the
243        shoutbox use case.  Shows the last five shouts.  Can connect to another web
244        site through a javascript extension.
245        * SimpleSmartyTemplate:  Add a simple version of the SmartyTemplate content
246        type
247
2482007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
249        * FormSelectGenerator.php: Fix incorrect $this reference in isPresent().  The bug would only manifest
250         itself from the FlickrPhotostream's admin interface.
251        * page.php:  Fix missing retrieval of DB instance.
252
2532007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
254        * Yet more Smarty cleanup, add some docs, add Smarty variables to access the physical node a user is connected to.
255        * RssAggregator.php:  Fix bug in setMaxItemAge() method when setting a null value
256        * Cache.php:  Performance optimization when caching is disabled.
257        * Fix bug where num online users in the portal was broken.
258
2592007-01-02 François Proulx <francois.proulx@gmail.com>
260        * Updated the SQL schema initial schema
261
2622006-12-31 Benoit Grégoire  <bock@step.polymtl.ca>
263        * More Smarty cleanup
264        * Content.php:  Bugfix:  metadata wasn't deleted along with the rest of the
265        content upon deletion.
266
2672006-12-30 Benoit Grégoire  <bock@step.polymtl.ca>
268        * install.php:  Move path verification to the first page, and make it clearer.  Fix PHP warnings.
269        * wifidog/include/smarty.resource.string.php:  A smarty resource plugin to parse a smarty template from a string
270        * SmartyTemplate:  Very basic but functionnal commit of the new Smarty content type.
271        IMPORTANT NOTE:  This will eventually obsolete IFrameRest, which will be removed.
272        * Continue cleaning-up/standardizing Smarty variable usage.
273
2742006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
275        * Fix all PHP 5.2 compatibility issues I could find.  This needs further testing
276
2772006-12-12 Pascal Charest <pascal.charest@gmail.com>
278        * install.php: Remove obsolete Phlickr installation references
279
2802006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
281        * install.php, Dependencies.php:  Centralize Dependency detection (next is to centralize
282        dependency installation code).
283        * config.php: Remove more obsolete config directives.
284
2852006-12-11 Benoit Grégoire  <bock@step.polymtl.ca>
286        * install.php:  Fix a few problems caused by obsolete magpierss detection code.
287        * install.php, config.php:  Remove the obsolete PHLICKR_SUPPORT option.
288
2892006-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
290        * schema_validate.php:  Mute annoying ob_flush() notices.
291        * Node.php:  Add missing default parameter to getSelectNodeUI()
292        * get_stylesheet:  Fix date calculations that broke download.
293
2942006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
295        Sync with my main developpement environement:
296        * Performance optimization pass:  Collect a few low hagning fruits
297        by implementing basic instance caching for classes Server, Network, Nodes, Content and User.
298         It's no replacement for a real ORM, but is cuts way down on duplicate SQL queries and
299         object instanciation for a single request.
300        * Langstring.php:  Slight performance optimization for admin interface, support for proper modification date.
301        * File.php:  Update to use unified content modification date.
302        * get_stylesheet.php:  Implement browser caching
303        * ContentGroup.php:  Get rid of is_locative and is_artistic metadata.  Will eventually be replaced by something better.
304        Allow editing of expired content elements
305        * Node.php, Utils.php:  Sort by case insensitive name, and show gateway id in node selectors
306        * BannerAdGroup.php:  Support group constraint of image size for all images in the group.
307        * ContentReport.php:  Finish basic content reporting.
308        Note that for content that displayed before the logging fixes commited 2006-11-14, the display count will be underestimated:
309        Display before then was only counted once per user per node.  Also File clickthrough wasn't logged (includes hyperlinked pictures).
310        * Content.php:  Implement a Key-Value Pair infrastructure.  In the future, this will often allow adding new content types without
311        having to modify the schema.  See the Content class documentation.
312        * Fix various small UI issues.
313
3142006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
315        * common.php:  Fix the value of SESS_NODE_ID_VAR, it got overwritten by SESS_GW_ID_VAR.
316        Caused problems with logout.
317
3182006-11-27 Benoit Grégoire  <bock@step.polymtl.ca>
319        * Try to fix #270:
320        * DateTime.php:  Rename class to DateTimeWD because of the stunt they pulled in PHP 5.2
321        * Content and derived classes:  Make all constructors protected.
322
3232006-11-26 Benoit Grégoire  <bock@step.polymtl.ca>
324        * lost_username.tpl, lost_password.tpl, resend_validation.tpl:  Fix #259 by commenting out
325        all Javascript. I hate removing outside contributions, but the lost_username,
326        lost password and re-send validation email have been broken for months and no one
327        stepped-in to fix it.
328
3292006-11-23 Benoit Grégoire  <bock@step.polymtl.ca>
330        * Fix bug in node creation
331        * Add error message for geocoder when you didn't set the country
332        * Clarify error messages and description for the geocoder.
333        * Make the google-map locator for nodes use the network center coordinates.
334          This change makes it usable when you didn't use the geocoder first.
335        * Show the gateway id in the technical nodelist.
336
3372006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
338        * Fix minor problems with template using obsolete constants
339        * Delete a bunch of unused templates
340
3412006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
342        * Fix broken auth
343        * Fix broken portal when called from gateway
344
3452006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
346        * Major schema update (this one is going to make your database grind for a while, sorry
347        about that...)
348        Fix a long standing design problem with the node table, where the ID could be changed.
349        This caused performance problems when replacing gateways, and caused problems when
350        exporting data to other systems.  Among other things, it will allow us to finally
351         finish the JiWire output.
352        * 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.
353
3542006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
355        * Change schema update method.  Will now do one transaction
356         per schema version, allowing each schema to assume that
357          the current schema is the previous one.  Also allows not
358          starting over when there is a problem.
359          Fixes schema update problems with the last commit
360
3612006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
362        * RssAggregator.php:  At long last, sync with FeedPressReview 2.0
363         http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview)  and
364          make most of it's features directly available from the web interface.
365        This gives us:
366        -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained)
367        -Now unobtrusively displays almost all item and feed metadata
368        -Supports images
369        -Supports podcasts and enclosures
370        -More accurate algorithm
371        -Criteria based default feed expansion
372        -More real-estate efficient, and improved UI
373        The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet).
374
375        Warning: This changes the dependencies of the auth server.  Your RSS feeds will be disabled untill you re-run the install script.
376        * gw_message.php:  Fix validation period not being displayed.
377
3782006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
379        * MainUI.php:  Allow displaying any object with a getUserUI() method directly as content.
380
3812006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
382        * 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.
383
3842006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
385        * File.php:  Clickthrough weren't logged, DOH!
386        * User.php:  Error message on validation expired didn't properly output the validation grace time.
387        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken.
388        * NodeListXML.php:  Small patch by Josephus to add the number of online users
389        * Improve CPU usage of the content manager
390        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
391                                        Add total execution time statistics.
392        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data.
393                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
394                 for data before this patch.
395                Same with number of clickthrough for File content types and derivatives (picture, etc.).
396        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
397
3982006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
399        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
400        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display.
401          Allow creating content such as stylesheets, feed accumulators, etc.
402        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
403        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
404        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
405
4062006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
407        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
408
4092006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
410        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
411
4122006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
413        * install.php:  Put an end of line after the password, make it easier to read.
414        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
415        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
416
4172006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
418        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
419         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP.
420        Fixes operational problems when PHP and PostGres don't have the same timezone
421        (which appears to be the case on Fedora by default).
422        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
423
4242006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
425        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
426
4272006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
428        * Fix french translation used for account validation to use same number of token as original message.
429        * Only show language combo when there is more than one language to select.
430
4312006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
432        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
433        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
434        * Some documentation updates for content filters
435        * Content.php:  Add isNotContentType() method.
436
4372006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
438        * Access to the Content manager was broken for normal users, again.
439
4402006-09-11 François Proulx <francois.proulx@gmail.com>
441        * Changed install.php req. for Smarty 2.6.17 is mandatory
442        * ContentTypeFilter.php fixed the method checking function
443        * Fixed errors in French translation file
444
4452006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
446        * Fix PHPMailer that I've broken earlier
447
4482006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
449        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
450                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
451                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
452        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
453          line count and will stop the codebases from needlessly drifting apart.)
454
4552006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
456        * Add missing require of Statistics.php in stats.php
457
4582006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
459        * Fix non persistent content being available to add to nodes, networks and content groups.
460        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
461
4622006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
463        * Fix #63
464        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
465        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
466        * Do not allow SplashOnlyUser to set his preferences.
467        * Assigning a reusable content to a contentgroup element would make it non-reusable.
468Usability and UI fixes:
469        * Allow other users to log in when they are at a splash only node.
470        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
471        * Simplify HTML output for simple content.
472        * Fix IE layout bug in node admin
473        * Content linked to nodes and networks now edits in a new window.
474        * Remove "Add new node" menu item for consistency.
475
4762006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
477        * Remove most inclusions of MainUI in classes.
478        That completely broke authentication (circular dependencies).
479        Fixes 245.
480    Unfixes 242. Exceptions should not be caught in the context
481    they are thrown in. Else there no point in throwing exception in the
482    first place.
483        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
484
4852006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
486        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
487        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
488        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
489        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
490        * DateTime.php: Make class handle an empty date sensibly.
491        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
492        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
493                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
494        * Finally fix #127
495        * 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.
496        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
497        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
498                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
499                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
500                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
501        * Cleanup coments.
502        * Sync schemas
503
5042006-09-03 Max Horváth <max.horvath@freenet.de>
505        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
506          replaced by the more meaningful term "anonymous user" (fixes #106)
507        * When creating a new node and choosing an existing node_id there will be
508          shown an error message (fixes #223)
509        * If one or more nodes aren't monitored they now will be announced on the
510          front page (instead of just showing the number of monitored online nodes)
511          (fixes #100)
512        * Display more meaningful error messages if required user permissions are
513          missing (fixes #242)
514        * Refactored Network->getAdminUI() to match look and feel of
515          Node->getAdminUI (fixes #140)
516        * Show descriptive status of node (fixes #241)
517
5182006-09-02 Max Horváth <max.horvath@freenet.de>
519        * Installation script checks for PHP session extension (fixes #139)
520        * Removed "Call-time pass-by-reference has been deprecated" warnings
521          (fixes #239)
522        * Revert changes of FCKeditor implementation (fixes #240)
523        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
524          (fixes #145)
525        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
526        * Fix #141
527        * templates/sites/index.tpl: fix wrong user count (fixes #236)
528        * Added more trash mail services to the black list (fixes #149)
529
5302006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
531        * Fix #189, #173
532
533
5342006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
535        * Content.php:  Improve handling of simple but persistent content.
536
5372006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
538        * Server.php:  Make sure getCurrentServer returns the default server if the
539          hostname isn't recognised.
540        * Content manager:
541                - Allow deleting simple (trivial) but persistent content
542                - Remove the sponsor info field from Content Metadata.  Best practices
543                  is now to use the project info field to show this information.
544        * Add the necessary schema constraints to allow manually deleting networks,
545          nodes and users.  Be carefull, removing any of theses will remove all
546          traces of connection statistics as well.  You've been warned.
547        * Do not display the network in the login interface if there is only one.
548        * Add a pseudo-random content ordering mode.  Pick content elements
549          randomly, but do not display the same content twice untill all content
550          has been seen.
551        * Allow setting a title but not displaying it (very usefull for reusable
552          content)
553
5542006-08-29 Max Horváth <max.horvath@freenet.de>
555        * Cleaned up PHPdoc tags
556        * Updated german translation
557        * Updated portuguese translation, thanks to Gabriel Hahmann
558        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
559
5602006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
561        * Add SimplePicture content type
562        * Fix #225 (For both nodes and networks)
563
5642006-08-28 Max Horváth <max.horvath@freenet.de>
565        * Integrated KML node list export
566        * Integrated PDF node list export
567        * Updated Sprintf formatted strings in some Smarty templates
568
5692006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
570        * clickthrough.php, HyperLink.php:  Implement working hyperlink
571          clickthrough tracking (no reporting yet).
572          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
573          subclasses.
574        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
575          line count and will stop the codebases from needlessly drifting apart.
576        * Do not log content displayed as metadata, and log their clickthrough as
577          the parent's.
578
5792006-08-27 François Proulx <francois.proulx@gmail.com>
580        * Updated French translations
581        * Now using Sprintf formatted strings in some Smarty templates (see
582          example in templates/sites/index.tpl).
583        * Integrated back the SQL profiling functions
584
5852006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
586        * Fix a bug where having an empty username would break statistics.
587
5882006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
589        * Fix a bug in some reports when selecting a single user.
590
5912006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
592        * Fix #175.
593        * Fix the "Registration Log" and "User registration report" reports giving
594          incorrect statistics
595        * Allow disabling EventLogging class in config.php, to make SQL debuging
596          possible (The class was traping errors before AbstractDb could
597          output them)
598        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
599          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
600          been seeing.  That is probably only because we don't understand how to
601          properly control it's logging level.
602
6032006-06-18 François Proulx <francois.proulx@gmail.com>
604        * Added creation_date , last_update_date support to File content (with
605          proper HTTP caching handling)
606        * Added hyperlinks URL support in Picture content
607        * Fixed constants in Flickr Content
608        * Fixed #171 (Can't add existing content to Node)
609
6102006-06-17 François Proulx <francois.proulx@gmail.com>
611        * First iteration of JiWire CSV export
612                * Use : hotspot_status.php?format=JiWireCSV
613        * Fully working, but Excel doesn't seem to handle well UTF-8
614          investigation in progress.
615
6162006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
617        * Fix #151.  It was still around after all.
618
6192006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
620        * Completely refactor the look and html of the content manager, statistics
621          and most object's administrative interfaces.
622          Should be much simpler and clearer now.
623          No refactoring of the editing flow has been done yet.
624        * Spell check the french translation, and add a few of the missing strings.
625
6262006-05-26 François Proulx <francois.proulx@gmail.com>
627        * Added 'ja' to database locales table
628
6292006-05-26 François Proulx <francois.proulx@gmail.com>
630        * Added Japanese translation .po file
631          (Thanks to taedu AT ninjin-net DOT net)
632
6332006-05-24 François Proulx <francois.proulx@gmail.com>
634        * Stylesheet changes for left_area_bottom content block.
635
6362006-05-24 François Proulx <francois.proulx@gmail.com>
637        * Simplified Google Maps JS code to use more of the v2 abstraction
638        * Improved admin panels CSS classes
639
6402006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
641        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
642          causes very hard to track down problems with Internet Explorer.
643
6442006-05-22 François Proulx <francois.proulx@gmail.com>
645        * Fixed isValidUsername() Js function to allow caret and dot characters
646
6472006-05-22 François Proulx <francois.proulx@gmail.com>
648        * Use Pgsql persistent connections
649
6502006-05-22 François Proulx <francois.proulx@gmail.com>
651        * Removed unnecessary debug message
652        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
653
6542006-05-22 François Proulx <francois.proulx@gmail.com>
655        * Added generateFromArray parameter (max_length)
656        * Restricts select content ui combo box to 40 chars
657        * Added Smarty plugin modifier.fsize_format.php
658
6592006-05-21 François Proulx <francois.proulx@gmail.com>
660        * Stupid IE CSS bug fixed
661
6622006-05-21 François Proulx <francois.proulx@gmail.com>
663        * Fixed various bugs in content system
664        * stylesheet work
665
6662006-05-21 François Proulx <francois.proulx@gmail.com>
667        * Think I've fixed Google Maps on IE.
668                * need to test on another system..
669
6702006-05-20 François Proulx <francois.proulx@gmail.com>
671        * Completed french translations
672        * Fixed Flickr javascript
673        * Various stylesheet improvements to tighten up the portal and admin
674
6752006-05-20 François Proulx <francois.proulx@gmail.com>
676        * Various stylesheet improvements, started working on Île Sans Fil network
677          specific theme pack
678        * Fixed a few layout bugs
679
6802006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
681        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
682          endlessly
683
6842006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
685        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
686          when you are logged in.  There needs to be much better logick before we
687          export such things to smarty templates.
688
6892006-05-20 François Proulx <francois.proulx@gmail.com>
690        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
691        * Posted Île Sans Fil XSLT example stylesheet for converting the
692          hotspot_status page
693                * Browser view
694                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
695                * Simply use in this manner :
696                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
697
6982006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
699        * page.php:  Fix bugs in various files preventing the system from working
700          from the command line.
701
7022006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
703        * More install script fixes:  Phlickr wouldn't install, and the permissions
704          of wifidog/tmp/smarty/cache weren't checked.
705
7062006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
707        * More stylesheet and HTML work
708
7092006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
710        * Fix loging form incorrectly attempting to validate the password,
711          preventing many existing accounts from logging-in.
712        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
713          the general look.
714          This is incomplete, this commit was done to fix the problem above.
715        * install.php:  Fix path problems, make shel command errors visible.  Update
716          magpie and smarty url to latest versions (note that this won't
717          automatically update an existing install).  Didn't touch phlickr as I
718          didn't know the implications
719        * Add interactive scripts in sql/ to easily backup and restore a wifidog
720          auth server database.
721
7222006-05-10 François Proulx <francois.proulx@gmail.com>
723        * Fixed Google Maps script path to images.
724
7252006-05-10 François Proulx <francois.proulx@gmail.com>
726        * Added sweetTitles tooltips script, now if you need to add tooltips simply
727          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
728        * Fixed usort bug in MainUI
729        * Fixed download (wget) in install.php
730
7312006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
732        * Working (if slightly basic) theme manager.  You can pick the theme in the
733          network configuration.
734          To add your own theme, read wifidog/media/network_theme_packs/README.txt
735        * Cleanup and document the wifidog directory structure
736        * Minor HTML corrections for content types
737        * Completely rip out the old local_content system, and a bunch of obsolete
738          defines and config variables.
739        * Get rid of PHP generated stylesheets
740
7412006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
742        * Finish content assignation system
743        * Content ordering is now global (network, nodes and everywhere content cand
744          now be in mixed order).
745        * Implement 'everywhere' content
746        * Change MainUI::apendContent to MainUI::addContent
747
7482006-04-28 François Proulx <francois.proulx@gmail.com>
749        * Fixed error in initial data script
750
7512006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
752        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
753          instead of hardcoded 'default'
754
7552006-04-28 François Proulx <francois.proulx@gmail.com>
756        * Fixed initial_data schema script so that it adds a dummy server.
757
7582006-04-25 François Proulx <francois.proulx@gmail.com>
759        * Updated JavaScript code to work with Google Maps v2 API
760        * v2 will now provide full maps of European countries and is a bit faster
761        * Updated the schema accordingly with new GMaps values
762
7632006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
764        * Dependencies.php:  Small fix in case gettext isn't installed
765
7662006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
767        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
768
7692006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
770        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
771          problems once and for all, allowing everyone to define them the same way.
772          Fix a few bugs along the way. Should also be a little faster.
773
7742006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
775        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
776          to finally get the PATH stuff consistent and fixing the countless bugs
777          that this process introduced.
778          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
779          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
780          available to Smarty.
781          We already have 3 defines to be used for links and html refs, that's
782          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
783          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
784          explicitely do not want someting to be referenced over http
785          BASE_URL_PATH should be used in all other cases to avoid needless
786          SSL warning
787
7882006-04-17 Rob Janes <janes.rob@gmail.com>
789        * javascript for validating and navigating forms.
790        * help text (untranslated).
791        * EVENT_LOGGING enabling/disabling flag.
792        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
793          appropriate.
794        * standardize Smarty variables for Network and User info by adding
795          assignSmartyValues($smarty, $self) to Network and User.
796        * change_password only allowed if logged in.
797        * non-superadmin can only use change_password to change their own password.
798        * superadmin can use change_password to change any user password by
799          entering in their password for the old password.
800        * page_header div defined and positioned in MainUI
801
8022006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
803        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
804          to protected as the private methods broke IFrameRest
805
8062006-04-01 François Proulx <francois.proulx@gmail.com>
807        * Dumped initial schema from working install
808
8092006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
810        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
811          table to the dump, can someone re-generate the initial data from a
812          working install
813        * Remove the ?> tags from all the classes.
814
8152006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
816        * Fix bug where right_area_bottom content wouldn't be displayed.
817        * Minor CSS cleanup
818
8192006-03-28 François Proulx <francois.proulx@gmail.com>
820        * Fixed error in initial schema (bad client encoding)
821
8222006-03-28 François Proulx <francois.proulx@gmail.com>
823        * Fixed schema 37 : left_area_top
824        * Updated initial schema
825
8262006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
827        * First step in massive simplification of CSS and templates
828        * Implement the new main CSS structure
829        * Implement working content assignation interface and content ordering for
830          both network and nodes.
831        * Display of content according to assignation work on 'portal' and 'login'.
832          'everywhere' not yet implemented
833        * Get rid of some ISF specific interface elements
834        * Finally replace the overly complicated start button by a
835          "Use the Internet" link that will not get you out of your working tab
836        * Fix #118
837
8382006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
839        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
840          auth server should work properly with auth servers with magic quotes
841          turned on.
842          This is still not recommended however.
843        * Remove some spurious error ouptut on logout.
844        * Remove potential error in network id parsing
845
8462006-03-22 François Proulx <francois.proulx@gmail.com>
847        * Fixed Google Maps URLs bug
848        * Since Google Maps does not provide Javascript over SSL (it does but the
849          certificate does not match) the code path to the map does not use SSL, but
850          the outgoing URLs do.
851        * Removed lost echo in Locale.php
852
8532006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
854        * login/index.php: Remove huge security hole introduced by stylistic
855          changes in the file. A user could login to any hotspot by simply filling
856          a blank form because of a gratuitous change from empty to is_null
857          everywhere.  Remove escaping or REQUEST parameters in non SQL
858          related code, as this would lead to double unescaping down the line.
859          Remove logic dependent on encapsulated side effects of object method call.
860
8612006-03-19 François Proulx <francois.proulx@gmail.com>
862        * Updated French translations
863
8642006-03-18 Rob Janes <janes.rob@gmail.com>
865        * path_defines_base working for combinations of DocumentRoot, Alias,
866          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
867          and WIFIDOG_ABS_FILE_PATH dynamically.
868        * classes/Locale.php::getBestLanguage changed to correctly parse
869          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
870          Ignores SESS_LANGUAGE_VAR if invalid.
871
8722006-03-18 Rob Janes <janes.rob@gmail.com>
873        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
874
8752006-03-16 François Proulx <francois.proulx@gmail.com>
876        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
877        * Cleaned up a bunch of stale TODOs
878
8792006-03-16 Max Horváth <max.horvath@freenet.de>
880        * updated language files (new german strings have already been translated)
881        * added LDAP authentication
882        * Dependencies class can check for an PHP extension now
883        * Dependencies class can check for multiple files on a single dependency now
884        * Authentication classes moved to it's own directory
885        * The getAuthenticator method now uses the much safer and faster
886          call_user_func_array function to return an authenticator object
887        * the available authenticator classes are now being displayed in a select
888          box on the network administration page
889        * the link to and the Google hotspots map as is won't be shown to an
890          unauthenticated user at a real hotspot
891
8922006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
893        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
894
8952006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
896        * init_php.php: Try to fix #102 by inspection
897        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
898          into AbstractDb.php to prepare for eventual switch to PDO file.
899        * incoming_outgoing_swap.php:  Delete file, closes #85
900
9012006-03-09 Max Horváth <max.horvath@freenet.de>
902        * fixed small bug in the InterfaceElements class
903        * fixed PHP notices in portal/index.php and Locale class
904        * fixed small bug in Authenticator class which in resulted in a fatal PHP
905          error if a user logged out when his session was already gone
906    * using the {$isUserAtHotspot} smarty variable you can check now in every
907      template if a user calls the portal from a hotspot or not
908
9092006-03-08 Max Horváth <max.horvath@freenet.de>
910        * fixed small bug where clicking on the start button at the portal page
911          didn't open the wifidog portal, but the requested page
912        * updated source to generate a clean PHPdoc output
913        * updated PHPdoc generating script
914
9152006-03-07 Max Horváth <max.horvath@freenet.de>
916        * init_php.php now does a 100% strict check for variable types of
917          elements to be processed when magic_quotes are turned on
918        * fixed duplicate use of SSL_AVIABLE define in common.php
919          This fixes ticket #95.
920        * fixed problens with slashes in htospots_map.php
921          This fixes ticket #97.
922        * fixed variable typo in NodeListXML.php
923        * introduced new InterfaceElements class which is being used to create
924          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
925          we had i.e. on the node administration page (unclosed div).
926          It is being used on the node administration page now and will be updated
927          for the other admin pages ...
928        * when adding an owner or tech officer on the node admin page and pressing
929          enter in the input field the statistics where called (no owner or tech
930          officer was added) - this has been fixed
931        * database schema update 35 wasn't compatible with PostgreSQL version 7,
932          the update script has been changed to be compatible with it ...
933          This fixes ticket #94.
934        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
935          been included
936          This fixes ticket #98.
937        * on node administration page owners have less rights than admins
938
9392006-03-02 Max Horváth <max.horvath@freenet.de>
940        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
941          transparency of PNGs
942
9432006-02-28 Max Horváth <max.horvath@freenet.de>
944        * the content selector for an owner could produce notices
945        * the button add existing content in the content manager will only be shown
946          if content is actually available
947        * the start button on the portal page won't be shown anymore if a user
948          didn't access it from a WiFiDog hotspot
949        * deleted wifidog/templates/message_unknown_hotspot.html as this error
950          message will be displayed using the genecir error message template
951        * display of generic error messages will be handled by the MainUI class
952        * deleted wifidog/portal/missing_original_url.php as its functions is being
953          handled by wifidog/portal/index.php now
954        * deleted wifidog/templates/message_default.html as its functions is being
955          handled by wifidog/gw_message.php now
956        * deleted wifidog/templates/message_activate.html as its functions is being
957          handled by wifidog/gw_message.php now
958        * account validation hints finally show the real validation grace time
959          (used to display 15 minutes)
960        * deleted wifidog/templates/message_denied.html as its functions is being
961          handled by wifidog/gw_message.php now
962        * deleted wifidog/templates/message_failed_validation.html as its functions
963          is being handled by wifidog/gw_message.php now
964        * deleted wifidog/templates/user_management_menu.html as its not being
965          used anymore
966        * deleted wifidog/local_content/default/footer.html as its not being
967          used anymore
968        * deleted wifidog/local_content/default/header.html as its not being
969          used anymore
970        * deleted wifidog/local_content/default/portal.html as its not being
971          used anymore
972        * deleted wifidog/local_content/default/new.css as its wasn't ever used
973        * deleted wifidog/local_content/README as its content isn't valid anymore
974          used anymore
975        * Login site now uses a Smarty template to render HTML page
976        * class MainUI now also delivers $isOwner variable for Smarty
977
9782006-02-26 Max Horváth <max.horvath@freenet.de>
979        * Hotspots map page now uses a direct Javascript call for the link
980          "Show me on the map" (resulting in the browser not jumping to the top of
981          the page if a user clicks on such a link)
982        * refactored hotspot status page, it now uses node list classes to generate
983          output
984        * WIFI411_CSV has been removed from hotspot status page - it didn't work
985          properly - a working version can be added to /wifidog/classes/NodeLists
986        * RSS feed of hotspot status now delivers language of user
987        * RSS and XML feed of hotspot status now actually do deliver data from
988          the requested network (before the code accepted network selection but
989          actually switched back to the current network)
990        * RSS feed of hotspot status page now gets announced in browser
991
9922006-02-25 Max Horváth <max.horvath@freenet.de>
993        * fixed undefined variable bugs in statistic classes (use of date_from and
994          date_to), variables were processed directly from request, without any
995          check
996          This fixes ticket #71.
997        * clicking on a username in user logs now generates a individual user
998          report as it does when clicking on a username on the online users page
999        * Changing the value of the "Is persistent" checkbox doesn't have to
1000          saved when JavaScript is enabled in the browser. Before this change
1001          you had to save a content. So if you wanted to delete a persistant content
1002          you first had to uncheck this checkbox, save the content and delete the
1003          content after saving it. If JavaScript is enabled in your browser you
1004          can go straight ahead, uncheck the checkbox and delete the content.
1005          This fixes ticket #73.
1006        * when processing global arrays if magic quotes is enabled, WiFiDog will
1007          check for type variables
1008          This fixes ticket #84.
1009        * the RSS feed of nodes now delivers the correct link to the nodes homepage
1010          This fixes ticket #80.
1011        * small fix in schema_validate.php which should affect nobody (in schema
1012          version 9)
1013          This fixes ticket #79.
1014        * fixed "Show all available contents for this hotspot" link which didn't
1015          work if WiFiDog wasn't located in the root folder of the webserver
1016        * the "Show all available contents for this hotspot" link won't be shown
1017          anymore unless all requirements are meet that all content of a hotspot
1018          would be shown. The requirements are: you need to have at least one
1019          Content Group tagged artistic and locative content, with at least one
1020          content group element available for display.
1021          This fixes ticket #35.
1022        * adjusting the location of a node via the Google maps geocoding service)
1023          and clicking the button "Use these coordinates" didn't work
1024          This fixes ticket #81 and #82.
1025        * the content select box now only shows the content to a user of which is
1026          is the owner from (same mechanism has already been used on the content
1027          manager page) or all content if the user is a superadmin
1028        * wifidog/admin/content_admin.php removed, because the content manager now
1029          uses the generic object administration interface
1030        * the creation date of a network can be changed now (this value wasn't
1031          displayed in the admin interface, even though it was present in the
1032          database)
1033        * revamped administration sidebar, cleaner interface for the superadmin,
1034          for the owner of a node nothing changes
1035        * added "server administration" section to the administration interface
1036        * Added administration of webservers. For one webserver not much changes.
1037          The SSL available setting has been moved to this section (and removed
1038          from config.php). Running WiFiDog on two or more webserver (with one
1039          database) you now can define the different hostnames of the webserver.
1040          Of course you can also define, which of those webserver serves SSL. This
1041          is for example essential for the Google maps feature (different API keys
1042          for different hostnames)
1043        * for every network you now can define it's own Google Map initial values
1044          and map types
1045        * Hotspots map page now supports different maps for different networks
1046        * Hotspots map page now supports different map types for different networks
1047          This fixes ticket #69
1048        * Hotspots map page now offers full multilingual support (text in the
1049          JavaScript file was english only)
1050        * Hotspots map page now uses a Smarty template to render HTML page
1051
10522006-02-21 Max Horváth <max.horvath@freenet.de>
1053        * fixed access restriction for HTMLeditor in templates folder
1054        * fixed XML error in HTMLeditors CSS and HTML templates
1055        * fixed undefined variable bug in content class ContenGroup
1056        * start page now uses a Smarty template to render HTML page
1057        * start page now also displays information about deployed/operational nodes
1058        * information about valid/online users and deployed/operational nodes gets
1059          cached if caching has been enabled (valid/online users for 1 minute,
1060          deployed/operational nodes for 5 minutes)
1061
10622006-02-17 Max Horváth <max.horvath@freenet.de>
1063        * refactored lost username site - now it also includes the help toolbox
1064        * lost username page now focuses input field automaticly (like on login or
1065          signup page)
1066        * refactored lost password site - now it also includes the help toolbox
1067        * lost password page now focuses input field automaticly (like on login or
1068          signup page)
1069        * refactored sesend validation email site - now it also includes the help
1070          toolbox
1071        * refactored resend validation email page now focuses input field
1072          automaticly (like on login or signup page)
1073
10742006-02-16 Max Horváth <max.horvath@freenet.de>
1075    * added full PHPdoc documentation to Mail class
1076    * added more temporary-email-address-providers to the black-list
1077        * Login site now uses a Smarty template to render HTML page
1078        * refactored signup site - now it also includes the help toolbox
1079        * removed Phlickr directory in /lib dir as Phlickr must be installed via
1080          PEAR
1081        * modified gen.sh to include new template folders for the
1082          translation file generation
1083
10842006-02-15 Max Horváth <max.horvath@freenet.de>
1085        * Login site now uses a Smarty template to render HTML page
1086
10872006-02-14 Max Horváth <max.horvath@freenet.de>
1088        * converted Session class to PHP5 style
1089        * moved code used used to init PHP into wifidog/include/init_php.php
1090        * fixed bug regarding APC (super globals weren't initialized before their
1091          first use
1092        * in an attemp to enter the administration interface of WiFiDog and not
1093          being logged in you'll be redirected to the administration interface after
1094          a successful login, if you are an admin or owner of a node. This only
1095          works for a virtual login, as it isn't needed to be done when logging in
1096          via a WiFiDog node (then you have to login anyway on the splash page
1097          first)
1098        * fixed preview of network in administration interface as content for a
1099          network as is isn't available in the code, yet
1100
11012006-02-13 Rob Janes <janes.rob@gmail.com>
1102    * cron/cleanup.php needed new way to call common.php
1103        * added cron/vacuum.php to round things out
1104
11052006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
1106        * Fix a bunch of file inclusion bugs in the statistics subsystem.
1107          This is only a ad-hac fix. It seems the requires for just about every
1108          class have been stripped off. This must be fixed, all classes should
1109          require_once all classes or include that they need that isn't included by
1110          a parent class.
1111
11122006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
1113        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
1114        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
1115          file
1116
11172006-02-04 Max Horváth <max.horvath@freenet.de>
1118        * MainUI class now uses Smarty templates to render HTML pages
1119        * display of debug messages by using $_REQUEST['debug_request'] on any
1120          page is now only possible for a super admin
1121        * caching class now supports lifetime of a cache and every data type
1122          supported by PHP (except the resource-type)
1123        * Content class caches available content plugins for 7 days if caching has
1124          been enabled -> results in a nice speed-up on every page call because
1125          of 17 saved filesystem queries
1126        * converted Security class to PHP5 style and it's functions to static
1127          functions
1128        * fixed broken HTMLeditor support
1129        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
1130          installed it strips down all potentially dangerous content within HTML
1131          that has been entered using the content plugins Langstring,
1132          TrivialLangstring and HTMLeditor
1133        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
1134        * fixed thrown exception in path_defines_base.php (sprintf() was used
1135          uncorrectly)
1136        * template for definition of SYSTEM_PATH has been added to config.php
1137          for easier definiton when path detection failes
1138        * from now on caching is enabled by default in config.php - it means that
1139          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
1140          has been installed
1141        * updated installation file to represent all the new modules that can be
1142          installed to use all WiFiDog features
1143
11442006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1145        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
1146          more meaningfull output
1147
11482006-01-29 Max Horváth <max.horvath@freenet.de>
1149        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
1150          both PHP caches, because WiFiDog currently doesn't run with either of
1151          those PHP caches (I'm still investigating why)
1152        * added a missing <ul> HTML tag on the administration page
1153        * the validation mail sent to new users now includes the full path to the
1154          WiFiDog installation (before it assumed WiFiDog to be installed in
1155          the document root of the webserver)
1156        * fixed display of start button of portal when WiFiDog is not installed
1157          in the document root of the webserver
1158        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
1159          path_defines_base.php
1160        * updated HTMLeditor content class to use the new, moved stylesheet.css
1161        * fixed error messages not displaying technical support e-mail address
1162
11632006-01-25 Max Horváth <max.horvath@freenet.de>
1164        * a notice message regarding timezones was being displayed when running PHP
1165          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
1166          in config.php named DATE_TIMEZONE. Set it to your local timezone.
1167          Don't forget to update your local.config.php in case you're using it.
1168
11692006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
1170        * Dependencies.php:  We missed one more instance of non-unifrom code for
1171          path detection. The Dependencies class now uses the code in
1172          include/path_defines_base.php like the rest of the system. Also make it
1173          returns more usefull error messages.
1174        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
1175      cannot be found for some reason.
1176
11772006-01-23 Max Horváth <max.horvath@freenet.de>
1178        * Removed compiled PHPdoc documentation
1179        * moved createDoc.sh to "doc" directory, documentation can be generated on
1180          the fly now, in the future we'll be generating a nightly PHPdoc on
1181          wifidog.org
1182        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
1183          PHPdoc
1184        * moved "header.gif" image to its own folder in the images directory
1185        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
1186          compiling without any warnings
1187        * Initialized uninitialized variables in Node class
1188        * Fixed initialization error of one variable
1189        * Configuration file (config.php) will be read before path detection is
1190          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
1191
11922006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
1193        * common.php: Real fix for Ticket #59 ;)
1194        * common.php: Untested fix for Ticket #59
1195
11962006-01-18 François Proulx <francois.proulx@gmail.com>
1197        * Remove unneeded .cvsignore files since the svn:ignore property is set to
1198          the same list
1199
12002006-01-11 Rob Janes <janes.rob@gmail.com>
1201    * classes/User.php: added setters, getters, throw exceptions, added
1202      refresh() subr, tweaked language
1203
12042006-01-09 Max Horváth <max.horvath@freenet.de>
1205        * createDoc.sh: added description of how to install requirements
1206
12072006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
1208        * common.php: Improve path detection code, and start moving PATH detection
1209          back to a central location. You should NEVER go to any $_SERVER[]
1210          variables for path related stuff, all you need is already available
1211          in defines.
1212        * UserReport.php: Remove dangling reference to BASEPATH.
1213        * install.php: Use centralised path detection.
1214
12152006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1216        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
1217          making one less config option to manage.  It is now autodetected.
1218
12192006-01-03 Rob Janes <janes.rob@gmail.com>
1220        * added support for classes/EventLogging.php.
1221        * modified include/common.php to pull in the EventLogging class
1222        * modified index.php to kick start error logging with minimal setup.
1223          I didn't setup a css for this, so any errors are simply pushed out
1224          when the logging channel is destructed.
1225        * other changes to include/common.php - a host of utility functions,
1226          prefixed with "cmn" to avoid namespace collision.
1227        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
1228          to include/common.php, wrapping the require_once in a function.
1229
12302006-01-04 Pascal Leclerc <isf@plec.ca>
1231    * install.php: New security validation and small bugs fix in admin account
1232      creation
1233
12342006-01-02 Rob Janes <janes.rob@gmail.com>
1235        * split static stylesheet.css from smarty template stuff.
1236          local_content/default/stylesheet.css has only smarty template stuff.
1237          local_content/common/stylesheet.css has all the rest.
1238        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
1239          still smarty fetching the templated stylesheet.
1240        * classes/SmartyWifidog.php changed to set a smarty template variable so
1241          that the templating stylesheet could work.
1242
12432005-12-29 François Proulx <francois.proulx@gmail.com>
1244        * Integrating Philippe's code for User class
1245        * This build needs extensive testing please
1246        * E-mail blacklisting (Mail class)
1247
12482005-12-29 François Proulx <francois.proulx@gmail.com>
1249        * Added Aidan's file_exists_incpath function to Dependencies class
1250        * Translated and standardized most of PostgreSQL abstraction class.
1251        * Removed blank lines at end of many files
1252        * Tested the new Phlickr package, which fixes URL on Flickr
1253
12542005-12-28 Max Horváth <max.horvath@freenet.de>
1255        * Removed BASEPATH define from source - resulting in a better
1256          require-overview
1257        * speed improvement of 7% by optimizing Dependencies class
1258        * improved documentation of content classes
1259
12602005-12-26 François Proulx <francois.proulx@gmail.com>
1261        * Fixed bug when the same user was owner of many nodes
1262        * Added missing reference to content_display_location initial data in dump
1263          script
1264
12652005-12-26 François Proulx <francois.proulx@gmail.com>
1266        * Tiny modifications to config.php
1267        * Reinserted the deprecated defines, created errors on my system
1268        * Fully translated FormSelectGenerator class, Locale
1269        * Added comments to Utils, Locale etc..
1270        * Fully tested installation from scratch using blank database with
1271          installation script
1272        * Improved installation script a bit
1273        * Synched SQL for CVS schema 29 --> 33
1274
12752005-12-26 Max Horváth <max.horvath@freenet.de>
1276        * added new headers to every source file
1277        * converted file to represent a tab as four (4) spaces
1278        * added PhpDocumentor documentation
1279        * added WiFiDog skin to HTMLeditor
1280        * language selection in a content class now shows the language name instead
1281          of the language code
1282        * added caching support to content classes Langstring and TrivialLangstring
1283
12842005-12-15 Max Horváth <max.horvath@freenet.de>
1285        * fixed bug in dependencies class when gettext support for PHP is not
1286          available
1287
12882005-12-14 Max Horváth <max.horvath@freenet.de>
1289        * fixed bug in config.php:59 ... was unable to select DB server
1290
12912005-12-08 Max Horváth <max.horvath@freenet.de>
1292        * added FCKeditor to the supported libraries
1293        * added new content type: HTMLeditor
1294        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
1295          config.php
1296        * HTMLeditor is the first class using the new caching class
1297        * removed unused function from content type Langstring
1298        * beautified and reorganized config.php and added a new switch for the
1299          caching class
1300
13012005-12-06 Max Horváth <max.horvath@freenet.de>
1302        * fixed SQL bug when calling the "report configuration" page as a node owner
1303
13042005-12-05 François Proulx <francois.proulx@gmail.com>
1305        * Crunched the Google Maps Div block for better display on small screens
1306
13072005-12-05 Max Horváth <max.horvath@freenet.de>
1308        * fixed bug when calling the preview version of a login page
1309
13102005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
1311        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
1312          change works with postgresql 7.4 and 8. It is still not understood why
1313          ISF doesn't encounter this bug on it's production server.
1314
13152005-11-28 François Proulx <francois.proulx@gmail.com>
1316        * Improved Flickr user output
1317        * Mostly completed Flickr admin UI
1318        * Changed display algorithm to display sequentially
1319
13202005-11-25 Rob Janes <janes.rob@gmail.com>
1321        * EventLogging class initial checkin
1322
13232005-11-14 Max Horváth <max.horvath@freenet.de>
1324        * fixed path to included classes
1325          Guys, please check the paths to included files twice next time you're
1326          moving files
1327
13282005-11-12 François Proulx <francois.proulx@gmail.com>
1329        * Fixed schema 33 update
1330        * fixed css
1331
13322005-11-11 François Proulx <francois.proulx@gmail.com>
1333        * Fixed Admin hotspot location map
1334        * Take note: Google Maps updated their API key system, so that you simply
1335          need to register a key for the whole domain.
1336          ie. one key for http://auth.abc.org will work even in sub-directories
1337        * Changed the Content classes structure to make them "pluggable" more easily
1338          as requested during last developpers meeting
1339        * node_list.php now support column sorting, node_id are naturally sorted
1340          (numerical order, alphabetic)
1341        * Added 2-dimensionnal natural sort algorithm to Utils class
1342        * fixed Node::getSelectNodeUI to naturally sort by node_id
1343        * Improved Flickr content class
1344        * Modified Flickr database schema
1345        * Modified CSS look and feel
1346
13472005-11-08 Philippe April  <philippe@ilesansfil.org>
1348        * Put a note to mention the roles of users in the logged in users list
1349        * Fixed online users link to statistics
1350
13512005-11-01 Max Horváth <max.horvath@freenet.de>
1352        * added german translation
1353        * modified gen.sh to include geocoder and statistics classes for the
1354          translation file generation
1355        * modified hotspot status page to allow translations of every string
1356        * modified node list page to allow translations of every string
1357        * modified FAQ page to allow translations of every string
1358        * fixed bug in FAQ page which caused the Safari browser to display very
1359          large text
1360        * modified online users page in administration to allow translations of
1361          every string
1362        * added Phlickr directory to /lib
1363
13642005-10-25 Francois Proulx <francois.proulx@gmail.com>
1365        * /classes/DateTime.php : First iteration of DateTime abstraction class
1366        * Basic support for datetime input field.
1367        * TODO : Overhaul with full-fledged datetime selector...
1368
13692005-10-25 Francois Proulx <francois.proulx@gmail.com>
1370        * AuthenticatorRadius : Fixed legacy variable misuse
1371
13722005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
1373        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
1374          actually tested. Guys, read the documentation of the function parameters
1375          when you code, it's there to help you ;)
1376
13772005-10-21 Francois Proulx <francois.proulx@gmail.com>
1378        * Integration testing for Radius debugging
1379        * Added network_id parameter to hotspot_status.php for selecting network
1380        * Default network will be automatically selected...
1381
13822005-10-04 Francois Proulx <francois.proulx@gmail.com>
1383        * Scaled down network logo
1384        * Changed CSS accordingly
1385        * Modified online users SQL query to sort better
1386
13872005-10-04 Francois Proulx <francois.proulx@gmail.com>
1388        * Removed unwanted file from checkout
1389
13902005-10-07 Philippe April  <philippe@ilesansfil.org>
1391        * Released wifidog-auth-1.0.0_m2
1392
13932005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1394        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1395          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1396          a server, you can add your users, and then change the authenticator class
1397          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1398        * signup.php: Actually enforce it. Still needs improvement, as the network
1399          is still shown for signing up.
1400
14012005-10-04 Francois Proulx <francois.proulx@gmail.com>
1402        * Translated some error message in SQL abstraction
1403        * Cleaned up error messages when starting from scratch
1404        * Added link to install script, when the database is empty.
1405        * Fixed initial data dump script
1406
14072005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1408        * Remove a bunch of deprecated methods from the Node object,
1409          document undocumented methods.
1410        * Make the node id editable.  This allows the gateway "MAC address as node
1411          ID" patch by London wireless to be usable with the standard auth server,
1412          and to transition to using MAC address as node ID.
1413        * Fix a saving problem with all the content types with some versions of PHP
1414        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1415          style query returning HTML to be displayed in a HTML iframeset. Currently
1416          supported are substitution of the node_id, the user_id and the last
1417          display date in the get query.
1418        * CVS version of the auth server should now be "reasonnably" safe to use in
1419          production, so the 2005-09-01 notice is no longuer in effect.
1420
14212005-10-04 Francois Proulx <francois.proulx@gmail.com>
1422        * Translated signup page messages
1423
14242005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1425        * Partial login page content manager support (Node only for now)
1426
14272005-09-27 Philippe April  <philippe@ilesansfil.org>
1428        * Guess the best language from what the browser sends,
1429          otherwise use the default.
1430
14312005-09-26 Francois Proulx <francois.proulx@gmail.com>
1432        * Translated the few new sentences on the login page
1433
14342005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1435        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1436          remove unnecessary words.
1437
14382005-09-26 Francois Proulx <francois.proulx@gmail.com>
1439        * Completed translations
1440
14412005-09-26 Francois Proulx <francois.proulx@gmail.com>
1442        * Fixed annoying bug in new google maps code
1443
14442005-09-25 Francois Proulx <francois.proulx@gmail.com>
1445        * Complete rewrite of Google maps code, now stands as a js class
1446        * relooking of mapping stuff
1447        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1448        * fixed broken xml, damn blank lines...
1449
14502005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1451        * Statistics:  At long last, the monster statistics commit.
1452          We finally have a stable, documented and uniform codebase for statistics.
1453          This resulted is removal of several functions in other classes too.
1454          There are a few new reports, but mostly, each report is a lot more
1455          flexible.
1456          Still TODO:
1457          - Security:  This is to be implemented directly in the Statistics class,
1458            by forcing restrictions to the selected nodes and network.
1459          - Support selecting multiple users for a report.
1460            The code and SQL queries support it, but the UI doesn't. An easy and
1461            quick way would be to simply parse a coma-separated list. Comment are
1462            off course welcome!
1463
14642005-09-25 Francois Proulx <francois.proulx@gmail.com>
1465        * Updated initial SQL script to schema 29
1466        * Remove useless includes in some files, preventing from using the "plugin"
1467          contents
1468
14692005-09-25 Philippe April  <philippe@ilesansfil.org>
1470        * Make method getCurrentRealNode ORDER BY DESC so it picks
1471          up the latest network name
1472
14732005-09-20 Francois Proulx <francois.proulx@gmail.com>
1474        * Changed the output layout of the Google Maps hotspots list
1475        * Added "Loading" message on Google Maps
1476
14772005-09-17 Francois Proulx <francois.proulx@gmail.com>
1478        * Fixed forgotten reference to getNetwork in AuthLocalUser
1479
14802005-09-17 Francois Proulx <francois.proulx@gmail.com>
1481        * Fixed a few bugs in Radius class
1482        * Improved syntax and completed 100% of French translations
1483
14842005-09-17 Francois Proulx <francois.proulx@gmail.com>
1485        * Fixed RADIUS bug #1287000
1486
14872005-09-16 Francois Proulx <francois.proulx@gmail.com>
1488        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1489        * This class provides UTF-8 mailing for validation e-mail, lost password,
1490          lost username...
1491        * Fixes reported bug where users would not receive validation email on
1492          some servers
1493
14942005-09-13 Francois Proulx <francois.proulx@gmail.com>
1495        * Added bytes in words for online users
1496
14972005-09-13 Francois Proulx <francois.proulx@gmail.com>
1498        * Fixed bug in user stats
1499
15002005-09-13 Francois Proulx <francois.proulx@gmail.com>
1501        * Added access permissions for statistics.
1502
15032005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1504        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1505          account_origin as a parameter to the authenticator was wrong.  To fix it
1506          manually if you already ran the script, you must quote the parameter in
1507          column network_authenticator_params in the networks table.
1508        * Network.php:  Fix improper quoting of Authenticator arguments.
1509        * RssPressReview.php:  Make expansion of today's item optionnal.
1510
15112005-09-11 Francois Proulx <francois.proulx@gmail.com>
1512        * Fixed dependency check, found a workaround for the file_exists problem
1513
15142005-09-11 Francois Proulx <francois.proulx@gmail.com>
1515        * Added dependency check for Phlickr
1516
15172005-09-11 Francois Proulx <francois.proulx@gmail.com>
1518        * Fixed Flickr support
1519        * Now using PEAR version of Phlickr
1520        * Download the latest package and install like this: pear install
1521          PhlickrXYZ.tar.gz
1522
15232005-09-10 Francois Proulx <francois.proulx@gmail.com>
1524        * Fixed dependency check
1525
15262005-09-10 Francois Proulx <francois.proulx@gmail.com>
1527        * Removed many blank lines after php tags
1528        * added more checks, for dates etc...
1529        * changed sorting mode
1530
15312005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1532        * Add UI to add a new Network
1533        * Improve UI to add a new Node and new Content
1534
15352005-09-10 Philippe April  <philippe@ilesansfil.org>
1536        * signup.php: Fixed bug in detecting is the user is already part of the
1537          network.
1538        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1539          users from logging out.
1540        * add BASEPATH to most files with require_once
1541        * Added dependency checking class
1542        * Don't show the admin menu if user does not have access
1543        * Got rid of user_log_detailed.html, using stats.php instead
1544
15452005-09-10 Francois Proulx <francois.proulx@gmail.com>
1546        * Automatically redirect user to login form when trying to access admin
1547        * Added various isset, empty tests, vars init in stats (to avoid PHP
1548          warning)
1549
15502005-09-08 Philippe April  <philippe@ilesansfil.org>
1551        * New stats system with graphs
1552        * Changed the UI a bit to reflect this change
1553        * Updated stylesheet
1554
15552005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1556        * portal/index.php:  Custom portal redirect now operational.
1557
15582005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1559        * MainUI:  Move call to garbage_collect() here.
1560        * portal/index.php:  New feature:  Custom portal redirect.
1561        * rework much of the logout code
1562
15632005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1564        * login/index.php:  Fix getSplashOnlyUser() method call.
1565
15662005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1567        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1568          news.
1569        * login/index.php:  Reorganise code to make it more legible and comment what
1570          it does. Emphasise error messages and put them right above where they
1571          clicked so users can actually see them.
1572        * Security.php:  Remove deprecated login code
1573        * Authenticator.php: Change calling convention for better encapsulation
1574        * New feature:  Support multiple simultaneous logins if enabled in network
1575          configuration
1576        * New feature (in testing): Splash-only node support
1577
15782005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1579        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1580          in the server config.  It is still strongly recommended to disable
1581          magic_quote
1582        * Node.php:  Add UI for splash only node and custom portal
1583        * Update schema
1584
15852005-09-04 Francois Proulx <francois.proulx@gmail.com>
1586        * Removed update.php script ( should not have been in CVS )
1587        * Moved authenticator require in Network getAuthenticator()
1588
15892005-09-03 Philippe April  <philippe@ilesansfil.org>
1590        * Schema change: Added last_paged column to nodes table
1591        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1592        * s/Networt/Network/
1593        * Fixed signing up and validation, typos
1594
15952005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1596        WARNING:  DO NOT use the CVS auth server in production until further notice.
1597        Massive internal changes are underway.
1598        Use the release tagged 1.0m1 in production.
1599        * Network abstraction mostly complete, including UI.
1600          All that is missing is new network creation, network stakeholder UI and
1601          testing.
1602        * Cleanup the config file of all the now unneeded constants.
1603          Note that the install script is currently broken.
1604          There can now be multiple networks on the server.
1605          The install script will have to make sure that there is at least one, with
1606          one super-admin
1607
16082005-08-31 Francois Proulx <francois.proulx@gmail.com>
1609        * Fixed bug where node ID containing periods, whitespaces or underscores
1610          would confuse PHP
1611        * MD5 hash is used to make sur the http vars are unique
1612        * This is only valid for Node administration
1613
1614NOTE:  the 1.0m1 release was tagged here
1615
16162005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1617        * Node.php:  Fix node creation
1618
16192005-08-31 Francois Proulx <francois.proulx@gmail.com>
1620        * Fixed new node creation bug
1621
16222005-08-29 Philippe April <philippe@ilesansfil.org>
1623        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1624          IE to see the map properly.
1625
16262005-08-22 Pascal Leclerc  <pascal@plec.ca>
1627        * install.php, Change javascript to OnClick + dependencie note
1628        * schema_validate.php, Fix broken DB update for install.php
1629        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1630          installed
1631
16322005-08-22 Francois Proulx <francois.proulx@gmail.com>
1633        * Added edit button for quickly accessing Content editing mode
1634        * Changed the layout so the admin ui fits in a tighter space
1635
16362005-08-21 Francois Proulx <francois.proulx@gmail.com>
1637        * Added reference to new street address fields in mapping page and on status
1638          template
1639        * Fix bug on line 756 of RssPressReview , added check for empty var.
1640        * Flickr support is broken, added  bug to sf.net tracker
1641
16422005-08-21 Francois Proulx <francois.proulx@gmail.com>
1643        * Node admin UI should now be completed.
1644        * Minor bug fixes in Geocoder
1645        * Merged node_owners and node_tech_officers table into node_stakeholders
1646
16472005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1648        * New schema version
1649        * install.php, tmp/magpie_cache/:  Move all magpie caches
1650          to a central location, adjust install script to match.
1651        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1652          a parameter to the page
1653        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1654          recently subscribed first, this is a stopgap measure while waiting for
1655          Content ordering to be explicitely settable.
1656        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1657        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1658          and getFeedTitle() methods.
1659          Fixes minor bugs
1660
16612005-08-17 Pascal Leclerc  <pascal@plec.ca>
1662    * Added install script + minor changes in schema_validate.php
1663
16642005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1665        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1666
16672005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1668        * Run sync_sql_for_cvs.sh
1669        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1670          which no longer exists
1671        * .project:  Remove mistakenly commited file in last commit
1672        * .cvsignore:  Add file to avoid previous error
1673
16742005-08-12 Francois Proulx <francois.proulx@gmail.com>
1675        * Added missing GisPoint fille to CVS
1676        * Fixed some bugs
1677        * Added Technical officer table
1678        * Added technical officer management to node UI
1679
16802005-08-12 Francois Proulx <francois.proulx@gmail.com>
1681        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1682        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1683        * This is a stupid limitation of the Google Maps API which matches the
1684          complete URL path
1685        * Added /classes/GisPoint.php class
1686        * Will add geocode + Google Maps capabilities very soon
1687        * Notice : the XML schema will change very soon...
1688        * I will try to keep the streetAddress field intact so I won't break
1689          backward compat.
1690
16912005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1692        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1693          constructor
1694        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1695          reflect it's independently maintained status
1696        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1697        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1698          admin UI written.
1699        * wifidog/include/schema_validate.php:  Create the table structure for the
1700          new RssAggregator.
1701          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1702          new Content class.
1703
17042005-08-11 Francois Proulx <francois.proulx@gmail.com>
1705        * Refactored the Admin UI.
1706        * I need to write the upload form and rewrite statistics
1707
17082005-08-10 Francois Proulx <francois.proulx@gmail.com>
1709        * More GIS stuff
1710
17112005-08-10 Francois Proulx <francois.proulx@gmail.com>
1712        * Added Geocoders
1713          - /classes/AbstractGeocoder.php
1714          - /classes/Geocoders/GeocoderCanada.php
1715          - /classes/Geocoders/GeocoderUsa.php
1716        * This will be used for enterring GIS data
1717        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1718
17192005-01-25 Pascal Leclerc  <pascal@plec.ca>
1720        * Fix hardcoded images path in classes/MainUI.php
1721
17222005-07-25 Francois Proulx <francois.proulx@gmail.com>
1723        * Fixed bug in hotspot_status , added htmlspecialchars();
1724        * This solved the bug where ampersands would break the XML
1725
17262005-07-17 Francois Proulx <francois.proulx@gmail.com>
1727        * Fixed bugs in gen.sh, compile.sh locale scripts
1728
17292005-07-12 Francois Proulx <francois.proulx@gmail.com>
1730        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1731          element to networkMetadata
1732
17332005-07-12 Francois Proulx <francois.proulx@gmail.com>
1734        * Fixed XML protocol for exchanging hotspots status.
1735        * Should now be considered stable (stamped v1.0)
1736        * Fixed hotspots status map to reflect the changes
1737        * Added french translations
1738
17392005-07-11 Francois Proulx <francois.proulx@gmail.com>
1740        * Changed link to hotspots map using NON ssl because Google Keys are
1741          sensitive to the whole path.
1742
17432005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1744        * classes/RssPressReview.php: Begin rewrite.
1745        * classes/MainUI.php: Add addFooterScript() function.
1746        * venues_map.php:  Workaround the IE DOM problem.
1747
17482005-07-05 Francois Proulx <francois.proulx@gmail.com>
1749        * Changed wording in hotspots status page added legend
1750
17512005-07-05 Francois Proulx <francois.proulx@gmail.com>
1752        * Minor adjustements to icon positionning
1753
17542005-07-05 Francois Proulx <francois.proulx@gmail.com>
1755        * Changed google maps marker icons
1756
17572005-07-05 Francois Proulx <francois.proulx@gmail.com>
1758        * Added missing elements in XML exchange format
1759        * Stable v1.0 for XML exchange format and Google Maps mapping
1760        * Added GMaps constants to config file
1761        * Unsmartied index.php , added link to map
1762        * Check config.php to set corresponding values
1763        * You can now use hotspot_status.php?format=XML along with xslt query string
1764          parament to convert your XML document
1765        * For this to work, You need to have activated XSLT ( see config file )
1766
17672005-07-05 Francois Proulx <francois.proulx@gmail.com>
1768        * Added Google Maps mapping venues_map.php
1769        * /js/venues_status_map.js  JavaScript code for Mapping
1770        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1771          a snap
1772
17732005-07-03 Francois Proulx <francois.proulx@gmail.com>
1774        * Updated the XML venues status format ( version 1.0, once approved )
1775        * Added long / lat fields to nodes table ( for mapping purposes )
1776
17772005-06-17 Francois Proulx <francois.proulx@gmail.com>
1778        * Added IFrame and SimpleIFrame content types.
1779
17802005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1781        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1782          non-persistent, no matter the checkbox.  Move the code to
1783          TrivialLangstring.php where it belongs.
1784
17852005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1786        * portal/inted.php:  Implement the start button functionnality (maybe it
1787          would be better to call it "use the Internet").  From now on, once
1788          authenticated and when pressing the start button on the portal, the user
1789          will be sent to the page he originally tried to access.  A second window
1790          will be popped with the portal page so he can come back to it. The window
1791          is collapsed, and can be expanded back by clicking on the link. I tried
1792          to make it cross platform (and mostly did) but it's still buggy in IE.
1793
1794          At the same time, this fixes the goof reported by Rob Kelley of
1795          nycwireless.net
1796
1797        * portal/missing_original_url.php:  Displayed when the user tries to use the
1798          start button but for some reason the original url is unavailable
1799        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1800          URL in the user's URL bar.
1801
1802
18032005-06-17 Francois Proulx <francois.proulx@gmail.com>
1804        * Removed forced Pattern Language on all hotspots
1805        * Do not show hotspot logo in portal page, only on login, until we find a
1806          better layout
1807
18082005-06-16 Francois Proulx <francois.proulx@gmail.com>
1809        * Added XML output format for hotspot_status.php
1810        * Rough draft v1.0
1811        * TODO move to different classes once stabilized
1812        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1813        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1814        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1815
18162005-06-06 Francois Proulx <francois.proulx@gmail.com>
1817        * Added long description field to content table
1818        * MUST use schema_validate
1819        * Modified Pattern Language to be more generic
1820        * resend changelog
1821
18222005-06-06 Francois Proulx <francois.proulx@gmail.com>
1823        * Made changes to Pattern Language ( Kate Armstrong )
1824
18252005-05-30 Philippe April <philippe@ilesansfil.org>
1826        * Show username in user_stats.php instead of user_id
1827          and in other admin pages
1828
18292005-05-30 Francois Proulx <francois.proulx@gmail.com>
1830        * Changed language selectbox name so it does not clash with ISF's domain
1831          cookie
1832        * Fixed setlocale algorithm in Locale.php
1833
18342005-05-29 Francois Proulx <francois.proulx@gmail.com>
1835        * Missing null check in validate.php
1836
18372005-05-27 Francois Proulx <francois.proulx@gmail.com>
1838        * Changed the signup process to make it smoother for users
1839        * The user will automatically be granted the 15 minutes if he's signing up
1840          at a real hotspot
1841        * If the user closes his browser during the 15 minutes and loses its
1842          session, we will regenerate it
1843        * Added big red message to the top of the portal page, warning user to
1844          validate as soon as possible
1845        * Fixed translation typos
1846
18472005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1848        * Someone moved the fallback gettext functions definition (for when gettext
1849          isn't installed) inside the static setCurrentLocale method, completely
1850          breaking the system when PHP doesn't have gettext support.  This is an
1851          untested fix.
1852
18532005-05-24 Francois Proulx <francois.proulx@gmail.com>
1854        * Fixed bug in auth.php to let users go through when the click twice on the
1855          login button
1856        * Fixed bug in hotspot_log.php
1857
18582005-05-24 Francois Proulx <francois.proulx@gmail.com>
1859        * Added "Get access statistics" button to Node admin to get hotspot specific
1860          stats
1861        * Added search box in Users log to get a specific user stats quickly
1862
18632005-05-24 Francois Proulx <francois.proulx@gmail.com>
1864        * Fixed typo in some translations
1865        * Cleaned-up todos
1866
18672005-05-18 Francois Proulx <francois.proulx@gmail.com>
1868        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1869          layout)
1870
18712005-05-16 Francois Proulx <francois.proulx@gmail.com>
1872        * Changed login message in MainUI to make it clearer what the login button
1873          will do
1874
18752005-05-13 Philippe April <philippe@ilesansfil.org>
1876        * Added deployment status to node_list
1877
18782005-05-11 Francois Proulx <francois.proulx@gmail.com>
1879        * Began writing user profiles
1880        * Added many methods to User class
1881        * Added node quota fields in DB ( bandwidth, throttling ...)
1882
18832005-05-10 Francois Proulx <francois.proulx@gmail.com>
1884        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1885          gw_address, gw_port show physical login link
1886
18872005-05-10 Francois Proulx <francois.proulx@gmail.com>
1888        * Added download button CSS class to style button
1889
18902005-05-10 Francois Proulx <francois.proulx@gmail.com>
1891        * Fixed wrong method name in File.php
1892        * Added strip tags to Langstring
1893        * Basic styling of content_admin table
1894
18952005-05-04 Francois Proulx <francois.proulx@gmail.com>
1896        * Fixed serialization issue ( flickr)
18972005-05-04 Francois Proulx <francois.proulx@gmail.com>
1898        * Improved caching
1899        * Wrote very basic gridview code for Flickr
1900
19012005-05-04 Francois Proulx <francois.proulx@gmail.com>
1902        * Implemented caching for Flickr
1903        * Need to contact Phlickr to see how we could do better, since serialize
1904          does not work OK on objects
1905
19062005-05-04 Francois Proulx <francois.proulx@gmail.com>
1907        * Fixed bug concerning Content-Length header
1908        * Changed default Unit size for setLocalFileSize to bytes
1909
19102005-05-04 Francois Proulx <francois.proulx@gmail.com>
1911        * Added BLOB support
1912        * modified file_download.php to support new header attributes
1913        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1914        * Make sure your PHP.ini contains the right value to allow big downloads
1915        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1916        * ISF Live server is now configured to support 100 megabytes files
1917
19182005-05-04 Francois Proulx <francois.proulx@gmail.com>
1919        * Fixed CSS IE Bug
1920        * Fixed SQL query
1921        * NEED HELP FROM A WEB DESIGNER !!!!!
1922
19232005-05-03 Francois Proulx <francois.proulx@gmail.com>
1924        * Disabled logging in Pattern Language archives
1925
19262005-05-03 Francois Proulx <francois.proulx@gmail.com>
1927        * Having for SQL query... :-(
1928
19292005-05-02 Francois Proulx <francois.proulx@gmail.com>
1930        * PatternLanguage is now completed
1931
19322005-04-30 Francois Proulx <francois.proulx@gmail.com>
1933        * Logout button will now destroy session AND render token USED
1934
19352005-04-30 Francois Proulx <francois.proulx@gmail.com>
1936        * Fixed bug that could potentially let non owners add content in /content
1937          through content groups
1938        * Admin menu won't show node selector if the user is not owner of at least
1939          one hotspot
1940        * Added Width, height support for Picture
1941
19422005-04-30 Francois Proulx <francois.proulx@gmail.com>
1943        * Did my best for content styling ... ( it's 5h00 am )
1944
19452005-04-30 Francois Proulx <francois.proulx@gmail.com>
1946        * Updated sync_sql_for_cvs.sh
1947
19482005-04-30 François Proulx <francois.proulx@gmail.com>
1949        * ChangeLog entry missed by CVS ?!
1950        * Locale now decomposes the locale string by '_'
1951        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1952
19532005-04-30 François Proulx <francois.proulx@gmail.com>
1954        * Trying to solve RSS encoding bug...
1955        * Testing on live server
1956
19572005-04-29 François Proulx <francois.proulx@gmail.com>
1958        * Removed all inline unuseful javascript code on submit buttons
1959          onclick='submit()'
1960        * This conflicted with the actual click on the submit button in Safari
1961        * Fixed check in Network for isOwner, only check superAdmin
1962        * Fixed bug so you can't add an existing content group to itself (deadlock)
1963        * Started coding Pattern language narrative display
1964
19652005-04-29 François Proulx <francois.proulx@gmail.com>
1966        * Wrote User.php addcontent, removeContent, getAllContent()
1967        * Wrote Content.php subscrite() and unsubscribe()
1968        * Added parameters to getAllContent() in Node and Network
1969          (exclude_subscribed_content)
1970        * These will be used for subscribing a to some content
1971        * Pattern Language will be the first to use it
1972        * Online users lists
1973        * Fixed bugs in Node and Network ( isOwner check )
1974
19752005-04-28 François Proulx <francois.proulx@gmail.com>
1976        * Logout button build a query string containing gw_id, gw_address, gw_port
1977          ( if available ), so that a user at a physical hotspot will get the login
1978          page from the hotspot he is.
1979        * Fixed but in Locale ( did not propertly set the locale in the session )
1980
19812005-04-28 François Proulx <francois.proulx@gmail.com>
1982        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1983          message when connect to a real hotspot ( not virtual )
1984        * This message confused many users ( they clicked and got the virtual login
1985          instead ! )
1986        * Hide adminstration features ( statistics, hotspot creation, network wide
1987          content etc...) from all but Super admins
1988        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1989        * Added $associate_existing_content parameter to processNewContentUI to
1990          allows reuse for existing content ( in ContentGroup )
1991        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1992        * Added security check in all content classes ( ProcessAdminUI )
1993
19942005-04-26 François Proulx <francois.proulx@gmail.com>
1995        * Replaced show only content groups by show persistent
1996
19972005-04-26 François Proulx <francois.proulx@gmail.com>
1998        * Added missing /content directory
1999
20002005-04-26 François Proulx <francois.proulx@gmail.com>
2001        * Added /content/ for displaying all content elements
2002        * Logging is disable when viewing them
2003        * All content elements will expand
2004        * Pattern languages won't display everything ( special property )
2005          isExpandable
2006        * Added a link in portal pages to go to /content/
2007        * Added Show all contents button in content_admin.php
2008
20092005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2010        * Content.php, ContentGroup.php:  All Content now implement the
2011          isDisplayableAt($node).  Used by the portal, if content has nothing
2012          displayabel, the entire content is skipped.
2013
20142005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2015        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
2016          disabled.
2017
20182005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
2019        * ContentGroup.php:  Fully functionnal content rotation engine, with all
2020          options supported. Rotation based on session may not be reliable if the
2021          user isn't truly logged in (from a node).
2022
20232005-04-26 François Proulx <francois.proulx@gmail.com>
2024        * Most of the missing translations
2025
20262005-04-26 François Proulx <francois.proulx@gmail.com>
2027        * Changed back File to non trivial
2028        * portal page stylesheet
2029
20302005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2031        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
2032          element in isolation.  Unfortunately the UI allows if for now.  Such
2033          content will now be deleted.
2034        * Locale:  Fix string selection algorithm to pick the right language.
2035        * Content:  Implement display logging.
2036
20372005-04-26 François Proulx <francois.proulx@gmail.com>
2038        * stylesheet rework
2039
20402005-04-26 François Proulx <francois.proulx@gmail.com>
2041        * Fixed wrong location for change password link
2042
20432005-04-25 François Proulx <francois.proulx@gmail.com>
2044        * Portal page styling
2045
20462005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2047        * ContentGroup.php:  Previous fix didn't work.  New fix.
2048
20492005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
2050        * ContentGroup.php:  Make bad selection mode eror non-fatal.
2051
20522005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2053        * Fix bug in ContentGroup enumeration
2054
20552005-04-25 François Proulx <francois.proulx@gmail.com>
2056        * More stylesheets work
2057
20582005-04-25 François Proulx <francois.proulx@gmail.com>
2059        * Much better stylesheet
2060
20612005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2062        * UI fully functionnal
2063
20642005-04-25 François Proulx <francois.proulx@gmail.com
2065        * More interface work
2066
20672005-04-25 François Proulx <francois.proulx@gmail.com
2068        * Completed integration of new interface with new objects
2069
20702005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
2071        * Integration merge, should work, but there will be display problems
2072          everywhere.  Expect further commits today.
2073        * Almost 100% complete Network abstraction
2074        * Much better object encapsulation.  Deprecated methods not removed yet.
2075        * Add MainUI class.  Used to display the interface.  Inner workings still
2076          need work.
2077
20782005-04-23 François Proulx <francois.proulx@gmail.com>
2079        * Added Preferred Size support for Flickr pictures
2080
20812005-04-23 François Proulx <francois.proulx@gmail.com>
2082        * Completed missing translations
2083
20842005-04-23 François Proulx <francois.proulx@gmail.com>
2085        * Fixed bugs in File and EmbeddedContent
2086        * Completed first iteration of EmbeddedContent
2087        * Can now play multimedia content
2088        * Could not test fallback with my browser ( Safari and Firefox )
2089        * Need help to test content in different browser to see how it reacts...
2090
20912005-04-22 François Proulx <francois.proulx@gmail.com>
2092        * Fixed bug in FlickrPhotostream.php
2093        * Params did not match new methods requirements ( getUserByEmail )
2094        * Changed stylesheet class name for Flickr to match new changes
2095        * Fixed bugs in File
2096        * Wrote part of EmbeddedContent ( partially working )
2097        * TODO: add support for parameters and attributes in EmbeddedContent
2098
20992005-04-22 François Proulx <francois.proulx@gmail.com>
2100        * Fix schema version in François's commit
2101
21022005-04-21 François Proulx <francois.proulx@gmail.com>
2103        * Added explicit admin UI exceptions support for Flickr
2104        * Completed File and Picture objects
2105
21062005-04-20 François Proulx <francois.proulx@gmail.com>
2107        * Completed Flickr support ( explicit exceptions catching )
2108        * Most of File object is done
2109        * Fixed bug in generic_object_admin.php
2110        * changed stylesheet class tags for Flickr
2111
21122005-04-18 François Proulx <francois.proulx@gmail.com>
2113        * Added Flickr content support
2114        * Part of File object is done
2115
21162005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
2117        * Working (beta...) content manager and portal.
2118        * Add content preview mode
2119
21202005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
2121        * Hotspot and network content association, continue access control work.
2122        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
2123          script from working.
2124        * All files:  Remove whitespace and carriage return after the ?> closing
2125          tags.
2126
21272005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
2128        * Much more complete admin, initial access control work.
2129
21302005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
2131        * Support more of the content object model, do a half-decent CSS for the
2132          admin interface.
2133
21342005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2135        * Content.php:  Use full langstring interface by default;
2136
21372005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2138        * Content.php:  Fix db reference;
2139
21402005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2141        * Fix Content object enumeration preventing usage of admin interface
2142        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
2143
21442005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
2145        * First part of the future content delivery infrastructure. Many files added
2146
21472005-04-01 François Proulx  <francois.proulx@gmail.com>
2148        * Modified gen.sh script to match UTF-8
2149        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
2150
21512005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
2152        * wifidog/templates/auth_sources_selection.html:  Add missing file from
2153          Francois's commit.
2154
21552005-04-01 Philippe April <philippe@ilesansfil.org>
2156        * Fixed missing parenthesis in classes/User.php
2157        * Removed unused files
2158        * fixed schema_validate.php (typos)
2159
21602005-04-01 Francois Proulx  <francois.proulx@gmail.com>
2161        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
2162          EDITOR
2163        * The database will be converted to UTF-8 (version 5)
2164        * Added select boxes ( or hidden ) html form elements to choose the network
2165          for signup, lost password, username
2166
21672005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
2168        * Add constraints to account_origin to detect errors on inserts.
2169        * Remove IDRC test server
2170
21712005-04-01 Philippe April <philippe@ilesansfil.org>
2172        * User.php: Add reference to $db global variable.
2173        * Tagged v0_1_0_alpha1
2174        * Removed spaces in AuthenticatorLocalUser.php
2175
21762005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
2177        * Remove spaces after php blocks in various files.
2178        * Temporarily fix single authentication source not present bug in login
2179          smarty template.  All other places where we select the network will be
2180          fixed tommorow.
2181        * Fix initial schema errors.
2182
21832005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
2184        * More RADIUS install documentation.
2185        * Fix schema_validate.php
2186
21872005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2188        * Moved language definition
2189        * Moved e-mail subjects to User class ( each e-mail functions )
2190
21912005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2192        * Added missing schema_validate.php modifs.
2193
21942005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2195        * Added PEAR install procedure
2196
21972005-03-30 François Proulx  <francois.proulx@gmail.com>
2198        * Finished RADIUS authentication and accounting
2199        * Accounting Unique session ID is now based on the same token we use
2200        * Fixed all issues with lost_username, lost_password etc...
2201        * User class has new static function getUsersByEmail and getUsersByUsername
2202        * Added translations for new features
2203        * Translated the validation, lost password, username e-mails
2204        * Tested quite a bit, this version is considered stable
2205        * A few examples on how set different RADIUS or local authenticators can be
2206          found in the config.php
2207
22082005-03-29 François Proulx  <francois.proulx@gmail.com>
2209        * schema_validate.php : Modified schema : dropped e-mail + account unique
2210          index, dropped email not empty constraint
2211        * Schema is now at version 3
2212        * Coded RADIUS authentication
2213        * Modified templates to show a select box when more than one server is
2214          configured
2215        * Coded RADIUS accounting and backward compatibility accounting
2216        * Modified many statistics SQL queries to match new Users table
2217        * modified statistics templates to match user_id and account_origin
2218        * TODO : Fix lost_username and lost_password ( issue since we dropped the
2219          unique constraint on emails... )
2220        * TODO : Heavy testing possibly with remote RADIUS servers
2221
22222005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2223        * sql:  Put initial data in a transaction, and specify the wifidog user so
2224          you do not have to su to it while using sync_sql_for_svs
2225
22262005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2227        * common.php:  Add get_guid() function
2228        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
2229          upgrade.  Note that you must still update dump_initial_data_postgres.sh
2230          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
2231        * New class Authenticator (and subclasses):  Begin virtualizing the login
2232          process.
2233
22342005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
2235        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
2236          and outgoing for all connections from a user have null values.
2237        * wifidog/local_content/default/portal.html: Fix layout so it resizes
2238          properly.  This in an interim measure.
2239        * Update schema.  This will allow automatic schema updates in the future.
2240          TO update a live server:
2241
2242      BEGIN;
2243      CREATE TABLE schema_info (
2244            tag text PRIMARY KEY,
2245            value text
2246          );
2247          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
2248          COMMIT;
2249
22502005-03-16 Matthew Asham <matthewa@bcwireless.net>
2251    * config.php: will use "local.config.php" instead, if present.  avoid cvs
2252      over-writing.
2253    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
2254      For integration with existing auth systems
2255    * hotspot_status.php: ob_clean may complain about buffering.  muted.
2256    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
2257      feed.
2258
22592005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
2260        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
2261          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
2262          wraparound problems.  To update a running server, execute the following
2263          sql sniplet:
2264
2265      BEGIN;
2266      ALTER TABLE connections RENAME incoming TO incoming_old;
2267      ALTER TABLE connections ADD COLUMN incoming int8;
2268      ALTER TABLE connections RENAME outgoing TO outgoing_old;
2269      ALTER TABLE connections ADD COLUMN outgoing int8;
2270      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
2271      ALTER TABLE connections DROP COLUMN incoming_old;
2272      ALTER TABLE connections DROP COLUMN outgoing_old;
2273      COMMIT;
2274
2275        * wifidog/admin/hotspot.php: Missing file from phil's commit.
2276        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
2277          by Benoit St-André
2278
22792005-02-14 Philippe April <philippe@ilesansfil.org>
2280        * gw_message.php: the "activate" message was not properly defined and
2281          would cause an error to show up instead of the nice activate your account
2282          message
2283
22842005-02-14 Philippe April <philippe@ilesansfil.org>
2285        * wifidog/locale/gen.s: Was not working as expected, it will now get the
2286          gettext from smarty properly.
2287        * Updated TODO with ideas on making config better
2288
22892005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
2290        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
2291        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
2292          and more information to the RSS feed.
2293
22942005-01-26 Philippe April <isf_lists@philippeapril.com>
2295        * Some kind of virtual login (we need to talk about this).
2296        * New User and Node classes
2297        * Modified all files to work with the classes.
2298        * Remove mgmt_helpers (all done in User class now)
2299
23002005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
2301        * classes/Node.php:  New file, untested code example
2302        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
2303
23042005-01-25 Philippe April <isf_lists@philippeapril.com>
2305        * Changed initial postgres inserts sql file, it wasn't working properly
2306
23072005-01-25 Pascal Leclerc  <pascal@plec.ca>
2308        * Added admin and owner administration pages
2309
23102005-01-23 Philippe April <isf_lists@philippeapril.com>
2311        * Added gateway error messages (validation period, etc.)
2312
23132005-01-20 Philippe April <isf_lists@philippeapril.com>
2314        * Modularized the admin interface, added functions
2315
23162005-01-18 Philippe April <isf_lists@philippeapril.com>
2317        * Smarty'ized more, I think it's done now
2318
23192005-01-12 Philippe April <isf_lists@philippeapril.com>
2320        * i18n and smarty'ized parts
2321
23222005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2323        * INSTALL: Mandate PHP5
2324        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
2325        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
2326        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
2327          automatically pick the best 5 entries from all the feeds.  It will
2328          compensate for disparate publication intervals.  An entry from a feed that
2329          does not publish often will live longer than an entry from a feed that
2330          publishes very often.  If a feed doesn't have any entry that makes the
2331          cut, it will not appear at all.
2332        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
2333
23342005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2335        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
2336          functionnal)
2337        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
2338          Hotspots.
2339        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
2340          outgoing in your data. Only use this if you had gateways before 1.0.2
2341          and wish to correct your logs before you upgrade.
2342        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
2343        * wifidog/portal/index.php: Preliminary work to enable smart press review
2344          of multiple RSS feeds.
2345
23462005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2347        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
2348          page was actually served over SSL, all media in the file will be served
2349          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
2350          that break out of SSL mode.  From now on, use the self adapting
2351          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
2352          and BASE_URL_PATH to break out of it.
2353
23542005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2355        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
2356          apetite for bandwidth, top ten travelers, most addicted users.
2357
23582005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
2359        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
2360          thinner.
2361        * wifidog/local_content/default/login.html: Remove announcements
2362        * wifidog/include/user_management_menu.php: Fix mailto:
2363        * wifidog/auth/index.php: Fix auth server part of the no data transmited
2364          statistics bug.
2365        * wifidog/admin/index.php: Add link to statistics
2366        * wifidog/admin/user_stats.php: Activate security.
2367        * wifidog/index.php: Make the distinction between the two hotspot status
2368          pages clearer.
2369
23702004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
2371        * wifidog/index.php: Add menu
2372        * wifidog/include/user_management_menu.php: Editorial change, make
2373          translateable
2374        * wifidog/portal/index.php:  Fix RSS feeds
2375
23762004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
2377        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
2378          aggregate user stats.  Currently allows you to find out the rate at which
2379          your users subscribe.
2380        * wifidog/config.php, wifidog/local_content/default/login.html,
2381          wifidog/include/user_management_menu.php:  Add hotspot status page to
2382          login page.
2383        * wifidog/hotspot_status.php: Cosmetic
2384        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2385        * wifidog/index.php: Cosmetic.
2386
23872004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2388        * TODO: Add email domains to blacklist
2389        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2390          support email address
2391        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2392          information.  Designed to be included as part of another page.
2393        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2394        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2395          and write unknown hotspot, however this is still really ugly
2396        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2397          Cosmetic fixes
2398        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2399          files, this isn't the approach we will use for translation.
2400        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2401          Update with new node information structures.
2402
24032004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2404        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2405          here as well.
2406
24072004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2408        * wifidog/ping/index.php: Log user-agent
2409        * extensive statistics work
2410        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2411          log user-agent
2412
24132004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2414        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2415          in email or user_id.
2416        * Some statistics fixes
2417
24182004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2419        * wifidog/admin/index.php: Integrated the changes contributed
2420          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2421          mainly a missing ' in some HTML.
2422
24232004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2424    * wifidog/include/common.php: Added commented header with cvs
2425          keywords.
2426        * wifidog/include/common.php: Added commented code (not executing) for
2427          further testing with language/localization issues.
2428
24292004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2430        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2431          comments
2432
24332004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2434        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2435
24362004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2437        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2438        * Begin integrating Patrick Tanguay's new layout and generate the css
2439          dynamically to allow for background images.
2440
24412004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2442        * portal/index.php:  Fix users appearing online at every hotspot.
2443        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2444          cache problems and help with validation.
2445
24462004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2447        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2448        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2449          fixes validation period not working.  Stop storing VALIDATION_FAILES
2450          status to the database.  Add check for validation period expiration at
2451          stage login, not just stage counters, this will fix one minute
2452          validation period.
2453        * wifidog/login/index.php:  Check validation period activation, and if
2454          period is expired, explain to the user instead of redirecting to the
2455          gateway.
2456        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2457
24582004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2459        * wifidog/node_list.php: Complete the status page
2460        * Add images
2461        * Add hotspot creation date
2462
24632004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2464        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2465        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2466          script to the chances will be available in the cvs schemas and initial
2467          data.
2468        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2469          in a runnable form.  Note that this needs to be edited manually if you add
2470          a new table requiring initial data.
2471        * INSTALL:  Update for postgres.  Somebody please test this.
2472
24732004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2474        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2475          heartbeat, from which ip and when.
2476        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2477        * wifidog/include/user_management_menu.php:  Change menu labels
2478        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2479          to make this stylesheet correct, I took shortcuts...
2480        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2481        * wifidog/user_management/index.php:  Display the menu, will eventually
2482          allow us to present proper help text.
2483
24842004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2485        * Add link to original requested site.
2486        * wifidog/node_list.php:  New file.  Will become the main node status page.
2487
24882004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2489        * Primitive network status available form the index page
2490        * Administrative security is implemented.
2491
24922004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2493        * Fix big gaping security hole in login page (password would be ignored if
2494          the username was used to login)
2495        * PostgreSql port
2496        * Change the method to determine who is online
2497        * Stop keeping unused token once user successfully logs in.
2498        * Fix missing update of token update date.
2499        * Counters wouldn't get updated for stage=LOGOUT
2500        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2501          so we can know what the hell the server is up to.  Currently you need to
2502          run wifidog in debug level 7 to see it. That message should be parsed so
2503          it is visible in debug level 6.
2504        * wifidog/auth/index.php:   Fix code injection vulnerability.
2505
25062004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2507        * SSL support and RSS improvement
2508        * Last commit tested with mysql support
2509
25102004-08-24 Pascal Leclerc  <pascal@plec.ca>
2511        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2512        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2513
25142004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2515        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2516        * wifidog/include/user_management_menu.php:  Code meant to deal with
2517          non-standard ports broke the menu.  Hopefully fixed.
2518        * Add alex's mising changelog entry...
2519
25202004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2521        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2522          To be used by wifidog to do heartbeats.
2523
25242004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2525        * Add code to import a NoCat user database (passwd).  The username will be
2526          generated from the first part of the email if the name was en email.
2527        * Change password hashing algorithm to make it compatible with NoCat (For
2528          the curious among you, the hashing algorithm is now:  take the md5
2529          digest in binary format of the password, and base64 encode it.
2530        * Table schema changed to accomodate newhash length (users.pass is now
2531          varchar(32))
2532        * The user is now allowed to login with either his username or his email.
2533
25342004-08-03 Pascal Leclerc  <pascal@plec.ca>
2535        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2536          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2537        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2538        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2539
25402004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2541        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2542          to true if gettext is available.  If false, blank _() and gettext()
2543          functions will be defined so the system still works.
2544
25452004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2546        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2547
25482004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2549        * wifidog-auth lives! New since the dark ages
2550        * Demo page to allow people to hack more easely on it
2551        * Support for multiple nodes.  TODO:  Merge with the database project.
2552        * Very cool local content architecture.  Every hotspot can have a folder in
2553          the local_content directory.  This folder can be filed by a single logo,
2554          leaving all the rest to the default content, or be completely custom
2555          (stylesheet, login page, portal page, header, etc.)
2556        * Everything in local content is templated with smarty, no problem with
2557          web designer wrecking havoc on the auth server.  You can edit everything
2558          in local_content/default even if you only speak html.
2559        * No need to set any path in the web server config files (that one was a
2560          bitch to implement)
2561        * RSS feed support (optionnal, with magpierss), one feed per node (url
2562          stored in the database, works great, but no gui to edit it yet) and one
2563          network-wide RSS feed.
2564        * All path are editable from the config file
2565        * "Productize" the thing, so it make sense for other groups to install it
2566          (the network name, url, default RSS, and such are set from the config
2567          file).
2568        * Put most strings in gettext calls for easy future translation.
2569        * User can request that the server send the validation email again
2570        * User can change password
2571        * User who forgot his username can have it mailed to him.
2572        * User who lost his password can ask the system to generate a new one and
2573          mail it to him.
2574        * Email is now a separate field to preserve user privacy.
2575        * Enforces (politely) that there are no duplicate emails in the database
2576        * Database abstraction layer with very nice debugging features (just append
2577          true at the end of the call, and you'll see the query, the results, the
2578          query plan and number of affected rows.  Also allow future upgrade to
2579          postgres.
2580        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.