root/trunk/wifidog-auth/CHANGELOG @ 1179

Revision 1179, 109.4 KB (checked in by drazzib, 6 years ago)

Real fix this time :
2007-02-05 Damien Raude-Morvan <drazzib@…>

  • ... and remove unnecessary include of Avatar content type in User.php : All contents types are included by Content.php getAvailableContentTypes() call.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12007-02-05 Damien Raude-Morvan <drazzib@drazzib.com>
2        * Try to fix ticket #295 and #297 by including parent class (Content.php) in File.php.
3        * ... and remove unnecessary include of Avatar content type in User.php : All contents types are included by Content.php getAvailableContentTypes() call.
4
52007-01-28 François Proulx <francois.proulx@gmail.com>
6        * First iteration of user profiles completed.
7        * Need to improve Avatar admin UI
8       
92007-01-19 Benoit Grégoire  <bock@step.polymtl.ca>
10        * dump_initial_data_postgres.sh:  Initial node wasn't setup correctly.
11        * INSTALL:  Fix some obsolete instructions for database backup and restore
12       
132007-01-18 Benoit Grégoire  <bock@step.polymtl.ca>
14        * Updated french translation curtesy of http://zapquebec.org
15       
162007-01-16 François Proulx <francois.proulx@gmail.com>
17        * ContentTypeFilter : Now supports filters stored in the DB, backward compatible
18        * ProfileTemplate, ProfileTemplateField, Profile : profiles support
19        * Update schema to 53 for profiles
20        * Network, User : Added support for profiles (not implemented for Network)
21        * TODO: Integration in portal
22
232007-01-16 Benoit Grégoire  <bock@step.polymtl.ca>
24        * A few more steps towards a real user manager
25        * Move password change to preferences.
26        * InterfaceElements:  Begin moving away from a raw HTML generator and towards a more semantic one as discussed with Max Horvath.
27        * It is now possible for an administrator to manually validate or lock-out a user
28        * Add new SimpleString content type
29        * SmartyWifidog.php:  Fix #282 with a slightly dirty workround to the chicken and the egg smarty variables assignment problem. 
30                We now extend the fetch method and do our assignment there instead of in the constructor.
31                       
322007-01-15 Benoit Grégoire  <bock@step.polymtl.ca>
33        * Sync initial schema and translations
34        * Minor spelling fixes
35
362007-01-14 Benoit Grégoire  <bock@step.polymtl.ca>
37        * Dependencies.php, AuthenticatorRadius.php:  Fix bug #287 (Dependencies not being detected properly)
38        * Content.php: Make hasDisplayableMetadata() consider Authors, and make it a bit faster.
39       
402007-01-13 Benoit Grégoire  <bock@step.polymtl.ca>
41        * Content.php:  Add setUserUIMainDisplayContent() and setUserUIMainInteractionArea()
42        to simplify writing subclasses and port all content subclasses to the new API.
43        * Content.php:  Add a new callcack method, isTextualContent(), to be used by
44        ContentFilters.  Indicates that the content is suitable to store plain text.
45        * ContentGroup.php:  No longer warn about empty ContentGroup in getUserUI(),
46        as this may now be perfectly normal if all content has expired.
47        * Rework the classes and css for user_ui_main_outer, isSimpleContent has been
48        eliminated and hasDisplayableMetadata is now defined is metadata is available.
49        This should allow better HTML consistency and simpler CSS, and be closer to what
50        people expect by default.  Content without metadata will display without
51        borders or background, and without margins when inside another content.
52        * smarty.resource.string.php:  Add a setter function,
53        smarty_resource_string_add_string() that must be used before calling the smarty
54         function.  Using the name as the the template was far to brittle.  This makes
55         the SmartyTemplate content much more reliable, and quite possibly faster.
56        * ShoutBox: A very basic but already extensible implementation of the
57        shoutbox use case.  Shows the last five shouts.  Can connect to another web
58        site through a javascript extension.
59        * SimpleSmartyTemplate:  Add a simple version of the SmartyTemplate content
60        type
61       
622007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
63        * FormSelectGenerator.php: Fix incorrect $this reference in isPresent().  The bug would only manifest
64         itself from the FlickrPhotostream's admin interface.
65        * page.php:  Fix missing retrieval of DB instance.
66
672007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
68        * Yet more Smarty cleanup, add some docs, add Smarty variables to access the physical node a user is connected to.
69        * RssAggregator.php:  Fix bug in setMaxItemAge() method when setting a null value
70        * Cache.php:  Performance optimization when caching is disabled.
71        * Fix bug where num online users in the portal was broken.
72       
732007-01-02 François Proulx <francois.proulx@gmail.com>
74        * Updated the SQL schema initial schema
75       
762006-12-31 Benoit Grégoire  <bock@step.polymtl.ca>
77        * More Smarty cleanup
78        * Content.php:  Bugfix:  metadata wasn't deleted along with the rest of the
79        content upon deletion.
80       
812006-12-30 Benoit Grégoire  <bock@step.polymtl.ca>
82        * install.php:  Move path verification to the first page, and make it clearer.  Fix PHP warnings.
83        * wifidog/include/smarty.resource.string.php:  A smarty resource plugin to parse a smarty template from a string
84        * SmartyTemplate:  Very basic but functionnal commit of the new Smarty content type. 
85        IMPORTANT NOTE:  This will eventually obsolete IFrameRest, which will be removed.
86        * Continue cleaning-up/standardizing Smarty variable usage.
87       
882006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
89        * Fix all PHP 5.2 compatibility issues I could find.  This needs further testing
90
912006-12-12 Pascal Charest <pascal.charest@gmail.com>
92        * install.php: Remove obsolete Phlickr installation references
93
942006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
95        * install.php, Dependencies.php:  Centralize Dependency detection (next is to centralize
96        dependency installation code).
97        * config.php: Remove more obsolete config directives.
98
992006-12-11 Benoit Grégoire  <bock@step.polymtl.ca>
100        * install.php:  Fix a few problems caused by obsolete magpierss detection code.
101        * install.php, config.php:  Remove the obsolete PHLICKR_SUPPORT option.
102       
1032006-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
104        * schema_validate.php:  Mute annoying ob_flush() notices.
105        * Node.php:  Add missing default parameter to getSelectNodeUI()
106        * get_stylesheet:  Fix date calculations that broke download.
107       
1082006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
109        Sync with my main developpement environement:
110        * Performance optimization pass:  Collect a few low hagning fruits
111        by implementing basic instance caching for classes Server, Network, Nodes, Content and User.
112         It's no replacement for a real ORM, but is cuts way down on duplicate SQL queries and
113         object instanciation for a single request.
114        * Langstring.php:  Slight performance optimization for admin interface, support for proper modification date.
115        * File.php:  Update to use unified content modification date.
116        * get_stylesheet.php:  Implement browser caching
117        * ContentGroup.php:  Get rid of is_locative and is_artistic metadata.  Will eventually be replaced by something better.
118        Allow editing of expired content elements
119        * Node.php, Utils.php:  Sort by case insensitive name, and show gateway id in node selectors
120        * BannerAdGroup.php:  Support group constraint of image size for all images in the group.
121        * ContentReport.php:  Finish basic content reporting. 
122        Note that for content that displayed before the logging fixes commited 2006-11-14, the display count will be underestimated: 
123        Display before then was only counted once per user per node.  Also File clickthrough wasn't logged (includes hyperlinked pictures).
124        * Content.php:  Implement a Key-Value Pair infrastructure.  In the future, this will often allow adding new content types without
125        having to modify the schema.  See the Content class documentation.
126        * Fix various small UI issues.
127       
1282006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
129        * common.php:  Fix the value of SESS_NODE_ID_VAR, it got overwritten by SESS_GW_ID_VAR.
130        Caused problems with logout.
131       
1322006-11-27 Benoit Grégoire  <bock@step.polymtl.ca>
133        * Try to fix #270:
134        * DateTime.php:  Rename class to DateTimeWD because of the stunt they pulled in PHP 5.2
135        * Content and derived classes:  Make all constructors protected.
136
1372006-11-26 Benoit Grégoire  <bock@step.polymtl.ca>
138        * lost_username.tpl, lost_password.tpl, resend_validation.tpl:  Fix #259 by commenting out
139        all Javascript. I hate removing outside contributions, but the lost_username,
140        lost password and re-send validation email have been broken for months and no one
141        stepped-in to fix it.
142         
1432006-11-23 Benoit Grégoire  <bock@step.polymtl.ca>
144        * Fix bug in node creation
145        * Add error message for geocoder when you didn't set the country
146        * Clarify error messages and description for the geocoder.
147        * Make the google-map locator for nodes use the network center coordinates.
148          This change makes it usable when you didn't use the geocoder first.
149        * Show the gateway id in the technical nodelist.
150       
1512006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
152        * Fix minor problems with template using obsolete constants
153        * Delete a bunch of unused templates
154       
1552006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
156        * Fix broken auth
157        * Fix broken portal when called from gateway
158       
1592006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
160        * Major schema update (this one is going to make your database grind for a while, sorry
161        about that...)
162        Fix a long standing design problem with the node table, where the ID could be changed. 
163        This caused performance problems when replacing gateways, and caused problems when
164        exporting data to other systems.  Among other things, it will allow us to finally
165         finish the JiWire output.
166        * Stylesheet.php:  New content type.  Takes advantage of two pass content display to create stylesheets to be used only at a specific node, or with a specific content.
167       
1682006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
169        * Change schema update method.  Will now do one transaction
170         per schema version, allowing each schema to assume that
171          the current schema is the previous one.  Also allows not
172          starting over when there is a problem.
173          Fixes schema update problems with the last commit
174       
1752006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
176        * RssAggregator.php:  At long last, sync with FeedPressReview 2.0
177         http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview)  and
178          make most of it's features directly available from the web interface.
179        This gives us:         
180        -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained)
181        -Now unobtrusively displays almost all item and feed metadata
182        -Supports images
183        -Supports podcasts and enclosures
184        -More accurate algorithm
185        -Criteria based default feed expansion
186        -More real-estate efficient, and improved UI
187        The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet).
188       
189        Warning: This changes the dependencies of the auth server.  Your RSS feeds will be disabled untill you re-run the install script.
190        * gw_message.php:  Fix validation period not being displayed.
191
1922006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
193        * MainUI.php:  Allow displaying any object with a getUserUI() method directly as content.
194
1952006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
196        * 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.
197
1982006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
199        * File.php:  Clickthrough weren't logged, DOH!
200        * User.php:  Error message on validation expired didn't properly output the validation grace time.
201        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken. 
202        * NodeListXML.php:  Small patch by Josephus to add the number of online users
203        * Improve CPU usage of the content manager
204        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
205                                        Add total execution time statistics.
206        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data. 
207                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
208                 for data before this patch. 
209                Same with number of clickthrough for File content types and derivatives (picture, etc.).
210        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
211       
2122006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
213        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
214        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display. 
215          Allow creating content such as stylesheets, feed accumulators, etc.
216        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
217        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
218        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
219
2202006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
221        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
222       
2232006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
224        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
225
2262006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
227        * install.php:  Put an end of line after the password, make it easier to read. 
228        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
229        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
230       
2312006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
232        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
233         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP. 
234        Fixes operational problems when PHP and PostGres don't have the same timezone
235        (which appears to be the case on Fedora by default).
236        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
237
2382006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
239        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
240
2412006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
242        * Fix french translation used for account validation to use same number of token as original message.
243        * Only show language combo when there is more than one language to select.
244
2452006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
246        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
247        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
248        * Some documentation updates for content filters
249        * Content.php:  Add isNotContentType() method.
250       
2512006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
252        * Access to the Content manager was broken for normal users, again.
253
2542006-09-11 François Proulx <francois.proulx@gmail.com>
255        * Changed install.php req. for Smarty 2.6.17 is mandatory
256        * ContentTypeFilter.php fixed the method checking function
257        * Fixed errors in French translation file
258
2592006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
260        * Fix PHPMailer that I've broken earlier
261
2622006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
263        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
264                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
265                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
266        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
267          line count and will stop the codebases from needlessly drifting apart.)
268
2692006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
270        * Add missing require of Statistics.php in stats.php
271
2722006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
273        * Fix non persistent content being available to add to nodes, networks and content groups.
274        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
275
2762006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
277        * Fix #63
278        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
279        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
280        * Do not allow SplashOnlyUser to set his preferences.
281        * Assigning a reusable content to a contentgroup element would make it non-reusable.
282Usability and UI fixes:
283        * Allow other users to log in when they are at a splash only node.
284        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
285        * Simplify HTML output for simple content.
286        * Fix IE layout bug in node admin
287        * Content linked to nodes and networks now edits in a new window.
288        * Remove "Add new node" menu item for consistency.
289
2902006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
291        * Remove most inclusions of MainUI in classes.
292        That completely broke authentication (circular dependencies).
293        Fixes 245.
294    Unfixes 242. Exceptions should not be caught in the context
295    they are thrown in. Else there no point in throwing exception in the
296    first place.
297        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
298
2992006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
300        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
301        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
302        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
303        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
304        * DateTime.php: Make class handle an empty date sensibly.
305        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
306        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
307                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
308        * Finally fix #127
309        * 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.
310        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
311        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
312                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
313                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
314                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
315        * Cleanup coments.
316        * Sync schemas
317
3182006-09-03 Max Horváth <max.horvath@maxspot.de>
319        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
320          replaced by the more meaningful term "anonymous user" (fixes #106)
321        * When creating a new node and choosing an existing node_id there will be
322          shown an error message (fixes #223)
323        * If one or more nodes aren't monitored they now will be announced on the
324          front page (instead of just showing the number of monitored online nodes)
325          (fixes #100)
326        * Display more meaningful error messages if required user permissions are
327          missing (fixes #242)
328        * Refactored Network->getAdminUI() to match look and feel of
329          Node->getAdminUI (fixes #140)
330        * Show descriptive status of node (fixes #241)
331
3322006-09-02 Max Horváth <max.horvath@maxspot.de>
333        * Installation script checks for PHP session extension (fixes #139)
334        * Removed "Call-time pass-by-reference has been deprecated" warnings
335          (fixes #239)
336        * Revert changes of FCKeditor implementation (fixes #240)
337        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
338          (fixes #145)
339        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
340        * Fix #141
341        * templates/sites/index.tpl: fix wrong user count (fixes #236)
342        * Added more trash mail services to the black list (fixes #149)
343
3442006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
345        * Fix #189, #173
346
347
3482006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
349        * Content.php:  Improve handling of simple but persistent content.
350
3512006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
352        * Server.php:  Make sure getCurrentServer returns the default server if the
353          hostname isn't recognised.
354        * Content manager:
355                - Allow deleting simple (trivial) but persistent content
356                - Remove the sponsor info field from Content Metadata.  Best practices
357                  is now to use the project info field to show this information.
358        * Add the necessary schema constraints to allow manually deleting networks,
359          nodes and users.  Be carefull, removing any of theses will remove all
360          traces of connection statistics as well.  You've been warned.
361        * Do not display the network in the login interface if there is only one.
362        * Add a pseudo-random content ordering mode.  Pick content elements
363          randomly, but do not display the same content twice untill all content
364          has been seen.
365        * Allow setting a title but not displaying it (very usefull for reusable
366          content)
367
3682006-08-29 Max Horváth <max.horvath@maxspot.de>
369        * Cleaned up PHPdoc tags
370        * Updated german translation
371        * Updated portuguese translation, thanks to Gabriel Hahmann
372        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
373
3742006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
375        * Add SimplePicture content type
376        * Fix #225 (For both nodes and networks)
377
3782006-08-28 Max Horváth <max.horvath@maxspot.de>
379        * Integrated KML node list export
380        * Integrated PDF node list export
381        * Updated Sprintf formatted strings in some Smarty templates
382
3832006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
384        * clickthrough.php, HyperLink.php:  Implement working hyperlink
385          clickthrough tracking (no reporting yet).
386          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
387          subclasses.
388        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
389          line count and will stop the codebases from needlessly drifting apart.
390        * Do not log content displayed as metadata, and log their clickthrough as
391          the parent's.
392
3932006-08-27 François Proulx <francois.proulx@gmail.com>
394        * Updated French translations
395        * Now using Sprintf formatted strings in some Smarty templates (see
396          example in templates/sites/index.tpl).
397        * Integrated back the SQL profiling functions
398
3992006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
400        * Fix a bug where having an empty username would break statistics.
401
4022006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
403        * Fix a bug in some reports when selecting a single user.
404
4052006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
406        * Fix #175.
407        * Fix the "Registration Log" and "User registration report" reports giving
408          incorrect statistics
409        * Allow disabling EventLogging class in config.php, to make SQL debuging
410          possible (The class was traping errors before AbstractDb could
411          output them)
412        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
413          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
414          been seeing.  That is probably only because we don't understand how to
415          properly control it's logging level.
416
4172006-06-18 François Proulx <francois.proulx@gmail.com>
418        * Added creation_date , last_update_date support to File content (with
419          proper HTTP caching handling)
420        * Added hyperlinks URL support in Picture content
421        * Fixed constants in Flickr Content
422        * Fixed #171 (Can't add existing content to Node)
423
4242006-06-17 François Proulx <francois.proulx@gmail.com>
425        * First iteration of JiWire CSV export
426                * Use : hotspot_status.php?format=JiWireCSV
427        * Fully working, but Excel doesn't seem to handle well UTF-8
428          investigation in progress.
429
4302006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
431        * Fix #151.  It was still around after all.
432
4332006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
434        * Completely refactor the look and html of the content manager, statistics
435          and most object's administrative interfaces.
436          Should be much simpler and clearer now.
437          No refactoring of the editing flow has been done yet.
438        * Spell check the french translation, and add a few of the missing strings.
439
4402006-05-26 François Proulx <francois.proulx@gmail.com>
441        * Added 'ja' to database locales table
442
4432006-05-26 François Proulx <francois.proulx@gmail.com>
444        * Added Japanese translation .po file
445          (Thanks to taedu AT ninjin-net DOT net)
446
4472006-05-24 François Proulx <francois.proulx@gmail.com>
448        * Stylesheet changes for left_area_bottom content block.
449
4502006-05-24 François Proulx <francois.proulx@gmail.com>
451        * Simplified Google Maps JS code to use more of the v2 abstraction
452        * Improved admin panels CSS classes
453
4542006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
455        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
456          causes very hard to track down problems with Internet Explorer.
457
4582006-05-22 François Proulx <francois.proulx@gmail.com>
459        * Fixed isValidUsername() Js function to allow caret and dot characters
460
4612006-05-22 François Proulx <francois.proulx@gmail.com>
462        * Use Pgsql persistent connections
463
4642006-05-22 François Proulx <francois.proulx@gmail.com>
465        * Removed unnecessary debug message
466        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
467
4682006-05-22 François Proulx <francois.proulx@gmail.com>
469        * Added generateFromArray parameter (max_length)
470        * Restricts select content ui combo box to 40 chars
471        * Added Smarty plugin modifier.fsize_format.php
472
4732006-05-21 François Proulx <francois.proulx@gmail.com>
474        * Stupid IE CSS bug fixed
475
4762006-05-21 François Proulx <francois.proulx@gmail.com>
477        * Fixed various bugs in content system
478        * stylesheet work
479
4802006-05-21 François Proulx <francois.proulx@gmail.com>
481        * Think I've fixed Google Maps on IE.
482                * need to test on another system..
483
4842006-05-20 François Proulx <francois.proulx@gmail.com>
485        * Completed french translations
486        * Fixed Flickr javascript
487        * Various stylesheet improvements to tighten up the portal and admin
488
4892006-05-20 François Proulx <francois.proulx@gmail.com>
490        * Various stylesheet improvements, started working on Île Sans Fil network
491          specific theme pack
492        * Fixed a few layout bugs
493
4942006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
495        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
496          endlessly
497
4982006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
499        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
500          when you are logged in.  There needs to be much better logick before we
501          export such things to smarty templates.
502
5032006-05-20 François Proulx <francois.proulx@gmail.com>
504        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
505        * Posted Île Sans Fil XSLT example stylesheet for converting the
506          hotspot_status page
507                * Browser view
508                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
509                * Simply use in this manner :
510                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
511
5122006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
513        * page.php:  Fix bugs in various files preventing the system from working
514          from the command line.
515
5162006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
517        * More install script fixes:  Phlickr wouldn't install, and the permissions
518          of wifidog/tmp/smarty/cache weren't checked.
519
5202006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
521        * More stylesheet and HTML work
522
5232006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
524        * Fix loging form incorrectly attempting to validate the password,
525          preventing many existing accounts from logging-in.
526        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
527          the general look.
528          This is incomplete, this commit was done to fix the problem above.
529        * install.php:  Fix path problems, make shel command errors visible.  Update
530          magpie and smarty url to latest versions (note that this won't
531          automatically update an existing install).  Didn't touch phlickr as I
532          didn't know the implications
533        * Add interactive scripts in sql/ to easily backup and restore a wifidog
534          auth server database.
535
5362006-05-10 François Proulx <francois.proulx@gmail.com>
537        * Fixed Google Maps script path to images.
538
5392006-05-10 François Proulx <francois.proulx@gmail.com>
540        * Added sweetTitles tooltips script, now if you need to add tooltips simply
541          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
542        * Fixed usort bug in MainUI
543        * Fixed download (wget) in install.php
544
5452006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
546        * Working (if slightly basic) theme manager.  You can pick the theme in the
547          network configuration.
548          To add your own theme, read wifidog/media/network_theme_packs/README.txt
549        * Cleanup and document the wifidog directory structure
550        * Minor HTML corrections for content types
551        * Completely rip out the old local_content system, and a bunch of obsolete
552          defines and config variables.
553        * Get rid of PHP generated stylesheets
554
5552006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
556        * Finish content assignation system
557        * Content ordering is now global (network, nodes and everywhere content cand
558          now be in mixed order).
559        * Implement 'everywhere' content
560        * Change MainUI::apendContent to MainUI::addContent
561
5622006-04-28 François Proulx <francois.proulx@gmail.com>
563        * Fixed error in initial data script
564
5652006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
566        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
567          instead of hardcoded 'default'
568
5692006-04-28 François Proulx <francois.proulx@gmail.com>
570        * Fixed initial_data schema script so that it adds a dummy server.
571
5722006-04-25 François Proulx <francois.proulx@gmail.com>
573        * Updated JavaScript code to work with Google Maps v2 API
574        * v2 will now provide full maps of European countries and is a bit faster
575        * Updated the schema accordingly with new GMaps values
576
5772006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
578        * Dependencies.php:  Small fix in case gettext isn't installed
579
5802006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
581        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
582
5832006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
584        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
585          problems once and for all, allowing everyone to define them the same way.
586          Fix a few bugs along the way. Should also be a little faster.
587
5882006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
589        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
590          to finally get the PATH stuff consistent and fixing the countless bugs
591          that this process introduced.
592          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
593          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
594          available to Smarty.
595          We already have 3 defines to be used for links and html refs, that's
596          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
597          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
598          explicitely do not want someting to be referenced over http
599          BASE_URL_PATH should be used in all other cases to avoid needless
600          SSL warning
601
6022006-04-17 Rob Janes <janes.rob@gmail.com>
603        * javascript for validating and navigating forms.
604        * help text (untranslated).
605        * EVENT_LOGGING enabling/disabling flag.
606        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
607          appropriate.
608        * standardize Smarty variables for Network and User info by adding
609          assignSmartyValues($smarty, $self) to Network and User.
610        * change_password only allowed if logged in.
611        * non-superadmin can only use change_password to change their own password.
612        * superadmin can use change_password to change any user password by
613          entering in their password for the old password.
614        * page_header div defined and positioned in MainUI
615
6162006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
617        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
618          to protected as the private methods broke IFrameRest
619
6202006-04-01 François Proulx <francois.proulx@gmail.com>
621        * Dumped initial schema from working install
622
6232006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
624        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
625          table to the dump, can someone re-generate the initial data from a
626          working install
627        * Remove the ?> tags from all the classes.
628
6292006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
630        * Fix bug where right_area_bottom content wouldn't be displayed.
631        * Minor CSS cleanup
632
6332006-03-28 François Proulx <francois.proulx@gmail.com>
634        * Fixed error in initial schema (bad client encoding)
635
6362006-03-28 François Proulx <francois.proulx@gmail.com>
637        * Fixed schema 37 : left_area_top
638        * Updated initial schema
639
6402006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
641        * First step in massive simplification of CSS and templates
642        * Implement the new main CSS structure
643        * Implement working content assignation interface and content ordering for
644          both network and nodes.
645        * Display of content according to assignation work on 'portal' and 'login'.
646          'everywhere' not yet implemented
647        * Get rid of some ISF specific interface elements
648        * Finally replace the overly complicated start button by a
649          "Use the Internet" link that will not get you out of your working tab
650        * Fix #118
651
6522006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
653        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
654          auth server should work properly with auth servers with magic quotes
655          turned on.
656          This is still not recommended however.
657        * Remove some spurious error ouptut on logout.
658        * Remove potential error in network id parsing
659
6602006-03-22 François Proulx <francois.proulx@gmail.com>
661        * Fixed Google Maps URLs bug
662        * Since Google Maps does not provide Javascript over SSL (it does but the
663          certificate does not match) the code path to the map does not use SSL, but
664          the outgoing URLs do.
665        * Removed lost echo in Locale.php
666
6672006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
668        * login/index.php: Remove huge security hole introduced by stylistic
669          changes in the file. A user could login to any hotspot by simply filling
670          a blank form because of a gratuitous change from empty to is_null
671          everywhere.  Remove escaping or REQUEST parameters in non SQL
672          related code, as this would lead to double unescaping down the line.
673          Remove logic dependent on encapsulated side effects of object method call.
674
6752006-03-19 François Proulx <francois.proulx@gmail.com>
676        * Updated French translations
677
6782006-03-18 Rob Janes <janes.rob@gmail.com>
679        * path_defines_base working for combinations of DocumentRoot, Alias,
680          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
681          and WIFIDOG_ABS_FILE_PATH dynamically.
682        * classes/Locale.php::getBestLanguage changed to correctly parse
683          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
684          Ignores SESS_LANGUAGE_VAR if invalid.
685
6862006-03-18 Rob Janes <janes.rob@gmail.com>
687        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
688
6892006-03-16 François Proulx <francois.proulx@gmail.com>
690        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
691        * Cleaned up a bunch of stale TODOs
692
6932006-03-16 Max Horváth <max.horvath@maxspot.de>
694        * updated language files (new german strings have already been translated)
695        * added LDAP authentication
696        * Dependencies class can check for an PHP extension now
697        * Dependencies class can check for multiple files on a single dependency now
698        * Authentication classes moved to it's own directory
699        * The getAuthenticator method now uses the much safer and faster
700          call_user_func_array function to return an authenticator object
701        * the available authenticator classes are now being displayed in a select
702          box on the network administration page
703        * the link to and the Google hotspots map as is won't be shown to an
704          unauthenticated user at a real hotspot
705
7062006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
707        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
708
7092006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
710        * init_php.php: Try to fix #102 by inspection
711        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
712          into AbstractDb.php to prepare for eventual switch to PDO file.
713        * incoming_outgoing_swap.php:  Delete file, closes #85
714
7152006-03-09 Max Horváth <max.horvath@maxspot.de>
716        * fixed small bug in the InterfaceElements class
717        * fixed PHP notices in portal/index.php and Locale class
718        * fixed small bug in Authenticator class which in resulted in a fatal PHP
719          error if a user logged out when his session was already gone
720    * using the {$isUserAtHotspot} smarty variable you can check now in every
721      template if a user calls the portal from a hotspot or not
722
7232006-03-08 Max Horváth <max.horvath@maxspot.de>
724        * fixed small bug where clicking on the start button at the portal page
725          didn't open the wifidog portal, but the requested page
726        * updated source to generate a clean PHPdoc output
727        * updated PHPdoc generating script
728
7292006-03-07 Max Horváth <max.horvath@maxspot.de>
730        * init_php.php now does a 100% strict check for variable types of
731          elements to be processed when magic_quotes are turned on
732        * fixed duplicate use of SSL_AVIABLE define in common.php
733          This fixes ticket #95.
734        * fixed problens with slashes in htospots_map.php
735          This fixes ticket #97.
736        * fixed variable typo in NodeListXML.php
737        * introduced new InterfaceElements class which is being used to create
738          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
739          we had i.e. on the node administration page (unclosed div).
740          It is being used on the node administration page now and will be updated
741          for the other admin pages ...
742        * when adding an owner or tech officer on the node admin page and pressing
743          enter in the input field the statistics where called (no owner or tech
744          officer was added) - this has been fixed
745        * database schema update 35 wasn't compatible with PostgreSQL version 7,
746          the update script has been changed to be compatible with it ...
747          This fixes ticket #94.
748        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
749          been included
750          This fixes ticket #98.
751        * on node administration page owners have less rights than admins
752
7532006-03-02 Max Horváth <max.horvath@maxspot.de>
754        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
755          transparency of PNGs
756
7572006-02-28 Max Horváth <max.horvath@maxspot.de>
758        * the content selector for an owner could produce notices
759        * the button add existing content in the content manager will only be shown
760          if content is actually available
761        * the start button on the portal page won't be shown anymore if a user
762          didn't access it from a WiFiDog hotspot
763        * deleted wifidog/templates/message_unknown_hotspot.html as this error
764          message will be displayed using the genecir error message template
765        * display of generic error messages will be handled by the MainUI class
766        * deleted wifidog/portal/missing_original_url.php as its functions is being
767          handled by wifidog/portal/index.php now
768        * deleted wifidog/templates/message_default.html as its functions is being
769          handled by wifidog/gw_message.php now
770        * deleted wifidog/templates/message_activate.html as its functions is being
771          handled by wifidog/gw_message.php now
772        * account validation hints finally show the real validation grace time
773          (used to display 15 minutes)
774        * deleted wifidog/templates/message_denied.html as its functions is being
775          handled by wifidog/gw_message.php now
776        * deleted wifidog/templates/message_failed_validation.html as its functions
777          is being handled by wifidog/gw_message.php now
778        * deleted wifidog/templates/user_management_menu.html as its not being
779          used anymore
780        * deleted wifidog/local_content/default/footer.html as its not being
781          used anymore
782        * deleted wifidog/local_content/default/header.html as its not being
783          used anymore
784        * deleted wifidog/local_content/default/portal.html as its not being
785          used anymore
786        * deleted wifidog/local_content/default/new.css as its wasn't ever used
787        * deleted wifidog/local_content/README as its content isn't valid anymore
788          used anymore
789        * Login site now uses a Smarty template to render HTML page
790        * class MainUI now also delivers $isOwner variable for Smarty
791
7922006-02-26 Max Horváth <max.horvath@maxspot.de>
793        * Hotspots map page now uses a direct Javascript call for the link
794          "Show me on the map" (resulting in the browser not jumping to the top of
795          the page if a user clicks on such a link)
796        * refactored hotspot status page, it now uses node list classes to generate
797          output
798        * WIFI411_CSV has been removed from hotspot status page - it didn't work
799          properly - a working version can be added to /wifidog/classes/NodeLists
800        * RSS feed of hotspot status now delivers language of user
801        * RSS and XML feed of hotspot status now actually do deliver data from
802          the requested network (before the code accepted network selection but
803          actually switched back to the current network)
804        * RSS feed of hotspot status page now gets announced in browser
805
8062006-02-25 Max Horváth <max.horvath@maxspot.de>
807        * fixed undefined variable bugs in statistic classes (use of date_from and
808          date_to), variables were processed directly from request, without any
809          check
810          This fixes ticket #71.
811        * clicking on a username in user logs now generates a individual user
812          report as it does when clicking on a username on the online users page
813        * Changing the value of the "Is persistent" checkbox doesn't have to
814          saved when JavaScript is enabled in the browser. Before this change
815          you had to save a content. So if you wanted to delete a persistant content
816          you first had to uncheck this checkbox, save the content and delete the
817          content after saving it. If JavaScript is enabled in your browser you
818          can go straight ahead, uncheck the checkbox and delete the content.
819          This fixes ticket #73.
820        * when processing global arrays if magic quotes is enabled, WiFiDog will
821          check for type variables
822          This fixes ticket #84.
823        * the RSS feed of nodes now delivers the correct link to the nodes homepage
824          This fixes ticket #80.
825        * small fix in schema_validate.php which should affect nobody (in schema
826          version 9)
827          This fixes ticket #79.
828        * fixed "Show all available contents for this hotspot" link which didn't
829          work if WiFiDog wasn't located in the root folder of the webserver
830        * the "Show all available contents for this hotspot" link won't be shown
831          anymore unless all requirements are meet that all content of a hotspot
832          would be shown. The requirements are: you need to have at least one
833          Content Group tagged artistic and locative content, with at least one
834          content group element available for display.
835          This fixes ticket #35.
836        * adjusting the location of a node via the Google maps geocoding service)
837          and clicking the button "Use these coordinates" didn't work
838          This fixes ticket #81 and #82.
839        * the content select box now only shows the content to a user of which is
840          is the owner from (same mechanism has already been used on the content
841          manager page) or all content if the user is a superadmin
842        * wifidog/admin/content_admin.php removed, because the content manager now
843          uses the generic object administration interface
844        * the creation date of a network can be changed now (this value wasn't
845          displayed in the admin interface, even though it was present in the
846          database)
847        * revamped administration sidebar, cleaner interface for the superadmin,
848          for the owner of a node nothing changes
849        * added "server administration" section to the administration interface
850        * Added administration of webservers. For one webserver not much changes.
851          The SSL available setting has been moved to this section (and removed
852          from config.php). Running WiFiDog on two or more webserver (with one
853          database) you now can define the different hostnames of the webserver.
854          Of course you can also define, which of those webserver serves SSL. This
855          is for example essential for the Google maps feature (different API keys
856          for different hostnames)
857        * for every network you now can define it's own Google Map initial values
858          and map types
859        * Hotspots map page now supports different maps for different networks
860        * Hotspots map page now supports different map types for different networks
861          This fixes ticket #69
862        * Hotspots map page now offers full multilingual support (text in the
863          JavaScript file was english only)
864        * Hotspots map page now uses a Smarty template to render HTML page
865
8662006-02-21 Max Horváth <max.horvath@maxspot.de>
867        * fixed access restriction for HTMLeditor in templates folder
868        * fixed XML error in HTMLeditors CSS and HTML templates
869        * fixed undefined variable bug in content class ContenGroup
870        * start page now uses a Smarty template to render HTML page
871        * start page now also displays information about deployed/operational nodes
872        * information about valid/online users and deployed/operational nodes gets
873          cached if caching has been enabled (valid/online users for 1 minute,
874          deployed/operational nodes for 5 minutes)
875
8762006-02-17 Max Horváth <max.horvath@maxspot.de>
877        * refactored lost username site - now it also includes the help toolbox
878        * lost username page now focuses input field automaticly (like on login or
879          signup page)
880        * refactored lost password site - now it also includes the help toolbox
881        * lost password page now focuses input field automaticly (like on login or
882          signup page)
883        * refactored sesend validation email site - now it also includes the help
884          toolbox
885        * refactored resend validation email page now focuses input field
886          automaticly (like on login or signup page)
887
8882006-02-16 Max Horváth <max.horvath@maxspot.de>
889    * added full PHPdoc documentation to Mail class
890    * added more temporary-email-address-providers to the black-list
891        * Login site now uses a Smarty template to render HTML page
892        * refactored signup site - now it also includes the help toolbox
893        * removed Phlickr directory in /lib dir as Phlickr must be installed via
894          PEAR
895        * modified gen.sh to include new template folders for the
896          translation file generation
897
8982006-02-15 Max Horváth <max.horvath@maxspot.de>
899        * Login site now uses a Smarty template to render HTML page
900
9012006-02-14 Max Horváth <max.horvath@maxspot.de>
902        * converted Session class to PHP5 style
903        * moved code used used to init PHP into wifidog/include/init_php.php
904        * fixed bug regarding APC (super globals weren't initialized before their
905          first use
906        * in an attemp to enter the administration interface of WiFiDog and not
907          being logged in you'll be redirected to the administration interface after
908          a successful login, if you are an admin or owner of a node. This only
909          works for a virtual login, as it isn't needed to be done when logging in
910          via a WiFiDog node (then you have to login anyway on the splash page
911          first)
912        * fixed preview of network in administration interface as content for a
913          network as is isn't available in the code, yet
914
9152006-02-13 Rob Janes <janes.rob@gmail.com>
916    * cron/cleanup.php needed new way to call common.php
917        * added cron/vacuum.php to round things out
918
9192006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
920        * Fix a bunch of file inclusion bugs in the statistics subsystem.
921          This is only a ad-hac fix. It seems the requires for just about every
922          class have been stripped off. This must be fixed, all classes should
923          require_once all classes or include that they need that isn't included by
924          a parent class.
925
9262006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
927        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
928        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
929          file
930
9312006-02-04 Max Horváth <max.horvath@maxspot.de>
932        * MainUI class now uses Smarty templates to render HTML pages
933        * display of debug messages by using $_REQUEST['debug_request'] on any
934          page is now only possible for a super admin
935        * caching class now supports lifetime of a cache and every data type
936          supported by PHP (except the resource-type)
937        * Content class caches available content plugins for 7 days if caching has
938          been enabled -> results in a nice speed-up on every page call because
939          of 17 saved filesystem queries
940        * converted Security class to PHP5 style and it's functions to static
941          functions
942        * fixed broken HTMLeditor support
943        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
944          installed it strips down all potentially dangerous content within HTML
945          that has been entered using the content plugins Langstring,
946          TrivialLangstring and HTMLeditor
947        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
948        * fixed thrown exception in path_defines_base.php (sprintf() was used
949          uncorrectly)
950        * template for definition of SYSTEM_PATH has been added to config.php
951          for easier definiton when path detection failes
952        * from now on caching is enabled by default in config.php - it means that
953          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
954          has been installed
955        * updated installation file to represent all the new modules that can be
956          installed to use all WiFiDog features
957
9582006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
959        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
960          more meaningfull output
961
9622006-01-29 Max Horváth <max.horvath@maxspot.de>
963        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
964          both PHP caches, because WiFiDog currently doesn't run with either of
965          those PHP caches (I'm still investigating why)
966        * added a missing <ul> HTML tag on the administration page
967        * the validation mail sent to new users now includes the full path to the
968          WiFiDog installation (before it assumed WiFiDog to be installed in
969          the document root of the webserver)
970        * fixed display of start button of portal when WiFiDog is not installed
971          in the document root of the webserver
972        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
973          path_defines_base.php
974        * updated HTMLeditor content class to use the new, moved stylesheet.css
975        * fixed error messages not displaying technical support e-mail address
976
9772006-01-25 Max Horváth <max.horvath@maxspot.de>
978        * a notice message regarding timezones was being displayed when running PHP
979          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
980          in config.php named DATE_TIMEZONE. Set it to your local timezone.
981          Don't forget to update your local.config.php in case you're using it.
982
9832006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
984        * Dependencies.php:  We missed one more instance of non-unifrom code for
985          path detection. The Dependencies class now uses the code in
986          include/path_defines_base.php like the rest of the system. Also make it
987          returns more usefull error messages.
988        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
989      cannot be found for some reason.
990
9912006-01-23 Max Horváth <max.horvath@maxspot.de>
992        * Removed compiled PHPdoc documentation
993        * moved createDoc.sh to "doc" directory, documentation can be generated on
994          the fly now, in the future we'll be generating a nightly PHPdoc on
995          wifidog.org
996        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
997          PHPdoc
998        * moved "header.gif" image to its own folder in the images directory
999        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
1000          compiling without any warnings
1001        * Initialized uninitialized variables in Node class
1002        * Fixed initialization error of one variable
1003        * Configuration file (config.php) will be read before path detection is
1004          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
1005
10062006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
1007        * common.php: Real fix for Ticket #59 ;)
1008        * common.php: Untested fix for Ticket #59
1009
10102006-01-18 François Proulx <francois.proulx@gmail.com>
1011        * Remove unneeded .cvsignore files since the svn:ignore property is set to
1012          the same list
1013
10142006-01-11 Rob Janes <janes.rob@gmail.com>
1015    * classes/User.php: added setters, getters, throw exceptions, added
1016      refresh() subr, tweaked language
1017
10182006-01-09 Max Horváth <max.horvath@maxspot.de>
1019        * createDoc.sh: added description of how to install requirements
1020
10212006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
1022        * common.php: Improve path detection code, and start moving PATH detection
1023          back to a central location. You should NEVER go to any $_SERVER[]
1024          variables for path related stuff, all you need is already available
1025          in defines.
1026        * UserReport.php: Remove dangling reference to BASEPATH.
1027        * install.php: Use centralised path detection.
1028
10292006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1030        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
1031          making one less config option to manage.  It is now autodetected.
1032
10332006-01-03 Rob Janes <janes.rob@gmail.com>
1034        * added support for classes/EventLogging.php.
1035        * modified include/common.php to pull in the EventLogging class
1036        * modified index.php to kick start error logging with minimal setup.
1037          I didn't setup a css for this, so any errors are simply pushed out
1038          when the logging channel is destructed.
1039        * other changes to include/common.php - a host of utility functions,
1040          prefixed with "cmn" to avoid namespace collision.
1041        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
1042          to include/common.php, wrapping the require_once in a function.
1043
10442006-01-04 Pascal Leclerc <isf@plec.ca>
1045    * install.php: New security validation and small bugs fix in admin account
1046      creation
1047
10482006-01-02 Rob Janes <janes.rob@gmail.com>
1049        * split static stylesheet.css from smarty template stuff.
1050          local_content/default/stylesheet.css has only smarty template stuff.
1051          local_content/common/stylesheet.css has all the rest.
1052        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
1053          still smarty fetching the templated stylesheet.
1054        * classes/SmartyWifidog.php changed to set a smarty template variable so
1055          that the templating stylesheet could work.
1056
10572005-12-29 François Proulx <francois.proulx@gmail.com>
1058        * Integrating Philippe's code for User class
1059        * This build needs extensive testing please
1060        * E-mail blacklisting (Mail class)
1061
10622005-12-29 François Proulx <francois.proulx@gmail.com>
1063        * Added Aidan's file_exists_incpath function to Dependencies class
1064        * Translated and standardized most of PostgreSQL abstraction class.
1065        * Removed blank lines at end of many files
1066        * Tested the new Phlickr package, which fixes URL on Flickr
1067
10682005-12-28 Max Horváth <max.horvath@maxspot.de>
1069        * Removed BASEPATH define from source - resulting in a better
1070          require-overview
1071        * speed improvement of 7% by optimizing Dependencies class
1072        * improved documentation of content classes
1073
10742005-12-26 François Proulx <francois.proulx@gmail.com>
1075        * Fixed bug when the same user was owner of many nodes
1076        * Added missing reference to content_display_location initial data in dump
1077          script
1078
10792005-12-26 François Proulx <francois.proulx@gmail.com>
1080        * Tiny modifications to config.php
1081        * Reinserted the deprecated defines, created errors on my system
1082        * Fully translated FormSelectGenerator class, Locale
1083        * Added comments to Utils, Locale etc..
1084        * Fully tested installation from scratch using blank database with
1085          installation script
1086        * Improved installation script a bit
1087        * Synched SQL for CVS schema 29 --> 33
1088
10892005-12-26 Max Horváth <max.horvath@maxspot.de>
1090        * added new headers to every source file
1091        * converted file to represent a tab as four (4) spaces
1092        * added PhpDocumentor documentation
1093        * added WiFiDog skin to HTMLeditor
1094        * language selection in a content class now shows the language name instead
1095          of the language code
1096        * added caching support to content classes Langstring and TrivialLangstring
1097
10982005-12-15 Max Horváth <max.horvath@maxspot.de>
1099        * fixed bug in dependencies class when gettext support for PHP is not
1100          available
1101
11022005-12-14 Max Horváth <max.horvath@maxspot.de>
1103        * fixed bug in config.php:59 ... was unable to select DB server
1104
11052005-12-08 Max Horváth <max.horvath@maxspot.de>
1106        * added FCKeditor to the supported libraries
1107        * added new content type: HTMLeditor
1108        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
1109          config.php
1110        * HTMLeditor is the first class using the new caching class
1111        * removed unused function from content type Langstring
1112        * beautified and reorganized config.php and added a new switch for the
1113          caching class
1114
11152005-12-06 Max Horváth <max.horvath@maxspot.de>
1116        * fixed SQL bug when calling the "report configuration" page as a node owner
1117
11182005-12-05 François Proulx <francois.proulx@gmail.com>
1119        * Crunched the Google Maps Div block for better display on small screens
1120
11212005-12-05 Max Horváth <max.horvath@maxspot.de>
1122        * fixed bug when calling the preview version of a login page
1123
11242005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
1125        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
1126          change works with postgresql 7.4 and 8. It is still not understood why
1127          ISF doesn't encounter this bug on it's production server.
1128
11292005-11-28 François Proulx <francois.proulx@gmail.com>
1130        * Improved Flickr user output
1131        * Mostly completed Flickr admin UI
1132        * Changed display algorithm to display sequentially
1133
11342005-11-25 Rob Janes <janes.rob@gmail.com>
1135        * EventLogging class initial checkin
1136
11372005-11-14 Max Horváth <max.horvath@maxspot.de>
1138        * fixed path to included classes
1139          Guys, please check the paths to included files twice next time you're
1140          moving files
1141
11422005-11-12 François Proulx <francois.proulx@gmail.com>
1143        * Fixed schema 33 update
1144        * fixed css
1145
11462005-11-11 François Proulx <francois.proulx@gmail.com>
1147        * Fixed Admin hotspot location map
1148        * Take note: Google Maps updated their API key system, so that you simply
1149          need to register a key for the whole domain.
1150          ie. one key for http://auth.abc.org will work even in sub-directories
1151        * Changed the Content classes structure to make them "pluggable" more easily
1152          as requested during last developpers meeting
1153        * node_list.php now support column sorting, node_id are naturally sorted
1154          (numerical order, alphabetic)
1155        * Added 2-dimensionnal natural sort algorithm to Utils class
1156        * fixed Node::getSelectNodeUI to naturally sort by node_id
1157        * Improved Flickr content class
1158        * Modified Flickr database schema
1159        * Modified CSS look and feel
1160
11612005-11-08 Philippe April  <philippe@ilesansfil.org>
1162        * Put a note to mention the roles of users in the logged in users list
1163        * Fixed online users link to statistics
1164
11652005-11-01 Max Horváth <max.horvath@maxspot.de>
1166        * added german translation
1167        * modified gen.sh to include geocoder and statistics classes for the
1168          translation file generation
1169        * modified hotspot status page to allow translations of every string
1170        * modified node list page to allow translations of every string
1171        * modified FAQ page to allow translations of every string
1172        * fixed bug in FAQ page which caused the Safari browser to display very
1173          large text
1174        * modified online users page in administration to allow translations of
1175          every string
1176        * added Phlickr directory to /lib
1177
11782005-10-25 Francois Proulx <francois.proulx@gmail.com>
1179        * /classes/DateTime.php : First iteration of DateTime abstraction class
1180        * Basic support for datetime input field.
1181        * TODO : Overhaul with full-fledged datetime selector...
1182
11832005-10-25 Francois Proulx <francois.proulx@gmail.com>
1184        * AuthenticatorRadius : Fixed legacy variable misuse
1185
11862005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
1187        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
1188          actually tested. Guys, read the documentation of the function parameters
1189          when you code, it's there to help you ;)
1190
11912005-10-21 Francois Proulx <francois.proulx@gmail.com>
1192        * Integration testing for Radius debugging
1193        * Added network_id parameter to hotspot_status.php for selecting network
1194        * Default network will be automatically selected...
1195
11962005-10-04 Francois Proulx <francois.proulx@gmail.com>
1197        * Scaled down network logo
1198        * Changed CSS accordingly
1199        * Modified online users SQL query to sort better
1200
12012005-10-04 Francois Proulx <francois.proulx@gmail.com>
1202        * Removed unwanted file from checkout
1203
12042005-10-07 Philippe April  <philippe@ilesansfil.org>
1205        * Released wifidog-auth-1.0.0_m2
1206
12072005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1208        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1209          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1210          a server, you can add your users, and then change the authenticator class
1211          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1212        * signup.php: Actually enforce it. Still needs improvement, as the network
1213          is still shown for signing up.
1214
12152005-10-04 Francois Proulx <francois.proulx@gmail.com>
1216        * Translated some error message in SQL abstraction
1217        * Cleaned up error messages when starting from scratch
1218        * Added link to install script, when the database is empty.
1219        * Fixed initial data dump script
1220
12212005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1222        * Remove a bunch of deprecated methods from the Node object,
1223          document undocumented methods.
1224        * Make the node id editable.  This allows the gateway "MAC address as node
1225          ID" patch by London wireless to be usable with the standard auth server,
1226          and to transition to using MAC address as node ID.
1227        * Fix a saving problem with all the content types with some versions of PHP
1228        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1229          style query returning HTML to be displayed in a HTML iframeset. Currently
1230          supported are substitution of the node_id, the user_id and the last
1231          display date in the get query.
1232        * CVS version of the auth server should now be "reasonnably" safe to use in
1233          production, so the 2005-09-01 notice is no longuer in effect.
1234
12352005-10-04 Francois Proulx <francois.proulx@gmail.com>
1236        * Translated signup page messages
1237
12382005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1239        * Partial login page content manager support (Node only for now)
1240
12412005-09-27 Philippe April  <philippe@ilesansfil.org>
1242        * Guess the best language from what the browser sends,
1243          otherwise use the default.
1244
12452005-09-26 Francois Proulx <francois.proulx@gmail.com>
1246        * Translated the few new sentences on the login page
1247
12482005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1249        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1250          remove unnecessary words.
1251
12522005-09-26 Francois Proulx <francois.proulx@gmail.com>
1253        * Completed translations
1254
12552005-09-26 Francois Proulx <francois.proulx@gmail.com>
1256        * Fixed annoying bug in new google maps code
1257
12582005-09-25 Francois Proulx <francois.proulx@gmail.com>
1259        * Complete rewrite of Google maps code, now stands as a js class
1260        * relooking of mapping stuff
1261        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1262        * fixed broken xml, damn blank lines...
1263
12642005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1265        * Statistics:  At long last, the monster statistics commit.
1266          We finally have a stable, documented and uniform codebase for statistics.
1267          This resulted is removal of several functions in other classes too.
1268          There are a few new reports, but mostly, each report is a lot more
1269          flexible.
1270          Still TODO:
1271          - Security:  This is to be implemented directly in the Statistics class,
1272            by forcing restrictions to the selected nodes and network.
1273          - Support selecting multiple users for a report.
1274            The code and SQL queries support it, but the UI doesn't. An easy and
1275            quick way would be to simply parse a coma-separated list. Comment are
1276            off course welcome!
1277
12782005-09-25 Francois Proulx <francois.proulx@gmail.com>
1279        * Updated initial SQL script to schema 29
1280        * Remove useless includes in some files, preventing from using the "plugin"
1281          contents
1282
12832005-09-25 Philippe April  <philippe@ilesansfil.org>
1284        * Make method getCurrentRealNode ORDER BY DESC so it picks
1285          up the latest network name
1286
12872005-09-20 Francois Proulx <francois.proulx@gmail.com>
1288        * Changed the output layout of the Google Maps hotspots list
1289        * Added "Loading" message on Google Maps
1290
12912005-09-17 Francois Proulx <francois.proulx@gmail.com>
1292        * Fixed forgotten reference to getNetwork in AuthLocalUser
1293
12942005-09-17 Francois Proulx <francois.proulx@gmail.com>
1295        * Fixed a few bugs in Radius class
1296        * Improved syntax and completed 100% of French translations
1297
12982005-09-17 Francois Proulx <francois.proulx@gmail.com>
1299        * Fixed RADIUS bug #1287000
1300
13012005-09-16 Francois Proulx <francois.proulx@gmail.com>
1302        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1303        * This class provides UTF-8 mailing for validation e-mail, lost password,
1304          lost username...
1305        * Fixes reported bug where users would not receive validation email on
1306          some servers
1307
13082005-09-13 Francois Proulx <francois.proulx@gmail.com>
1309        * Added bytes in words for online users
1310
13112005-09-13 Francois Proulx <francois.proulx@gmail.com>
1312        * Fixed bug in user stats
1313
13142005-09-13 Francois Proulx <francois.proulx@gmail.com>
1315        * Added access permissions for statistics.
1316
13172005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1318        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1319          account_origin as a parameter to the authenticator was wrong.  To fix it
1320          manually if you already ran the script, you must quote the parameter in
1321          column network_authenticator_params in the networks table.
1322        * Network.php:  Fix improper quoting of Authenticator arguments.
1323        * RssPressReview.php:  Make expansion of today's item optionnal.
1324
13252005-09-11 Francois Proulx <francois.proulx@gmail.com>
1326        * Fixed dependency check, found a workaround for the file_exists problem
1327
13282005-09-11 Francois Proulx <francois.proulx@gmail.com>
1329        * Added dependency check for Phlickr
1330
13312005-09-11 Francois Proulx <francois.proulx@gmail.com>
1332        * Fixed Flickr support
1333        * Now using PEAR version of Phlickr
1334        * Download the latest package and install like this: pear install
1335          PhlickrXYZ.tar.gz
1336
13372005-09-10 Francois Proulx <francois.proulx@gmail.com>
1338        * Fixed dependency check
1339
13402005-09-10 Francois Proulx <francois.proulx@gmail.com>
1341        * Removed many blank lines after php tags
1342        * added more checks, for dates etc...
1343        * changed sorting mode
1344
13452005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1346        * Add UI to add a new Network
1347        * Improve UI to add a new Node and new Content
1348
13492005-09-10 Philippe April  <philippe@ilesansfil.org>
1350        * signup.php: Fixed bug in detecting is the user is already part of the
1351          network.
1352        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1353          users from logging out.
1354        * add BASEPATH to most files with require_once
1355        * Added dependency checking class
1356        * Don't show the admin menu if user does not have access
1357        * Got rid of user_log_detailed.html, using stats.php instead
1358
13592005-09-10 Francois Proulx <francois.proulx@gmail.com>
1360        * Automatically redirect user to login form when trying to access admin
1361        * Added various isset, empty tests, vars init in stats (to avoid PHP
1362          warning)
1363
13642005-09-08 Philippe April  <philippe@ilesansfil.org>
1365        * New stats system with graphs
1366        * Changed the UI a bit to reflect this change
1367        * Updated stylesheet
1368
13692005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1370        * portal/index.php:  Custom portal redirect now operational.
1371
13722005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1373        * MainUI:  Move call to garbage_collect() here.
1374        * portal/index.php:  New feature:  Custom portal redirect.
1375        * rework much of the logout code
1376
13772005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1378        * login/index.php:  Fix getSplashOnlyUser() method call.
1379
13802005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1381        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1382          news.
1383        * login/index.php:  Reorganise code to make it more legible and comment what
1384          it does. Emphasise error messages and put them right above where they
1385          clicked so users can actually see them.
1386        * Security.php:  Remove deprecated login code
1387        * Authenticator.php: Change calling convention for better encapsulation
1388        * New feature:  Support multiple simultaneous logins if enabled in network
1389          configuration
1390        * New feature (in testing): Splash-only node support
1391
13922005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1393        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1394          in the server config.  It is still strongly recommended to disable
1395          magic_quote
1396        * Node.php:  Add UI for splash only node and custom portal
1397        * Update schema
1398
13992005-09-04 Francois Proulx <francois.proulx@gmail.com>
1400        * Removed update.php script ( should not have been in CVS )
1401        * Moved authenticator require in Network getAuthenticator()
1402
14032005-09-03 Philippe April  <philippe@ilesansfil.org>
1404        * Schema change: Added last_paged column to nodes table
1405        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1406        * s/Networt/Network/
1407        * Fixed signing up and validation, typos
1408
14092005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1410        WARNING:  DO NOT use the CVS auth server in production until further notice.
1411        Massive internal changes are underway.
1412        Use the release tagged 1.0m1 in production.
1413        * Network abstraction mostly complete, including UI.
1414          All that is missing is new network creation, network stakeholder UI and
1415          testing.
1416        * Cleanup the config file of all the now unneeded constants.
1417          Note that the install script is currently broken.
1418          There can now be multiple networks on the server.
1419          The install script will have to make sure that there is at least one, with
1420          one super-admin
1421
14222005-08-31 Francois Proulx <francois.proulx@gmail.com>
1423        * Fixed bug where node ID containing periods, whitespaces or underscores
1424          would confuse PHP
1425        * MD5 hash is used to make sur the http vars are unique
1426        * This is only valid for Node administration
1427
1428NOTE:  the 1.0m1 release was tagged here
1429
14302005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1431        * Node.php:  Fix node creation
1432
14332005-08-31 Francois Proulx <francois.proulx@gmail.com>
1434        * Fixed new node creation bug
1435
14362005-08-29 Philippe April <philippe@ilesansfil.org>
1437        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1438          IE to see the map properly.
1439
14402005-08-22 Pascal Leclerc  <pascal@plec.ca>
1441        * install.php, Change javascript to OnClick + dependencie note
1442        * schema_validate.php, Fix broken DB update for install.php
1443        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1444          installed
1445
14462005-08-22 Francois Proulx <francois.proulx@gmail.com>
1447        * Added edit button for quickly accessing Content editing mode
1448        * Changed the layout so the admin ui fits in a tighter space
1449
14502005-08-21 Francois Proulx <francois.proulx@gmail.com>
1451        * Added reference to new street address fields in mapping page and on status
1452          template
1453        * Fix bug on line 756 of RssPressReview , added check for empty var.
1454        * Flickr support is broken, added  bug to sf.net tracker
1455
14562005-08-21 Francois Proulx <francois.proulx@gmail.com>
1457        * Node admin UI should now be completed.
1458        * Minor bug fixes in Geocoder
1459        * Merged node_owners and node_tech_officers table into node_stakeholders
1460
14612005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1462        * New schema version
1463        * install.php, tmp/magpie_cache/:  Move all magpie caches
1464          to a central location, adjust install script to match.
1465        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1466          a parameter to the page
1467        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1468          recently subscribed first, this is a stopgap measure while waiting for
1469          Content ordering to be explicitely settable.
1470        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1471        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1472          and getFeedTitle() methods.
1473          Fixes minor bugs
1474
14752005-08-17 Pascal Leclerc  <pascal@plec.ca>
1476    * Added install script + minor changes in schema_validate.php
1477
14782005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1479        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1480
14812005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1482        * Run sync_sql_for_cvs.sh
1483        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1484          which no longer exists
1485        * .project:  Remove mistakenly commited file in last commit
1486        * .cvsignore:  Add file to avoid previous error
1487
14882005-08-12 Francois Proulx <francois.proulx@gmail.com>
1489        * Added missing GisPoint fille to CVS
1490        * Fixed some bugs
1491        * Added Technical officer table
1492        * Added technical officer management to node UI
1493
14942005-08-12 Francois Proulx <francois.proulx@gmail.com>
1495        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1496        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1497        * This is a stupid limitation of the Google Maps API which matches the
1498          complete URL path
1499        * Added /classes/GisPoint.php class
1500        * Will add geocode + Google Maps capabilities very soon
1501        * Notice : the XML schema will change very soon...
1502        * I will try to keep the streetAddress field intact so I won't break
1503          backward compat.
1504
15052005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1506        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1507          constructor
1508        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1509          reflect it's independently maintained status
1510        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1511        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1512          admin UI written.
1513        * wifidog/include/schema_validate.php:  Create the table structure for the
1514          new RssAggregator.
1515          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1516          new Content class.
1517
15182005-08-11 Francois Proulx <francois.proulx@gmail.com>
1519        * Refactored the Admin UI.
1520        * I need to write the upload form and rewrite statistics
1521
15222005-08-10 Francois Proulx <francois.proulx@gmail.com>
1523        * More GIS stuff
1524
15252005-08-10 Francois Proulx <francois.proulx@gmail.com>
1526        * Added Geocoders
1527          - /classes/AbstractGeocoder.php
1528          - /classes/Geocoders/GeocoderCanada.php
1529          - /classes/Geocoders/GeocoderUsa.php
1530        * This will be used for enterring GIS data
1531        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1532
15332005-01-25 Pascal Leclerc  <pascal@plec.ca>
1534        * Fix hardcoded images path in classes/MainUI.php
1535
15362005-07-25 Francois Proulx <francois.proulx@gmail.com>
1537        * Fixed bug in hotspot_status , added htmlspecialchars();
1538        * This solved the bug where ampersands would break the XML
1539
15402005-07-17 Francois Proulx <francois.proulx@gmail.com>
1541        * Fixed bugs in gen.sh, compile.sh locale scripts
1542
15432005-07-12 Francois Proulx <francois.proulx@gmail.com>
1544        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1545          element to networkMetadata
1546
15472005-07-12 Francois Proulx <francois.proulx@gmail.com>
1548        * Fixed XML protocol for exchanging hotspots status.
1549        * Should now be considered stable (stamped v1.0)
1550        * Fixed hotspots status map to reflect the changes
1551        * Added french translations
1552
15532005-07-11 Francois Proulx <francois.proulx@gmail.com>
1554        * Changed link to hotspots map using NON ssl because Google Keys are
1555          sensitive to the whole path.
1556
15572005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1558        * classes/RssPressReview.php: Begin rewrite.
1559        * classes/MainUI.php: Add addFooterScript() function.
1560        * venues_map.php:  Workaround the IE DOM problem.
1561
15622005-07-05 Francois Proulx <francois.proulx@gmail.com>
1563        * Changed wording in hotspots status page added legend
1564
15652005-07-05 Francois Proulx <francois.proulx@gmail.com>
1566        * Minor adjustements to icon positionning
1567
15682005-07-05 Francois Proulx <francois.proulx@gmail.com>
1569        * Changed google maps marker icons
1570
15712005-07-05 Francois Proulx <francois.proulx@gmail.com>
1572        * Added missing elements in XML exchange format
1573        * Stable v1.0 for XML exchange format and Google Maps mapping
1574        * Added GMaps constants to config file
1575        * Unsmartied index.php , added link to map
1576        * Check config.php to set corresponding values
1577        * You can now use hotspot_status.php?format=XML along with xslt query string
1578          parament to convert your XML document
1579        * For this to work, You need to have activated XSLT ( see config file )
1580
15812005-07-05 Francois Proulx <francois.proulx@gmail.com>
1582        * Added Google Maps mapping venues_map.php
1583        * /js/venues_status_map.js  JavaScript code for Mapping
1584        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1585          a snap
1586
15872005-07-03 Francois Proulx <francois.proulx@gmail.com>
1588        * Updated the XML venues status format ( version 1.0, once approved )
1589        * Added long / lat fields to nodes table ( for mapping purposes )
1590
15912005-06-17 Francois Proulx <francois.proulx@gmail.com>
1592        * Added IFrame and SimpleIFrame content types.
1593
15942005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1595        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1596          non-persistent, no matter the checkbox.  Move the code to
1597          TrivialLangstring.php where it belongs.
1598
15992005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1600        * portal/inted.php:  Implement the start button functionnality (maybe it
1601          would be better to call it "use the Internet").  From now on, once
1602          authenticated and when pressing the start button on the portal, the user
1603          will be sent to the page he originally tried to access.  A second window
1604          will be popped with the portal page so he can come back to it. The window
1605          is collapsed, and can be expanded back by clicking on the link. I tried
1606          to make it cross platform (and mostly did) but it's still buggy in IE.
1607
1608          At the same time, this fixes the goof reported by Rob Kelley of
1609          nycwireless.net
1610
1611        * portal/missing_original_url.php:  Displayed when the user tries to use the
1612          start button but for some reason the original url is unavailable
1613        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1614          URL in the user's URL bar.
1615
1616
16172005-06-17 Francois Proulx <francois.proulx@gmail.com>
1618        * Removed forced Pattern Language on all hotspots
1619        * Do not show hotspot logo in portal page, only on login, until we find a
1620          better layout
1621
16222005-06-16 Francois Proulx <francois.proulx@gmail.com>
1623        * Added XML output format for hotspot_status.php
1624        * Rough draft v1.0
1625        * TODO move to different classes once stabilized
1626        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1627        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1628        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1629
16302005-06-06 Francois Proulx <francois.proulx@gmail.com>
1631        * Added long description field to content table
1632        * MUST use schema_validate
1633        * Modified Pattern Language to be more generic
1634        * resend changelog
1635
16362005-06-06 Francois Proulx <francois.proulx@gmail.com>
1637        * Made changes to Pattern Language ( Kate Armstrong )
1638
16392005-05-30 Philippe April <philippe@ilesansfil.org>
1640        * Show username in user_stats.php instead of user_id
1641          and in other admin pages
1642
16432005-05-30 Francois Proulx <francois.proulx@gmail.com>
1644        * Changed language selectbox name so it does not clash with ISF's domain
1645          cookie
1646        * Fixed setlocale algorithm in Locale.php
1647
16482005-05-29 Francois Proulx <francois.proulx@gmail.com>
1649        * Missing null check in validate.php
1650
16512005-05-27 Francois Proulx <francois.proulx@gmail.com>
1652        * Changed the signup process to make it smoother for users
1653        * The user will automatically be granted the 15 minutes if he's signing up
1654          at a real hotspot
1655        * If the user closes his browser during the 15 minutes and loses its
1656          session, we will regenerate it
1657        * Added big red message to the top of the portal page, warning user to
1658          validate as soon as possible
1659        * Fixed translation typos
1660
16612005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1662        * Someone moved the fallback gettext functions definition (for when gettext
1663          isn't installed) inside the static setCurrentLocale method, completely
1664          breaking the system when PHP doesn't have gettext support.  This is an
1665          untested fix.
1666
16672005-05-24 Francois Proulx <francois.proulx@gmail.com>
1668        * Fixed bug in auth.php to let users go through when the click twice on the
1669          login button
1670        * Fixed bug in hotspot_log.php
1671
16722005-05-24 Francois Proulx <francois.proulx@gmail.com>
1673        * Added "Get access statistics" button to Node admin to get hotspot specific
1674          stats
1675        * Added search box in Users log to get a specific user stats quickly
1676
16772005-05-24 Francois Proulx <francois.proulx@gmail.com>
1678        * Fixed typo in some translations
1679        * Cleaned-up todos
1680
16812005-05-18 Francois Proulx <francois.proulx@gmail.com>
1682        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1683          layout)
1684
16852005-05-16 Francois Proulx <francois.proulx@gmail.com>
1686        * Changed login message in MainUI to make it clearer what the login button
1687          will do
1688
16892005-05-13 Philippe April <philippe@ilesansfil.org>
1690        * Added deployment status to node_list
1691
16922005-05-11 Francois Proulx <francois.proulx@gmail.com>
1693        * Began writing user profiles
1694        * Added many methods to User class
1695        * Added node quota fields in DB ( bandwidth, throttling ...)
1696
16972005-05-10 Francois Proulx <francois.proulx@gmail.com>
1698        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1699          gw_address, gw_port show physical login link
1700
17012005-05-10 Francois Proulx <francois.proulx@gmail.com>
1702        * Added download button CSS class to style button
1703
17042005-05-10 Francois Proulx <francois.proulx@gmail.com>
1705        * Fixed wrong method name in File.php
1706        * Added strip tags to Langstring
1707        * Basic styling of content_admin table
1708
17092005-05-04 Francois Proulx <francois.proulx@gmail.com>
1710        * Fixed serialization issue ( flickr)
17112005-05-04 Francois Proulx <francois.proulx@gmail.com>
1712        * Improved caching
1713        * Wrote very basic gridview code for Flickr
1714
17152005-05-04 Francois Proulx <francois.proulx@gmail.com>
1716        * Implemented caching for Flickr
1717        * Need to contact Phlickr to see how we could do better, since serialize
1718          does not work OK on objects
1719
17202005-05-04 Francois Proulx <francois.proulx@gmail.com>
1721        * Fixed bug concerning Content-Length header
1722        * Changed default Unit size for setLocalFileSize to bytes
1723
17242005-05-04 Francois Proulx <francois.proulx@gmail.com>
1725        * Added BLOB support
1726        * modified file_download.php to support new header attributes
1727        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1728        * Make sure your PHP.ini contains the right value to allow big downloads
1729        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1730        * ISF Live server is now configured to support 100 megabytes files
1731
17322005-05-04 Francois Proulx <francois.proulx@gmail.com>
1733        * Fixed CSS IE Bug
1734        * Fixed SQL query
1735        * NEED HELP FROM A WEB DESIGNER !!!!!
1736
17372005-05-03 Francois Proulx <francois.proulx@gmail.com>
1738        * Disabled logging in Pattern Language archives
1739
17402005-05-03 Francois Proulx <francois.proulx@gmail.com>
1741        * Having for SQL query... :-(
1742
17432005-05-02 Francois Proulx <francois.proulx@gmail.com>
1744        * PatternLanguage is now completed
1745
17462005-04-30 Francois Proulx <francois.proulx@gmail.com>
1747        * Logout button will now destroy session AND render token USED
1748
17492005-04-30 Francois Proulx <francois.proulx@gmail.com>
1750        * Fixed bug that could potentially let non owners add content in /content
1751          through content groups
1752        * Admin menu won't show node selector if the user is not owner of at least
1753          one hotspot
1754        * Added Width, height support for Picture
1755
17562005-04-30 Francois Proulx <francois.proulx@gmail.com>
1757        * Did my best for content styling ... ( it's 5h00 am )
1758
17592005-04-30 Francois Proulx <francois.proulx@gmail.com>
1760        * Updated sync_sql_for_cvs.sh
1761
17622005-04-30 François Proulx <francois.proulx@gmail.com>
1763        * ChangeLog entry missed by CVS ?!
1764        * Locale now decomposes the locale string by '_'
1765        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1766
17672005-04-30 François Proulx <francois.proulx@gmail.com>
1768        * Trying to solve RSS encoding bug...
1769        * Testing on live server
1770
17712005-04-29 François Proulx <francois.proulx@gmail.com>
1772        * Removed all inline unuseful javascript code on submit buttons
1773          onclick='submit()'
1774        * This conflicted with the actual click on the submit button in Safari
1775        * Fixed check in Network for isOwner, only check superAdmin
1776        * Fixed bug so you can't add an existing content group to itself (deadlock)
1777        * Started coding Pattern language narrative display
1778
17792005-04-29 François Proulx <francois.proulx@gmail.com>
1780        * Wrote User.php addcontent, removeContent, getAllContent()
1781        * Wrote Content.php subscrite() and unsubscribe()
1782        * Added parameters to getAllContent() in Node and Network
1783          (exclude_subscribed_content)
1784        * These will be used for subscribing a to some content
1785        * Pattern Language will be the first to use it
1786        * Online users lists
1787        * Fixed bugs in Node and Network ( isOwner check )
1788
17892005-04-28 François Proulx <francois.proulx@gmail.com>
1790        * Logout button build a query string containing gw_id, gw_address, gw_port
1791          ( if available ), so that a user at a physical hotspot will get the login
1792          page from the hotspot he is.
1793        * Fixed but in Locale ( did not propertly set the locale in the session )
1794
17952005-04-28 François Proulx <francois.proulx@gmail.com>
1796        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1797          message when connect to a real hotspot ( not virtual )
1798        * This message confused many users ( they clicked and got the virtual login
1799          instead ! )
1800        * Hide adminstration features ( statistics, hotspot creation, network wide
1801          content etc...) from all but Super admins
1802        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1803        * Added $associate_existing_content parameter to processNewContentUI to
1804          allows reuse for existing content ( in ContentGroup )
1805        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1806        * Added security check in all content classes ( ProcessAdminUI )
1807
18082005-04-26 François Proulx <francois.proulx@gmail.com>
1809        * Replaced show only content groups by show persistent
1810
18112005-04-26 François Proulx <francois.proulx@gmail.com>
1812        * Added missing /content directory
1813
18142005-04-26 François Proulx <francois.proulx@gmail.com>
1815        * Added /content/ for displaying all content elements
1816        * Logging is disable when viewing them
1817        * All content elements will expand
1818        * Pattern languages won't display everything ( special property )
1819          isExpandable
1820        * Added a link in portal pages to go to /content/
1821        * Added Show all contents button in content_admin.php
1822
18232005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1824        * Content.php, ContentGroup.php:  All Content now implement the
1825          isDisplayableAt($node).  Used by the portal, if content has nothing
1826          displayabel, the entire content is skipped.
1827
18282005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1829        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1830          disabled.
1831
18322005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1833        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1834          options supported. Rotation based on session may not be reliable if the
1835          user isn't truly logged in (from a node).
1836
18372005-04-26 François Proulx <francois.proulx@gmail.com>
1838        * Most of the missing translations
1839
18402005-04-26 François Proulx <francois.proulx@gmail.com>
1841        * Changed back File to non trivial
1842        * portal page stylesheet
1843
18442005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1845        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1846          element in isolation.  Unfortunately the UI allows if for now.  Such
1847          content will now be deleted.
1848        * Locale:  Fix string selection algorithm to pick the right language.
1849        * Content:  Implement display logging.
1850
18512005-04-26 François Proulx <francois.proulx@gmail.com>
1852        * stylesheet rework
1853
18542005-04-26 François Proulx <francois.proulx@gmail.com>
1855        * Fixed wrong location for change password link
1856
18572005-04-25 François Proulx <francois.proulx@gmail.com>
1858        * Portal page styling
1859
18602005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1861        * ContentGroup.php:  Previous fix didn't work.  New fix.
1862
18632005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1864        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1865
18662005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1867        * Fix bug in ContentGroup enumeration
1868
18692005-04-25 François Proulx <francois.proulx@gmail.com>
1870        * More stylesheets work
1871
18722005-04-25 François Proulx <francois.proulx@gmail.com>
1873        * Much better stylesheet
1874
18752005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1876        * UI fully functionnal
1877
18782005-04-25 François Proulx <francois.proulx@gmail.com
1879        * More interface work
1880
18812005-04-25 François Proulx <francois.proulx@gmail.com
1882        * Completed integration of new interface with new objects
1883
18842005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1885        * Integration merge, should work, but there will be display problems
1886          everywhere.  Expect further commits today.
1887        * Almost 100% complete Network abstraction
1888        * Much better object encapsulation.  Deprecated methods not removed yet.
1889        * Add MainUI class.  Used to display the interface.  Inner workings still
1890          need work.
1891
18922005-04-23 François Proulx <francois.proulx@gmail.com>
1893        * Added Preferred Size support for Flickr pictures
1894
18952005-04-23 François Proulx <francois.proulx@gmail.com>
1896        * Completed missing translations
1897
18982005-04-23 François Proulx <francois.proulx@gmail.com>
1899        * Fixed bugs in File and EmbeddedContent
1900        * Completed first iteration of EmbeddedContent
1901        * Can now play multimedia content
1902        * Could not test fallback with my browser ( Safari and Firefox )
1903        * Need help to test content in different browser to see how it reacts...
1904
19052005-04-22 François Proulx <francois.proulx@gmail.com>
1906        * Fixed bug in FlickrPhotostream.php
1907        * Params did not match new methods requirements ( getUserByEmail )
1908        * Changed stylesheet class name for Flickr to match new changes
1909        * Fixed bugs in File
1910        * Wrote part of EmbeddedContent ( partially working )
1911        * TODO: add support for parameters and attributes in EmbeddedContent
1912
19132005-04-22 François Proulx <francois.proulx@gmail.com>
1914        * Fix schema version in François's commit
1915
19162005-04-21 François Proulx <francois.proulx@gmail.com>
1917        * Added explicit admin UI exceptions support for Flickr
1918        * Completed File and Picture objects
1919
19202005-04-20 François Proulx <francois.proulx@gmail.com>
1921        * Completed Flickr support ( explicit exceptions catching )
1922        * Most of File object is done
1923        * Fixed bug in generic_object_admin.php
1924        * changed stylesheet class tags for Flickr
1925
19262005-04-18 François Proulx <francois.proulx@gmail.com>
1927        * Added Flickr content support
1928        * Part of File object is done
1929
19302005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1931        * Working (beta...) content manager and portal.
1932        * Add content preview mode
1933
19342005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1935        * Hotspot and network content association, continue access control work.
1936        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1937          script from working.
1938        * All files:  Remove whitespace and carriage return after the ?> closing
1939          tags.
1940
19412005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1942        * Much more complete admin, initial access control work.
1943
19442005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1945        * Support more of the content object model, do a half-decent CSS for the
1946          admin interface.
1947
19482005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1949        * Content.php:  Use full langstring interface by default;
1950
19512005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1952        * Content.php:  Fix db reference;
1953
19542005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1955        * Fix Content object enumeration preventing usage of admin interface
1956        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1957
19582005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1959        * First part of the future content delivery infrastructure. Many files added
1960
19612005-04-01 François Proulx  <francois.proulx@gmail.com>
1962        * Modified gen.sh script to match UTF-8
1963        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1964
19652005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1966        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1967          Francois's commit.
1968
19692005-04-01 Philippe April <philippe@ilesansfil.org>
1970        * Fixed missing parenthesis in classes/User.php
1971        * Removed unused files
1972        * fixed schema_validate.php (typos)
1973
19742005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1975        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1976          EDITOR
1977        * The database will be converted to UTF-8 (version 5)
1978        * Added select boxes ( or hidden ) html form elements to choose the network
1979          for signup, lost password, username
1980
19812005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1982        * Add constraints to account_origin to detect errors on inserts.
1983        * Remove IDRC test server
1984
19852005-04-01 Philippe April <philippe@ilesansfil.org>
1986        * User.php: Add reference to $db global variable.
1987        * Tagged v0_1_0_alpha1
1988        * Removed spaces in AuthenticatorLocalUser.php
1989
19902005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1991        * Remove spaces after php blocks in various files.
1992        * Temporarily fix single authentication source not present bug in login
1993          smarty template.  All other places where we select the network will be
1994          fixed tommorow.
1995        * Fix initial schema errors.
1996
19972005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1998        * More RADIUS install documentation.
1999        * Fix schema_validate.php
2000
20012005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2002        * Moved language definition
2003        * Moved e-mail subjects to User class ( each e-mail functions )
2004
20052005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2006        * Added missing schema_validate.php modifs.
2007
20082005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2009        * Added PEAR install procedure
2010
20112005-03-30 François Proulx  <francois.proulx@gmail.com>
2012        * Finished RADIUS authentication and accounting
2013        * Accounting Unique session ID is now based on the same token we use
2014        * Fixed all issues with lost_username, lost_password etc...
2015        * User class has new static function getUsersByEmail and getUsersByUsername
2016        * Added translations for new features
2017        * Translated the validation, lost password, username e-mails
2018        * Tested quite a bit, this version is considered stable
2019        * A few examples on how set different RADIUS or local authenticators can be
2020          found in the config.php
2021
20222005-03-29 François Proulx  <francois.proulx@gmail.com>
2023        * schema_validate.php : Modified schema : dropped e-mail + account unique
2024          index, dropped email not empty constraint
2025        * Schema is now at version 3
2026        * Coded RADIUS authentication
2027        * Modified templates to show a select box when more than one server is
2028          configured
2029        * Coded RADIUS accounting and backward compatibility accounting
2030        * Modified many statistics SQL queries to match new Users table
2031        * modified statistics templates to match user_id and account_origin
2032        * TODO : Fix lost_username and lost_password ( issue since we dropped the
2033          unique constraint on emails... )
2034        * TODO : Heavy testing possibly with remote RADIUS servers
2035
20362005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2037        * sql:  Put initial data in a transaction, and specify the wifidog user so
2038          you do not have to su to it while using sync_sql_for_svs
2039
20402005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2041        * common.php:  Add get_guid() function
2042        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
2043          upgrade.  Note that you must still update dump_initial_data_postgres.sh
2044          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
2045        * New class Authenticator (and subclasses):  Begin virtualizing the login
2046          process.
2047
20482005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
2049        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
2050          and outgoing for all connections from a user have null values.
2051        * wifidog/local_content/default/portal.html: Fix layout so it resizes
2052          properly.  This in an interim measure.
2053        * Update schema.  This will allow automatic schema updates in the future.
2054          TO update a live server:
2055
2056      BEGIN;
2057      CREATE TABLE schema_info (
2058            tag text PRIMARY KEY,
2059            value text
2060          );
2061          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
2062          COMMIT;
2063
20642005-03-16 Matthew Asham <matthewa@bcwireless.net>
2065    * config.php: will use "local.config.php" instead, if present.  avoid cvs
2066      over-writing.
2067    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
2068      For integration with existing auth systems
2069    * hotspot_status.php: ob_clean may complain about buffering.  muted.
2070    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
2071      feed.
2072
20732005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
2074        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
2075          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
2076          wraparound problems.  To update a running server, execute the following
2077          sql sniplet:
2078
2079      BEGIN;
2080      ALTER TABLE connections RENAME incoming TO incoming_old;
2081      ALTER TABLE connections ADD COLUMN incoming int8;
2082      ALTER TABLE connections RENAME outgoing TO outgoing_old;
2083      ALTER TABLE connections ADD COLUMN outgoing int8;
2084      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
2085      ALTER TABLE connections DROP COLUMN incoming_old;
2086      ALTER TABLE connections DROP COLUMN outgoing_old;
2087      COMMIT;
2088
2089        * wifidog/admin/hotspot.php: Missing file from phil's commit.
2090        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
2091          by Benoit St-André
2092
20932005-02-14 Philippe April <philippe@ilesansfil.org>
2094        * gw_message.php: the "activate" message was not properly defined and
2095          would cause an error to show up instead of the nice activate your account
2096          message
2097
20982005-02-14 Philippe April <philippe@ilesansfil.org>
2099        * wifidog/locale/gen.s: Was not working as expected, it will now get the
2100          gettext from smarty properly.
2101        * Updated TODO with ideas on making config better
2102
21032005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
2104        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
2105        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
2106          and more information to the RSS feed.
2107
21082005-01-26 Philippe April <isf_lists@philippeapril.com>
2109        * Some kind of virtual login (we need to talk about this).
2110        * New User and Node classes
2111        * Modified all files to work with the classes.
2112        * Remove mgmt_helpers (all done in User class now)
2113
21142005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
2115        * classes/Node.php:  New file, untested code example
2116        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
2117
21182005-01-25 Philippe April <isf_lists@philippeapril.com>
2119        * Changed initial postgres inserts sql file, it wasn't working properly
2120
21212005-01-25 Pascal Leclerc  <pascal@plec.ca>
2122        * Added admin and owner administration pages
2123
21242005-01-23 Philippe April <isf_lists@philippeapril.com>
2125        * Added gateway error messages (validation period, etc.)
2126
21272005-01-20 Philippe April <isf_lists@philippeapril.com>
2128        * Modularized the admin interface, added functions
2129
21302005-01-18 Philippe April <isf_lists@philippeapril.com>
2131        * Smarty'ized more, I think it's done now
2132
21332005-01-12 Philippe April <isf_lists@philippeapril.com>
2134        * i18n and smarty'ized parts
2135
21362005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2137        * INSTALL: Mandate PHP5
2138        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
2139        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
2140        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
2141          automatically pick the best 5 entries from all the feeds.  It will
2142          compensate for disparate publication intervals.  An entry from a feed that
2143          does not publish often will live longer than an entry from a feed that
2144          publishes very often.  If a feed doesn't have any entry that makes the
2145          cut, it will not appear at all.
2146        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
2147
21482005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2149        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
2150          functionnal)
2151        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
2152          Hotspots.
2153        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
2154          outgoing in your data. Only use this if you had gateways before 1.0.2
2155          and wish to correct your logs before you upgrade.
2156        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
2157        * wifidog/portal/index.php: Preliminary work to enable smart press review
2158          of multiple RSS feeds.
2159
21602005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2161        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
2162          page was actually served over SSL, all media in the file will be served
2163          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
2164          that break out of SSL mode.  From now on, use the self adapting
2165          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
2166          and BASE_URL_PATH to break out of it.
2167
21682005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2169        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
2170          apetite for bandwidth, top ten travelers, most addicted users.
2171
21722005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
2173        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
2174          thinner.
2175        * wifidog/local_content/default/login.html: Remove announcements
2176        * wifidog/include/user_management_menu.php: Fix mailto:
2177        * wifidog/auth/index.php: Fix auth server part of the no data transmited
2178          statistics bug.
2179        * wifidog/admin/index.php: Add link to statistics
2180        * wifidog/admin/user_stats.php: Activate security.
2181        * wifidog/index.php: Make the distinction between the two hotspot status
2182          pages clearer.
2183
21842004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
2185        * wifidog/index.php: Add menu
2186        * wifidog/include/user_management_menu.php: Editorial change, make
2187          translateable
2188        * wifidog/portal/index.php:  Fix RSS feeds
2189
21902004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
2191        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
2192          aggregate user stats.  Currently allows you to find out the rate at which
2193          your users subscribe.
2194        * wifidog/config.php, wifidog/local_content/default/login.html,
2195          wifidog/include/user_management_menu.php:  Add hotspot status page to
2196          login page.
2197        * wifidog/hotspot_status.php: Cosmetic
2198        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2199        * wifidog/index.php: Cosmetic.
2200
22012004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2202        * TODO: Add email domains to blacklist
2203        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2204          support email address
2205        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2206          information.  Designed to be included as part of another page.
2207        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2208        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2209          and write unknown hotspot, however this is still really ugly
2210        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2211          Cosmetic fixes
2212        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2213          files, this isn't the approach we will use for translation.
2214        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2215          Update with new node information structures.
2216
22172004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2218        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2219          here as well.
2220
22212004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2222        * wifidog/ping/index.php: Log user-agent
2223        * extensive statistics work
2224        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2225          log user-agent
2226
22272004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2228        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2229          in email or user_id.
2230        * Some statistics fixes
2231
22322004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2233        * wifidog/admin/index.php: Integrated the changes contributed
2234          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2235          mainly a missing ' in some HTML.
2236
22372004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2238    * wifidog/include/common.php: Added commented header with cvs
2239          keywords.
2240        * wifidog/include/common.php: Added commented code (not executing) for
2241          further testing with language/localization issues.
2242
22432004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2244        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2245          comments
2246
22472004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2248        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2249
22502004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2251        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2252        * Begin integrating Patrick Tanguay's new layout and generate the css
2253          dynamically to allow for background images.
2254
22552004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2256        * portal/index.php:  Fix users appearing online at every hotspot.
2257        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2258          cache problems and help with validation.
2259
22602004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2261        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2262        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2263          fixes validation period not working.  Stop storing VALIDATION_FAILES
2264          status to the database.  Add check for validation period expiration at
2265          stage login, not just stage counters, this will fix one minute
2266          validation period.
2267        * wifidog/login/index.php:  Check validation period activation, and if
2268          period is expired, explain to the user instead of redirecting to the
2269          gateway.
2270        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2271
22722004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2273        * wifidog/node_list.php: Complete the status page
2274        * Add images
2275        * Add hotspot creation date
2276
22772004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2278        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2279        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2280          script to the chances will be available in the cvs schemas and initial
2281          data.
2282        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2283          in a runnable form.  Note that this needs to be edited manually if you add
2284          a new table requiring initial data.
2285        * INSTALL:  Update for postgres.  Somebody please test this.
2286
22872004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2288        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2289          heartbeat, from which ip and when.
2290        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2291        * wifidog/include/user_management_menu.php:  Change menu labels
2292        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2293          to make this stylesheet correct, I took shortcuts...
2294        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2295        * wifidog/user_management/index.php:  Display the menu, will eventually
2296          allow us to present proper help text.
2297
22982004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2299        * Add link to original requested site.
2300        * wifidog/node_list.php:  New file.  Will become the main node status page.
2301
23022004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2303        * Primitive network status available form the index page
2304        * Administrative security is implemented.
2305
23062004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2307        * Fix big gaping security hole in login page (password would be ignored if
2308          the username was used to login)
2309        * PostgreSql port
2310        * Change the method to determine who is online
2311        * Stop keeping unused token once user successfully logs in.
2312        * Fix missing update of token update date.
2313        * Counters wouldn't get updated for stage=LOGOUT
2314        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2315          so we can know what the hell the server is up to.  Currently you need to
2316          run wifidog in debug level 7 to see it. That message should be parsed so
2317          it is visible in debug level 6.
2318        * wifidog/auth/index.php:   Fix code injection vulnerability.
2319
23202004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2321        * SSL support and RSS improvement
2322        * Last commit tested with mysql support
2323
23242004-08-24 Pascal Leclerc  <pascal@plec.ca>
2325        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2326        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2327
23282004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2329        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2330        * wifidog/include/user_management_menu.php:  Code meant to deal with
2331          non-standard ports broke the menu.  Hopefully fixed.
2332        * Add alex's mising changelog entry...
2333
23342004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2335        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2336          To be used by wifidog to do heartbeats.
2337
23382004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2339        * Add code to import a NoCat user database (passwd).  The username will be
2340          generated from the first part of the email if the name was en email.
2341        * Change password hashing algorithm to make it compatible with NoCat (For
2342          the curious among you, the hashing algorithm is now:  take the md5
2343          digest in binary format of the password, and base64 encode it.
2344        * Table schema changed to accomodate newhash length (users.pass is now
2345          varchar(32))
2346        * The user is now allowed to login with either his username or his email.
2347
23482004-08-03 Pascal Leclerc  <pascal@plec.ca>
2349        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2350          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2351        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2352        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2353
23542004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2355        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2356          to true if gettext is available.  If false, blank _() and gettext()
2357          functions will be defined so the system still works.
2358
23592004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2360        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2361
23622004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2363        * wifidog-auth lives! New since the dark ages
2364        * Demo page to allow people to hack more easely on it
2365        * Support for multiple nodes.  TODO:  Merge with the database project.
2366        * Very cool local content architecture.  Every hotspot can have a folder in
2367          the local_content directory.  This folder can be filed by a single logo,
2368          leaving all the rest to the default content, or be completely custom
2369          (stylesheet, login page, portal page, header, etc.)
2370        * Everything in local content is templated with smarty, no problem with
2371          web designer wrecking havoc on the auth server.  You can edit everything
2372          in local_content/default even if you only speak html.
2373        * No need to set any path in the web server config files (that one was a
2374          bitch to implement)
2375        * RSS feed support (optionnal, with magpierss), one feed per node (url
2376          stored in the database, works great, but no gui to edit it yet) and one
2377          network-wide RSS feed.
2378        * All path are editable from the config file
2379        * "Productize" the thing, so it make sense for other groups to install it
2380          (the network name, url, default RSS, and such are set from the config
2381          file).
2382        * Put most strings in gettext calls for easy future translation.
2383        * User can request that the server send the validation email again
2384        * User can change password
2385        * User who forgot his username can have it mailed to him.
2386        * User who lost his password can ask the system to generate a new one and
2387          mail it to him.
2388        * Email is now a separate field to preserve user privacy.
2389        * Enforces (politely) that there are no duplicate emails in the database
2390        * Database abstraction layer with very nice debugging features (just append
2391          true at the end of the call, and you'll see the query, the results, the
2392          query plan and number of affected rows.  Also allow future upgrade to
2393          postgres.
2394        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.