root/trunk/wifidog-auth/CHANGELOG @ 1178

Revision 1178, 109.2 KB (checked in by drazzib, 6 years ago)

2007-02-05 Damien Raude-Morvan <drazzib@…>

  • Try to fix ticket #295 and #297 by including parent class Content in File.php.
  • 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
42007-01-28 François Proulx <francois.proulx@gmail.com>
5        * First iteration of user profiles completed.
6        * Need to improve Avatar admin UI
7       
82007-01-19 Benoit Grégoire  <bock@step.polymtl.ca>
9        * dump_initial_data_postgres.sh:  Initial node wasn't setup correctly.
10        * INSTALL:  Fix some obsolete instructions for database backup and restore
11       
122007-01-18 Benoit Grégoire  <bock@step.polymtl.ca>
13        * Updated french translation curtesy of http://zapquebec.org
14       
152007-01-16 François Proulx <francois.proulx@gmail.com>
16        * ContentTypeFilter : Now supports filters stored in the DB, backward compatible
17        * ProfileTemplate, ProfileTemplateField, Profile : profiles support
18        * Update schema to 53 for profiles
19        * Network, User : Added support for profiles (not implemented for Network)
20        * TODO: Integration in portal
21
222007-01-16 Benoit Grégoire  <bock@step.polymtl.ca>
23        * A few more steps towards a real user manager
24        * Move password change to preferences.
25        * InterfaceElements:  Begin moving away from a raw HTML generator and towards a more semantic one as discussed with Max Horvath.
26        * It is now possible for an administrator to manually validate or lock-out a user
27        * Add new SimpleString content type
28        * SmartyWifidog.php:  Fix #282 with a slightly dirty workround to the chicken and the egg smarty variables assignment problem. 
29                We now extend the fetch method and do our assignment there instead of in the constructor.
30                       
312007-01-15 Benoit Grégoire  <bock@step.polymtl.ca>
32        * Sync initial schema and translations
33        * Minor spelling fixes
34
352007-01-14 Benoit Grégoire  <bock@step.polymtl.ca>
36        * Dependencies.php, AuthenticatorRadius.php:  Fix bug #287 (Dependencies not being detected properly)
37        * Content.php: Make hasDisplayableMetadata() consider Authors, and make it a bit faster.
38       
392007-01-13 Benoit Grégoire  <bock@step.polymtl.ca>
40        * Content.php:  Add setUserUIMainDisplayContent() and setUserUIMainInteractionArea()
41        to simplify writing subclasses and port all content subclasses to the new API.
42        * Content.php:  Add a new callcack method, isTextualContent(), to be used by
43        ContentFilters.  Indicates that the content is suitable to store plain text.
44        * ContentGroup.php:  No longer warn about empty ContentGroup in getUserUI(),
45        as this may now be perfectly normal if all content has expired.
46        * Rework the classes and css for user_ui_main_outer, isSimpleContent has been
47        eliminated and hasDisplayableMetadata is now defined is metadata is available.
48        This should allow better HTML consistency and simpler CSS, and be closer to what
49        people expect by default.  Content without metadata will display without
50        borders or background, and without margins when inside another content.
51        * smarty.resource.string.php:  Add a setter function,
52        smarty_resource_string_add_string() that must be used before calling the smarty
53         function.  Using the name as the the template was far to brittle.  This makes
54         the SmartyTemplate content much more reliable, and quite possibly faster.
55        * ShoutBox: A very basic but already extensible implementation of the
56        shoutbox use case.  Shows the last five shouts.  Can connect to another web
57        site through a javascript extension.
58        * SimpleSmartyTemplate:  Add a simple version of the SmartyTemplate content
59        type
60       
612007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
62        * FormSelectGenerator.php: Fix incorrect $this reference in isPresent().  The bug would only manifest
63         itself from the FlickrPhotostream's admin interface.
64        * page.php:  Fix missing retrieval of DB instance.
65
662007-01-03 Benoit Grégoire  <bock@step.polymtl.ca>
67        * Yet more Smarty cleanup, add some docs, add Smarty variables to access the physical node a user is connected to.
68        * RssAggregator.php:  Fix bug in setMaxItemAge() method when setting a null value
69        * Cache.php:  Performance optimization when caching is disabled.
70        * Fix bug where num online users in the portal was broken.
71       
722007-01-02 François Proulx <francois.proulx@gmail.com>
73        * Updated the SQL schema initial schema
74       
752006-12-31 Benoit Grégoire  <bock@step.polymtl.ca>
76        * More Smarty cleanup
77        * Content.php:  Bugfix:  metadata wasn't deleted along with the rest of the
78        content upon deletion.
79       
802006-12-30 Benoit Grégoire  <bock@step.polymtl.ca>
81        * install.php:  Move path verification to the first page, and make it clearer.  Fix PHP warnings.
82        * wifidog/include/smarty.resource.string.php:  A smarty resource plugin to parse a smarty template from a string
83        * SmartyTemplate:  Very basic but functionnal commit of the new Smarty content type. 
84        IMPORTANT NOTE:  This will eventually obsolete IFrameRest, which will be removed.
85        * Continue cleaning-up/standardizing Smarty variable usage.
86       
872006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
88        * Fix all PHP 5.2 compatibility issues I could find.  This needs further testing
89
902006-12-12 Pascal Charest <pascal.charest@gmail.com>
91        * install.php: Remove obsolete Phlickr installation references
92
932006-12-12 Benoit Grégoire  <bock@step.polymtl.ca>
94        * install.php, Dependencies.php:  Centralize Dependency detection (next is to centralize
95        dependency installation code).
96        * config.php: Remove more obsolete config directives.
97
982006-12-11 Benoit Grégoire  <bock@step.polymtl.ca>
99        * install.php:  Fix a few problems caused by obsolete magpierss detection code.
100        * install.php, config.php:  Remove the obsolete PHLICKR_SUPPORT option.
101       
1022006-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
103        * schema_validate.php:  Mute annoying ob_flush() notices.
104        * Node.php:  Add missing default parameter to getSelectNodeUI()
105        * get_stylesheet:  Fix date calculations that broke download.
106       
1072006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
108        Sync with my main developpement environement:
109        * Performance optimization pass:  Collect a few low hagning fruits
110        by implementing basic instance caching for classes Server, Network, Nodes, Content and User.
111         It's no replacement for a real ORM, but is cuts way down on duplicate SQL queries and
112         object instanciation for a single request.
113        * Langstring.php:  Slight performance optimization for admin interface, support for proper modification date.
114        * File.php:  Update to use unified content modification date.
115        * get_stylesheet.php:  Implement browser caching
116        * ContentGroup.php:  Get rid of is_locative and is_artistic metadata.  Will eventually be replaced by something better.
117        Allow editing of expired content elements
118        * Node.php, Utils.php:  Sort by case insensitive name, and show gateway id in node selectors
119        * BannerAdGroup.php:  Support group constraint of image size for all images in the group.
120        * ContentReport.php:  Finish basic content reporting. 
121        Note that for content that displayed before the logging fixes commited 2006-11-14, the display count will be underestimated: 
122        Display before then was only counted once per user per node.  Also File clickthrough wasn't logged (includes hyperlinked pictures).
123        * Content.php:  Implement a Key-Value Pair infrastructure.  In the future, this will often allow adding new content types without
124        having to modify the schema.  See the Content class documentation.
125        * Fix various small UI issues.
126       
1272006-11-29 Benoit Grégoire  <bock@step.polymtl.ca>
128        * common.php:  Fix the value of SESS_NODE_ID_VAR, it got overwritten by SESS_GW_ID_VAR.
129        Caused problems with logout.
130       
1312006-11-27 Benoit Grégoire  <bock@step.polymtl.ca>
132        * Try to fix #270:
133        * DateTime.php:  Rename class to DateTimeWD because of the stunt they pulled in PHP 5.2
134        * Content and derived classes:  Make all constructors protected.
135
1362006-11-26 Benoit Grégoire  <bock@step.polymtl.ca>
137        * lost_username.tpl, lost_password.tpl, resend_validation.tpl:  Fix #259 by commenting out
138        all Javascript. I hate removing outside contributions, but the lost_username,
139        lost password and re-send validation email have been broken for months and no one
140        stepped-in to fix it.
141         
1422006-11-23 Benoit Grégoire  <bock@step.polymtl.ca>
143        * Fix bug in node creation
144        * Add error message for geocoder when you didn't set the country
145        * Clarify error messages and description for the geocoder.
146        * Make the google-map locator for nodes use the network center coordinates.
147          This change makes it usable when you didn't use the geocoder first.
148        * Show the gateway id in the technical nodelist.
149       
1502006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
151        * Fix minor problems with template using obsolete constants
152        * Delete a bunch of unused templates
153       
1542006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
155        * Fix broken auth
156        * Fix broken portal when called from gateway
157       
1582006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
159        * Major schema update (this one is going to make your database grind for a while, sorry
160        about that...)
161        Fix a long standing design problem with the node table, where the ID could be changed. 
162        This caused performance problems when replacing gateways, and caused problems when
163        exporting data to other systems.  Among other things, it will allow us to finally
164         finish the JiWire output.
165        * 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.
166       
1672006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
168        * Change schema update method.  Will now do one transaction
169         per schema version, allowing each schema to assume that
170          the current schema is the previous one.  Also allows not
171          starting over when there is a problem.
172          Fixes schema update problems with the last commit
173       
1742006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
175        * RssAggregator.php:  At long last, sync with FeedPressReview 2.0
176         http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview)  and
177          make most of it's features directly available from the web interface.
178        This gives us:         
179        -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained)
180        -Now unobtrusively displays almost all item and feed metadata
181        -Supports images
182        -Supports podcasts and enclosures
183        -More accurate algorithm
184        -Criteria based default feed expansion
185        -More real-estate efficient, and improved UI
186        The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet).
187       
188        Warning: This changes the dependencies of the auth server.  Your RSS feeds will be disabled untill you re-run the install script.
189        * gw_message.php:  Fix validation period not being displayed.
190
1912006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
192        * MainUI.php:  Allow displaying any object with a getUserUI() method directly as content.
193
1942006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
195        * 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.
196
1972006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
198        * File.php:  Clickthrough weren't logged, DOH!
199        * User.php:  Error message on validation expired didn't properly output the validation grace time.
200        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken. 
201        * NodeListXML.php:  Small patch by Josephus to add the number of online users
202        * Improve CPU usage of the content manager
203        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
204                                        Add total execution time statistics.
205        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data. 
206                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
207                 for data before this patch. 
208                Same with number of clickthrough for File content types and derivatives (picture, etc.).
209        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
210       
2112006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
212        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
213        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display. 
214          Allow creating content such as stylesheets, feed accumulators, etc.
215        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
216        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
217        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
218
2192006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
220        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
221       
2222006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
223        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
224
2252006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
226        * install.php:  Put an end of line after the password, make it easier to read. 
227        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
228        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
229       
2302006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
231        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
232         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP. 
233        Fixes operational problems when PHP and PostGres don't have the same timezone
234        (which appears to be the case on Fedora by default).
235        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
236
2372006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
238        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
239
2402006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
241        * Fix french translation used for account validation to use same number of token as original message.
242        * Only show language combo when there is more than one language to select.
243
2442006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
245        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
246        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
247        * Some documentation updates for content filters
248        * Content.php:  Add isNotContentType() method.
249       
2502006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
251        * Access to the Content manager was broken for normal users, again.
252
2532006-09-11 François Proulx <francois.proulx@gmail.com>
254        * Changed install.php req. for Smarty 2.6.17 is mandatory
255        * ContentTypeFilter.php fixed the method checking function
256        * Fixed errors in French translation file
257
2582006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
259        * Fix PHPMailer that I've broken earlier
260
2612006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
262        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
263                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
264                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
265        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
266          line count and will stop the codebases from needlessly drifting apart.)
267
2682006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
269        * Add missing require of Statistics.php in stats.php
270
2712006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
272        * Fix non persistent content being available to add to nodes, networks and content groups.
273        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
274
2752006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
276        * Fix #63
277        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
278        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
279        * Do not allow SplashOnlyUser to set his preferences.
280        * Assigning a reusable content to a contentgroup element would make it non-reusable.
281Usability and UI fixes:
282        * Allow other users to log in when they are at a splash only node.
283        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
284        * Simplify HTML output for simple content.
285        * Fix IE layout bug in node admin
286        * Content linked to nodes and networks now edits in a new window.
287        * Remove "Add new node" menu item for consistency.
288
2892006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
290        * Remove most inclusions of MainUI in classes.
291        That completely broke authentication (circular dependencies).
292        Fixes 245.
293    Unfixes 242. Exceptions should not be caught in the context
294    they are thrown in. Else there no point in throwing exception in the
295    first place.
296        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
297
2982006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
299        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
300        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
301        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
302        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
303        * DateTime.php: Make class handle an empty date sensibly.
304        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
305        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
306                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
307        * Finally fix #127
308        * 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.
309        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
310        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
311                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
312                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
313                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
314        * Cleanup coments.
315        * Sync schemas
316
3172006-09-03 Max Horváth <max.horvath@maxspot.de>
318        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
319          replaced by the more meaningful term "anonymous user" (fixes #106)
320        * When creating a new node and choosing an existing node_id there will be
321          shown an error message (fixes #223)
322        * If one or more nodes aren't monitored they now will be announced on the
323          front page (instead of just showing the number of monitored online nodes)
324          (fixes #100)
325        * Display more meaningful error messages if required user permissions are
326          missing (fixes #242)
327        * Refactored Network->getAdminUI() to match look and feel of
328          Node->getAdminUI (fixes #140)
329        * Show descriptive status of node (fixes #241)
330
3312006-09-02 Max Horváth <max.horvath@maxspot.de>
332        * Installation script checks for PHP session extension (fixes #139)
333        * Removed "Call-time pass-by-reference has been deprecated" warnings
334          (fixes #239)
335        * Revert changes of FCKeditor implementation (fixes #240)
336        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
337          (fixes #145)
338        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
339        * Fix #141
340        * templates/sites/index.tpl: fix wrong user count (fixes #236)
341        * Added more trash mail services to the black list (fixes #149)
342
3432006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
344        * Fix #189, #173
345
346
3472006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
348        * Content.php:  Improve handling of simple but persistent content.
349
3502006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
351        * Server.php:  Make sure getCurrentServer returns the default server if the
352          hostname isn't recognised.
353        * Content manager:
354                - Allow deleting simple (trivial) but persistent content
355                - Remove the sponsor info field from Content Metadata.  Best practices
356                  is now to use the project info field to show this information.
357        * Add the necessary schema constraints to allow manually deleting networks,
358          nodes and users.  Be carefull, removing any of theses will remove all
359          traces of connection statistics as well.  You've been warned.
360        * Do not display the network in the login interface if there is only one.
361        * Add a pseudo-random content ordering mode.  Pick content elements
362          randomly, but do not display the same content twice untill all content
363          has been seen.
364        * Allow setting a title but not displaying it (very usefull for reusable
365          content)
366
3672006-08-29 Max Horváth <max.horvath@maxspot.de>
368        * Cleaned up PHPdoc tags
369        * Updated german translation
370        * Updated portuguese translation, thanks to Gabriel Hahmann
371        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
372
3732006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
374        * Add SimplePicture content type
375        * Fix #225 (For both nodes and networks)
376
3772006-08-28 Max Horváth <max.horvath@maxspot.de>
378        * Integrated KML node list export
379        * Integrated PDF node list export
380        * Updated Sprintf formatted strings in some Smarty templates
381
3822006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
383        * clickthrough.php, HyperLink.php:  Implement working hyperlink
384          clickthrough tracking (no reporting yet).
385          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
386          subclasses.
387        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
388          line count and will stop the codebases from needlessly drifting apart.
389        * Do not log content displayed as metadata, and log their clickthrough as
390          the parent's.
391
3922006-08-27 François Proulx <francois.proulx@gmail.com>
393        * Updated French translations
394        * Now using Sprintf formatted strings in some Smarty templates (see
395          example in templates/sites/index.tpl).
396        * Integrated back the SQL profiling functions
397
3982006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
399        * Fix a bug where having an empty username would break statistics.
400
4012006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
402        * Fix a bug in some reports when selecting a single user.
403
4042006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
405        * Fix #175.
406        * Fix the "Registration Log" and "User registration report" reports giving
407          incorrect statistics
408        * Allow disabling EventLogging class in config.php, to make SQL debuging
409          possible (The class was traping errors before AbstractDb could
410          output them)
411        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
412          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
413          been seeing.  That is probably only because we don't understand how to
414          properly control it's logging level.
415
4162006-06-18 François Proulx <francois.proulx@gmail.com>
417        * Added creation_date , last_update_date support to File content (with
418          proper HTTP caching handling)
419        * Added hyperlinks URL support in Picture content
420        * Fixed constants in Flickr Content
421        * Fixed #171 (Can't add existing content to Node)
422
4232006-06-17 François Proulx <francois.proulx@gmail.com>
424        * First iteration of JiWire CSV export
425                * Use : hotspot_status.php?format=JiWireCSV
426        * Fully working, but Excel doesn't seem to handle well UTF-8
427          investigation in progress.
428
4292006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
430        * Fix #151.  It was still around after all.
431
4322006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
433        * Completely refactor the look and html of the content manager, statistics
434          and most object's administrative interfaces.
435          Should be much simpler and clearer now.
436          No refactoring of the editing flow has been done yet.
437        * Spell check the french translation, and add a few of the missing strings.
438
4392006-05-26 François Proulx <francois.proulx@gmail.com>
440        * Added 'ja' to database locales table
441
4422006-05-26 François Proulx <francois.proulx@gmail.com>
443        * Added Japanese translation .po file
444          (Thanks to taedu AT ninjin-net DOT net)
445
4462006-05-24 François Proulx <francois.proulx@gmail.com>
447        * Stylesheet changes for left_area_bottom content block.
448
4492006-05-24 François Proulx <francois.proulx@gmail.com>
450        * Simplified Google Maps JS code to use more of the v2 abstraction
451        * Improved admin panels CSS classes
452
4532006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
454        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
455          causes very hard to track down problems with Internet Explorer.
456
4572006-05-22 François Proulx <francois.proulx@gmail.com>
458        * Fixed isValidUsername() Js function to allow caret and dot characters
459
4602006-05-22 François Proulx <francois.proulx@gmail.com>
461        * Use Pgsql persistent connections
462
4632006-05-22 François Proulx <francois.proulx@gmail.com>
464        * Removed unnecessary debug message
465        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
466
4672006-05-22 François Proulx <francois.proulx@gmail.com>
468        * Added generateFromArray parameter (max_length)
469        * Restricts select content ui combo box to 40 chars
470        * Added Smarty plugin modifier.fsize_format.php
471
4722006-05-21 François Proulx <francois.proulx@gmail.com>
473        * Stupid IE CSS bug fixed
474
4752006-05-21 François Proulx <francois.proulx@gmail.com>
476        * Fixed various bugs in content system
477        * stylesheet work
478
4792006-05-21 François Proulx <francois.proulx@gmail.com>
480        * Think I've fixed Google Maps on IE.
481                * need to test on another system..
482
4832006-05-20 François Proulx <francois.proulx@gmail.com>
484        * Completed french translations
485        * Fixed Flickr javascript
486        * Various stylesheet improvements to tighten up the portal and admin
487
4882006-05-20 François Proulx <francois.proulx@gmail.com>
489        * Various stylesheet improvements, started working on Île Sans Fil network
490          specific theme pack
491        * Fixed a few layout bugs
492
4932006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
494        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
495          endlessly
496
4972006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
498        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
499          when you are logged in.  There needs to be much better logick before we
500          export such things to smarty templates.
501
5022006-05-20 François Proulx <francois.proulx@gmail.com>
503        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
504        * Posted Île Sans Fil XSLT example stylesheet for converting the
505          hotspot_status page
506                * Browser view
507                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
508                * Simply use in this manner :
509                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
510
5112006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
512        * page.php:  Fix bugs in various files preventing the system from working
513          from the command line.
514
5152006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
516        * More install script fixes:  Phlickr wouldn't install, and the permissions
517          of wifidog/tmp/smarty/cache weren't checked.
518
5192006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
520        * More stylesheet and HTML work
521
5222006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
523        * Fix loging form incorrectly attempting to validate the password,
524          preventing many existing accounts from logging-in.
525        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
526          the general look.
527          This is incomplete, this commit was done to fix the problem above.
528        * install.php:  Fix path problems, make shel command errors visible.  Update
529          magpie and smarty url to latest versions (note that this won't
530          automatically update an existing install).  Didn't touch phlickr as I
531          didn't know the implications
532        * Add interactive scripts in sql/ to easily backup and restore a wifidog
533          auth server database.
534
5352006-05-10 François Proulx <francois.proulx@gmail.com>
536        * Fixed Google Maps script path to images.
537
5382006-05-10 François Proulx <francois.proulx@gmail.com>
539        * Added sweetTitles tooltips script, now if you need to add tooltips simply
540          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
541        * Fixed usort bug in MainUI
542        * Fixed download (wget) in install.php
543
5442006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
545        * Working (if slightly basic) theme manager.  You can pick the theme in the
546          network configuration.
547          To add your own theme, read wifidog/media/network_theme_packs/README.txt
548        * Cleanup and document the wifidog directory structure
549        * Minor HTML corrections for content types
550        * Completely rip out the old local_content system, and a bunch of obsolete
551          defines and config variables.
552        * Get rid of PHP generated stylesheets
553
5542006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
555        * Finish content assignation system
556        * Content ordering is now global (network, nodes and everywhere content cand
557          now be in mixed order).
558        * Implement 'everywhere' content
559        * Change MainUI::apendContent to MainUI::addContent
560
5612006-04-28 François Proulx <francois.proulx@gmail.com>
562        * Fixed error in initial data script
563
5642006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
565        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
566          instead of hardcoded 'default'
567
5682006-04-28 François Proulx <francois.proulx@gmail.com>
569        * Fixed initial_data schema script so that it adds a dummy server.
570
5712006-04-25 François Proulx <francois.proulx@gmail.com>
572        * Updated JavaScript code to work with Google Maps v2 API
573        * v2 will now provide full maps of European countries and is a bit faster
574        * Updated the schema accordingly with new GMaps values
575
5762006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
577        * Dependencies.php:  Small fix in case gettext isn't installed
578
5792006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
580        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
581
5822006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
583        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
584          problems once and for all, allowing everyone to define them the same way.
585          Fix a few bugs along the way. Should also be a little faster.
586
5872006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
588        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
589          to finally get the PATH stuff consistent and fixing the countless bugs
590          that this process introduced.
591          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
592          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
593          available to Smarty.
594          We already have 3 defines to be used for links and html refs, that's
595          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
596          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
597          explicitely do not want someting to be referenced over http
598          BASE_URL_PATH should be used in all other cases to avoid needless
599          SSL warning
600
6012006-04-17 Rob Janes <janes.rob@gmail.com>
602        * javascript for validating and navigating forms.
603        * help text (untranslated).
604        * EVENT_LOGGING enabling/disabling flag.
605        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
606          appropriate.
607        * standardize Smarty variables for Network and User info by adding
608          assignSmartyValues($smarty, $self) to Network and User.
609        * change_password only allowed if logged in.
610        * non-superadmin can only use change_password to change their own password.
611        * superadmin can use change_password to change any user password by
612          entering in their password for the old password.
613        * page_header div defined and positioned in MainUI
614
6152006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
616        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
617          to protected as the private methods broke IFrameRest
618
6192006-04-01 François Proulx <francois.proulx@gmail.com>
620        * Dumped initial schema from working install
621
6222006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
623        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
624          table to the dump, can someone re-generate the initial data from a
625          working install
626        * Remove the ?> tags from all the classes.
627
6282006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
629        * Fix bug where right_area_bottom content wouldn't be displayed.
630        * Minor CSS cleanup
631
6322006-03-28 François Proulx <francois.proulx@gmail.com>
633        * Fixed error in initial schema (bad client encoding)
634
6352006-03-28 François Proulx <francois.proulx@gmail.com>
636        * Fixed schema 37 : left_area_top
637        * Updated initial schema
638
6392006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
640        * First step in massive simplification of CSS and templates
641        * Implement the new main CSS structure
642        * Implement working content assignation interface and content ordering for
643          both network and nodes.
644        * Display of content according to assignation work on 'portal' and 'login'.
645          'everywhere' not yet implemented
646        * Get rid of some ISF specific interface elements
647        * Finally replace the overly complicated start button by a
648          "Use the Internet" link that will not get you out of your working tab
649        * Fix #118
650
6512006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
652        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
653          auth server should work properly with auth servers with magic quotes
654          turned on.
655          This is still not recommended however.
656        * Remove some spurious error ouptut on logout.
657        * Remove potential error in network id parsing
658
6592006-03-22 François Proulx <francois.proulx@gmail.com>
660        * Fixed Google Maps URLs bug
661        * Since Google Maps does not provide Javascript over SSL (it does but the
662          certificate does not match) the code path to the map does not use SSL, but
663          the outgoing URLs do.
664        * Removed lost echo in Locale.php
665
6662006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
667        * login/index.php: Remove huge security hole introduced by stylistic
668          changes in the file. A user could login to any hotspot by simply filling
669          a blank form because of a gratuitous change from empty to is_null
670          everywhere.  Remove escaping or REQUEST parameters in non SQL
671          related code, as this would lead to double unescaping down the line.
672          Remove logic dependent on encapsulated side effects of object method call.
673
6742006-03-19 François Proulx <francois.proulx@gmail.com>
675        * Updated French translations
676
6772006-03-18 Rob Janes <janes.rob@gmail.com>
678        * path_defines_base working for combinations of DocumentRoot, Alias,
679          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
680          and WIFIDOG_ABS_FILE_PATH dynamically.
681        * classes/Locale.php::getBestLanguage changed to correctly parse
682          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
683          Ignores SESS_LANGUAGE_VAR if invalid.
684
6852006-03-18 Rob Janes <janes.rob@gmail.com>
686        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
687
6882006-03-16 François Proulx <francois.proulx@gmail.com>
689        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
690        * Cleaned up a bunch of stale TODOs
691
6922006-03-16 Max Horváth <max.horvath@maxspot.de>
693        * updated language files (new german strings have already been translated)
694        * added LDAP authentication
695        * Dependencies class can check for an PHP extension now
696        * Dependencies class can check for multiple files on a single dependency now
697        * Authentication classes moved to it's own directory
698        * The getAuthenticator method now uses the much safer and faster
699          call_user_func_array function to return an authenticator object
700        * the available authenticator classes are now being displayed in a select
701          box on the network administration page
702        * the link to and the Google hotspots map as is won't be shown to an
703          unauthenticated user at a real hotspot
704
7052006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
706        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
707
7082006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
709        * init_php.php: Try to fix #102 by inspection
710        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
711          into AbstractDb.php to prepare for eventual switch to PDO file.
712        * incoming_outgoing_swap.php:  Delete file, closes #85
713
7142006-03-09 Max Horváth <max.horvath@maxspot.de>
715        * fixed small bug in the InterfaceElements class
716        * fixed PHP notices in portal/index.php and Locale class
717        * fixed small bug in Authenticator class which in resulted in a fatal PHP
718          error if a user logged out when his session was already gone
719    * using the {$isUserAtHotspot} smarty variable you can check now in every
720      template if a user calls the portal from a hotspot or not
721
7222006-03-08 Max Horváth <max.horvath@maxspot.de>
723        * fixed small bug where clicking on the start button at the portal page
724          didn't open the wifidog portal, but the requested page
725        * updated source to generate a clean PHPdoc output
726        * updated PHPdoc generating script
727
7282006-03-07 Max Horváth <max.horvath@maxspot.de>
729        * init_php.php now does a 100% strict check for variable types of
730          elements to be processed when magic_quotes are turned on
731        * fixed duplicate use of SSL_AVIABLE define in common.php
732          This fixes ticket #95.
733        * fixed problens with slashes in htospots_map.php
734          This fixes ticket #97.
735        * fixed variable typo in NodeListXML.php
736        * introduced new InterfaceElements class which is being used to create
737          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
738          we had i.e. on the node administration page (unclosed div).
739          It is being used on the node administration page now and will be updated
740          for the other admin pages ...
741        * when adding an owner or tech officer on the node admin page and pressing
742          enter in the input field the statistics where called (no owner or tech
743          officer was added) - this has been fixed
744        * database schema update 35 wasn't compatible with PostgreSQL version 7,
745          the update script has been changed to be compatible with it ...
746          This fixes ticket #94.
747        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
748          been included
749          This fixes ticket #98.
750        * on node administration page owners have less rights than admins
751
7522006-03-02 Max Horváth <max.horvath@maxspot.de>
753        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
754          transparency of PNGs
755
7562006-02-28 Max Horváth <max.horvath@maxspot.de>
757        * the content selector for an owner could produce notices
758        * the button add existing content in the content manager will only be shown
759          if content is actually available
760        * the start button on the portal page won't be shown anymore if a user
761          didn't access it from a WiFiDog hotspot
762        * deleted wifidog/templates/message_unknown_hotspot.html as this error
763          message will be displayed using the genecir error message template
764        * display of generic error messages will be handled by the MainUI class
765        * deleted wifidog/portal/missing_original_url.php as its functions is being
766          handled by wifidog/portal/index.php now
767        * deleted wifidog/templates/message_default.html as its functions is being
768          handled by wifidog/gw_message.php now
769        * deleted wifidog/templates/message_activate.html as its functions is being
770          handled by wifidog/gw_message.php now
771        * account validation hints finally show the real validation grace time
772          (used to display 15 minutes)
773        * deleted wifidog/templates/message_denied.html as its functions is being
774          handled by wifidog/gw_message.php now
775        * deleted wifidog/templates/message_failed_validation.html as its functions
776          is being handled by wifidog/gw_message.php now
777        * deleted wifidog/templates/user_management_menu.html as its not being
778          used anymore
779        * deleted wifidog/local_content/default/footer.html as its not being
780          used anymore
781        * deleted wifidog/local_content/default/header.html as its not being
782          used anymore
783        * deleted wifidog/local_content/default/portal.html as its not being
784          used anymore
785        * deleted wifidog/local_content/default/new.css as its wasn't ever used
786        * deleted wifidog/local_content/README as its content isn't valid anymore
787          used anymore
788        * Login site now uses a Smarty template to render HTML page
789        * class MainUI now also delivers $isOwner variable for Smarty
790
7912006-02-26 Max Horváth <max.horvath@maxspot.de>
792        * Hotspots map page now uses a direct Javascript call for the link
793          "Show me on the map" (resulting in the browser not jumping to the top of
794          the page if a user clicks on such a link)
795        * refactored hotspot status page, it now uses node list classes to generate
796          output
797        * WIFI411_CSV has been removed from hotspot status page - it didn't work
798          properly - a working version can be added to /wifidog/classes/NodeLists
799        * RSS feed of hotspot status now delivers language of user
800        * RSS and XML feed of hotspot status now actually do deliver data from
801          the requested network (before the code accepted network selection but
802          actually switched back to the current network)
803        * RSS feed of hotspot status page now gets announced in browser
804
8052006-02-25 Max Horváth <max.horvath@maxspot.de>
806        * fixed undefined variable bugs in statistic classes (use of date_from and
807          date_to), variables were processed directly from request, without any
808          check
809          This fixes ticket #71.
810        * clicking on a username in user logs now generates a individual user
811          report as it does when clicking on a username on the online users page
812        * Changing the value of the "Is persistent" checkbox doesn't have to
813          saved when JavaScript is enabled in the browser. Before this change
814          you had to save a content. So if you wanted to delete a persistant content
815          you first had to uncheck this checkbox, save the content and delete the
816          content after saving it. If JavaScript is enabled in your browser you
817          can go straight ahead, uncheck the checkbox and delete the content.
818          This fixes ticket #73.
819        * when processing global arrays if magic quotes is enabled, WiFiDog will
820          check for type variables
821          This fixes ticket #84.
822        * the RSS feed of nodes now delivers the correct link to the nodes homepage
823          This fixes ticket #80.
824        * small fix in schema_validate.php which should affect nobody (in schema
825          version 9)
826          This fixes ticket #79.
827        * fixed "Show all available contents for this hotspot" link which didn't
828          work if WiFiDog wasn't located in the root folder of the webserver
829        * the "Show all available contents for this hotspot" link won't be shown
830          anymore unless all requirements are meet that all content of a hotspot
831          would be shown. The requirements are: you need to have at least one
832          Content Group tagged artistic and locative content, with at least one
833          content group element available for display.
834          This fixes ticket #35.
835        * adjusting the location of a node via the Google maps geocoding service)
836          and clicking the button "Use these coordinates" didn't work
837          This fixes ticket #81 and #82.
838        * the content select box now only shows the content to a user of which is
839          is the owner from (same mechanism has already been used on the content
840          manager page) or all content if the user is a superadmin
841        * wifidog/admin/content_admin.php removed, because the content manager now
842          uses the generic object administration interface
843        * the creation date of a network can be changed now (this value wasn't
844          displayed in the admin interface, even though it was present in the
845          database)
846        * revamped administration sidebar, cleaner interface for the superadmin,
847          for the owner of a node nothing changes
848        * added "server administration" section to the administration interface
849        * Added administration of webservers. For one webserver not much changes.
850          The SSL available setting has been moved to this section (and removed
851          from config.php). Running WiFiDog on two or more webserver (with one
852          database) you now can define the different hostnames of the webserver.
853          Of course you can also define, which of those webserver serves SSL. This
854          is for example essential for the Google maps feature (different API keys
855          for different hostnames)
856        * for every network you now can define it's own Google Map initial values
857          and map types
858        * Hotspots map page now supports different maps for different networks
859        * Hotspots map page now supports different map types for different networks
860          This fixes ticket #69
861        * Hotspots map page now offers full multilingual support (text in the
862          JavaScript file was english only)
863        * Hotspots map page now uses a Smarty template to render HTML page
864
8652006-02-21 Max Horváth <max.horvath@maxspot.de>
866        * fixed access restriction for HTMLeditor in templates folder
867        * fixed XML error in HTMLeditors CSS and HTML templates
868        * fixed undefined variable bug in content class ContenGroup
869        * start page now uses a Smarty template to render HTML page
870        * start page now also displays information about deployed/operational nodes
871        * information about valid/online users and deployed/operational nodes gets
872          cached if caching has been enabled (valid/online users for 1 minute,
873          deployed/operational nodes for 5 minutes)
874
8752006-02-17 Max Horváth <max.horvath@maxspot.de>
876        * refactored lost username site - now it also includes the help toolbox
877        * lost username page now focuses input field automaticly (like on login or
878          signup page)
879        * refactored lost password site - now it also includes the help toolbox
880        * lost password page now focuses input field automaticly (like on login or
881          signup page)
882        * refactored sesend validation email site - now it also includes the help
883          toolbox
884        * refactored resend validation email page now focuses input field
885          automaticly (like on login or signup page)
886
8872006-02-16 Max Horváth <max.horvath@maxspot.de>
888    * added full PHPdoc documentation to Mail class
889    * added more temporary-email-address-providers to the black-list
890        * Login site now uses a Smarty template to render HTML page
891        * refactored signup site - now it also includes the help toolbox
892        * removed Phlickr directory in /lib dir as Phlickr must be installed via
893          PEAR
894        * modified gen.sh to include new template folders for the
895          translation file generation
896
8972006-02-15 Max Horváth <max.horvath@maxspot.de>
898        * Login site now uses a Smarty template to render HTML page
899
9002006-02-14 Max Horváth <max.horvath@maxspot.de>
901        * converted Session class to PHP5 style
902        * moved code used used to init PHP into wifidog/include/init_php.php
903        * fixed bug regarding APC (super globals weren't initialized before their
904          first use
905        * in an attemp to enter the administration interface of WiFiDog and not
906          being logged in you'll be redirected to the administration interface after
907          a successful login, if you are an admin or owner of a node. This only
908          works for a virtual login, as it isn't needed to be done when logging in
909          via a WiFiDog node (then you have to login anyway on the splash page
910          first)
911        * fixed preview of network in administration interface as content for a
912          network as is isn't available in the code, yet
913
9142006-02-13 Rob Janes <janes.rob@gmail.com>
915    * cron/cleanup.php needed new way to call common.php
916        * added cron/vacuum.php to round things out
917
9182006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
919        * Fix a bunch of file inclusion bugs in the statistics subsystem.
920          This is only a ad-hac fix. It seems the requires for just about every
921          class have been stripped off. This must be fixed, all classes should
922          require_once all classes or include that they need that isn't included by
923          a parent class.
924
9252006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
926        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
927        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
928          file
929
9302006-02-04 Max Horváth <max.horvath@maxspot.de>
931        * MainUI class now uses Smarty templates to render HTML pages
932        * display of debug messages by using $_REQUEST['debug_request'] on any
933          page is now only possible for a super admin
934        * caching class now supports lifetime of a cache and every data type
935          supported by PHP (except the resource-type)
936        * Content class caches available content plugins for 7 days if caching has
937          been enabled -> results in a nice speed-up on every page call because
938          of 17 saved filesystem queries
939        * converted Security class to PHP5 style and it's functions to static
940          functions
941        * fixed broken HTMLeditor support
942        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
943          installed it strips down all potentially dangerous content within HTML
944          that has been entered using the content plugins Langstring,
945          TrivialLangstring and HTMLeditor
946        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
947        * fixed thrown exception in path_defines_base.php (sprintf() was used
948          uncorrectly)
949        * template for definition of SYSTEM_PATH has been added to config.php
950          for easier definiton when path detection failes
951        * from now on caching is enabled by default in config.php - it means that
952          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
953          has been installed
954        * updated installation file to represent all the new modules that can be
955          installed to use all WiFiDog features
956
9572006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
958        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
959          more meaningfull output
960
9612006-01-29 Max Horváth <max.horvath@maxspot.de>
962        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
963          both PHP caches, because WiFiDog currently doesn't run with either of
964          those PHP caches (I'm still investigating why)
965        * added a missing <ul> HTML tag on the administration page
966        * the validation mail sent to new users now includes the full path to the
967          WiFiDog installation (before it assumed WiFiDog to be installed in
968          the document root of the webserver)
969        * fixed display of start button of portal when WiFiDog is not installed
970          in the document root of the webserver
971        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
972          path_defines_base.php
973        * updated HTMLeditor content class to use the new, moved stylesheet.css
974        * fixed error messages not displaying technical support e-mail address
975
9762006-01-25 Max Horváth <max.horvath@maxspot.de>
977        * a notice message regarding timezones was being displayed when running PHP
978          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
979          in config.php named DATE_TIMEZONE. Set it to your local timezone.
980          Don't forget to update your local.config.php in case you're using it.
981
9822006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
983        * Dependencies.php:  We missed one more instance of non-unifrom code for
984          path detection. The Dependencies class now uses the code in
985          include/path_defines_base.php like the rest of the system. Also make it
986          returns more usefull error messages.
987        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
988      cannot be found for some reason.
989
9902006-01-23 Max Horváth <max.horvath@maxspot.de>
991        * Removed compiled PHPdoc documentation
992        * moved createDoc.sh to "doc" directory, documentation can be generated on
993          the fly now, in the future we'll be generating a nightly PHPdoc on
994          wifidog.org
995        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
996          PHPdoc
997        * moved "header.gif" image to its own folder in the images directory
998        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
999          compiling without any warnings
1000        * Initialized uninitialized variables in Node class
1001        * Fixed initialization error of one variable
1002        * Configuration file (config.php) will be read before path detection is
1003          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
1004
10052006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
1006        * common.php: Real fix for Ticket #59 ;)
1007        * common.php: Untested fix for Ticket #59
1008
10092006-01-18 François Proulx <francois.proulx@gmail.com>
1010        * Remove unneeded .cvsignore files since the svn:ignore property is set to
1011          the same list
1012
10132006-01-11 Rob Janes <janes.rob@gmail.com>
1014    * classes/User.php: added setters, getters, throw exceptions, added
1015      refresh() subr, tweaked language
1016
10172006-01-09 Max Horváth <max.horvath@maxspot.de>
1018        * createDoc.sh: added description of how to install requirements
1019
10202006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
1021        * common.php: Improve path detection code, and start moving PATH detection
1022          back to a central location. You should NEVER go to any $_SERVER[]
1023          variables for path related stuff, all you need is already available
1024          in defines.
1025        * UserReport.php: Remove dangling reference to BASEPATH.
1026        * install.php: Use centralised path detection.
1027
10282006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1029        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
1030          making one less config option to manage.  It is now autodetected.
1031
10322006-01-03 Rob Janes <janes.rob@gmail.com>
1033        * added support for classes/EventLogging.php.
1034        * modified include/common.php to pull in the EventLogging class
1035        * modified index.php to kick start error logging with minimal setup.
1036          I didn't setup a css for this, so any errors are simply pushed out
1037          when the logging channel is destructed.
1038        * other changes to include/common.php - a host of utility functions,
1039          prefixed with "cmn" to avoid namespace collision.
1040        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
1041          to include/common.php, wrapping the require_once in a function.
1042
10432006-01-04 Pascal Leclerc <isf@plec.ca>
1044    * install.php: New security validation and small bugs fix in admin account
1045      creation
1046
10472006-01-02 Rob Janes <janes.rob@gmail.com>
1048        * split static stylesheet.css from smarty template stuff.
1049          local_content/default/stylesheet.css has only smarty template stuff.
1050          local_content/common/stylesheet.css has all the rest.
1051        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
1052          still smarty fetching the templated stylesheet.
1053        * classes/SmartyWifidog.php changed to set a smarty template variable so
1054          that the templating stylesheet could work.
1055
10562005-12-29 François Proulx <francois.proulx@gmail.com>
1057        * Integrating Philippe's code for User class
1058        * This build needs extensive testing please
1059        * E-mail blacklisting (Mail class)
1060
10612005-12-29 François Proulx <francois.proulx@gmail.com>
1062        * Added Aidan's file_exists_incpath function to Dependencies class
1063        * Translated and standardized most of PostgreSQL abstraction class.
1064        * Removed blank lines at end of many files
1065        * Tested the new Phlickr package, which fixes URL on Flickr
1066
10672005-12-28 Max Horváth <max.horvath@maxspot.de>
1068        * Removed BASEPATH define from source - resulting in a better
1069          require-overview
1070        * speed improvement of 7% by optimizing Dependencies class
1071        * improved documentation of content classes
1072
10732005-12-26 François Proulx <francois.proulx@gmail.com>
1074        * Fixed bug when the same user was owner of many nodes
1075        * Added missing reference to content_display_location initial data in dump
1076          script
1077
10782005-12-26 François Proulx <francois.proulx@gmail.com>
1079        * Tiny modifications to config.php
1080        * Reinserted the deprecated defines, created errors on my system
1081        * Fully translated FormSelectGenerator class, Locale
1082        * Added comments to Utils, Locale etc..
1083        * Fully tested installation from scratch using blank database with
1084          installation script
1085        * Improved installation script a bit
1086        * Synched SQL for CVS schema 29 --> 33
1087
10882005-12-26 Max Horváth <max.horvath@maxspot.de>
1089        * added new headers to every source file
1090        * converted file to represent a tab as four (4) spaces
1091        * added PhpDocumentor documentation
1092        * added WiFiDog skin to HTMLeditor
1093        * language selection in a content class now shows the language name instead
1094          of the language code
1095        * added caching support to content classes Langstring and TrivialLangstring
1096
10972005-12-15 Max Horváth <max.horvath@maxspot.de>
1098        * fixed bug in dependencies class when gettext support for PHP is not
1099          available
1100
11012005-12-14 Max Horváth <max.horvath@maxspot.de>
1102        * fixed bug in config.php:59 ... was unable to select DB server
1103
11042005-12-08 Max Horváth <max.horvath@maxspot.de>
1105        * added FCKeditor to the supported libraries
1106        * added new content type: HTMLeditor
1107        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
1108          config.php
1109        * HTMLeditor is the first class using the new caching class
1110        * removed unused function from content type Langstring
1111        * beautified and reorganized config.php and added a new switch for the
1112          caching class
1113
11142005-12-06 Max Horváth <max.horvath@maxspot.de>
1115        * fixed SQL bug when calling the "report configuration" page as a node owner
1116
11172005-12-05 François Proulx <francois.proulx@gmail.com>
1118        * Crunched the Google Maps Div block for better display on small screens
1119
11202005-12-05 Max Horváth <max.horvath@maxspot.de>
1121        * fixed bug when calling the preview version of a login page
1122
11232005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
1124        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
1125          change works with postgresql 7.4 and 8. It is still not understood why
1126          ISF doesn't encounter this bug on it's production server.
1127
11282005-11-28 François Proulx <francois.proulx@gmail.com>
1129        * Improved Flickr user output
1130        * Mostly completed Flickr admin UI
1131        * Changed display algorithm to display sequentially
1132
11332005-11-25 Rob Janes <janes.rob@gmail.com>
1134        * EventLogging class initial checkin
1135
11362005-11-14 Max Horváth <max.horvath@maxspot.de>
1137        * fixed path to included classes
1138          Guys, please check the paths to included files twice next time you're
1139          moving files
1140
11412005-11-12 François Proulx <francois.proulx@gmail.com>
1142        * Fixed schema 33 update
1143        * fixed css
1144
11452005-11-11 François Proulx <francois.proulx@gmail.com>
1146        * Fixed Admin hotspot location map
1147        * Take note: Google Maps updated their API key system, so that you simply
1148          need to register a key for the whole domain.
1149          ie. one key for http://auth.abc.org will work even in sub-directories
1150        * Changed the Content classes structure to make them "pluggable" more easily
1151          as requested during last developpers meeting
1152        * node_list.php now support column sorting, node_id are naturally sorted
1153          (numerical order, alphabetic)
1154        * Added 2-dimensionnal natural sort algorithm to Utils class
1155        * fixed Node::getSelectNodeUI to naturally sort by node_id
1156        * Improved Flickr content class
1157        * Modified Flickr database schema
1158        * Modified CSS look and feel
1159
11602005-11-08 Philippe April  <philippe@ilesansfil.org>
1161        * Put a note to mention the roles of users in the logged in users list
1162        * Fixed online users link to statistics
1163
11642005-11-01 Max Horváth <max.horvath@maxspot.de>
1165        * added german translation
1166        * modified gen.sh to include geocoder and statistics classes for the
1167          translation file generation
1168        * modified hotspot status page to allow translations of every string
1169        * modified node list page to allow translations of every string
1170        * modified FAQ page to allow translations of every string
1171        * fixed bug in FAQ page which caused the Safari browser to display very
1172          large text
1173        * modified online users page in administration to allow translations of
1174          every string
1175        * added Phlickr directory to /lib
1176
11772005-10-25 Francois Proulx <francois.proulx@gmail.com>
1178        * /classes/DateTime.php : First iteration of DateTime abstraction class
1179        * Basic support for datetime input field.
1180        * TODO : Overhaul with full-fledged datetime selector...
1181
11822005-10-25 Francois Proulx <francois.proulx@gmail.com>
1183        * AuthenticatorRadius : Fixed legacy variable misuse
1184
11852005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
1186        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
1187          actually tested. Guys, read the documentation of the function parameters
1188          when you code, it's there to help you ;)
1189
11902005-10-21 Francois Proulx <francois.proulx@gmail.com>
1191        * Integration testing for Radius debugging
1192        * Added network_id parameter to hotspot_status.php for selecting network
1193        * Default network will be automatically selected...
1194
11952005-10-04 Francois Proulx <francois.proulx@gmail.com>
1196        * Scaled down network logo
1197        * Changed CSS accordingly
1198        * Modified online users SQL query to sort better
1199
12002005-10-04 Francois Proulx <francois.proulx@gmail.com>
1201        * Removed unwanted file from checkout
1202
12032005-10-07 Philippe April  <philippe@ilesansfil.org>
1204        * Released wifidog-auth-1.0.0_m2
1205
12062005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1207        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1208          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1209          a server, you can add your users, and then change the authenticator class
1210          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1211        * signup.php: Actually enforce it. Still needs improvement, as the network
1212          is still shown for signing up.
1213
12142005-10-04 Francois Proulx <francois.proulx@gmail.com>
1215        * Translated some error message in SQL abstraction
1216        * Cleaned up error messages when starting from scratch
1217        * Added link to install script, when the database is empty.
1218        * Fixed initial data dump script
1219
12202005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1221        * Remove a bunch of deprecated methods from the Node object,
1222          document undocumented methods.
1223        * Make the node id editable.  This allows the gateway "MAC address as node
1224          ID" patch by London wireless to be usable with the standard auth server,
1225          and to transition to using MAC address as node ID.
1226        * Fix a saving problem with all the content types with some versions of PHP
1227        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1228          style query returning HTML to be displayed in a HTML iframeset. Currently
1229          supported are substitution of the node_id, the user_id and the last
1230          display date in the get query.
1231        * CVS version of the auth server should now be "reasonnably" safe to use in
1232          production, so the 2005-09-01 notice is no longuer in effect.
1233
12342005-10-04 Francois Proulx <francois.proulx@gmail.com>
1235        * Translated signup page messages
1236
12372005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1238        * Partial login page content manager support (Node only for now)
1239
12402005-09-27 Philippe April  <philippe@ilesansfil.org>
1241        * Guess the best language from what the browser sends,
1242          otherwise use the default.
1243
12442005-09-26 Francois Proulx <francois.proulx@gmail.com>
1245        * Translated the few new sentences on the login page
1246
12472005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1248        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1249          remove unnecessary words.
1250
12512005-09-26 Francois Proulx <francois.proulx@gmail.com>
1252        * Completed translations
1253
12542005-09-26 Francois Proulx <francois.proulx@gmail.com>
1255        * Fixed annoying bug in new google maps code
1256
12572005-09-25 Francois Proulx <francois.proulx@gmail.com>
1258        * Complete rewrite of Google maps code, now stands as a js class
1259        * relooking of mapping stuff
1260        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1261        * fixed broken xml, damn blank lines...
1262
12632005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1264        * Statistics:  At long last, the monster statistics commit.
1265          We finally have a stable, documented and uniform codebase for statistics.
1266          This resulted is removal of several functions in other classes too.
1267          There are a few new reports, but mostly, each report is a lot more
1268          flexible.
1269          Still TODO:
1270          - Security:  This is to be implemented directly in the Statistics class,
1271            by forcing restrictions to the selected nodes and network.
1272          - Support selecting multiple users for a report.
1273            The code and SQL queries support it, but the UI doesn't. An easy and
1274            quick way would be to simply parse a coma-separated list. Comment are
1275            off course welcome!
1276
12772005-09-25 Francois Proulx <francois.proulx@gmail.com>
1278        * Updated initial SQL script to schema 29
1279        * Remove useless includes in some files, preventing from using the "plugin"
1280          contents
1281
12822005-09-25 Philippe April  <philippe@ilesansfil.org>
1283        * Make method getCurrentRealNode ORDER BY DESC so it picks
1284          up the latest network name
1285
12862005-09-20 Francois Proulx <francois.proulx@gmail.com>
1287        * Changed the output layout of the Google Maps hotspots list
1288        * Added "Loading" message on Google Maps
1289
12902005-09-17 Francois Proulx <francois.proulx@gmail.com>
1291        * Fixed forgotten reference to getNetwork in AuthLocalUser
1292
12932005-09-17 Francois Proulx <francois.proulx@gmail.com>
1294        * Fixed a few bugs in Radius class
1295        * Improved syntax and completed 100% of French translations
1296
12972005-09-17 Francois Proulx <francois.proulx@gmail.com>
1298        * Fixed RADIUS bug #1287000
1299
13002005-09-16 Francois Proulx <francois.proulx@gmail.com>
1301        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1302        * This class provides UTF-8 mailing for validation e-mail, lost password,
1303          lost username...
1304        * Fixes reported bug where users would not receive validation email on
1305          some servers
1306
13072005-09-13 Francois Proulx <francois.proulx@gmail.com>
1308        * Added bytes in words for online users
1309
13102005-09-13 Francois Proulx <francois.proulx@gmail.com>
1311        * Fixed bug in user stats
1312
13132005-09-13 Francois Proulx <francois.proulx@gmail.com>
1314        * Added access permissions for statistics.
1315
13162005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1317        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1318          account_origin as a parameter to the authenticator was wrong.  To fix it
1319          manually if you already ran the script, you must quote the parameter in
1320          column network_authenticator_params in the networks table.
1321        * Network.php:  Fix improper quoting of Authenticator arguments.
1322        * RssPressReview.php:  Make expansion of today's item optionnal.
1323
13242005-09-11 Francois Proulx <francois.proulx@gmail.com>
1325        * Fixed dependency check, found a workaround for the file_exists problem
1326
13272005-09-11 Francois Proulx <francois.proulx@gmail.com>
1328        * Added dependency check for Phlickr
1329
13302005-09-11 Francois Proulx <francois.proulx@gmail.com>
1331        * Fixed Flickr support
1332        * Now using PEAR version of Phlickr
1333        * Download the latest package and install like this: pear install
1334          PhlickrXYZ.tar.gz
1335
13362005-09-10 Francois Proulx <francois.proulx@gmail.com>
1337        * Fixed dependency check
1338
13392005-09-10 Francois Proulx <francois.proulx@gmail.com>
1340        * Removed many blank lines after php tags
1341        * added more checks, for dates etc...
1342        * changed sorting mode
1343
13442005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1345        * Add UI to add a new Network
1346        * Improve UI to add a new Node and new Content
1347
13482005-09-10 Philippe April  <philippe@ilesansfil.org>
1349        * signup.php: Fixed bug in detecting is the user is already part of the
1350          network.
1351        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1352          users from logging out.
1353        * add BASEPATH to most files with require_once
1354        * Added dependency checking class
1355        * Don't show the admin menu if user does not have access
1356        * Got rid of user_log_detailed.html, using stats.php instead
1357
13582005-09-10 Francois Proulx <francois.proulx@gmail.com>
1359        * Automatically redirect user to login form when trying to access admin
1360        * Added various isset, empty tests, vars init in stats (to avoid PHP
1361          warning)
1362
13632005-09-08 Philippe April  <philippe@ilesansfil.org>
1364        * New stats system with graphs
1365        * Changed the UI a bit to reflect this change
1366        * Updated stylesheet
1367
13682005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1369        * portal/index.php:  Custom portal redirect now operational.
1370
13712005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1372        * MainUI:  Move call to garbage_collect() here.
1373        * portal/index.php:  New feature:  Custom portal redirect.
1374        * rework much of the logout code
1375
13762005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1377        * login/index.php:  Fix getSplashOnlyUser() method call.
1378
13792005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1380        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1381          news.
1382        * login/index.php:  Reorganise code to make it more legible and comment what
1383          it does. Emphasise error messages and put them right above where they
1384          clicked so users can actually see them.
1385        * Security.php:  Remove deprecated login code
1386        * Authenticator.php: Change calling convention for better encapsulation
1387        * New feature:  Support multiple simultaneous logins if enabled in network
1388          configuration
1389        * New feature (in testing): Splash-only node support
1390
13912005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1392        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1393          in the server config.  It is still strongly recommended to disable
1394          magic_quote
1395        * Node.php:  Add UI for splash only node and custom portal
1396        * Update schema
1397
13982005-09-04 Francois Proulx <francois.proulx@gmail.com>
1399        * Removed update.php script ( should not have been in CVS )
1400        * Moved authenticator require in Network getAuthenticator()
1401
14022005-09-03 Philippe April  <philippe@ilesansfil.org>
1403        * Schema change: Added last_paged column to nodes table
1404        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1405        * s/Networt/Network/
1406        * Fixed signing up and validation, typos
1407
14082005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1409        WARNING:  DO NOT use the CVS auth server in production until further notice.
1410        Massive internal changes are underway.
1411        Use the release tagged 1.0m1 in production.
1412        * Network abstraction mostly complete, including UI.
1413          All that is missing is new network creation, network stakeholder UI and
1414          testing.
1415        * Cleanup the config file of all the now unneeded constants.
1416          Note that the install script is currently broken.
1417          There can now be multiple networks on the server.
1418          The install script will have to make sure that there is at least one, with
1419          one super-admin
1420
14212005-08-31 Francois Proulx <francois.proulx@gmail.com>
1422        * Fixed bug where node ID containing periods, whitespaces or underscores
1423          would confuse PHP
1424        * MD5 hash is used to make sur the http vars are unique
1425        * This is only valid for Node administration
1426
1427NOTE:  the 1.0m1 release was tagged here
1428
14292005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1430        * Node.php:  Fix node creation
1431
14322005-08-31 Francois Proulx <francois.proulx@gmail.com>
1433        * Fixed new node creation bug
1434
14352005-08-29 Philippe April <philippe@ilesansfil.org>
1436        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1437          IE to see the map properly.
1438
14392005-08-22 Pascal Leclerc  <pascal@plec.ca>
1440        * install.php, Change javascript to OnClick + dependencie note
1441        * schema_validate.php, Fix broken DB update for install.php
1442        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1443          installed
1444
14452005-08-22 Francois Proulx <francois.proulx@gmail.com>
1446        * Added edit button for quickly accessing Content editing mode
1447        * Changed the layout so the admin ui fits in a tighter space
1448
14492005-08-21 Francois Proulx <francois.proulx@gmail.com>
1450        * Added reference to new street address fields in mapping page and on status
1451          template
1452        * Fix bug on line 756 of RssPressReview , added check for empty var.
1453        * Flickr support is broken, added  bug to sf.net tracker
1454
14552005-08-21 Francois Proulx <francois.proulx@gmail.com>
1456        * Node admin UI should now be completed.
1457        * Minor bug fixes in Geocoder
1458        * Merged node_owners and node_tech_officers table into node_stakeholders
1459
14602005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1461        * New schema version
1462        * install.php, tmp/magpie_cache/:  Move all magpie caches
1463          to a central location, adjust install script to match.
1464        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1465          a parameter to the page
1466        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1467          recently subscribed first, this is a stopgap measure while waiting for
1468          Content ordering to be explicitely settable.
1469        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1470        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1471          and getFeedTitle() methods.
1472          Fixes minor bugs
1473
14742005-08-17 Pascal Leclerc  <pascal@plec.ca>
1475    * Added install script + minor changes in schema_validate.php
1476
14772005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1478        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1479
14802005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1481        * Run sync_sql_for_cvs.sh
1482        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1483          which no longer exists
1484        * .project:  Remove mistakenly commited file in last commit
1485        * .cvsignore:  Add file to avoid previous error
1486
14872005-08-12 Francois Proulx <francois.proulx@gmail.com>
1488        * Added missing GisPoint fille to CVS
1489        * Fixed some bugs
1490        * Added Technical officer table
1491        * Added technical officer management to node UI
1492
14932005-08-12 Francois Proulx <francois.proulx@gmail.com>
1494        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1495        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1496        * This is a stupid limitation of the Google Maps API which matches the
1497          complete URL path
1498        * Added /classes/GisPoint.php class
1499        * Will add geocode + Google Maps capabilities very soon
1500        * Notice : the XML schema will change very soon...
1501        * I will try to keep the streetAddress field intact so I won't break
1502          backward compat.
1503
15042005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1505        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1506          constructor
1507        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1508          reflect it's independently maintained status
1509        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1510        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1511          admin UI written.
1512        * wifidog/include/schema_validate.php:  Create the table structure for the
1513          new RssAggregator.
1514          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1515          new Content class.
1516
15172005-08-11 Francois Proulx <francois.proulx@gmail.com>
1518        * Refactored the Admin UI.
1519        * I need to write the upload form and rewrite statistics
1520
15212005-08-10 Francois Proulx <francois.proulx@gmail.com>
1522        * More GIS stuff
1523
15242005-08-10 Francois Proulx <francois.proulx@gmail.com>
1525        * Added Geocoders
1526          - /classes/AbstractGeocoder.php
1527          - /classes/Geocoders/GeocoderCanada.php
1528          - /classes/Geocoders/GeocoderUsa.php
1529        * This will be used for enterring GIS data
1530        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1531
15322005-01-25 Pascal Leclerc  <pascal@plec.ca>
1533        * Fix hardcoded images path in classes/MainUI.php
1534
15352005-07-25 Francois Proulx <francois.proulx@gmail.com>
1536        * Fixed bug in hotspot_status , added htmlspecialchars();
1537        * This solved the bug where ampersands would break the XML
1538
15392005-07-17 Francois Proulx <francois.proulx@gmail.com>
1540        * Fixed bugs in gen.sh, compile.sh locale scripts
1541
15422005-07-12 Francois Proulx <francois.proulx@gmail.com>
1543        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1544          element to networkMetadata
1545
15462005-07-12 Francois Proulx <francois.proulx@gmail.com>
1547        * Fixed XML protocol for exchanging hotspots status.
1548        * Should now be considered stable (stamped v1.0)
1549        * Fixed hotspots status map to reflect the changes
1550        * Added french translations
1551
15522005-07-11 Francois Proulx <francois.proulx@gmail.com>
1553        * Changed link to hotspots map using NON ssl because Google Keys are
1554          sensitive to the whole path.
1555
15562005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1557        * classes/RssPressReview.php: Begin rewrite.
1558        * classes/MainUI.php: Add addFooterScript() function.
1559        * venues_map.php:  Workaround the IE DOM problem.
1560
15612005-07-05 Francois Proulx <francois.proulx@gmail.com>
1562        * Changed wording in hotspots status page added legend
1563
15642005-07-05 Francois Proulx <francois.proulx@gmail.com>
1565        * Minor adjustements to icon positionning
1566
15672005-07-05 Francois Proulx <francois.proulx@gmail.com>
1568        * Changed google maps marker icons
1569
15702005-07-05 Francois Proulx <francois.proulx@gmail.com>
1571        * Added missing elements in XML exchange format
1572        * Stable v1.0 for XML exchange format and Google Maps mapping
1573        * Added GMaps constants to config file
1574        * Unsmartied index.php , added link to map
1575        * Check config.php to set corresponding values
1576        * You can now use hotspot_status.php?format=XML along with xslt query string
1577          parament to convert your XML document
1578        * For this to work, You need to have activated XSLT ( see config file )
1579
15802005-07-05 Francois Proulx <francois.proulx@gmail.com>
1581        * Added Google Maps mapping venues_map.php
1582        * /js/venues_status_map.js  JavaScript code for Mapping
1583        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1584          a snap
1585
15862005-07-03 Francois Proulx <francois.proulx@gmail.com>
1587        * Updated the XML venues status format ( version 1.0, once approved )
1588        * Added long / lat fields to nodes table ( for mapping purposes )
1589
15902005-06-17 Francois Proulx <francois.proulx@gmail.com>
1591        * Added IFrame and SimpleIFrame content types.
1592
15932005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1594        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1595          non-persistent, no matter the checkbox.  Move the code to
1596          TrivialLangstring.php where it belongs.
1597
15982005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1599        * portal/inted.php:  Implement the start button functionnality (maybe it
1600          would be better to call it "use the Internet").  From now on, once
1601          authenticated and when pressing the start button on the portal, the user
1602          will be sent to the page he originally tried to access.  A second window
1603          will be popped with the portal page so he can come back to it. The window
1604          is collapsed, and can be expanded back by clicking on the link. I tried
1605          to make it cross platform (and mostly did) but it's still buggy in IE.
1606
1607          At the same time, this fixes the goof reported by Rob Kelley of
1608          nycwireless.net
1609
1610        * portal/missing_original_url.php:  Displayed when the user tries to use the
1611          start button but for some reason the original url is unavailable
1612        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1613          URL in the user's URL bar.
1614
1615
16162005-06-17 Francois Proulx <francois.proulx@gmail.com>
1617        * Removed forced Pattern Language on all hotspots
1618        * Do not show hotspot logo in portal page, only on login, until we find a
1619          better layout
1620
16212005-06-16 Francois Proulx <francois.proulx@gmail.com>
1622        * Added XML output format for hotspot_status.php
1623        * Rough draft v1.0
1624        * TODO move to different classes once stabilized
1625        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1626        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1627        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1628
16292005-06-06 Francois Proulx <francois.proulx@gmail.com>
1630        * Added long description field to content table
1631        * MUST use schema_validate
1632        * Modified Pattern Language to be more generic
1633        * resend changelog
1634
16352005-06-06 Francois Proulx <francois.proulx@gmail.com>
1636        * Made changes to Pattern Language ( Kate Armstrong )
1637
16382005-05-30 Philippe April <philippe@ilesansfil.org>
1639        * Show username in user_stats.php instead of user_id
1640          and in other admin pages
1641
16422005-05-30 Francois Proulx <francois.proulx@gmail.com>
1643        * Changed language selectbox name so it does not clash with ISF's domain
1644          cookie
1645        * Fixed setlocale algorithm in Locale.php
1646
16472005-05-29 Francois Proulx <francois.proulx@gmail.com>
1648        * Missing null check in validate.php
1649
16502005-05-27 Francois Proulx <francois.proulx@gmail.com>
1651        * Changed the signup process to make it smoother for users
1652        * The user will automatically be granted the 15 minutes if he's signing up
1653          at a real hotspot
1654        * If the user closes his browser during the 15 minutes and loses its
1655          session, we will regenerate it
1656        * Added big red message to the top of the portal page, warning user to
1657          validate as soon as possible
1658        * Fixed translation typos
1659
16602005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1661        * Someone moved the fallback gettext functions definition (for when gettext
1662          isn't installed) inside the static setCurrentLocale method, completely
1663          breaking the system when PHP doesn't have gettext support.  This is an
1664          untested fix.
1665
16662005-05-24 Francois Proulx <francois.proulx@gmail.com>
1667        * Fixed bug in auth.php to let users go through when the click twice on the
1668          login button
1669        * Fixed bug in hotspot_log.php
1670
16712005-05-24 Francois Proulx <francois.proulx@gmail.com>
1672        * Added "Get access statistics" button to Node admin to get hotspot specific
1673          stats
1674        * Added search box in Users log to get a specific user stats quickly
1675
16762005-05-24 Francois Proulx <francois.proulx@gmail.com>
1677        * Fixed typo in some translations
1678        * Cleaned-up todos
1679
16802005-05-18 Francois Proulx <francois.proulx@gmail.com>
1681        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1682          layout)
1683
16842005-05-16 Francois Proulx <francois.proulx@gmail.com>
1685        * Changed login message in MainUI to make it clearer what the login button
1686          will do
1687
16882005-05-13 Philippe April <philippe@ilesansfil.org>
1689        * Added deployment status to node_list
1690
16912005-05-11 Francois Proulx <francois.proulx@gmail.com>
1692        * Began writing user profiles
1693        * Added many methods to User class
1694        * Added node quota fields in DB ( bandwidth, throttling ...)
1695
16962005-05-10 Francois Proulx <francois.proulx@gmail.com>
1697        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1698          gw_address, gw_port show physical login link
1699
17002005-05-10 Francois Proulx <francois.proulx@gmail.com>
1701        * Added download button CSS class to style button
1702
17032005-05-10 Francois Proulx <francois.proulx@gmail.com>
1704        * Fixed wrong method name in File.php
1705        * Added strip tags to Langstring
1706        * Basic styling of content_admin table
1707
17082005-05-04 Francois Proulx <francois.proulx@gmail.com>
1709        * Fixed serialization issue ( flickr)
17102005-05-04 Francois Proulx <francois.proulx@gmail.com>
1711        * Improved caching
1712        * Wrote very basic gridview code for Flickr
1713
17142005-05-04 Francois Proulx <francois.proulx@gmail.com>
1715        * Implemented caching for Flickr
1716        * Need to contact Phlickr to see how we could do better, since serialize
1717          does not work OK on objects
1718
17192005-05-04 Francois Proulx <francois.proulx@gmail.com>
1720        * Fixed bug concerning Content-Length header
1721        * Changed default Unit size for setLocalFileSize to bytes
1722
17232005-05-04 Francois Proulx <francois.proulx@gmail.com>
1724        * Added BLOB support
1725        * modified file_download.php to support new header attributes
1726        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1727        * Make sure your PHP.ini contains the right value to allow big downloads
1728        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1729        * ISF Live server is now configured to support 100 megabytes files
1730
17312005-05-04 Francois Proulx <francois.proulx@gmail.com>
1732        * Fixed CSS IE Bug
1733        * Fixed SQL query
1734        * NEED HELP FROM A WEB DESIGNER !!!!!
1735
17362005-05-03 Francois Proulx <francois.proulx@gmail.com>
1737        * Disabled logging in Pattern Language archives
1738
17392005-05-03 Francois Proulx <francois.proulx@gmail.com>
1740        * Having for SQL query... :-(
1741
17422005-05-02 Francois Proulx <francois.proulx@gmail.com>
1743        * PatternLanguage is now completed
1744
17452005-04-30 Francois Proulx <francois.proulx@gmail.com>
1746        * Logout button will now destroy session AND render token USED
1747
17482005-04-30 Francois Proulx <francois.proulx@gmail.com>
1749        * Fixed bug that could potentially let non owners add content in /content
1750          through content groups
1751        * Admin menu won't show node selector if the user is not owner of at least
1752          one hotspot
1753        * Added Width, height support for Picture
1754
17552005-04-30 Francois Proulx <francois.proulx@gmail.com>
1756        * Did my best for content styling ... ( it's 5h00 am )
1757
17582005-04-30 Francois Proulx <francois.proulx@gmail.com>
1759        * Updated sync_sql_for_cvs.sh
1760
17612005-04-30 François Proulx <francois.proulx@gmail.com>
1762        * ChangeLog entry missed by CVS ?!
1763        * Locale now decomposes the locale string by '_'
1764        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1765
17662005-04-30 François Proulx <francois.proulx@gmail.com>
1767        * Trying to solve RSS encoding bug...
1768        * Testing on live server
1769
17702005-04-29 François Proulx <francois.proulx@gmail.com>
1771        * Removed all inline unuseful javascript code on submit buttons
1772          onclick='submit()'
1773        * This conflicted with the actual click on the submit button in Safari
1774        * Fixed check in Network for isOwner, only check superAdmin
1775        * Fixed bug so you can't add an existing content group to itself (deadlock)
1776        * Started coding Pattern language narrative display
1777
17782005-04-29 François Proulx <francois.proulx@gmail.com>
1779        * Wrote User.php addcontent, removeContent, getAllContent()
1780        * Wrote Content.php subscrite() and unsubscribe()
1781        * Added parameters to getAllContent() in Node and Network
1782          (exclude_subscribed_content)
1783        * These will be used for subscribing a to some content
1784        * Pattern Language will be the first to use it
1785        * Online users lists
1786        * Fixed bugs in Node and Network ( isOwner check )
1787
17882005-04-28 François Proulx <francois.proulx@gmail.com>
1789        * Logout button build a query string containing gw_id, gw_address, gw_port
1790          ( if available ), so that a user at a physical hotspot will get the login
1791          page from the hotspot he is.
1792        * Fixed but in Locale ( did not propertly set the locale in the session )
1793
17942005-04-28 François Proulx <francois.proulx@gmail.com>
1795        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1796          message when connect to a real hotspot ( not virtual )
1797        * This message confused many users ( they clicked and got the virtual login
1798          instead ! )
1799        * Hide adminstration features ( statistics, hotspot creation, network wide
1800          content etc...) from all but Super admins
1801        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1802        * Added $associate_existing_content parameter to processNewContentUI to
1803          allows reuse for existing content ( in ContentGroup )
1804        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1805        * Added security check in all content classes ( ProcessAdminUI )
1806
18072005-04-26 François Proulx <francois.proulx@gmail.com>
1808        * Replaced show only content groups by show persistent
1809
18102005-04-26 François Proulx <francois.proulx@gmail.com>
1811        * Added missing /content directory
1812
18132005-04-26 François Proulx <francois.proulx@gmail.com>
1814        * Added /content/ for displaying all content elements
1815        * Logging is disable when viewing them
1816        * All content elements will expand
1817        * Pattern languages won't display everything ( special property )
1818          isExpandable
1819        * Added a link in portal pages to go to /content/
1820        * Added Show all contents button in content_admin.php
1821
18222005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1823        * Content.php, ContentGroup.php:  All Content now implement the
1824          isDisplayableAt($node).  Used by the portal, if content has nothing
1825          displayabel, the entire content is skipped.
1826
18272005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1828        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1829          disabled.
1830
18312005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1832        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1833          options supported. Rotation based on session may not be reliable if the
1834          user isn't truly logged in (from a node).
1835
18362005-04-26 François Proulx <francois.proulx@gmail.com>
1837        * Most of the missing translations
1838
18392005-04-26 François Proulx <francois.proulx@gmail.com>
1840        * Changed back File to non trivial
1841        * portal page stylesheet
1842
18432005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1844        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1845          element in isolation.  Unfortunately the UI allows if for now.  Such
1846          content will now be deleted.
1847        * Locale:  Fix string selection algorithm to pick the right language.
1848        * Content:  Implement display logging.
1849
18502005-04-26 François Proulx <francois.proulx@gmail.com>
1851        * stylesheet rework
1852
18532005-04-26 François Proulx <francois.proulx@gmail.com>
1854        * Fixed wrong location for change password link
1855
18562005-04-25 François Proulx <francois.proulx@gmail.com>
1857        * Portal page styling
1858
18592005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1860        * ContentGroup.php:  Previous fix didn't work.  New fix.
1861
18622005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1863        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1864
18652005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1866        * Fix bug in ContentGroup enumeration
1867
18682005-04-25 François Proulx <francois.proulx@gmail.com>
1869        * More stylesheets work
1870
18712005-04-25 François Proulx <francois.proulx@gmail.com>
1872        * Much better stylesheet
1873
18742005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1875        * UI fully functionnal
1876
18772005-04-25 François Proulx <francois.proulx@gmail.com
1878        * More interface work
1879
18802005-04-25 François Proulx <francois.proulx@gmail.com
1881        * Completed integration of new interface with new objects
1882
18832005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1884        * Integration merge, should work, but there will be display problems
1885          everywhere.  Expect further commits today.
1886        * Almost 100% complete Network abstraction
1887        * Much better object encapsulation.  Deprecated methods not removed yet.
1888        * Add MainUI class.  Used to display the interface.  Inner workings still
1889          need work.
1890
18912005-04-23 François Proulx <francois.proulx@gmail.com>
1892        * Added Preferred Size support for Flickr pictures
1893
18942005-04-23 François Proulx <francois.proulx@gmail.com>
1895        * Completed missing translations
1896
18972005-04-23 François Proulx <francois.proulx@gmail.com>
1898        * Fixed bugs in File and EmbeddedContent
1899        * Completed first iteration of EmbeddedContent
1900        * Can now play multimedia content
1901        * Could not test fallback with my browser ( Safari and Firefox )
1902        * Need help to test content in different browser to see how it reacts...
1903
19042005-04-22 François Proulx <francois.proulx@gmail.com>
1905        * Fixed bug in FlickrPhotostream.php
1906        * Params did not match new methods requirements ( getUserByEmail )
1907        * Changed stylesheet class name for Flickr to match new changes
1908        * Fixed bugs in File
1909        * Wrote part of EmbeddedContent ( partially working )
1910        * TODO: add support for parameters and attributes in EmbeddedContent
1911
19122005-04-22 François Proulx <francois.proulx@gmail.com>
1913        * Fix schema version in François's commit
1914
19152005-04-21 François Proulx <francois.proulx@gmail.com>
1916        * Added explicit admin UI exceptions support for Flickr
1917        * Completed File and Picture objects
1918
19192005-04-20 François Proulx <francois.proulx@gmail.com>
1920        * Completed Flickr support ( explicit exceptions catching )
1921        * Most of File object is done
1922        * Fixed bug in generic_object_admin.php
1923        * changed stylesheet class tags for Flickr
1924
19252005-04-18 François Proulx <francois.proulx@gmail.com>
1926        * Added Flickr content support
1927        * Part of File object is done
1928
19292005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1930        * Working (beta...) content manager and portal.
1931        * Add content preview mode
1932
19332005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1934        * Hotspot and network content association, continue access control work.
1935        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1936          script from working.
1937        * All files:  Remove whitespace and carriage return after the ?> closing
1938          tags.
1939
19402005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1941        * Much more complete admin, initial access control work.
1942
19432005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1944        * Support more of the content object model, do a half-decent CSS for the
1945          admin interface.
1946
19472005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1948        * Content.php:  Use full langstring interface by default;
1949
19502005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1951        * Content.php:  Fix db reference;
1952
19532005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1954        * Fix Content object enumeration preventing usage of admin interface
1955        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1956
19572005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1958        * First part of the future content delivery infrastructure. Many files added
1959
19602005-04-01 François Proulx  <francois.proulx@gmail.com>
1961        * Modified gen.sh script to match UTF-8
1962        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1963
19642005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1965        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1966          Francois's commit.
1967
19682005-04-01 Philippe April <philippe@ilesansfil.org>
1969        * Fixed missing parenthesis in classes/User.php
1970        * Removed unused files
1971        * fixed schema_validate.php (typos)
1972
19732005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1974        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1975          EDITOR
1976        * The database will be converted to UTF-8 (version 5)
1977        * Added select boxes ( or hidden ) html form elements to choose the network
1978          for signup, lost password, username
1979
19802005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1981        * Add constraints to account_origin to detect errors on inserts.
1982        * Remove IDRC test server
1983
19842005-04-01 Philippe April <philippe@ilesansfil.org>
1985        * User.php: Add reference to $db global variable.
1986        * Tagged v0_1_0_alpha1
1987        * Removed spaces in AuthenticatorLocalUser.php
1988
19892005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1990        * Remove spaces after php blocks in various files.
1991        * Temporarily fix single authentication source not present bug in login
1992          smarty template.  All other places where we select the network will be
1993          fixed tommorow.
1994        * Fix initial schema errors.
1995
19962005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1997        * More RADIUS install documentation.
1998        * Fix schema_validate.php
1999
20002005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2001        * Moved language definition
2002        * Moved e-mail subjects to User class ( each e-mail functions )
2003
20042005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2005        * Added missing schema_validate.php modifs.
2006
20072005-03-31 Francois Proulx  <francois.proulx@gmail.com>
2008        * Added PEAR install procedure
2009
20102005-03-30 François Proulx  <francois.proulx@gmail.com>
2011        * Finished RADIUS authentication and accounting
2012        * Accounting Unique session ID is now based on the same token we use
2013        * Fixed all issues with lost_username, lost_password etc...
2014        * User class has new static function getUsersByEmail and getUsersByUsername
2015        * Added translations for new features
2016        * Translated the validation, lost password, username e-mails
2017        * Tested quite a bit, this version is considered stable
2018        * A few examples on how set different RADIUS or local authenticators can be
2019          found in the config.php
2020
20212005-03-29 François Proulx  <francois.proulx@gmail.com>
2022        * schema_validate.php : Modified schema : dropped e-mail + account unique
2023          index, dropped email not empty constraint
2024        * Schema is now at version 3
2025        * Coded RADIUS authentication
2026        * Modified templates to show a select box when more than one server is
2027          configured
2028        * Coded RADIUS accounting and backward compatibility accounting
2029        * Modified many statistics SQL queries to match new Users table
2030        * modified statistics templates to match user_id and account_origin
2031        * TODO : Fix lost_username and lost_password ( issue since we dropped the
2032          unique constraint on emails... )
2033        * TODO : Heavy testing possibly with remote RADIUS servers
2034
20352005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2036        * sql:  Put initial data in a transaction, and specify the wifidog user so
2037          you do not have to su to it while using sync_sql_for_svs
2038
20392005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
2040        * common.php:  Add get_guid() function
2041        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
2042          upgrade.  Note that you must still update dump_initial_data_postgres.sh
2043          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
2044        * New class Authenticator (and subclasses):  Begin virtualizing the login
2045          process.
2046
20472005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
2048        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
2049          and outgoing for all connections from a user have null values.
2050        * wifidog/local_content/default/portal.html: Fix layout so it resizes
2051          properly.  This in an interim measure.
2052        * Update schema.  This will allow automatic schema updates in the future.
2053          TO update a live server:
2054
2055      BEGIN;
2056      CREATE TABLE schema_info (
2057            tag text PRIMARY KEY,
2058            value text
2059          );
2060          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
2061          COMMIT;
2062
20632005-03-16 Matthew Asham <matthewa@bcwireless.net>
2064    * config.php: will use "local.config.php" instead, if present.  avoid cvs
2065      over-writing.
2066    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
2067      For integration with existing auth systems
2068    * hotspot_status.php: ob_clean may complain about buffering.  muted.
2069    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
2070      feed.
2071
20722005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
2073        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
2074          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
2075          wraparound problems.  To update a running server, execute the following
2076          sql sniplet:
2077
2078      BEGIN;
2079      ALTER TABLE connections RENAME incoming TO incoming_old;
2080      ALTER TABLE connections ADD COLUMN incoming int8;
2081      ALTER TABLE connections RENAME outgoing TO outgoing_old;
2082      ALTER TABLE connections ADD COLUMN outgoing int8;
2083      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
2084      ALTER TABLE connections DROP COLUMN incoming_old;
2085      ALTER TABLE connections DROP COLUMN outgoing_old;
2086      COMMIT;
2087
2088        * wifidog/admin/hotspot.php: Missing file from phil's commit.
2089        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
2090          by Benoit St-André
2091
20922005-02-14 Philippe April <philippe@ilesansfil.org>
2093        * gw_message.php: the "activate" message was not properly defined and
2094          would cause an error to show up instead of the nice activate your account
2095          message
2096
20972005-02-14 Philippe April <philippe@ilesansfil.org>
2098        * wifidog/locale/gen.s: Was not working as expected, it will now get the
2099          gettext from smarty properly.
2100        * Updated TODO with ideas on making config better
2101
21022005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
2103        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
2104        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
2105          and more information to the RSS feed.
2106
21072005-01-26 Philippe April <isf_lists@philippeapril.com>
2108        * Some kind of virtual login (we need to talk about this).
2109        * New User and Node classes
2110        * Modified all files to work with the classes.
2111        * Remove mgmt_helpers (all done in User class now)
2112
21132005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
2114        * classes/Node.php:  New file, untested code example
2115        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
2116
21172005-01-25 Philippe April <isf_lists@philippeapril.com>
2118        * Changed initial postgres inserts sql file, it wasn't working properly
2119
21202005-01-25 Pascal Leclerc  <pascal@plec.ca>
2121        * Added admin and owner administration pages
2122
21232005-01-23 Philippe April <isf_lists@philippeapril.com>
2124        * Added gateway error messages (validation period, etc.)
2125
21262005-01-20 Philippe April <isf_lists@philippeapril.com>
2127        * Modularized the admin interface, added functions
2128
21292005-01-18 Philippe April <isf_lists@philippeapril.com>
2130        * Smarty'ized more, I think it's done now
2131
21322005-01-12 Philippe April <isf_lists@philippeapril.com>
2133        * i18n and smarty'ized parts
2134
21352005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2136        * INSTALL: Mandate PHP5
2137        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
2138        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
2139        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
2140          automatically pick the best 5 entries from all the feeds.  It will
2141          compensate for disparate publication intervals.  An entry from a feed that
2142          does not publish often will live longer than an entry from a feed that
2143          publishes very often.  If a feed doesn't have any entry that makes the
2144          cut, it will not appear at all.
2145        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
2146
21472005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2148        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
2149          functionnal)
2150        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
2151          Hotspots.
2152        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
2153          outgoing in your data. Only use this if you had gateways before 1.0.2
2154          and wish to correct your logs before you upgrade.
2155        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
2156        * wifidog/portal/index.php: Preliminary work to enable smart press review
2157          of multiple RSS feeds.
2158
21592005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2160        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
2161          page was actually served over SSL, all media in the file will be served
2162          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
2163          that break out of SSL mode.  From now on, use the self adapting
2164          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
2165          and BASE_URL_PATH to break out of it.
2166
21672005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2168        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
2169          apetite for bandwidth, top ten travelers, most addicted users.
2170
21712005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
2172        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
2173          thinner.
2174        * wifidog/local_content/default/login.html: Remove announcements
2175        * wifidog/include/user_management_menu.php: Fix mailto:
2176        * wifidog/auth/index.php: Fix auth server part of the no data transmited
2177          statistics bug.
2178        * wifidog/admin/index.php: Add link to statistics
2179        * wifidog/admin/user_stats.php: Activate security.
2180        * wifidog/index.php: Make the distinction between the two hotspot status
2181          pages clearer.
2182
21832004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
2184        * wifidog/index.php: Add menu
2185        * wifidog/include/user_management_menu.php: Editorial change, make
2186          translateable
2187        * wifidog/portal/index.php:  Fix RSS feeds
2188
21892004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
2190        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
2191          aggregate user stats.  Currently allows you to find out the rate at which
2192          your users subscribe.
2193        * wifidog/config.php, wifidog/local_content/default/login.html,
2194          wifidog/include/user_management_menu.php:  Add hotspot status page to
2195          login page.
2196        * wifidog/hotspot_status.php: Cosmetic
2197        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2198        * wifidog/index.php: Cosmetic.
2199
22002004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2201        * TODO: Add email domains to blacklist
2202        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2203          support email address
2204        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2205          information.  Designed to be included as part of another page.
2206        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2207        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2208          and write unknown hotspot, however this is still really ugly
2209        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2210          Cosmetic fixes
2211        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2212          files, this isn't the approach we will use for translation.
2213        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2214          Update with new node information structures.
2215
22162004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2217        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2218          here as well.
2219
22202004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2221        * wifidog/ping/index.php: Log user-agent
2222        * extensive statistics work
2223        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2224          log user-agent
2225
22262004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2227        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2228          in email or user_id.
2229        * Some statistics fixes
2230
22312004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2232        * wifidog/admin/index.php: Integrated the changes contributed
2233          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2234          mainly a missing ' in some HTML.
2235
22362004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2237    * wifidog/include/common.php: Added commented header with cvs
2238          keywords.
2239        * wifidog/include/common.php: Added commented code (not executing) for
2240          further testing with language/localization issues.
2241
22422004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2243        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2244          comments
2245
22462004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2247        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2248
22492004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2250        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2251        * Begin integrating Patrick Tanguay's new layout and generate the css
2252          dynamically to allow for background images.
2253
22542004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2255        * portal/index.php:  Fix users appearing online at every hotspot.
2256        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2257          cache problems and help with validation.
2258
22592004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2260        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2261        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2262          fixes validation period not working.  Stop storing VALIDATION_FAILES
2263          status to the database.  Add check for validation period expiration at
2264          stage login, not just stage counters, this will fix one minute
2265          validation period.
2266        * wifidog/login/index.php:  Check validation period activation, and if
2267          period is expired, explain to the user instead of redirecting to the
2268          gateway.
2269        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2270
22712004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2272        * wifidog/node_list.php: Complete the status page
2273        * Add images
2274        * Add hotspot creation date
2275
22762004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2277        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2278        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2279          script to the chances will be available in the cvs schemas and initial
2280          data.
2281        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2282          in a runnable form.  Note that this needs to be edited manually if you add
2283          a new table requiring initial data.
2284        * INSTALL:  Update for postgres.  Somebody please test this.
2285
22862004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2287        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2288          heartbeat, from which ip and when.
2289        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2290        * wifidog/include/user_management_menu.php:  Change menu labels
2291        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2292          to make this stylesheet correct, I took shortcuts...
2293        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2294        * wifidog/user_management/index.php:  Display the menu, will eventually
2295          allow us to present proper help text.
2296
22972004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2298        * Add link to original requested site.
2299        * wifidog/node_list.php:  New file.  Will become the main node status page.
2300
23012004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2302        * Primitive network status available form the index page
2303        * Administrative security is implemented.
2304
23052004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2306        * Fix big gaping security hole in login page (password would be ignored if
2307          the username was used to login)
2308        * PostgreSql port
2309        * Change the method to determine who is online
2310        * Stop keeping unused token once user successfully logs in.
2311        * Fix missing update of token update date.
2312        * Counters wouldn't get updated for stage=LOGOUT
2313        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2314          so we can know what the hell the server is up to.  Currently you need to
2315          run wifidog in debug level 7 to see it. That message should be parsed so
2316          it is visible in debug level 6.
2317        * wifidog/auth/index.php:   Fix code injection vulnerability.
2318
23192004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2320        * SSL support and RSS improvement
2321        * Last commit tested with mysql support
2322
23232004-08-24 Pascal Leclerc  <pascal@plec.ca>
2324        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2325        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2326
23272004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2328        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2329        * wifidog/include/user_management_menu.php:  Code meant to deal with
2330          non-standard ports broke the menu.  Hopefully fixed.
2331        * Add alex's mising changelog entry...
2332
23332004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2334        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2335          To be used by wifidog to do heartbeats.
2336
23372004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2338        * Add code to import a NoCat user database (passwd).  The username will be
2339          generated from the first part of the email if the name was en email.
2340        * Change password hashing algorithm to make it compatible with NoCat (For
2341          the curious among you, the hashing algorithm is now:  take the md5
2342          digest in binary format of the password, and base64 encode it.
2343        * Table schema changed to accomodate newhash length (users.pass is now
2344          varchar(32))
2345        * The user is now allowed to login with either his username or his email.
2346
23472004-08-03 Pascal Leclerc  <pascal@plec.ca>
2348        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2349          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2350        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2351        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2352
23532004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2354        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2355          to true if gettext is available.  If false, blank _() and gettext()
2356          functions will be defined so the system still works.
2357
23582004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2359        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2360
23612004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2362        * wifidog-auth lives! New since the dark ages
2363        * Demo page to allow people to hack more easely on it
2364        * Support for multiple nodes.  TODO:  Merge with the database project.
2365        * Very cool local content architecture.  Every hotspot can have a folder in
2366          the local_content directory.  This folder can be filed by a single logo,
2367          leaving all the rest to the default content, or be completely custom
2368          (stylesheet, login page, portal page, header, etc.)
2369        * Everything in local content is templated with smarty, no problem with
2370          web designer wrecking havoc on the auth server.  You can edit everything
2371          in local_content/default even if you only speak html.
2372        * No need to set any path in the web server config files (that one was a
2373          bitch to implement)
2374        * RSS feed support (optionnal, with magpierss), one feed per node (url
2375          stored in the database, works great, but no gui to edit it yet) and one
2376          network-wide RSS feed.
2377        * All path are editable from the config file
2378        * "Productize" the thing, so it make sense for other groups to install it
2379          (the network name, url, default RSS, and such are set from the config
2380          file).
2381        * Put most strings in gettext calls for easy future translation.
2382        * User can request that the server send the validation email again
2383        * User can change password
2384        * User who forgot his username can have it mailed to him.
2385        * User who lost his password can ask the system to generate a new one and
2386          mail it to him.
2387        * Email is now a separate field to preserve user privacy.
2388        * Enforces (politely) that there are no duplicate emails in the database
2389        * Database abstraction layer with very nice debugging features (just append
2390          true at the end of the call, and you'll see the query, the results, the
2391          query plan and number of affected rows.  Also allow future upgrade to
2392          postgres.
2393        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.