root/trunk/wifidog-auth/CHANGELOG @ 1129

Revision 1129, 98.8 KB (checked in by benoitg, 7 years ago)
  • 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.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
2        * 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.
3
42006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
5        * File.php:  Clickthrough weren't logged, DOH!
6        * User.php:  Error message on validation expired didn't properly output the validation grace time.
7        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken. 
8        * NodeListXML.php:  Small patch by Josephus to add the number of online users
9        * Improve CPU usage of the content manager
10        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
11                                        Add total execution time statistics.
12        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data. 
13                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
14                 for data before this patch. 
15                Same with number of clickthrough for File content types and derivatives (picture, etc.).
16        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
17       
182006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
19        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
20        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display. 
21          Allow creating content such as stylesheets, feed accumulators, etc.
22        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
23        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
24        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
25
262006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
27        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
28       
292006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
30        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
31
322006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
33        * install.php:  Put an end of line after the password, make it easier to read. 
34        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
35        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
36       
372006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
38        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
39         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP. 
40        Fixes operational problems when PHP and PostGres don't have the same timezone
41        (which appears to be the case on Fedora by default).
42        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
43
442006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
45        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
46
472006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
48        * Fix french translation used for account validation to use same number of token as original message.
49        * Only show language combo when there is more than one language to select.
50
512006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
52        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
53        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
54        * Some documentation updates for content filters
55        * Content.php:  Add isNotContentType() method.
56       
572006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
58        * Access to the Content manager was broken for normal users, again.
59
602006-09-11 François Proulx <francois.proulx@gmail.com>
61        * Changed install.php req. for Smarty 2.6.17 is mandatory
62        * ContentTypeFilter.php fixed the method checking function
63        * Fixed errors in French translation file
64
652006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
66        * Fix PHPMailer that I've broken earlier
67
682006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
69        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
70                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
71                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
72        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
73          line count and will stop the codebases from needlessly drifting apart.)
74
752006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
76        * Add missing require of Statistics.php in stats.php
77
782006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
79        * Fix non persistent content being available to add to nodes, networks and content groups.
80        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
81
822006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
83        * Fix #63
84        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
85        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
86        * Do not allow SplashOnlyUser to set his preferences.
87        * Assigning a reusable content to a contentgroup element would make it non-reusable.
88Usability and UI fixes:
89        * Allow other users to log in when they are at a splash only node.
90        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
91        * Simplify HTML output for simple content.
92        * Fix IE layout bug in node admin
93        * Content linked to nodes and networks now edits in a new window.
94        * Remove "Add new node" menu item for consistency.
95
962006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
97        * Remove most inclusions of MainUI in classes.
98        That completely broke authentication (circular dependencies).
99        Fixes 245.
100    Unfixes 242. Exceptions should not be caught in the context
101    they are thrown in. Else there no point in throwing exception in the
102    first place.
103        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
104
1052006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
106        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
107        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
108        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
109        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
110        * DateTime.php: Make class handle an empty date sensibly.
111        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
112        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
113                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
114        * Finally fix #127
115        * 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.
116        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
117        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
118                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
119                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
120                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
121        * Cleanup coments.
122        * Sync schemas
123
1242006-09-03 Max Horváth <max.horvath@maxspot.de>
125        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
126          replaced by the more meaningful term "anonymous user" (fixes #106)
127        * When creating a new node and choosing an existing node_id there will be
128          shown an error message (fixes #223)
129        * If one or more nodes aren't monitored they now will be announced on the
130          front page (instead of just showing the number of monitored online nodes)
131          (fixes #100)
132        * Display more meaningful error messages if required user permissions are
133          missing (fixes #242)
134        * Refactored Network->getAdminUI() to match look and feel of
135          Node->getAdminUI (fixes #140)
136        * Show descriptive status of node (fixes #241)
137
1382006-09-02 Max Horváth <max.horvath@maxspot.de>
139        * Installation script checks for PHP session extension (fixes #139)
140        * Removed "Call-time pass-by-reference has been deprecated" warnings
141          (fixes #239)
142        * Revert changes of FCKeditor implementation (fixes #240)
143        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
144          (fixes #145)
145        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
146        * Fix #141
147        * templates/sites/index.tpl: fix wrong user count (fixes #236)
148        * Added more trash mail services to the black list (fixes #149)
149
1502006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
151        * Fix #189, #173
152
153
1542006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
155        * Content.php:  Improve handling of simple but persistent content.
156
1572006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
158        * Server.php:  Make sure getCurrentServer returns the default server if the
159          hostname isn't recognised.
160        * Content manager:
161                - Allow deleting simple (trivial) but persistent content
162                - Remove the sponsor info field from Content Metadata.  Best practices
163                  is now to use the project info field to show this information.
164        * Add the necessary schema constraints to allow manually deleting networks,
165          nodes and users.  Be carefull, removing any of theses will remove all
166          traces of connection statistics as well.  You've been warned.
167        * Do not display the network in the login interface if there is only one.
168        * Add a pseudo-random content ordering mode.  Pick content elements
169          randomly, but do not display the same content twice untill all content
170          has been seen.
171        * Allow setting a title but not displaying it (very usefull for reusable
172          content)
173
1742006-08-29 Max Horváth <max.horvath@maxspot.de>
175        * Cleaned up PHPdoc tags
176        * Updated german translation
177        * Updated portuguese translation, thanks to Gabriel Hahmann
178        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
179
1802006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
181        * Add SimplePicture content type
182        * Fix #225 (For both nodes and networks)
183
1842006-08-28 Max Horváth <max.horvath@maxspot.de>
185        * Integrated KML node list export
186        * Integrated PDF node list export
187        * Updated Sprintf formatted strings in some Smarty templates
188
1892006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
190        * clickthrough.php, HyperLink.php:  Implement working hyperlink
191          clickthrough tracking (no reporting yet).
192          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
193          subclasses.
194        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
195          line count and will stop the codebases from needlessly drifting apart.
196        * Do not log content displayed as metadata, and log their clickthrough as
197          the parent's.
198
1992006-08-27 François Proulx <francois.proulx@gmail.com>
200        * Updated French translations
201        * Now using Sprintf formatted strings in some Smarty templates (see
202          example in templates/sites/index.tpl).
203        * Integrated back the SQL profiling functions
204
2052006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
206        * Fix a bug where having an empty username would break statistics.
207
2082006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
209        * Fix a bug in some reports when selecting a single user.
210
2112006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
212        * Fix #175.
213        * Fix the "Registration Log" and "User registration report" reports giving
214          incorrect statistics
215        * Allow disabling EventLogging class in config.php, to make SQL debuging
216          possible (The class was traping errors before AbstractDb could
217          output them)
218        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
219          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
220          been seeing.  That is probably only because we don't understand how to
221          properly control it's logging level.
222
2232006-06-18 François Proulx <francois.proulx@gmail.com>
224        * Added creation_date , last_update_date support to File content (with
225          proper HTTP caching handling)
226        * Added hyperlinks URL support in Picture content
227        * Fixed constants in Flickr Content
228        * Fixed #171 (Can't add existing content to Node)
229
2302006-06-17 François Proulx <francois.proulx@gmail.com>
231        * First iteration of JiWire CSV export
232                * Use : hotspot_status.php?format=JiWireCSV
233        * Fully working, but Excel doesn't seem to handle well UTF-8
234          investigation in progress.
235
2362006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
237        * Fix #151.  It was still around after all.
238
2392006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
240        * Completely refactor the look and html of the content manager, statistics
241          and most object's administrative interfaces.
242          Should be much simpler and clearer now.
243          No refactoring of the editing flow has been done yet.
244        * Spell check the french translation, and add a few of the missing strings.
245
2462006-05-26 François Proulx <francois.proulx@gmail.com>
247        * Added 'ja' to database locales table
248
2492006-05-26 François Proulx <francois.proulx@gmail.com>
250        * Added Japanese translation .po file
251          (Thanks to taedu AT ninjin-net DOT net)
252
2532006-05-24 François Proulx <francois.proulx@gmail.com>
254        * Stylesheet changes for left_area_bottom content block.
255
2562006-05-24 François Proulx <francois.proulx@gmail.com>
257        * Simplified Google Maps JS code to use more of the v2 abstraction
258        * Improved admin panels CSS classes
259
2602006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
261        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
262          causes very hard to track down problems with Internet Explorer.
263
2642006-05-22 François Proulx <francois.proulx@gmail.com>
265        * Fixed isValidUsername() Js function to allow caret and dot characters
266
2672006-05-22 François Proulx <francois.proulx@gmail.com>
268        * Use Pgsql persistent connections
269
2702006-05-22 François Proulx <francois.proulx@gmail.com>
271        * Removed unnecessary debug message
272        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
273
2742006-05-22 François Proulx <francois.proulx@gmail.com>
275        * Added generateFromArray parameter (max_length)
276        * Restricts select content ui combo box to 40 chars
277        * Added Smarty plugin modifier.fsize_format.php
278
2792006-05-21 François Proulx <francois.proulx@gmail.com>
280        * Stupid IE CSS bug fixed
281
2822006-05-21 François Proulx <francois.proulx@gmail.com>
283        * Fixed various bugs in content system
284        * stylesheet work
285
2862006-05-21 François Proulx <francois.proulx@gmail.com>
287        * Think I've fixed Google Maps on IE.
288                * need to test on another system..
289
2902006-05-20 François Proulx <francois.proulx@gmail.com>
291        * Completed french translations
292        * Fixed Flickr javascript
293        * Various stylesheet improvements to tighten up the portal and admin
294
2952006-05-20 François Proulx <francois.proulx@gmail.com>
296        * Various stylesheet improvements, started working on Île Sans Fil network
297          specific theme pack
298        * Fixed a few layout bugs
299
3002006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
301        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
302          endlessly
303
3042006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
305        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
306          when you are logged in.  There needs to be much better logick before we
307          export such things to smarty templates.
308
3092006-05-20 François Proulx <francois.proulx@gmail.com>
310        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
311        * Posted Île Sans Fil XSLT example stylesheet for converting the
312          hotspot_status page
313                * Browser view
314                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
315                * Simply use in this manner :
316                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
317
3182006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
319        * page.php:  Fix bugs in various files preventing the system from working
320          from the command line.
321
3222006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
323        * More install script fixes:  Phlickr wouldn't install, and the permissions
324          of wifidog/tmp/smarty/cache weren't checked.
325
3262006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
327        * More stylesheet and HTML work
328
3292006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
330        * Fix loging form incorrectly attempting to validate the password,
331          preventing many existing accounts from logging-in.
332        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
333          the general look.
334          This is incomplete, this commit was done to fix the problem above.
335        * install.php:  Fix path problems, make shel command errors visible.  Update
336          magpie and smarty url to latest versions (note that this won't
337          automatically update an existing install).  Didn't touch phlickr as I
338          didn't know the implications
339        * Add interactive scripts in sql/ to easily backup and restore a wifidog
340          auth server database.
341
3422006-05-10 François Proulx <francois.proulx@gmail.com>
343        * Fixed Google Maps script path to images.
344
3452006-05-10 François Proulx <francois.proulx@gmail.com>
346        * Added sweetTitles tooltips script, now if you need to add tooltips simply
347          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
348        * Fixed usort bug in MainUI
349        * Fixed download (wget) in install.php
350
3512006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
352        * Working (if slightly basic) theme manager.  You can pick the theme in the
353          network configuration.
354          To add your own theme, read wifidog/media/network_theme_packs/README.txt
355        * Cleanup and document the wifidog directory structure
356        * Minor HTML corrections for content types
357        * Completely rip out the old local_content system, and a bunch of obsolete
358          defines and config variables.
359        * Get rid of PHP generated stylesheets
360
3612006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
362        * Finish content assignation system
363        * Content ordering is now global (network, nodes and everywhere content cand
364          now be in mixed order).
365        * Implement 'everywhere' content
366        * Change MainUI::apendContent to MainUI::addContent
367
3682006-04-28 François Proulx <francois.proulx@gmail.com>
369        * Fixed error in initial data script
370
3712006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
372        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
373          instead of hardcoded 'default'
374
3752006-04-28 François Proulx <francois.proulx@gmail.com>
376        * Fixed initial_data schema script so that it adds a dummy server.
377
3782006-04-25 François Proulx <francois.proulx@gmail.com>
379        * Updated JavaScript code to work with Google Maps v2 API
380        * v2 will now provide full maps of European countries and is a bit faster
381        * Updated the schema accordingly with new GMaps values
382
3832006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
384        * Dependencies.php:  Small fix in case gettext isn't installed
385
3862006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
387        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
388
3892006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
390        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
391          problems once and for all, allowing everyone to define them the same way.
392          Fix a few bugs along the way. Should also be a little faster.
393
3942006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
395        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
396          to finally get the PATH stuff consistent and fixing the countless bugs
397          that this process introduced.
398          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
399          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
400          available to Smarty.
401          We already have 3 defines to be used for links and html refs, that's
402          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
403          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
404          explicitely do not want someting to be referenced over http
405          BASE_URL_PATH should be used in all other cases to avoid needless
406          SSL warning
407
4082006-04-17 Rob Janes <janes.rob@gmail.com>
409        * javascript for validating and navigating forms.
410        * help text (untranslated).
411        * EVENT_LOGGING enabling/disabling flag.
412        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
413          appropriate.
414        * standardize Smarty variables for Network and User info by adding
415          assignSmartyValues($smarty, $self) to Network and User.
416        * change_password only allowed if logged in.
417        * non-superadmin can only use change_password to change their own password.
418        * superadmin can use change_password to change any user password by
419          entering in their password for the old password.
420        * page_header div defined and positioned in MainUI
421
4222006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
423        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
424          to protected as the private methods broke IFrameRest
425
4262006-04-01 François Proulx <francois.proulx@gmail.com>
427        * Dumped initial schema from working install
428
4292006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
430        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
431          table to the dump, can someone re-generate the initial data from a
432          working install
433        * Remove the ?> tags from all the classes.
434
4352006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
436        * Fix bug where right_area_bottom content wouldn't be displayed.
437        * Minor CSS cleanup
438
4392006-03-28 François Proulx <francois.proulx@gmail.com>
440        * Fixed error in initial schema (bad client encoding)
441
4422006-03-28 François Proulx <francois.proulx@gmail.com>
443        * Fixed schema 37 : left_area_top
444        * Updated initial schema
445
4462006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
447        * First step in massive simplification of CSS and templates
448        * Implement the new main CSS structure
449        * Implement working content assignation interface and content ordering for
450          both network and nodes.
451        * Display of content according to assignation work on 'portal' and 'login'.
452          'everywhere' not yet implemented
453        * Get rid of some ISF specific interface elements
454        * Finally replace the overly complicated start button by a
455          "Use the Internet" link that will not get you out of your working tab
456        * Fix #118
457
4582006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
459        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
460          auth server should work properly with auth servers with magic quotes
461          turned on.
462          This is still not recommended however.
463        * Remove some spurious error ouptut on logout.
464        * Remove potential error in network id parsing
465
4662006-03-22 François Proulx <francois.proulx@gmail.com>
467        * Fixed Google Maps URLs bug
468        * Since Google Maps does not provide Javascript over SSL (it does but the
469          certificate does not match) the code path to the map does not use SSL, but
470          the outgoing URLs do.
471        * Removed lost echo in Locale.php
472
4732006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
474        * login/index.php: Remove huge security hole introduced by stylistic
475          changes in the file. A user could login to any hotspot by simply filling
476          a blank form because of a gratuitous change from empty to is_null
477          everywhere.  Remove escaping or REQUEST parameters in non SQL
478          related code, as this would lead to double unescaping down the line.
479          Remove logic dependent on encapsulated side effects of object method call.
480
4812006-03-19 François Proulx <francois.proulx@gmail.com>
482        * Updated French translations
483
4842006-03-18 Rob Janes <janes.rob@gmail.com>
485        * path_defines_base working for combinations of DocumentRoot, Alias,
486          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
487          and WIFIDOG_ABS_FILE_PATH dynamically.
488        * classes/Locale.php::getBestLanguage changed to correctly parse
489          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
490          Ignores SESS_LANGUAGE_VAR if invalid.
491
4922006-03-18 Rob Janes <janes.rob@gmail.com>
493        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
494
4952006-03-16 François Proulx <francois.proulx@gmail.com>
496        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
497        * Cleaned up a bunch of stale TODOs
498
4992006-03-16 Max Horváth <max.horvath@maxspot.de>
500        * updated language files (new german strings have already been translated)
501        * added LDAP authentication
502        * Dependencies class can check for an PHP extension now
503        * Dependencies class can check for multiple files on a single dependency now
504        * Authentication classes moved to it's own directory
505        * The getAuthenticator method now uses the much safer and faster
506          call_user_func_array function to return an authenticator object
507        * the available authenticator classes are now being displayed in a select
508          box on the network administration page
509        * the link to and the Google hotspots map as is won't be shown to an
510          unauthenticated user at a real hotspot
511
5122006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
513        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
514
5152006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
516        * init_php.php: Try to fix #102 by inspection
517        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
518          into AbstractDb.php to prepare for eventual switch to PDO file.
519        * incoming_outgoing_swap.php:  Delete file, closes #85
520
5212006-03-09 Max Horváth <max.horvath@maxspot.de>
522        * fixed small bug in the InterfaceElements class
523        * fixed PHP notices in portal/index.php and Locale class
524        * fixed small bug in Authenticator class which in resulted in a fatal PHP
525          error if a user logged out when his session was already gone
526    * using the {$isUserAtHotspot} smarty variable you can check now in every
527      template if a user calls the portal from a hotspot or not
528
5292006-03-08 Max Horváth <max.horvath@maxspot.de>
530        * fixed small bug where clicking on the start button at the portal page
531          didn't open the wifidog portal, but the requested page
532        * updated source to generate a clean PHPdoc output
533        * updated PHPdoc generating script
534
5352006-03-07 Max Horváth <max.horvath@maxspot.de>
536        * init_php.php now does a 100% strict check for variable types of
537          elements to be processed when magic_quotes are turned on
538        * fixed duplicate use of SSL_AVIABLE define in common.php
539          This fixes ticket #95.
540        * fixed problens with slashes in htospots_map.php
541          This fixes ticket #97.
542        * fixed variable typo in NodeListXML.php
543        * introduced new InterfaceElements class which is being used to create
544          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
545          we had i.e. on the node administration page (unclosed div).
546          It is being used on the node administration page now and will be updated
547          for the other admin pages ...
548        * when adding an owner or tech officer on the node admin page and pressing
549          enter in the input field the statistics where called (no owner or tech
550          officer was added) - this has been fixed
551        * database schema update 35 wasn't compatible with PostgreSQL version 7,
552          the update script has been changed to be compatible with it ...
553          This fixes ticket #94.
554        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
555          been included
556          This fixes ticket #98.
557        * on node administration page owners have less rights than admins
558
5592006-03-02 Max Horváth <max.horvath@maxspot.de>
560        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
561          transparency of PNGs
562
5632006-02-28 Max Horváth <max.horvath@maxspot.de>
564        * the content selector for an owner could produce notices
565        * the button add existing content in the content manager will only be shown
566          if content is actually available
567        * the start button on the portal page won't be shown anymore if a user
568          didn't access it from a WiFiDog hotspot
569        * deleted wifidog/templates/message_unknown_hotspot.html as this error
570          message will be displayed using the genecir error message template
571        * display of generic error messages will be handled by the MainUI class
572        * deleted wifidog/portal/missing_original_url.php as its functions is being
573          handled by wifidog/portal/index.php now
574        * deleted wifidog/templates/message_default.html as its functions is being
575          handled by wifidog/gw_message.php now
576        * deleted wifidog/templates/message_activate.html as its functions is being
577          handled by wifidog/gw_message.php now
578        * account validation hints finally show the real validation grace time
579          (used to display 15 minutes)
580        * deleted wifidog/templates/message_denied.html as its functions is being
581          handled by wifidog/gw_message.php now
582        * deleted wifidog/templates/message_failed_validation.html as its functions
583          is being handled by wifidog/gw_message.php now
584        * deleted wifidog/templates/user_management_menu.html as its not being
585          used anymore
586        * deleted wifidog/local_content/default/footer.html as its not being
587          used anymore
588        * deleted wifidog/local_content/default/header.html as its not being
589          used anymore
590        * deleted wifidog/local_content/default/portal.html as its not being
591          used anymore
592        * deleted wifidog/local_content/default/new.css as its wasn't ever used
593        * deleted wifidog/local_content/README as its content isn't valid anymore
594          used anymore
595        * Login site now uses a Smarty template to render HTML page
596        * class MainUI now also delivers $isOwner variable for Smarty
597
5982006-02-26 Max Horváth <max.horvath@maxspot.de>
599        * Hotspots map page now uses a direct Javascript call for the link
600          "Show me on the map" (resulting in the browser not jumping to the top of
601          the page if a user clicks on such a link)
602        * refactored hotspot status page, it now uses node list classes to generate
603          output
604        * WIFI411_CSV has been removed from hotspot status page - it didn't work
605          properly - a working version can be added to /wifidog/classes/NodeLists
606        * RSS feed of hotspot status now delivers language of user
607        * RSS and XML feed of hotspot status now actually do deliver data from
608          the requested network (before the code accepted network selection but
609          actually switched back to the current network)
610        * RSS feed of hotspot status page now gets announced in browser
611
6122006-02-25 Max Horváth <max.horvath@maxspot.de>
613        * fixed undefined variable bugs in statistic classes (use of date_from and
614          date_to), variables were processed directly from request, without any
615          check
616          This fixes ticket #71.
617        * clicking on a username in user logs now generates a individual user
618          report as it does when clicking on a username on the online users page
619        * Changing the value of the "Is persistent" checkbox doesn't have to
620          saved when JavaScript is enabled in the browser. Before this change
621          you had to save a content. So if you wanted to delete a persistant content
622          you first had to uncheck this checkbox, save the content and delete the
623          content after saving it. If JavaScript is enabled in your browser you
624          can go straight ahead, uncheck the checkbox and delete the content.
625          This fixes ticket #73.
626        * when processing global arrays if magic quotes is enabled, WiFiDog will
627          check for type variables
628          This fixes ticket #84.
629        * the RSS feed of nodes now delivers the correct link to the nodes homepage
630          This fixes ticket #80.
631        * small fix in schema_validate.php which should affect nobody (in schema
632          version 9)
633          This fixes ticket #79.
634        * fixed "Show all available contents for this hotspot" link which didn't
635          work if WiFiDog wasn't located in the root folder of the webserver
636        * the "Show all available contents for this hotspot" link won't be shown
637          anymore unless all requirements are meet that all content of a hotspot
638          would be shown. The requirements are: you need to have at least one
639          Content Group tagged artistic and locative content, with at least one
640          content group element available for display.
641          This fixes ticket #35.
642        * adjusting the location of a node via the Google maps geocoding service)
643          and clicking the button "Use these coordinates" didn't work
644          This fixes ticket #81 and #82.
645        * the content select box now only shows the content to a user of which is
646          is the owner from (same mechanism has already been used on the content
647          manager page) or all content if the user is a superadmin
648        * wifidog/admin/content_admin.php removed, because the content manager now
649          uses the generic object administration interface
650        * the creation date of a network can be changed now (this value wasn't
651          displayed in the admin interface, even though it was present in the
652          database)
653        * revamped administration sidebar, cleaner interface for the superadmin,
654          for the owner of a node nothing changes
655        * added "server administration" section to the administration interface
656        * Added administration of webservers. For one webserver not much changes.
657          The SSL available setting has been moved to this section (and removed
658          from config.php). Running WiFiDog on two or more webserver (with one
659          database) you now can define the different hostnames of the webserver.
660          Of course you can also define, which of those webserver serves SSL. This
661          is for example essential for the Google maps feature (different API keys
662          for different hostnames)
663        * for every network you now can define it's own Google Map initial values
664          and map types
665        * Hotspots map page now supports different maps for different networks
666        * Hotspots map page now supports different map types for different networks
667          This fixes ticket #69
668        * Hotspots map page now offers full multilingual support (text in the
669          JavaScript file was english only)
670        * Hotspots map page now uses a Smarty template to render HTML page
671
6722006-02-21 Max Horváth <max.horvath@maxspot.de>
673        * fixed access restriction for HTMLeditor in templates folder
674        * fixed XML error in HTMLeditors CSS and HTML templates
675        * fixed undefined variable bug in content class ContenGroup
676        * start page now uses a Smarty template to render HTML page
677        * start page now also displays information about deployed/operational nodes
678        * information about valid/online users and deployed/operational nodes gets
679          cached if caching has been enabled (valid/online users for 1 minute,
680          deployed/operational nodes for 5 minutes)
681
6822006-02-17 Max Horváth <max.horvath@maxspot.de>
683        * refactored lost username site - now it also includes the help toolbox
684        * lost username page now focuses input field automaticly (like on login or
685          signup page)
686        * refactored lost password site - now it also includes the help toolbox
687        * lost password page now focuses input field automaticly (like on login or
688          signup page)
689        * refactored sesend validation email site - now it also includes the help
690          toolbox
691        * refactored resend validation email page now focuses input field
692          automaticly (like on login or signup page)
693
6942006-02-16 Max Horváth <max.horvath@maxspot.de>
695    * added full PHPdoc documentation to Mail class
696    * added more temporary-email-address-providers to the black-list
697        * Login site now uses a Smarty template to render HTML page
698        * refactored signup site - now it also includes the help toolbox
699        * removed Phlickr directory in /lib dir as Phlickr must be installed via
700          PEAR
701        * modified gen.sh to include new template folders for the
702          translation file generation
703
7042006-02-15 Max Horváth <max.horvath@maxspot.de>
705        * Login site now uses a Smarty template to render HTML page
706
7072006-02-14 Max Horváth <max.horvath@maxspot.de>
708        * converted Session class to PHP5 style
709        * moved code used used to init PHP into wifidog/include/init_php.php
710        * fixed bug regarding APC (super globals weren't initialized before their
711          first use
712        * in an attemp to enter the administration interface of WiFiDog and not
713          being logged in you'll be redirected to the administration interface after
714          a successful login, if you are an admin or owner of a node. This only
715          works for a virtual login, as it isn't needed to be done when logging in
716          via a WiFiDog node (then you have to login anyway on the splash page
717          first)
718        * fixed preview of network in administration interface as content for a
719          network as is isn't available in the code, yet
720
7212006-02-13 Rob Janes <janes.rob@gmail.com>
722    * cron/cleanup.php needed new way to call common.php
723        * added cron/vacuum.php to round things out
724
7252006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
726        * Fix a bunch of file inclusion bugs in the statistics subsystem.
727          This is only a ad-hac fix. It seems the requires for just about every
728          class have been stripped off. This must be fixed, all classes should
729          require_once all classes or include that they need that isn't included by
730          a parent class.
731
7322006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
733        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
734        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
735          file
736
7372006-02-04 Max Horváth <max.horvath@maxspot.de>
738        * MainUI class now uses Smarty templates to render HTML pages
739        * display of debug messages by using $_REQUEST['debug_request'] on any
740          page is now only possible for a super admin
741        * caching class now supports lifetime of a cache and every data type
742          supported by PHP (except the resource-type)
743        * Content class caches available content plugins for 7 days if caching has
744          been enabled -> results in a nice speed-up on every page call because
745          of 17 saved filesystem queries
746        * converted Security class to PHP5 style and it's functions to static
747          functions
748        * fixed broken HTMLeditor support
749        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
750          installed it strips down all potentially dangerous content within HTML
751          that has been entered using the content plugins Langstring,
752          TrivialLangstring and HTMLeditor
753        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
754        * fixed thrown exception in path_defines_base.php (sprintf() was used
755          uncorrectly)
756        * template for definition of SYSTEM_PATH has been added to config.php
757          for easier definiton when path detection failes
758        * from now on caching is enabled by default in config.php - it means that
759          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
760          has been installed
761        * updated installation file to represent all the new modules that can be
762          installed to use all WiFiDog features
763
7642006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
765        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
766          more meaningfull output
767
7682006-01-29 Max Horváth <max.horvath@maxspot.de>
769        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
770          both PHP caches, because WiFiDog currently doesn't run with either of
771          those PHP caches (I'm still investigating why)
772        * added a missing <ul> HTML tag on the administration page
773        * the validation mail sent to new users now includes the full path to the
774          WiFiDog installation (before it assumed WiFiDog to be installed in
775          the document root of the webserver)
776        * fixed display of start button of portal when WiFiDog is not installed
777          in the document root of the webserver
778        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
779          path_defines_base.php
780        * updated HTMLeditor content class to use the new, moved stylesheet.css
781        * fixed error messages not displaying technical support e-mail address
782
7832006-01-25 Max Horváth <max.horvath@maxspot.de>
784        * a notice message regarding timezones was being displayed when running PHP
785          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
786          in config.php named DATE_TIMEZONE. Set it to your local timezone.
787          Don't forget to update your local.config.php in case you're using it.
788
7892006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
790        * Dependencies.php:  We missed one more instance of non-unifrom code for
791          path detection. The Dependencies class now uses the code in
792          include/path_defines_base.php like the rest of the system. Also make it
793          returns more usefull error messages.
794        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
795      cannot be found for some reason.
796
7972006-01-23 Max Horváth <max.horvath@maxspot.de>
798        * Removed compiled PHPdoc documentation
799        * moved createDoc.sh to "doc" directory, documentation can be generated on
800          the fly now, in the future we'll be generating a nightly PHPdoc on
801          wifidog.org
802        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
803          PHPdoc
804        * moved "header.gif" image to its own folder in the images directory
805        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
806          compiling without any warnings
807        * Initialized uninitialized variables in Node class
808        * Fixed initialization error of one variable
809        * Configuration file (config.php) will be read before path detection is
810          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
811
8122006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
813        * common.php: Real fix for Ticket #59 ;)
814        * common.php: Untested fix for Ticket #59
815
8162006-01-18 François Proulx <francois.proulx@gmail.com>
817        * Remove unneeded .cvsignore files since the svn:ignore property is set to
818          the same list
819
8202006-01-11 Rob Janes <janes.rob@gmail.com>
821    * classes/User.php: added setters, getters, throw exceptions, added
822      refresh() subr, tweaked language
823
8242006-01-09 Max Horváth <max.horvath@maxspot.de>
825        * createDoc.sh: added description of how to install requirements
826
8272006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
828        * common.php: Improve path detection code, and start moving PATH detection
829          back to a central location. You should NEVER go to any $_SERVER[]
830          variables for path related stuff, all you need is already available
831          in defines.
832        * UserReport.php: Remove dangling reference to BASEPATH.
833        * install.php: Use centralised path detection.
834
8352006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
836        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
837          making one less config option to manage.  It is now autodetected.
838
8392006-01-03 Rob Janes <janes.rob@gmail.com>
840        * added support for classes/EventLogging.php.
841        * modified include/common.php to pull in the EventLogging class
842        * modified index.php to kick start error logging with minimal setup.
843          I didn't setup a css for this, so any errors are simply pushed out
844          when the logging channel is destructed.
845        * other changes to include/common.php - a host of utility functions,
846          prefixed with "cmn" to avoid namespace collision.
847        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
848          to include/common.php, wrapping the require_once in a function.
849
8502006-01-04 Pascal Leclerc <isf@plec.ca>
851    * install.php: New security validation and small bugs fix in admin account
852      creation
853
8542006-01-02 Rob Janes <janes.rob@gmail.com>
855        * split static stylesheet.css from smarty template stuff.
856          local_content/default/stylesheet.css has only smarty template stuff.
857          local_content/common/stylesheet.css has all the rest.
858        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
859          still smarty fetching the templated stylesheet.
860        * classes/SmartyWifidog.php changed to set a smarty template variable so
861          that the templating stylesheet could work.
862
8632005-12-29 François Proulx <francois.proulx@gmail.com>
864        * Integrating Philippe's code for User class
865        * This build needs extensive testing please
866        * E-mail blacklisting (Mail class)
867
8682005-12-29 François Proulx <francois.proulx@gmail.com>
869        * Added Aidan's file_exists_incpath function to Dependencies class
870        * Translated and standardized most of PostgreSQL abstraction class.
871        * Removed blank lines at end of many files
872        * Tested the new Phlickr package, which fixes URL on Flickr
873
8742005-12-28 Max Horváth <max.horvath@maxspot.de>
875        * Removed BASEPATH define from source - resulting in a better
876          require-overview
877        * speed improvement of 7% by optimizing Dependencies class
878        * improved documentation of content classes
879
8802005-12-26 François Proulx <francois.proulx@gmail.com>
881        * Fixed bug when the same user was owner of many nodes
882        * Added missing reference to content_display_location initial data in dump
883          script
884
8852005-12-26 François Proulx <francois.proulx@gmail.com>
886        * Tiny modifications to config.php
887        * Reinserted the deprecated defines, created errors on my system
888        * Fully translated FormSelectGenerator class, Locale
889        * Added comments to Utils, Locale etc..
890        * Fully tested installation from scratch using blank database with
891          installation script
892        * Improved installation script a bit
893        * Synched SQL for CVS schema 29 --> 33
894
8952005-12-26 Max Horváth <max.horvath@maxspot.de>
896        * added new headers to every source file
897        * converted file to represent a tab as four (4) spaces
898        * added PhpDocumentor documentation
899        * added WiFiDog skin to HTMLeditor
900        * language selection in a content class now shows the language name instead
901          of the language code
902        * added caching support to content classes Langstring and TrivialLangstring
903
9042005-12-15 Max Horváth <max.horvath@maxspot.de>
905        * fixed bug in dependencies class when gettext support for PHP is not
906          available
907
9082005-12-14 Max Horváth <max.horvath@maxspot.de>
909        * fixed bug in config.php:59 ... was unable to select DB server
910
9112005-12-08 Max Horváth <max.horvath@maxspot.de>
912        * added FCKeditor to the supported libraries
913        * added new content type: HTMLeditor
914        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
915          config.php
916        * HTMLeditor is the first class using the new caching class
917        * removed unused function from content type Langstring
918        * beautified and reorganized config.php and added a new switch for the
919          caching class
920
9212005-12-06 Max Horváth <max.horvath@maxspot.de>
922        * fixed SQL bug when calling the "report configuration" page as a node owner
923
9242005-12-05 François Proulx <francois.proulx@gmail.com>
925        * Crunched the Google Maps Div block for better display on small screens
926
9272005-12-05 Max Horváth <max.horvath@maxspot.de>
928        * fixed bug when calling the preview version of a login page
929
9302005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
931        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
932          change works with postgresql 7.4 and 8. It is still not understood why
933          ISF doesn't encounter this bug on it's production server.
934
9352005-11-28 François Proulx <francois.proulx@gmail.com>
936        * Improved Flickr user output
937        * Mostly completed Flickr admin UI
938        * Changed display algorithm to display sequentially
939
9402005-11-25 Rob Janes <janes.rob@gmail.com>
941        * EventLogging class initial checkin
942
9432005-11-14 Max Horváth <max.horvath@maxspot.de>
944        * fixed path to included classes
945          Guys, please check the paths to included files twice next time you're
946          moving files
947
9482005-11-12 François Proulx <francois.proulx@gmail.com>
949        * Fixed schema 33 update
950        * fixed css
951
9522005-11-11 François Proulx <francois.proulx@gmail.com>
953        * Fixed Admin hotspot location map
954        * Take note: Google Maps updated their API key system, so that you simply
955          need to register a key for the whole domain.
956          ie. one key for http://auth.abc.org will work even in sub-directories
957        * Changed the Content classes structure to make them "pluggable" more easily
958          as requested during last developpers meeting
959        * node_list.php now support column sorting, node_id are naturally sorted
960          (numerical order, alphabetic)
961        * Added 2-dimensionnal natural sort algorithm to Utils class
962        * fixed Node::getSelectNodeUI to naturally sort by node_id
963        * Improved Flickr content class
964        * Modified Flickr database schema
965        * Modified CSS look and feel
966
9672005-11-08 Philippe April  <philippe@ilesansfil.org>
968        * Put a note to mention the roles of users in the logged in users list
969        * Fixed online users link to statistics
970
9712005-11-01 Max Horváth <max.horvath@maxspot.de>
972        * added german translation
973        * modified gen.sh to include geocoder and statistics classes for the
974          translation file generation
975        * modified hotspot status page to allow translations of every string
976        * modified node list page to allow translations of every string
977        * modified FAQ page to allow translations of every string
978        * fixed bug in FAQ page which caused the Safari browser to display very
979          large text
980        * modified online users page in administration to allow translations of
981          every string
982        * added Phlickr directory to /lib
983
9842005-10-25 Francois Proulx <francois.proulx@gmail.com>
985        * /classes/DateTime.php : First iteration of DateTime abstraction class
986        * Basic support for datetime input field.
987        * TODO : Overhaul with full-fledged datetime selector...
988
9892005-10-25 Francois Proulx <francois.proulx@gmail.com>
990        * AuthenticatorRadius : Fixed legacy variable misuse
991
9922005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
993        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
994          actually tested. Guys, read the documentation of the function parameters
995          when you code, it's there to help you ;)
996
9972005-10-21 Francois Proulx <francois.proulx@gmail.com>
998        * Integration testing for Radius debugging
999        * Added network_id parameter to hotspot_status.php for selecting network
1000        * Default network will be automatically selected...
1001
10022005-10-04 Francois Proulx <francois.proulx@gmail.com>
1003        * Scaled down network logo
1004        * Changed CSS accordingly
1005        * Modified online users SQL query to sort better
1006
10072005-10-04 Francois Proulx <francois.proulx@gmail.com>
1008        * Removed unwanted file from checkout
1009
10102005-10-07 Philippe April  <philippe@ilesansfil.org>
1011        * Released wifidog-auth-1.0.0_m2
1012
10132005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1014        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1015          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1016          a server, you can add your users, and then change the authenticator class
1017          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1018        * signup.php: Actually enforce it. Still needs improvement, as the network
1019          is still shown for signing up.
1020
10212005-10-04 Francois Proulx <francois.proulx@gmail.com>
1022        * Translated some error message in SQL abstraction
1023        * Cleaned up error messages when starting from scratch
1024        * Added link to install script, when the database is empty.
1025        * Fixed initial data dump script
1026
10272005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1028        * Remove a bunch of deprecated methods from the Node object,
1029          document undocumented methods.
1030        * Make the node id editable.  This allows the gateway "MAC address as node
1031          ID" patch by London wireless to be usable with the standard auth server,
1032          and to transition to using MAC address as node ID.
1033        * Fix a saving problem with all the content types with some versions of PHP
1034        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1035          style query returning HTML to be displayed in a HTML iframeset. Currently
1036          supported are substitution of the node_id, the user_id and the last
1037          display date in the get query.
1038        * CVS version of the auth server should now be "reasonnably" safe to use in
1039          production, so the 2005-09-01 notice is no longuer in effect.
1040
10412005-10-04 Francois Proulx <francois.proulx@gmail.com>
1042        * Translated signup page messages
1043
10442005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1045        * Partial login page content manager support (Node only for now)
1046
10472005-09-27 Philippe April  <philippe@ilesansfil.org>
1048        * Guess the best language from what the browser sends,
1049          otherwise use the default.
1050
10512005-09-26 Francois Proulx <francois.proulx@gmail.com>
1052        * Translated the few new sentences on the login page
1053
10542005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1055        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1056          remove unnecessary words.
1057
10582005-09-26 Francois Proulx <francois.proulx@gmail.com>
1059        * Completed translations
1060
10612005-09-26 Francois Proulx <francois.proulx@gmail.com>
1062        * Fixed annoying bug in new google maps code
1063
10642005-09-25 Francois Proulx <francois.proulx@gmail.com>
1065        * Complete rewrite of Google maps code, now stands as a js class
1066        * relooking of mapping stuff
1067        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1068        * fixed broken xml, damn blank lines...
1069
10702005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1071        * Statistics:  At long last, the monster statistics commit.
1072          We finally have a stable, documented and uniform codebase for statistics.
1073          This resulted is removal of several functions in other classes too.
1074          There are a few new reports, but mostly, each report is a lot more
1075          flexible.
1076          Still TODO:
1077          - Security:  This is to be implemented directly in the Statistics class,
1078            by forcing restrictions to the selected nodes and network.
1079          - Support selecting multiple users for a report.
1080            The code and SQL queries support it, but the UI doesn't. An easy and
1081            quick way would be to simply parse a coma-separated list. Comment are
1082            off course welcome!
1083
10842005-09-25 Francois Proulx <francois.proulx@gmail.com>
1085        * Updated initial SQL script to schema 29
1086        * Remove useless includes in some files, preventing from using the "plugin"
1087          contents
1088
10892005-09-25 Philippe April  <philippe@ilesansfil.org>
1090        * Make method getCurrentRealNode ORDER BY DESC so it picks
1091          up the latest network name
1092
10932005-09-20 Francois Proulx <francois.proulx@gmail.com>
1094        * Changed the output layout of the Google Maps hotspots list
1095        * Added "Loading" message on Google Maps
1096
10972005-09-17 Francois Proulx <francois.proulx@gmail.com>
1098        * Fixed forgotten reference to getNetwork in AuthLocalUser
1099
11002005-09-17 Francois Proulx <francois.proulx@gmail.com>
1101        * Fixed a few bugs in Radius class
1102        * Improved syntax and completed 100% of French translations
1103
11042005-09-17 Francois Proulx <francois.proulx@gmail.com>
1105        * Fixed RADIUS bug #1287000
1106
11072005-09-16 Francois Proulx <francois.proulx@gmail.com>
1108        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1109        * This class provides UTF-8 mailing for validation e-mail, lost password,
1110          lost username...
1111        * Fixes reported bug where users would not receive validation email on
1112          some servers
1113
11142005-09-13 Francois Proulx <francois.proulx@gmail.com>
1115        * Added bytes in words for online users
1116
11172005-09-13 Francois Proulx <francois.proulx@gmail.com>
1118        * Fixed bug in user stats
1119
11202005-09-13 Francois Proulx <francois.proulx@gmail.com>
1121        * Added access permissions for statistics.
1122
11232005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1124        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1125          account_origin as a parameter to the authenticator was wrong.  To fix it
1126          manually if you already ran the script, you must quote the parameter in
1127          column network_authenticator_params in the networks table.
1128        * Network.php:  Fix improper quoting of Authenticator arguments.
1129        * RssPressReview.php:  Make expansion of today's item optionnal.
1130
11312005-09-11 Francois Proulx <francois.proulx@gmail.com>
1132        * Fixed dependency check, found a workaround for the file_exists problem
1133
11342005-09-11 Francois Proulx <francois.proulx@gmail.com>
1135        * Added dependency check for Phlickr
1136
11372005-09-11 Francois Proulx <francois.proulx@gmail.com>
1138        * Fixed Flickr support
1139        * Now using PEAR version of Phlickr
1140        * Download the latest package and install like this: pear install
1141          PhlickrXYZ.tar.gz
1142
11432005-09-10 Francois Proulx <francois.proulx@gmail.com>
1144        * Fixed dependency check
1145
11462005-09-10 Francois Proulx <francois.proulx@gmail.com>
1147        * Removed many blank lines after php tags
1148        * added more checks, for dates etc...
1149        * changed sorting mode
1150
11512005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1152        * Add UI to add a new Network
1153        * Improve UI to add a new Node and new Content
1154
11552005-09-10 Philippe April  <philippe@ilesansfil.org>
1156        * signup.php: Fixed bug in detecting is the user is already part of the
1157          network.
1158        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1159          users from logging out.
1160        * add BASEPATH to most files with require_once
1161        * Added dependency checking class
1162        * Don't show the admin menu if user does not have access
1163        * Got rid of user_log_detailed.html, using stats.php instead
1164
11652005-09-10 Francois Proulx <francois.proulx@gmail.com>
1166        * Automatically redirect user to login form when trying to access admin
1167        * Added various isset, empty tests, vars init in stats (to avoid PHP
1168          warning)
1169
11702005-09-08 Philippe April  <philippe@ilesansfil.org>
1171        * New stats system with graphs
1172        * Changed the UI a bit to reflect this change
1173        * Updated stylesheet
1174
11752005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1176        * portal/index.php:  Custom portal redirect now operational.
1177
11782005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1179        * MainUI:  Move call to garbage_collect() here.
1180        * portal/index.php:  New feature:  Custom portal redirect.
1181        * rework much of the logout code
1182
11832005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1184        * login/index.php:  Fix getSplashOnlyUser() method call.
1185
11862005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1187        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1188          news.
1189        * login/index.php:  Reorganise code to make it more legible and comment what
1190          it does. Emphasise error messages and put them right above where they
1191          clicked so users can actually see them.
1192        * Security.php:  Remove deprecated login code
1193        * Authenticator.php: Change calling convention for better encapsulation
1194        * New feature:  Support multiple simultaneous logins if enabled in network
1195          configuration
1196        * New feature (in testing): Splash-only node support
1197
11982005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1199        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1200          in the server config.  It is still strongly recommended to disable
1201          magic_quote
1202        * Node.php:  Add UI for splash only node and custom portal
1203        * Update schema
1204
12052005-09-04 Francois Proulx <francois.proulx@gmail.com>
1206        * Removed update.php script ( should not have been in CVS )
1207        * Moved authenticator require in Network getAuthenticator()
1208
12092005-09-03 Philippe April  <philippe@ilesansfil.org>
1210        * Schema change: Added last_paged column to nodes table
1211        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1212        * s/Networt/Network/
1213        * Fixed signing up and validation, typos
1214
12152005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1216        WARNING:  DO NOT use the CVS auth server in production until further notice.
1217        Massive internal changes are underway.
1218        Use the release tagged 1.0m1 in production.
1219        * Network abstraction mostly complete, including UI.
1220          All that is missing is new network creation, network stakeholder UI and
1221          testing.
1222        * Cleanup the config file of all the now unneeded constants.
1223          Note that the install script is currently broken.
1224          There can now be multiple networks on the server.
1225          The install script will have to make sure that there is at least one, with
1226          one super-admin
1227
12282005-08-31 Francois Proulx <francois.proulx@gmail.com>
1229        * Fixed bug where node ID containing periods, whitespaces or underscores
1230          would confuse PHP
1231        * MD5 hash is used to make sur the http vars are unique
1232        * This is only valid for Node administration
1233
1234NOTE:  the 1.0m1 release was tagged here
1235
12362005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1237        * Node.php:  Fix node creation
1238
12392005-08-31 Francois Proulx <francois.proulx@gmail.com>
1240        * Fixed new node creation bug
1241
12422005-08-29 Philippe April <philippe@ilesansfil.org>
1243        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1244          IE to see the map properly.
1245
12462005-08-22 Pascal Leclerc  <pascal@plec.ca>
1247        * install.php, Change javascript to OnClick + dependencie note
1248        * schema_validate.php, Fix broken DB update for install.php
1249        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1250          installed
1251
12522005-08-22 Francois Proulx <francois.proulx@gmail.com>
1253        * Added edit button for quickly accessing Content editing mode
1254        * Changed the layout so the admin ui fits in a tighter space
1255
12562005-08-21 Francois Proulx <francois.proulx@gmail.com>
1257        * Added reference to new street address fields in mapping page and on status
1258          template
1259        * Fix bug on line 756 of RssPressReview , added check for empty var.
1260        * Flickr support is broken, added  bug to sf.net tracker
1261
12622005-08-21 Francois Proulx <francois.proulx@gmail.com>
1263        * Node admin UI should now be completed.
1264        * Minor bug fixes in Geocoder
1265        * Merged node_owners and node_tech_officers table into node_stakeholders
1266
12672005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1268        * New schema version
1269        * install.php, tmp/magpie_cache/:  Move all magpie caches
1270          to a central location, adjust install script to match.
1271        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1272          a parameter to the page
1273        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1274          recently subscribed first, this is a stopgap measure while waiting for
1275          Content ordering to be explicitely settable.
1276        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1277        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1278          and getFeedTitle() methods.
1279          Fixes minor bugs
1280
12812005-08-17 Pascal Leclerc  <pascal@plec.ca>
1282    * Added install script + minor changes in schema_validate.php
1283
12842005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1285        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1286
12872005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1288        * Run sync_sql_for_cvs.sh
1289        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1290          which no longer exists
1291        * .project:  Remove mistakenly commited file in last commit
1292        * .cvsignore:  Add file to avoid previous error
1293
12942005-08-12 Francois Proulx <francois.proulx@gmail.com>
1295        * Added missing GisPoint fille to CVS
1296        * Fixed some bugs
1297        * Added Technical officer table
1298        * Added technical officer management to node UI
1299
13002005-08-12 Francois Proulx <francois.proulx@gmail.com>
1301        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1302        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1303        * This is a stupid limitation of the Google Maps API which matches the
1304          complete URL path
1305        * Added /classes/GisPoint.php class
1306        * Will add geocode + Google Maps capabilities very soon
1307        * Notice : the XML schema will change very soon...
1308        * I will try to keep the streetAddress field intact so I won't break
1309          backward compat.
1310
13112005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1312        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1313          constructor
1314        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1315          reflect it's independently maintained status
1316        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1317        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1318          admin UI written.
1319        * wifidog/include/schema_validate.php:  Create the table structure for the
1320          new RssAggregator.
1321          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1322          new Content class.
1323
13242005-08-11 Francois Proulx <francois.proulx@gmail.com>
1325        * Refactored the Admin UI.
1326        * I need to write the upload form and rewrite statistics
1327
13282005-08-10 Francois Proulx <francois.proulx@gmail.com>
1329        * More GIS stuff
1330
13312005-08-10 Francois Proulx <francois.proulx@gmail.com>
1332        * Added Geocoders
1333          - /classes/AbstractGeocoder.php
1334          - /classes/Geocoders/GeocoderCanada.php
1335          - /classes/Geocoders/GeocoderUsa.php
1336        * This will be used for enterring GIS data
1337        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1338
13392005-01-25 Pascal Leclerc  <pascal@plec.ca>
1340        * Fix hardcoded images path in classes/MainUI.php
1341
13422005-07-25 Francois Proulx <francois.proulx@gmail.com>
1343        * Fixed bug in hotspot_status , added htmlspecialchars();
1344        * This solved the bug where ampersands would break the XML
1345
13462005-07-17 Francois Proulx <francois.proulx@gmail.com>
1347        * Fixed bugs in gen.sh, compile.sh locale scripts
1348
13492005-07-12 Francois Proulx <francois.proulx@gmail.com>
1350        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1351          element to networkMetadata
1352
13532005-07-12 Francois Proulx <francois.proulx@gmail.com>
1354        * Fixed XML protocol for exchanging hotspots status.
1355        * Should now be considered stable (stamped v1.0)
1356        * Fixed hotspots status map to reflect the changes
1357        * Added french translations
1358
13592005-07-11 Francois Proulx <francois.proulx@gmail.com>
1360        * Changed link to hotspots map using NON ssl because Google Keys are
1361          sensitive to the whole path.
1362
13632005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1364        * classes/RssPressReview.php: Begin rewrite.
1365        * classes/MainUI.php: Add addFooterScript() function.
1366        * venues_map.php:  Workaround the IE DOM problem.
1367
13682005-07-05 Francois Proulx <francois.proulx@gmail.com>
1369        * Changed wording in hotspots status page added legend
1370
13712005-07-05 Francois Proulx <francois.proulx@gmail.com>
1372        * Minor adjustements to icon positionning
1373
13742005-07-05 Francois Proulx <francois.proulx@gmail.com>
1375        * Changed google maps marker icons
1376
13772005-07-05 Francois Proulx <francois.proulx@gmail.com>
1378        * Added missing elements in XML exchange format
1379        * Stable v1.0 for XML exchange format and Google Maps mapping
1380        * Added GMaps constants to config file
1381        * Unsmartied index.php , added link to map
1382        * Check config.php to set corresponding values
1383        * You can now use hotspot_status.php?format=XML along with xslt query string
1384          parament to convert your XML document
1385        * For this to work, You need to have activated XSLT ( see config file )
1386
13872005-07-05 Francois Proulx <francois.proulx@gmail.com>
1388        * Added Google Maps mapping venues_map.php
1389        * /js/venues_status_map.js  JavaScript code for Mapping
1390        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1391          a snap
1392
13932005-07-03 Francois Proulx <francois.proulx@gmail.com>
1394        * Updated the XML venues status format ( version 1.0, once approved )
1395        * Added long / lat fields to nodes table ( for mapping purposes )
1396
13972005-06-17 Francois Proulx <francois.proulx@gmail.com>
1398        * Added IFrame and SimpleIFrame content types.
1399
14002005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1401        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1402          non-persistent, no matter the checkbox.  Move the code to
1403          TrivialLangstring.php where it belongs.
1404
14052005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1406        * portal/inted.php:  Implement the start button functionnality (maybe it
1407          would be better to call it "use the Internet").  From now on, once
1408          authenticated and when pressing the start button on the portal, the user
1409          will be sent to the page he originally tried to access.  A second window
1410          will be popped with the portal page so he can come back to it. The window
1411          is collapsed, and can be expanded back by clicking on the link. I tried
1412          to make it cross platform (and mostly did) but it's still buggy in IE.
1413
1414          At the same time, this fixes the goof reported by Rob Kelley of
1415          nycwireless.net
1416
1417        * portal/missing_original_url.php:  Displayed when the user tries to use the
1418          start button but for some reason the original url is unavailable
1419        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1420          URL in the user's URL bar.
1421
1422
14232005-06-17 Francois Proulx <francois.proulx@gmail.com>
1424        * Removed forced Pattern Language on all hotspots
1425        * Do not show hotspot logo in portal page, only on login, until we find a
1426          better layout
1427
14282005-06-16 Francois Proulx <francois.proulx@gmail.com>
1429        * Added XML output format for hotspot_status.php
1430        * Rough draft v1.0
1431        * TODO move to different classes once stabilized
1432        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1433        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1434        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1435
14362005-06-06 Francois Proulx <francois.proulx@gmail.com>
1437        * Added long description field to content table
1438        * MUST use schema_validate
1439        * Modified Pattern Language to be more generic
1440        * resend changelog
1441
14422005-06-06 Francois Proulx <francois.proulx@gmail.com>
1443        * Made changes to Pattern Language ( Kate Armstrong )
1444
14452005-05-30 Philippe April <philippe@ilesansfil.org>
1446        * Show username in user_stats.php instead of user_id
1447          and in other admin pages
1448
14492005-05-30 Francois Proulx <francois.proulx@gmail.com>
1450        * Changed language selectbox name so it does not clash with ISF's domain
1451          cookie
1452        * Fixed setlocale algorithm in Locale.php
1453
14542005-05-29 Francois Proulx <francois.proulx@gmail.com>
1455        * Missing null check in validate.php
1456
14572005-05-27 Francois Proulx <francois.proulx@gmail.com>
1458        * Changed the signup process to make it smoother for users
1459        * The user will automatically be granted the 15 minutes if he's signing up
1460          at a real hotspot
1461        * If the user closes his browser during the 15 minutes and loses its
1462          session, we will regenerate it
1463        * Added big red message to the top of the portal page, warning user to
1464          validate as soon as possible
1465        * Fixed translation typos
1466
14672005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1468        * Someone moved the fallback gettext functions definition (for when gettext
1469          isn't installed) inside the static setCurrentLocale method, completely
1470          breaking the system when PHP doesn't have gettext support.  This is an
1471          untested fix.
1472
14732005-05-24 Francois Proulx <francois.proulx@gmail.com>
1474        * Fixed bug in auth.php to let users go through when the click twice on the
1475          login button
1476        * Fixed bug in hotspot_log.php
1477
14782005-05-24 Francois Proulx <francois.proulx@gmail.com>
1479        * Added "Get access statistics" button to Node admin to get hotspot specific
1480          stats
1481        * Added search box in Users log to get a specific user stats quickly
1482
14832005-05-24 Francois Proulx <francois.proulx@gmail.com>
1484        * Fixed typo in some translations
1485        * Cleaned-up todos
1486
14872005-05-18 Francois Proulx <francois.proulx@gmail.com>
1488        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1489          layout)
1490
14912005-05-16 Francois Proulx <francois.proulx@gmail.com>
1492        * Changed login message in MainUI to make it clearer what the login button
1493          will do
1494
14952005-05-13 Philippe April <philippe@ilesansfil.org>
1496        * Added deployment status to node_list
1497
14982005-05-11 Francois Proulx <francois.proulx@gmail.com>
1499        * Began writing user profiles
1500        * Added many methods to User class
1501        * Added node quota fields in DB ( bandwidth, throttling ...)
1502
15032005-05-10 Francois Proulx <francois.proulx@gmail.com>
1504        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1505          gw_address, gw_port show physical login link
1506
15072005-05-10 Francois Proulx <francois.proulx@gmail.com>
1508        * Added download button CSS class to style button
1509
15102005-05-10 Francois Proulx <francois.proulx@gmail.com>
1511        * Fixed wrong method name in File.php
1512        * Added strip tags to Langstring
1513        * Basic styling of content_admin table
1514
15152005-05-04 Francois Proulx <francois.proulx@gmail.com>
1516        * Fixed serialization issue ( flickr)
15172005-05-04 Francois Proulx <francois.proulx@gmail.com>
1518        * Improved caching
1519        * Wrote very basic gridview code for Flickr
1520
15212005-05-04 Francois Proulx <francois.proulx@gmail.com>
1522        * Implemented caching for Flickr
1523        * Need to contact Phlickr to see how we could do better, since serialize
1524          does not work OK on objects
1525
15262005-05-04 Francois Proulx <francois.proulx@gmail.com>
1527        * Fixed bug concerning Content-Length header
1528        * Changed default Unit size for setLocalFileSize to bytes
1529
15302005-05-04 Francois Proulx <francois.proulx@gmail.com>
1531        * Added BLOB support
1532        * modified file_download.php to support new header attributes
1533        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1534        * Make sure your PHP.ini contains the right value to allow big downloads
1535        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1536        * ISF Live server is now configured to support 100 megabytes files
1537
15382005-05-04 Francois Proulx <francois.proulx@gmail.com>
1539        * Fixed CSS IE Bug
1540        * Fixed SQL query
1541        * NEED HELP FROM A WEB DESIGNER !!!!!
1542
15432005-05-03 Francois Proulx <francois.proulx@gmail.com>
1544        * Disabled logging in Pattern Language archives
1545
15462005-05-03 Francois Proulx <francois.proulx@gmail.com>
1547        * Having for SQL query... :-(
1548
15492005-05-02 Francois Proulx <francois.proulx@gmail.com>
1550        * PatternLanguage is now completed
1551
15522005-04-30 Francois Proulx <francois.proulx@gmail.com>
1553        * Logout button will now destroy session AND render token USED
1554
15552005-04-30 Francois Proulx <francois.proulx@gmail.com>
1556        * Fixed bug that could potentially let non owners add content in /content
1557          through content groups
1558        * Admin menu won't show node selector if the user is not owner of at least
1559          one hotspot
1560        * Added Width, height support for Picture
1561
15622005-04-30 Francois Proulx <francois.proulx@gmail.com>
1563        * Did my best for content styling ... ( it's 5h00 am )
1564
15652005-04-30 Francois Proulx <francois.proulx@gmail.com>
1566        * Updated sync_sql_for_cvs.sh
1567
15682005-04-30 François Proulx <francois.proulx@gmail.com>
1569        * ChangeLog entry missed by CVS ?!
1570        * Locale now decomposes the locale string by '_'
1571        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1572
15732005-04-30 François Proulx <francois.proulx@gmail.com>
1574        * Trying to solve RSS encoding bug...
1575        * Testing on live server
1576
15772005-04-29 François Proulx <francois.proulx@gmail.com>
1578        * Removed all inline unuseful javascript code on submit buttons
1579          onclick='submit()'
1580        * This conflicted with the actual click on the submit button in Safari
1581        * Fixed check in Network for isOwner, only check superAdmin
1582        * Fixed bug so you can't add an existing content group to itself (deadlock)
1583        * Started coding Pattern language narrative display
1584
15852005-04-29 François Proulx <francois.proulx@gmail.com>
1586        * Wrote User.php addcontent, removeContent, getAllContent()
1587        * Wrote Content.php subscrite() and unsubscribe()
1588        * Added parameters to getAllContent() in Node and Network
1589          (exclude_subscribed_content)
1590        * These will be used for subscribing a to some content
1591        * Pattern Language will be the first to use it
1592        * Online users lists
1593        * Fixed bugs in Node and Network ( isOwner check )
1594
15952005-04-28 François Proulx <francois.proulx@gmail.com>
1596        * Logout button build a query string containing gw_id, gw_address, gw_port
1597          ( if available ), so that a user at a physical hotspot will get the login
1598          page from the hotspot he is.
1599        * Fixed but in Locale ( did not propertly set the locale in the session )
1600
16012005-04-28 François Proulx <francois.proulx@gmail.com>
1602        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1603          message when connect to a real hotspot ( not virtual )
1604        * This message confused many users ( they clicked and got the virtual login
1605          instead ! )
1606        * Hide adminstration features ( statistics, hotspot creation, network wide
1607          content etc...) from all but Super admins
1608        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1609        * Added $associate_existing_content parameter to processNewContentUI to
1610          allows reuse for existing content ( in ContentGroup )
1611        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1612        * Added security check in all content classes ( ProcessAdminUI )
1613
16142005-04-26 François Proulx <francois.proulx@gmail.com>
1615        * Replaced show only content groups by show persistent
1616
16172005-04-26 François Proulx <francois.proulx@gmail.com>
1618        * Added missing /content directory
1619
16202005-04-26 François Proulx <francois.proulx@gmail.com>
1621        * Added /content/ for displaying all content elements
1622        * Logging is disable when viewing them
1623        * All content elements will expand
1624        * Pattern languages won't display everything ( special property )
1625          isExpandable
1626        * Added a link in portal pages to go to /content/
1627        * Added Show all contents button in content_admin.php
1628
16292005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1630        * Content.php, ContentGroup.php:  All Content now implement the
1631          isDisplayableAt($node).  Used by the portal, if content has nothing
1632          displayabel, the entire content is skipped.
1633
16342005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1635        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1636          disabled.
1637
16382005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1639        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1640          options supported. Rotation based on session may not be reliable if the
1641          user isn't truly logged in (from a node).
1642
16432005-04-26 François Proulx <francois.proulx@gmail.com>
1644        * Most of the missing translations
1645
16462005-04-26 François Proulx <francois.proulx@gmail.com>
1647        * Changed back File to non trivial
1648        * portal page stylesheet
1649
16502005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1651        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1652          element in isolation.  Unfortunately the UI allows if for now.  Such
1653          content will now be deleted.
1654        * Locale:  Fix string selection algorithm to pick the right language.
1655        * Content:  Implement display logging.
1656
16572005-04-26 François Proulx <francois.proulx@gmail.com>
1658        * stylesheet rework
1659
16602005-04-26 François Proulx <francois.proulx@gmail.com>
1661        * Fixed wrong location for change password link
1662
16632005-04-25 François Proulx <francois.proulx@gmail.com>
1664        * Portal page styling
1665
16662005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1667        * ContentGroup.php:  Previous fix didn't work.  New fix.
1668
16692005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1670        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1671
16722005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1673        * Fix bug in ContentGroup enumeration
1674
16752005-04-25 François Proulx <francois.proulx@gmail.com>
1676        * More stylesheets work
1677
16782005-04-25 François Proulx <francois.proulx@gmail.com>
1679        * Much better stylesheet
1680
16812005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1682        * UI fully functionnal
1683
16842005-04-25 François Proulx <francois.proulx@gmail.com
1685        * More interface work
1686
16872005-04-25 François Proulx <francois.proulx@gmail.com
1688        * Completed integration of new interface with new objects
1689
16902005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1691        * Integration merge, should work, but there will be display problems
1692          everywhere.  Expect further commits today.
1693        * Almost 100% complete Network abstraction
1694        * Much better object encapsulation.  Deprecated methods not removed yet.
1695        * Add MainUI class.  Used to display the interface.  Inner workings still
1696          need work.
1697
16982005-04-23 François Proulx <francois.proulx@gmail.com>
1699        * Added Preferred Size support for Flickr pictures
1700
17012005-04-23 François Proulx <francois.proulx@gmail.com>
1702        * Completed missing translations
1703
17042005-04-23 François Proulx <francois.proulx@gmail.com>
1705        * Fixed bugs in File and EmbeddedContent
1706        * Completed first iteration of EmbeddedContent
1707        * Can now play multimedia content
1708        * Could not test fallback with my browser ( Safari and Firefox )
1709        * Need help to test content in different browser to see how it reacts...
1710
17112005-04-22 François Proulx <francois.proulx@gmail.com>
1712        * Fixed bug in FlickrPhotostream.php
1713        * Params did not match new methods requirements ( getUserByEmail )
1714        * Changed stylesheet class name for Flickr to match new changes
1715        * Fixed bugs in File
1716        * Wrote part of EmbeddedContent ( partially working )
1717        * TODO: add support for parameters and attributes in EmbeddedContent
1718
17192005-04-22 François Proulx <francois.proulx@gmail.com>
1720        * Fix schema version in François's commit
1721
17222005-04-21 François Proulx <francois.proulx@gmail.com>
1723        * Added explicit admin UI exceptions support for Flickr
1724        * Completed File and Picture objects
1725
17262005-04-20 François Proulx <francois.proulx@gmail.com>
1727        * Completed Flickr support ( explicit exceptions catching )
1728        * Most of File object is done
1729        * Fixed bug in generic_object_admin.php
1730        * changed stylesheet class tags for Flickr
1731
17322005-04-18 François Proulx <francois.proulx@gmail.com>
1733        * Added Flickr content support
1734        * Part of File object is done
1735
17362005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1737        * Working (beta...) content manager and portal.
1738        * Add content preview mode
1739
17402005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1741        * Hotspot and network content association, continue access control work.
1742        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1743          script from working.
1744        * All files:  Remove whitespace and carriage return after the ?> closing
1745          tags.
1746
17472005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1748        * Much more complete admin, initial access control work.
1749
17502005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1751        * Support more of the content object model, do a half-decent CSS for the
1752          admin interface.
1753
17542005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1755        * Content.php:  Use full langstring interface by default;
1756
17572005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1758        * Content.php:  Fix db reference;
1759
17602005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1761        * Fix Content object enumeration preventing usage of admin interface
1762        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1763
17642005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1765        * First part of the future content delivery infrastructure. Many files added
1766
17672005-04-01 François Proulx  <francois.proulx@gmail.com>
1768        * Modified gen.sh script to match UTF-8
1769        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1770
17712005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1772        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1773          Francois's commit.
1774
17752005-04-01 Philippe April <philippe@ilesansfil.org>
1776        * Fixed missing parenthesis in classes/User.php
1777        * Removed unused files
1778        * fixed schema_validate.php (typos)
1779
17802005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1781        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1782          EDITOR
1783        * The database will be converted to UTF-8 (version 5)
1784        * Added select boxes ( or hidden ) html form elements to choose the network
1785          for signup, lost password, username
1786
17872005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1788        * Add constraints to account_origin to detect errors on inserts.
1789        * Remove IDRC test server
1790
17912005-04-01 Philippe April <philippe@ilesansfil.org>
1792        * User.php: Add reference to $db global variable.
1793        * Tagged v0_1_0_alpha1
1794        * Removed spaces in AuthenticatorLocalUser.php
1795
17962005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1797        * Remove spaces after php blocks in various files.
1798        * Temporarily fix single authentication source not present bug in login
1799          smarty template.  All other places where we select the network will be
1800          fixed tommorow.
1801        * Fix initial schema errors.
1802
18032005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1804        * More RADIUS install documentation.
1805        * Fix schema_validate.php
1806
18072005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1808        * Moved language definition
1809        * Moved e-mail subjects to User class ( each e-mail functions )
1810
18112005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1812        * Added missing schema_validate.php modifs.
1813
18142005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1815        * Added PEAR install procedure
1816
18172005-03-30 François Proulx  <francois.proulx@gmail.com>
1818        * Finished RADIUS authentication and accounting
1819        * Accounting Unique session ID is now based on the same token we use
1820        * Fixed all issues with lost_username, lost_password etc...
1821        * User class has new static function getUsersByEmail and getUsersByUsername
1822        * Added translations for new features
1823        * Translated the validation, lost password, username e-mails
1824        * Tested quite a bit, this version is considered stable
1825        * A few examples on how set different RADIUS or local authenticators can be
1826          found in the config.php
1827
18282005-03-29 François Proulx  <francois.proulx@gmail.com>
1829        * schema_validate.php : Modified schema : dropped e-mail + account unique
1830          index, dropped email not empty constraint
1831        * Schema is now at version 3
1832        * Coded RADIUS authentication
1833        * Modified templates to show a select box when more than one server is
1834          configured
1835        * Coded RADIUS accounting and backward compatibility accounting
1836        * Modified many statistics SQL queries to match new Users table
1837        * modified statistics templates to match user_id and account_origin
1838        * TODO : Fix lost_username and lost_password ( issue since we dropped the
1839          unique constraint on emails... )
1840        * TODO : Heavy testing possibly with remote RADIUS servers
1841
18422005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1843        * sql:  Put initial data in a transaction, and specify the wifidog user so
1844          you do not have to su to it while using sync_sql_for_svs
1845
18462005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1847        * common.php:  Add get_guid() function
1848        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
1849          upgrade.  Note that you must still update dump_initial_data_postgres.sh
1850          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
1851        * New class Authenticator (and subclasses):  Begin virtualizing the login
1852          process.
1853
18542005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
1855        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
1856          and outgoing for all connections from a user have null values.
1857        * wifidog/local_content/default/portal.html: Fix layout so it resizes
1858          properly.  This in an interim measure.
1859        * Update schema.  This will allow automatic schema updates in the future.
1860          TO update a live server:
1861
1862      BEGIN;
1863      CREATE TABLE schema_info (
1864            tag text PRIMARY KEY,
1865            value text
1866          );
1867          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
1868          COMMIT;
1869
18702005-03-16 Matthew Asham <matthewa@bcwireless.net>
1871    * config.php: will use "local.config.php" instead, if present.  avoid cvs
1872      over-writing.
1873    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
1874      For integration with existing auth systems
1875    * hotspot_status.php: ob_clean may complain about buffering.  muted.
1876    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
1877      feed.
1878
18792005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
1880        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
1881          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
1882          wraparound problems.  To update a running server, execute the following
1883          sql sniplet:
1884
1885      BEGIN;
1886      ALTER TABLE connections RENAME incoming TO incoming_old;
1887      ALTER TABLE connections ADD COLUMN incoming int8;
1888      ALTER TABLE connections RENAME outgoing TO outgoing_old;
1889      ALTER TABLE connections ADD COLUMN outgoing int8;
1890      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1891      ALTER TABLE connections DROP COLUMN incoming_old;
1892      ALTER TABLE connections DROP COLUMN outgoing_old;
1893      COMMIT;
1894
1895        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1896        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
1897          by Benoit St-André
1898
18992005-02-14 Philippe April <philippe@ilesansfil.org>
1900        * gw_message.php: the "activate" message was not properly defined and
1901          would cause an error to show up instead of the nice activate your account
1902          message
1903
19042005-02-14 Philippe April <philippe@ilesansfil.org>
1905        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1906          gettext from smarty properly.
1907        * Updated TODO with ideas on making config better
1908
19092005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1910        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1911        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
1912          and more information to the RSS feed.
1913
19142005-01-26 Philippe April <isf_lists@philippeapril.com>
1915        * Some kind of virtual login (we need to talk about this).
1916        * New User and Node classes
1917        * Modified all files to work with the classes.
1918        * Remove mgmt_helpers (all done in User class now)
1919
19202005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1921        * classes/Node.php:  New file, untested code example
1922        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1923
19242005-01-25 Philippe April <isf_lists@philippeapril.com>
1925        * Changed initial postgres inserts sql file, it wasn't working properly
1926
19272005-01-25 Pascal Leclerc  <pascal@plec.ca>
1928        * Added admin and owner administration pages
1929
19302005-01-23 Philippe April <isf_lists@philippeapril.com>
1931        * Added gateway error messages (validation period, etc.)
1932
19332005-01-20 Philippe April <isf_lists@philippeapril.com>
1934        * Modularized the admin interface, added functions
1935
19362005-01-18 Philippe April <isf_lists@philippeapril.com>
1937        * Smarty'ized more, I think it's done now
1938
19392005-01-12 Philippe April <isf_lists@philippeapril.com>
1940        * i18n and smarty'ized parts
1941
19422005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1943        * INSTALL: Mandate PHP5
1944        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1945        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1946        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
1947          automatically pick the best 5 entries from all the feeds.  It will
1948          compensate for disparate publication intervals.  An entry from a feed that
1949          does not publish often will live longer than an entry from a feed that
1950          publishes very often.  If a feed doesn't have any entry that makes the
1951          cut, it will not appear at all.
1952        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1953
19542005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1955        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
1956          functionnal)
1957        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
1958          Hotspots.
1959        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
1960          outgoing in your data. Only use this if you had gateways before 1.0.2
1961          and wish to correct your logs before you upgrade.
1962        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1963        * wifidog/portal/index.php: Preliminary work to enable smart press review
1964          of multiple RSS feeds.
1965
19662005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1967        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
1968          page was actually served over SSL, all media in the file will be served
1969          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
1970          that break out of SSL mode.  From now on, use the self adapting
1971          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
1972          and BASE_URL_PATH to break out of it.
1973
19742005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1975        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
1976          apetite for bandwidth, top ten travelers, most addicted users.
1977
19782005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1979        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
1980          thinner.
1981        * wifidog/local_content/default/login.html: Remove announcements
1982        * wifidog/include/user_management_menu.php: Fix mailto:
1983        * wifidog/auth/index.php: Fix auth server part of the no data transmited
1984          statistics bug.
1985        * wifidog/admin/index.php: Add link to statistics
1986        * wifidog/admin/user_stats.php: Activate security.
1987        * wifidog/index.php: Make the distinction between the two hotspot status
1988          pages clearer.
1989
19902004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1991        * wifidog/index.php: Add menu
1992        * wifidog/include/user_management_menu.php: Editorial change, make
1993          translateable
1994        * wifidog/portal/index.php:  Fix RSS feeds
1995
19962004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1997        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
1998          aggregate user stats.  Currently allows you to find out the rate at which
1999          your users subscribe.
2000        * wifidog/config.php, wifidog/local_content/default/login.html,
2001          wifidog/include/user_management_menu.php:  Add hotspot status page to
2002          login page.
2003        * wifidog/hotspot_status.php: Cosmetic
2004        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2005        * wifidog/index.php: Cosmetic.
2006
20072004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2008        * TODO: Add email domains to blacklist
2009        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2010          support email address
2011        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2012          information.  Designed to be included as part of another page.
2013        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2014        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2015          and write unknown hotspot, however this is still really ugly
2016        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2017          Cosmetic fixes
2018        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2019          files, this isn't the approach we will use for translation.
2020        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2021          Update with new node information structures.
2022
20232004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2024        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2025          here as well.
2026
20272004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2028        * wifidog/ping/index.php: Log user-agent
2029        * extensive statistics work
2030        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2031          log user-agent
2032
20332004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2034        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2035          in email or user_id.
2036        * Some statistics fixes
2037
20382004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2039        * wifidog/admin/index.php: Integrated the changes contributed
2040          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2041          mainly a missing ' in some HTML.
2042
20432004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2044    * wifidog/include/common.php: Added commented header with cvs
2045          keywords.
2046        * wifidog/include/common.php: Added commented code (not executing) for
2047          further testing with language/localization issues.
2048
20492004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2050        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2051          comments
2052
20532004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2054        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2055
20562004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2057        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2058        * Begin integrating Patrick Tanguay's new layout and generate the css
2059          dynamically to allow for background images.
2060
20612004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2062        * portal/index.php:  Fix users appearing online at every hotspot.
2063        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2064          cache problems and help with validation.
2065
20662004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2067        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2068        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2069          fixes validation period not working.  Stop storing VALIDATION_FAILES
2070          status to the database.  Add check for validation period expiration at
2071          stage login, not just stage counters, this will fix one minute
2072          validation period.
2073        * wifidog/login/index.php:  Check validation period activation, and if
2074          period is expired, explain to the user instead of redirecting to the
2075          gateway.
2076        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2077
20782004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2079        * wifidog/node_list.php: Complete the status page
2080        * Add images
2081        * Add hotspot creation date
2082
20832004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2084        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2085        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2086          script to the chances will be available in the cvs schemas and initial
2087          data.
2088        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2089          in a runnable form.  Note that this needs to be edited manually if you add
2090          a new table requiring initial data.
2091        * INSTALL:  Update for postgres.  Somebody please test this.
2092
20932004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2094        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2095          heartbeat, from which ip and when.
2096        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2097        * wifidog/include/user_management_menu.php:  Change menu labels
2098        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2099          to make this stylesheet correct, I took shortcuts...
2100        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2101        * wifidog/user_management/index.php:  Display the menu, will eventually
2102          allow us to present proper help text.
2103
21042004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2105        * Add link to original requested site.
2106        * wifidog/node_list.php:  New file.  Will become the main node status page.
2107
21082004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2109        * Primitive network status available form the index page
2110        * Administrative security is implemented.
2111
21122004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2113        * Fix big gaping security hole in login page (password would be ignored if
2114          the username was used to login)
2115        * PostgreSql port
2116        * Change the method to determine who is online
2117        * Stop keeping unused token once user successfully logs in.
2118        * Fix missing update of token update date.
2119        * Counters wouldn't get updated for stage=LOGOUT
2120        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2121          so we can know what the hell the server is up to.  Currently you need to
2122          run wifidog in debug level 7 to see it. That message should be parsed so
2123          it is visible in debug level 6.
2124        * wifidog/auth/index.php:   Fix code injection vulnerability.
2125
21262004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2127        * SSL support and RSS improvement
2128        * Last commit tested with mysql support
2129
21302004-08-24 Pascal Leclerc  <pascal@plec.ca>
2131        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2132        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2133
21342004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2135        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2136        * wifidog/include/user_management_menu.php:  Code meant to deal with
2137          non-standard ports broke the menu.  Hopefully fixed.
2138        * Add alex's mising changelog entry...
2139
21402004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2141        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2142          To be used by wifidog to do heartbeats.
2143
21442004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2145        * Add code to import a NoCat user database (passwd).  The username will be
2146          generated from the first part of the email if the name was en email.
2147        * Change password hashing algorithm to make it compatible with NoCat (For
2148          the curious among you, the hashing algorithm is now:  take the md5
2149          digest in binary format of the password, and base64 encode it.
2150        * Table schema changed to accomodate newhash length (users.pass is now
2151          varchar(32))
2152        * The user is now allowed to login with either his username or his email.
2153
21542004-08-03 Pascal Leclerc  <pascal@plec.ca>
2155        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2156          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2157        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2158        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2159
21602004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2161        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2162          to true if gettext is available.  If false, blank _() and gettext()
2163          functions will be defined so the system still works.
2164
21652004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2166        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2167
21682004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2169        * wifidog-auth lives! New since the dark ages
2170        * Demo page to allow people to hack more easely on it
2171        * Support for multiple nodes.  TODO:  Merge with the database project.
2172        * Very cool local content architecture.  Every hotspot can have a folder in
2173          the local_content directory.  This folder can be filed by a single logo,
2174          leaving all the rest to the default content, or be completely custom
2175          (stylesheet, login page, portal page, header, etc.)
2176        * Everything in local content is templated with smarty, no problem with
2177          web designer wrecking havoc on the auth server.  You can edit everything
2178          in local_content/default even if you only speak html.
2179        * No need to set any path in the web server config files (that one was a
2180          bitch to implement)
2181        * RSS feed support (optionnal, with magpierss), one feed per node (url
2182          stored in the database, works great, but no gui to edit it yet) and one
2183          network-wide RSS feed.
2184        * All path are editable from the config file
2185        * "Productize" the thing, so it make sense for other groups to install it
2186          (the network name, url, default RSS, and such are set from the config
2187          file).
2188        * Put most strings in gettext calls for easy future translation.
2189        * User can request that the server send the validation email again
2190        * User can change password
2191        * User who forgot his username can have it mailed to him.
2192        * User who lost his password can ask the system to generate a new one and
2193          mail it to him.
2194        * Email is now a separate field to preserve user privacy.
2195        * Enforces (politely) that there are no duplicate emails in the database
2196        * Database abstraction layer with very nice debugging features (just append
2197          true at the end of the call, and you'll see the query, the results, the
2198          query plan and number of affected rows.  Also allow future upgrade to
2199          postgres.
2200        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.