root/trunk/wifidog-auth/CHANGELOG @ 1141

Revision 1141, 101.4 KB (checked in by benoitg, 6 years ago)
  • Show the gateway id in the technical nodelist.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-11-23 Benoit Grégoire  <bock@step.polymtl.ca>
2        * Fix bug in node creation
3        * Add error message for geooder wwhen you didn't set the country
4        * Clarify error messages and description for the geocoder.
5        * Make the google-map locator for nodes use the network center coordinates.
6          This change makes it usable when you didn't use the geocoder first.
7        * Show the gateway id in the technical nodelist.
8       
92006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
10        * Fix minor problems with template using obsolete constants
11        * Delete a bunch of unused templates
12       
132006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
14        * Fix broken auth
15        * Fix broken portal when called from gateway
16       
172006-11-22 Benoit Grégoire  <bock@step.polymtl.ca>
18        * Major schema update (this one is going to make your database grind for a while, sorry
19        about that...)
20        Fix a long standing design problem with the node table, where the ID could be changed. 
21        This caused performance problems when replacing gateways, and caused problems when
22        exporting data to other systems.  Among other things, it will allow us to finally
23         finish the JiWire output.
24        * 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.
25       
262006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
27        * Change schema update method.  Will now do one transaction
28         per schema version, allowing each schema to assume that
29          the current schema is the previous one.  Also allows not
30          starting over when there is a problem.
31          Fixes schema update problems with the last commit
32       
332006-11-21 Benoit Grégoire  <bock@step.polymtl.ca>
34        * RssAggregator.php:  At long last, sync with FeedPressReview 2.0
35         http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview)  and
36          make most of it's features directly available from the web interface.
37        This gives us:         
38        -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained)
39        -Now unobtrusively displays almost all item and feed metadata
40        -Supports images
41        -Supports podcasts and enclosures
42        -More accurate algorithm
43        -Criteria based default feed expansion
44        -More real-estate efficient, and improved UI
45        The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet).
46       
47        Warning: This changes the dependencies of the auth server.  Your RSS feeds will be disabled untill you re-run the install script.
48        * gw_message.php:  Fix validation period not being displayed.
49
502006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
51        * MainUI.php:  Allow displaying any object with a getUserUI() method directly as content.
52
532006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
54        * 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.
55
562006-11-14 Benoit Grégoire  <bock@step.polymtl.ca>
57        * File.php:  Clickthrough weren't logged, DOH!
58        * User.php:  Error message on validation expired didn't properly output the validation grace time.
59        * Statistics.php:  Fix #271: Getting statistics for a single MAC address was broken. 
60        * NodeListXML.php:  Small patch by Josephus to add the number of online users
61        * Improve CPU usage of the content manager
62        * AbstractDb:  Fix query time not being displayed in debug mode if profiling was turned off.
63                                        Add total execution time statistics.
64        * Fix logging of content clickthrough and display.  Unique users and node data is reliable for existing data. 
65                Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted)
66                 for data before this patch. 
67                Same with number of clickthrough for File content types and derivatives (picture, etc.).
68        * ContentReport.php:  Add content report (does not support most options yet, but still very usefull).
69       
702006-11-13 Benoit Grégoire  <bock@step.polymtl.ca>
71        * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons
72        * Implement two pass content display.  All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display. 
73          Allow creating content such as stylesheets, feed accumulators, etc.
74        * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables
75        * New Content type:  Stylesheet.  Allows specific nodes, or even specific content groups to have custom stylesheets.
76        * Langstring.php:  Make getAdminUI calling conventions coherent with other content types.
77
782006-11-11 Benoit Grégoire  <bock@step.polymtl.ca>
79        * Authenticator.php:  Critical: Fix SQL query syntax in acctStart()
80       
812006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
82        * install.php:  Fix password generation I inadvertently broke.  Remove misleading info about SSL
83
842006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
85        * install.php:  Put an end of line after the password, make it easier to read. 
86        Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors
87        * Statistics.php:  A little gift for France wireless:  Make aggregate statistics available across networks
88       
892006-11-07 Benoit Grégoire  <bock@step.polymtl.ca>
90        * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics
91         to the database, and standardize on SQL-standard CURRENT_TIMESTAMP. 
92        Fixes operational problems when PHP and PostGres don't have the same timezone
93        (which appears to be the case on Fedora by default).
94        Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent.
95
962006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
97        * auth/index.php: Add some defensive coding and debug output when the token is invalid.
98
992006-10-24 Damien Raude-Morvan <drazzib@drazzib.com>
100        * Fix french translation used for account validation to use same number of token as original message.
101        * Only show language combo when there is more than one language to select.
102
1032006-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
104        * EmbeddedContent.php:  Fix content type selection (admin interface of EmbeddedContent was broken)
105        * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254)
106        * Some documentation updates for content filters
107        * Content.php:  Add isNotContentType() method.
108       
1092006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
110        * Access to the Content manager was broken for normal users, again.
111
1122006-09-11 François Proulx <francois.proulx@gmail.com>
113        * Changed install.php req. for Smarty 2.6.17 is mandatory
114        * ContentTypeFilter.php fixed the method checking function
115        * Fixed errors in French translation file
116
1172006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
118        * Fix PHPMailer that I've broken earlier
119
1202006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
121        * Slightly rework SSL detection so that it uses the default server if a current one isn't available.
122                Fixes server passing passwords in the clear if the hostname disn't match (DOH!).
123                We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes.
124        * Re-apply fixed HTMLeditor patch.  (Original description:  Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
125          line count and will stop the codebases from needlessly drifting apart.)
126
1272006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
128        * Add missing require of Statistics.php in stats.php
129
1302006-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
131        * Fix non persistent content being available to add to nodes, networks and content groups.
132        * Prevent a user from entering the same language twice in a langstring.  Fixes #226
133
1342006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
135        * Fix #63
136        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username).
137        * Prevent the Splash only user from logging out, wrecking havock in the tokens.
138        * Do not allow SplashOnlyUser to set his preferences.
139        * Assigning a reusable content to a contentgroup element would make it non-reusable.
140Usability and UI fixes:
141        * Allow other users to log in when they are at a splash only node.
142        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack.
143        * Simplify HTML output for simple content.
144        * Fix IE layout bug in node admin
145        * Content linked to nodes and networks now edits in a new window.
146        * Remove "Add new node" menu item for consistency.
147
1482006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
149        * Remove most inclusions of MainUI in classes.
150        That completely broke authentication (circular dependencies).
151        Fixes 245.
152    Unfixes 242. Exceptions should not be caught in the context
153    they are thrown in. Else there no point in throwing exception in the
154    first place.
155        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent.
156
1572006-09-06 Benoit Grégoire  <bock@step.polymtl.ca>
158        * ContentTypeFilter:  New class, implements #159.  Allows to filter content type according to various criteria.  Will be used more extensively in the profile manager.
159        * Content manager:  Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata.
160        * New content type BannerAdGroup.  Used (primarily) to display banner adds, or any other image rotation.  Size constraints not yet implemented
161        * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong
162        * DateTime.php: Make class handle an empty date sensibly.
163        * Network.php:  Show the network again when there is only one.  It was confusing in some screens.
164        * page.php:  Clarify error message, and set a more reasonnable paging cascade:
165                5 min, 30 min, 2 hours, 1 day, 1 week, 1 month
166        * Finally fix #127
167        * 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.
168        * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it).
169        * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display.
170                Used Guest instead of Annonymous, which will probably be used for different purpose in the future.
171                This re-fix does not include duplicate counting yet.  Splash users are not the only users that could log-in multiple times.
172                I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong.
173        * Cleanup coments.
174        * Sync schemas
175
1762006-09-03 Max Horváth <max.horvath@maxspot.de>
177        * The term SPLASH_ONLY_USER displayed to people visiting the portal has been
178          replaced by the more meaningful term "anonymous user" (fixes #106)
179        * When creating a new node and choosing an existing node_id there will be
180          shown an error message (fixes #223)
181        * If one or more nodes aren't monitored they now will be announced on the
182          front page (instead of just showing the number of monitored online nodes)
183          (fixes #100)
184        * Display more meaningful error messages if required user permissions are
185          missing (fixes #242)
186        * Refactored Network->getAdminUI() to match look and feel of
187          Node->getAdminUI (fixes #140)
188        * Show descriptive status of node (fixes #241)
189
1902006-09-02 Max Horváth <max.horvath@maxspot.de>
191        * Installation script checks for PHP session extension (fixes #139)
192        * Removed "Call-time pass-by-reference has been deprecated" warnings
193          (fixes #239)
194        * Revert changes of FCKeditor implementation (fixes #240)
195        * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+
196          (fixes #145)
197        * Hotspots/Nodes are sorted case-insensitive now (fixes #109)
198        * Fix #141
199        * templates/sites/index.tpl: fix wrong user count (fixes #236)
200        * Added more trash mail services to the black list (fixes #149)
201
2022006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
203        * Fix #189, #173
204
205
2062006-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
207        * Content.php:  Improve handling of simple but persistent content.
208
2092006-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
210        * Server.php:  Make sure getCurrentServer returns the default server if the
211          hostname isn't recognised.
212        * Content manager:
213                - Allow deleting simple (trivial) but persistent content
214                - Remove the sponsor info field from Content Metadata.  Best practices
215                  is now to use the project info field to show this information.
216        * Add the necessary schema constraints to allow manually deleting networks,
217          nodes and users.  Be carefull, removing any of theses will remove all
218          traces of connection statistics as well.  You've been warned.
219        * Do not display the network in the login interface if there is only one.
220        * Add a pseudo-random content ordering mode.  Pick content elements
221          randomly, but do not display the same content twice untill all content
222          has been seen.
223        * Allow setting a title but not displaying it (very usefull for reusable
224          content)
225
2262006-08-29 Max Horváth <max.horvath@maxspot.de>
227        * Cleaned up PHPdoc tags
228        * Updated german translation
229        * Updated portuguese translation, thanks to Gabriel Hahmann
230        * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa
231
2322006-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
233        * Add SimplePicture content type
234        * Fix #225 (For both nodes and networks)
235
2362006-08-28 Max Horváth <max.horvath@maxspot.de>
237        * Integrated KML node list export
238        * Integrated PDF node list export
239        * Updated Sprintf formatted strings in some Smarty templates
240
2412006-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
242        * clickthrough.php, HyperLink.php:  Implement working hyperlink
243          clickthrough tracking (no reporting yet).
244          Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their
245          subclasses.
246        * Make HTMLeditor inherit from Langstring.  Allowed a massive reduction of
247          line count and will stop the codebases from needlessly drifting apart.
248        * Do not log content displayed as metadata, and log their clickthrough as
249          the parent's.
250
2512006-08-27 François Proulx <francois.proulx@gmail.com>
252        * Updated French translations
253        * Now using Sprintf formatted strings in some Smarty templates (see
254          example in templates/sites/index.tpl).
255        * Integrated back the SQL profiling functions
256
2572006-07-20 Benoit Grégoire  <bock@step.polymtl.ca>
258        * Fix a bug where having an empty username would break statistics.
259
2602006-07-07 Benoit Grégoire  <bock@step.polymtl.ca>
261        * Fix a bug in some reports when selecting a single user.
262
2632006-07-05 Benoit Grégoire  <bock@step.polymtl.ca>
264        * Fix #175.
265        * Fix the "Registration Log" and "User registration report" reports giving
266          incorrect statistics
267        * Allow disabling EventLogging class in config.php, to make SQL debuging
268          possible (The class was traping errors before AbstractDb could
269          output them)
270        * Make EVENT_LOGGING default to false for now, as it turns out EventLogging
271          was the cause of the Spurious PEAR output ("Runtime Notice: ") we've
272          been seeing.  That is probably only because we don't understand how to
273          properly control it's logging level.
274
2752006-06-18 François Proulx <francois.proulx@gmail.com>
276        * Added creation_date , last_update_date support to File content (with
277          proper HTTP caching handling)
278        * Added hyperlinks URL support in Picture content
279        * Fixed constants in Flickr Content
280        * Fixed #171 (Can't add existing content to Node)
281
2822006-06-17 François Proulx <francois.proulx@gmail.com>
283        * First iteration of JiWire CSV export
284                * Use : hotspot_status.php?format=JiWireCSV
285        * Fully working, but Excel doesn't seem to handle well UTF-8
286          investigation in progress.
287
2882006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
289        * Fix #151.  It was still around after all.
290
2912006-06-08 Benoit Grégoire  <bock@step.polymtl.ca>
292        * Completely refactor the look and html of the content manager, statistics
293          and most object's administrative interfaces.
294          Should be much simpler and clearer now.
295          No refactoring of the editing flow has been done yet.
296        * Spell check the french translation, and add a few of the missing strings.
297
2982006-05-26 François Proulx <francois.proulx@gmail.com>
299        * Added 'ja' to database locales table
300
3012006-05-26 François Proulx <francois.proulx@gmail.com>
302        * Added Japanese translation .po file
303          (Thanks to taedu AT ninjin-net DOT net)
304
3052006-05-24 François Proulx <francois.proulx@gmail.com>
306        * Stylesheet changes for left_area_bottom content block.
307
3082006-05-24 François Proulx <francois.proulx@gmail.com>
309        * Simplified Google Maps JS code to use more of the v2 abstraction
310        * Improved admin panels CSS classes
311
3122006-05-23 Benoit Grégoire  <bock@step.polymtl.ca>
313        * config.php:  Disable USE_CACHE_LITE, it's definitely not stable, and
314          causes very hard to track down problems with Internet Explorer.
315
3162006-05-22 François Proulx <francois.proulx@gmail.com>
317        * Fixed isValidUsername() Js function to allow caret and dot characters
318
3192006-05-22 François Proulx <francois.proulx@gmail.com>
320        * Use Pgsql persistent connections
321
3222006-05-22 François Proulx <francois.proulx@gmail.com>
323        * Removed unnecessary debug message
324        * Fixed getNumOnlineUsers to count users by MAC on splash only nodes
325
3262006-05-22 François Proulx <francois.proulx@gmail.com>
327        * Added generateFromArray parameter (max_length)
328        * Restricts select content ui combo box to 40 chars
329        * Added Smarty plugin modifier.fsize_format.php
330
3312006-05-21 François Proulx <francois.proulx@gmail.com>
332        * Stupid IE CSS bug fixed
333
3342006-05-21 François Proulx <francois.proulx@gmail.com>
335        * Fixed various bugs in content system
336        * stylesheet work
337
3382006-05-21 François Proulx <francois.proulx@gmail.com>
339        * Think I've fixed Google Maps on IE.
340                * need to test on another system..
341
3422006-05-20 François Proulx <francois.proulx@gmail.com>
343        * Completed french translations
344        * Fixed Flickr javascript
345        * Various stylesheet improvements to tighten up the portal and admin
346
3472006-05-20 François Proulx <francois.proulx@gmail.com>
348        * Various stylesheet improvements, started working on Île Sans Fil network
349          specific theme pack
350        * Fixed a few layout bugs
351
3522006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
353        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
354          endlessly
355
3562006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
357        * index.tpl:  Fix link to the map not being displayed at a hotspot, even
358          when you are logged in.  There needs to be much better logick before we
359          export such things to smarty templates.
360
3612006-05-20 François Proulx <francois.proulx@gmail.com>
362        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
363        * Posted Île Sans Fil XSLT example stylesheet for converting the
364          hotspot_status page
365                * Browser view
366                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
367                * Simply use in this manner :
368                  http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
369
3702006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
371        * page.php:  Fix bugs in various files preventing the system from working
372          from the command line.
373
3742006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
375        * More install script fixes:  Phlickr wouldn't install, and the permissions
376          of wifidog/tmp/smarty/cache weren't checked.
377
3782006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
379        * More stylesheet and HTML work
380
3812006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
382        * Fix loging form incorrectly attempting to validate the password,
383          preventing many existing accounts from logging-in.
384        * Interim commit, begin simplifying the html ans stylesheets, and re-doing
385          the general look.
386          This is incomplete, this commit was done to fix the problem above.
387        * install.php:  Fix path problems, make shel command errors visible.  Update
388          magpie and smarty url to latest versions (note that this won't
389          automatically update an existing install).  Didn't touch phlickr as I
390          didn't know the implications
391        * Add interactive scripts in sql/ to easily backup and restore a wifidog
392          auth server database.
393
3942006-05-10 François Proulx <francois.proulx@gmail.com>
395        * Fixed Google Maps script path to images.
396
3972006-05-10 François Proulx <francois.proulx@gmail.com>
398        * Added sweetTitles tooltips script, now if you need to add tooltips simply
399          add the 'title' attribute to you html <a>, <attr>, <accroym> tags
400        * Fixed usort bug in MainUI
401        * Fixed download (wget) in install.php
402
4032006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
404        * Working (if slightly basic) theme manager.  You can pick the theme in the
405          network configuration.
406          To add your own theme, read wifidog/media/network_theme_packs/README.txt
407        * Cleanup and document the wifidog directory structure
408        * Minor HTML corrections for content types
409        * Completely rip out the old local_content system, and a bunch of obsolete
410          defines and config variables.
411        * Get rid of PHP generated stylesheets
412
4132006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
414        * Finish content assignation system
415        * Content ordering is now global (network, nodes and everywhere content cand
416          now be in mixed order).
417        * Implement 'everywhere' content
418        * Change MainUI::apendContent to MainUI::addContent
419
4202006-04-28 François Proulx <francois.proulx@gmail.com>
421        * Fixed error in initial data script
422
4232006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
424        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php
425          instead of hardcoded 'default'
426
4272006-04-28 François Proulx <francois.proulx@gmail.com>
428        * Fixed initial_data schema script so that it adds a dummy server.
429
4302006-04-25 François Proulx <francois.proulx@gmail.com>
431        * Updated JavaScript code to work with Google Maps v2 API
432        * v2 will now provide full maps of European countries and is a bit faster
433        * Updated the schema accordingly with new GMaps values
434
4352006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
436        * Dependencies.php:  Small fix in case gettext isn't installed
437
4382006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
439        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
440
4412006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
442        * Major system locale handling overhaull.  Hopefully abstract out the UTF8
443          problems once and for all, allowing everyone to define them the same way.
444          Fix a few bugs along the way. Should also be a little faster.
445
4462006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
447        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours
448          to finally get the PATH stuff consistent and fixing the countless bugs
449          that this process introduced.
450          Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
451          (or vice-versa) but it was on purpose that SYSTEM_PATH was not made
452          available to Smarty.
453          We already have 3 defines to be used for links and html refs, that's
454          enough BASE_SSL_PATH should be used to enter SSL mode (if available)
455          BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
456          explicitely do not want someting to be referenced over http
457          BASE_URL_PATH should be used in all other cases to avoid needless
458          SSL warning
459
4602006-04-17 Rob Janes <janes.rob@gmail.com>
461        * javascript for validating and navigating forms.
462        * help text (untranslated).
463        * EVENT_LOGGING enabling/disabling flag.
464        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever
465          appropriate.
466        * standardize Smarty variables for Network and User info by adding
467          assignSmartyValues($smarty, $self) to Network and User.
468        * change_password only allowed if logged in.
469        * non-superadmin can only use change_password to change their own password.
470        * superadmin can use change_password to change any user password by
471          entering in their password for the old password.
472        * page_header div defined and positioned in MainUI
473
4742006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
475        * /classes/Content/IFrame/IFrame.php: Change a few methods from private
476          to protected as the private methods broke IFrameRest
477
4782006-04-01 François Proulx <francois.proulx@gmail.com>
479        * Dumped initial schema from working install
480
4812006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
482        * dump_initial_data_postgres.sh:  Add the content_available_display_pages
483          table to the dump, can someone re-generate the initial data from a
484          working install
485        * Remove the ?> tags from all the classes.
486
4872006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
488        * Fix bug where right_area_bottom content wouldn't be displayed.
489        * Minor CSS cleanup
490
4912006-03-28 François Proulx <francois.proulx@gmail.com>
492        * Fixed error in initial schema (bad client encoding)
493
4942006-03-28 François Proulx <francois.proulx@gmail.com>
495        * Fixed schema 37 : left_area_top
496        * Updated initial schema
497
4982006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
499        * First step in massive simplification of CSS and templates
500        * Implement the new main CSS structure
501        * Implement working content assignation interface and content ordering for
502          both network and nodes.
503        * Display of content according to assignation work on 'portal' and 'login'.
504          'everywhere' not yet implemented
505        * Get rid of some ISF specific interface elements
506        * Finally replace the overly complicated start button by a
507          "Use the Internet" link that will not get you out of your working tab
508        * Fix #118
509
5102006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
511        * init_php.php: Fix stripslashes_cb() so it actually works, this means the
512          auth server should work properly with auth servers with magic quotes
513          turned on.
514          This is still not recommended however.
515        * Remove some spurious error ouptut on logout.
516        * Remove potential error in network id parsing
517
5182006-03-22 François Proulx <francois.proulx@gmail.com>
519        * Fixed Google Maps URLs bug
520        * Since Google Maps does not provide Javascript over SSL (it does but the
521          certificate does not match) the code path to the map does not use SSL, but
522          the outgoing URLs do.
523        * Removed lost echo in Locale.php
524
5252006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
526        * login/index.php: Remove huge security hole introduced by stylistic
527          changes in the file. A user could login to any hotspot by simply filling
528          a blank form because of a gratuitous change from empty to is_null
529          everywhere.  Remove escaping or REQUEST parameters in non SQL
530          related code, as this would lead to double unescaping down the line.
531          Remove logic dependent on encapsulated side effects of object method call.
532
5332006-03-19 François Proulx <francois.proulx@gmail.com>
534        * Updated French translations
535
5362006-03-18 Rob Janes <janes.rob@gmail.com>
537        * path_defines_base working for combinations of DocumentRoot, Alias,
538          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
539          and WIFIDOG_ABS_FILE_PATH dynamically.
540        * classes/Locale.php::getBestLanguage changed to correctly parse
541          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
542          Ignores SESS_LANGUAGE_VAR if invalid.
543
5442006-03-18 Rob Janes <janes.rob@gmail.com>
545        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
546
5472006-03-16 François Proulx <francois.proulx@gmail.com>
548        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
549        * Cleaned up a bunch of stale TODOs
550
5512006-03-16 Max Horváth <max.horvath@maxspot.de>
552        * updated language files (new german strings have already been translated)
553        * added LDAP authentication
554        * Dependencies class can check for an PHP extension now
555        * Dependencies class can check for multiple files on a single dependency now
556        * Authentication classes moved to it's own directory
557        * The getAuthenticator method now uses the much safer and faster
558          call_user_func_array function to return an authenticator object
559        * the available authenticator classes are now being displayed in a select
560          box on the network administration page
561        * the link to and the Google hotspots map as is won't be shown to an
562          unauthenticated user at a real hotspot
563
5642006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
565        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
566
5672006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
568        * init_php.php: Try to fix #102 by inspection
569        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
570          into AbstractDb.php to prepare for eventual switch to PDO file.
571        * incoming_outgoing_swap.php:  Delete file, closes #85
572
5732006-03-09 Max Horváth <max.horvath@maxspot.de>
574        * fixed small bug in the InterfaceElements class
575        * fixed PHP notices in portal/index.php and Locale class
576        * fixed small bug in Authenticator class which in resulted in a fatal PHP
577          error if a user logged out when his session was already gone
578    * using the {$isUserAtHotspot} smarty variable you can check now in every
579      template if a user calls the portal from a hotspot or not
580
5812006-03-08 Max Horváth <max.horvath@maxspot.de>
582        * fixed small bug where clicking on the start button at the portal page
583          didn't open the wifidog portal, but the requested page
584        * updated source to generate a clean PHPdoc output
585        * updated PHPdoc generating script
586
5872006-03-07 Max Horváth <max.horvath@maxspot.de>
588        * init_php.php now does a 100% strict check for variable types of
589          elements to be processed when magic_quotes are turned on
590        * fixed duplicate use of SSL_AVIABLE define in common.php
591          This fixes ticket #95.
592        * fixed problens with slashes in htospots_map.php
593          This fixes ticket #97.
594        * fixed variable typo in NodeListXML.php
595        * introduced new InterfaceElements class which is being used to create
596          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
597          we had i.e. on the node administration page (unclosed div).
598          It is being used on the node administration page now and will be updated
599          for the other admin pages ...
600        * when adding an owner or tech officer on the node admin page and pressing
601          enter in the input field the statistics where called (no owner or tech
602          officer was added) - this has been fixed
603        * database schema update 35 wasn't compatible with PostgreSQL version 7,
604          the update script has been changed to be compatible with it ...
605          This fixes ticket #94.
606        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
607          been included
608          This fixes ticket #98.
609        * on node administration page owners have less rights than admins
610
6112006-03-02 Max Horváth <max.horvath@maxspot.de>
612        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
613          transparency of PNGs
614
6152006-02-28 Max Horváth <max.horvath@maxspot.de>
616        * the content selector for an owner could produce notices
617        * the button add existing content in the content manager will only be shown
618          if content is actually available
619        * the start button on the portal page won't be shown anymore if a user
620          didn't access it from a WiFiDog hotspot
621        * deleted wifidog/templates/message_unknown_hotspot.html as this error
622          message will be displayed using the genecir error message template
623        * display of generic error messages will be handled by the MainUI class
624        * deleted wifidog/portal/missing_original_url.php as its functions is being
625          handled by wifidog/portal/index.php now
626        * deleted wifidog/templates/message_default.html as its functions is being
627          handled by wifidog/gw_message.php now
628        * deleted wifidog/templates/message_activate.html as its functions is being
629          handled by wifidog/gw_message.php now
630        * account validation hints finally show the real validation grace time
631          (used to display 15 minutes)
632        * deleted wifidog/templates/message_denied.html as its functions is being
633          handled by wifidog/gw_message.php now
634        * deleted wifidog/templates/message_failed_validation.html as its functions
635          is being handled by wifidog/gw_message.php now
636        * deleted wifidog/templates/user_management_menu.html as its not being
637          used anymore
638        * deleted wifidog/local_content/default/footer.html as its not being
639          used anymore
640        * deleted wifidog/local_content/default/header.html as its not being
641          used anymore
642        * deleted wifidog/local_content/default/portal.html as its not being
643          used anymore
644        * deleted wifidog/local_content/default/new.css as its wasn't ever used
645        * deleted wifidog/local_content/README as its content isn't valid anymore
646          used anymore
647        * Login site now uses a Smarty template to render HTML page
648        * class MainUI now also delivers $isOwner variable for Smarty
649
6502006-02-26 Max Horváth <max.horvath@maxspot.de>
651        * Hotspots map page now uses a direct Javascript call for the link
652          "Show me on the map" (resulting in the browser not jumping to the top of
653          the page if a user clicks on such a link)
654        * refactored hotspot status page, it now uses node list classes to generate
655          output
656        * WIFI411_CSV has been removed from hotspot status page - it didn't work
657          properly - a working version can be added to /wifidog/classes/NodeLists
658        * RSS feed of hotspot status now delivers language of user
659        * RSS and XML feed of hotspot status now actually do deliver data from
660          the requested network (before the code accepted network selection but
661          actually switched back to the current network)
662        * RSS feed of hotspot status page now gets announced in browser
663
6642006-02-25 Max Horváth <max.horvath@maxspot.de>
665        * fixed undefined variable bugs in statistic classes (use of date_from and
666          date_to), variables were processed directly from request, without any
667          check
668          This fixes ticket #71.
669        * clicking on a username in user logs now generates a individual user
670          report as it does when clicking on a username on the online users page
671        * Changing the value of the "Is persistent" checkbox doesn't have to
672          saved when JavaScript is enabled in the browser. Before this change
673          you had to save a content. So if you wanted to delete a persistant content
674          you first had to uncheck this checkbox, save the content and delete the
675          content after saving it. If JavaScript is enabled in your browser you
676          can go straight ahead, uncheck the checkbox and delete the content.
677          This fixes ticket #73.
678        * when processing global arrays if magic quotes is enabled, WiFiDog will
679          check for type variables
680          This fixes ticket #84.
681        * the RSS feed of nodes now delivers the correct link to the nodes homepage
682          This fixes ticket #80.
683        * small fix in schema_validate.php which should affect nobody (in schema
684          version 9)
685          This fixes ticket #79.
686        * fixed "Show all available contents for this hotspot" link which didn't
687          work if WiFiDog wasn't located in the root folder of the webserver
688        * the "Show all available contents for this hotspot" link won't be shown
689          anymore unless all requirements are meet that all content of a hotspot
690          would be shown. The requirements are: you need to have at least one
691          Content Group tagged artistic and locative content, with at least one
692          content group element available for display.
693          This fixes ticket #35.
694        * adjusting the location of a node via the Google maps geocoding service)
695          and clicking the button "Use these coordinates" didn't work
696          This fixes ticket #81 and #82.
697        * the content select box now only shows the content to a user of which is
698          is the owner from (same mechanism has already been used on the content
699          manager page) or all content if the user is a superadmin
700        * wifidog/admin/content_admin.php removed, because the content manager now
701          uses the generic object administration interface
702        * the creation date of a network can be changed now (this value wasn't
703          displayed in the admin interface, even though it was present in the
704          database)
705        * revamped administration sidebar, cleaner interface for the superadmin,
706          for the owner of a node nothing changes
707        * added "server administration" section to the administration interface
708        * Added administration of webservers. For one webserver not much changes.
709          The SSL available setting has been moved to this section (and removed
710          from config.php). Running WiFiDog on two or more webserver (with one
711          database) you now can define the different hostnames of the webserver.
712          Of course you can also define, which of those webserver serves SSL. This
713          is for example essential for the Google maps feature (different API keys
714          for different hostnames)
715        * for every network you now can define it's own Google Map initial values
716          and map types
717        * Hotspots map page now supports different maps for different networks
718        * Hotspots map page now supports different map types for different networks
719          This fixes ticket #69
720        * Hotspots map page now offers full multilingual support (text in the
721          JavaScript file was english only)
722        * Hotspots map page now uses a Smarty template to render HTML page
723
7242006-02-21 Max Horváth <max.horvath@maxspot.de>
725        * fixed access restriction for HTMLeditor in templates folder
726        * fixed XML error in HTMLeditors CSS and HTML templates
727        * fixed undefined variable bug in content class ContenGroup
728        * start page now uses a Smarty template to render HTML page
729        * start page now also displays information about deployed/operational nodes
730        * information about valid/online users and deployed/operational nodes gets
731          cached if caching has been enabled (valid/online users for 1 minute,
732          deployed/operational nodes for 5 minutes)
733
7342006-02-17 Max Horváth <max.horvath@maxspot.de>
735        * refactored lost username site - now it also includes the help toolbox
736        * lost username page now focuses input field automaticly (like on login or
737          signup page)
738        * refactored lost password site - now it also includes the help toolbox
739        * lost password page now focuses input field automaticly (like on login or
740          signup page)
741        * refactored sesend validation email site - now it also includes the help
742          toolbox
743        * refactored resend validation email page now focuses input field
744          automaticly (like on login or signup page)
745
7462006-02-16 Max Horváth <max.horvath@maxspot.de>
747    * added full PHPdoc documentation to Mail class
748    * added more temporary-email-address-providers to the black-list
749        * Login site now uses a Smarty template to render HTML page
750        * refactored signup site - now it also includes the help toolbox
751        * removed Phlickr directory in /lib dir as Phlickr must be installed via
752          PEAR
753        * modified gen.sh to include new template folders for the
754          translation file generation
755
7562006-02-15 Max Horváth <max.horvath@maxspot.de>
757        * Login site now uses a Smarty template to render HTML page
758
7592006-02-14 Max Horváth <max.horvath@maxspot.de>
760        * converted Session class to PHP5 style
761        * moved code used used to init PHP into wifidog/include/init_php.php
762        * fixed bug regarding APC (super globals weren't initialized before their
763          first use
764        * in an attemp to enter the administration interface of WiFiDog and not
765          being logged in you'll be redirected to the administration interface after
766          a successful login, if you are an admin or owner of a node. This only
767          works for a virtual login, as it isn't needed to be done when logging in
768          via a WiFiDog node (then you have to login anyway on the splash page
769          first)
770        * fixed preview of network in administration interface as content for a
771          network as is isn't available in the code, yet
772
7732006-02-13 Rob Janes <janes.rob@gmail.com>
774    * cron/cleanup.php needed new way to call common.php
775        * added cron/vacuum.php to round things out
776
7772006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
778        * Fix a bunch of file inclusion bugs in the statistics subsystem.
779          This is only a ad-hac fix. It seems the requires for just about every
780          class have been stripped off. This must be fixed, all classes should
781          require_once all classes or include that they need that isn't included by
782          a parent class.
783
7842006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
785        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
786        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
787          file
788
7892006-02-04 Max Horváth <max.horvath@maxspot.de>
790        * MainUI class now uses Smarty templates to render HTML pages
791        * display of debug messages by using $_REQUEST['debug_request'] on any
792          page is now only possible for a super admin
793        * caching class now supports lifetime of a cache and every data type
794          supported by PHP (except the resource-type)
795        * Content class caches available content plugins for 7 days if caching has
796          been enabled -> results in a nice speed-up on every page call because
797          of 17 saved filesystem queries
798        * converted Security class to PHP5 style and it's functions to static
799          functions
800        * fixed broken HTMLeditor support
801        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
802          installed it strips down all potentially dangerous content within HTML
803          that has been entered using the content plugins Langstring,
804          TrivialLangstring and HTMLeditor
805        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
806        * fixed thrown exception in path_defines_base.php (sprintf() was used
807          uncorrectly)
808        * template for definition of SYSTEM_PATH has been added to config.php
809          for easier definiton when path detection failes
810        * from now on caching is enabled by default in config.php - it means that
811          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
812          has been installed
813        * updated installation file to represent all the new modules that can be
814          installed to use all WiFiDog features
815
8162006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
817        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
818          more meaningfull output
819
8202006-01-29 Max Horváth <max.horvath@maxspot.de>
821        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
822          both PHP caches, because WiFiDog currently doesn't run with either of
823          those PHP caches (I'm still investigating why)
824        * added a missing <ul> HTML tag on the administration page
825        * the validation mail sent to new users now includes the full path to the
826          WiFiDog installation (before it assumed WiFiDog to be installed in
827          the document root of the webserver)
828        * fixed display of start button of portal when WiFiDog is not installed
829          in the document root of the webserver
830        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
831          path_defines_base.php
832        * updated HTMLeditor content class to use the new, moved stylesheet.css
833        * fixed error messages not displaying technical support e-mail address
834
8352006-01-25 Max Horváth <max.horvath@maxspot.de>
836        * a notice message regarding timezones was being displayed when running PHP
837          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
838          in config.php named DATE_TIMEZONE. Set it to your local timezone.
839          Don't forget to update your local.config.php in case you're using it.
840
8412006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
842        * Dependencies.php:  We missed one more instance of non-unifrom code for
843          path detection. The Dependencies class now uses the code in
844          include/path_defines_base.php like the rest of the system. Also make it
845          returns more usefull error messages.
846        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
847      cannot be found for some reason.
848
8492006-01-23 Max Horváth <max.horvath@maxspot.de>
850        * Removed compiled PHPdoc documentation
851        * moved createDoc.sh to "doc" directory, documentation can be generated on
852          the fly now, in the future we'll be generating a nightly PHPdoc on
853          wifidog.org
854        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
855          PHPdoc
856        * moved "header.gif" image to its own folder in the images directory
857        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
858          compiling without any warnings
859        * Initialized uninitialized variables in Node class
860        * Fixed initialization error of one variable
861        * Configuration file (config.php) will be read before path detection is
862          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
863
8642006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
865        * common.php: Real fix for Ticket #59 ;)
866        * common.php: Untested fix for Ticket #59
867
8682006-01-18 François Proulx <francois.proulx@gmail.com>
869        * Remove unneeded .cvsignore files since the svn:ignore property is set to
870          the same list
871
8722006-01-11 Rob Janes <janes.rob@gmail.com>
873    * classes/User.php: added setters, getters, throw exceptions, added
874      refresh() subr, tweaked language
875
8762006-01-09 Max Horváth <max.horvath@maxspot.de>
877        * createDoc.sh: added description of how to install requirements
878
8792006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
880        * common.php: Improve path detection code, and start moving PATH detection
881          back to a central location. You should NEVER go to any $_SERVER[]
882          variables for path related stuff, all you need is already available
883          in defines.
884        * UserReport.php: Remove dangling reference to BASEPATH.
885        * install.php: Use centralised path detection.
886
8872006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
888        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
889          making one less config option to manage.  It is now autodetected.
890
8912006-01-03 Rob Janes <janes.rob@gmail.com>
892        * added support for classes/EventLogging.php.
893        * modified include/common.php to pull in the EventLogging class
894        * modified index.php to kick start error logging with minimal setup.
895          I didn't setup a css for this, so any errors are simply pushed out
896          when the logging channel is destructed.
897        * other changes to include/common.php - a host of utility functions,
898          prefixed with "cmn" to avoid namespace collision.
899        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
900          to include/common.php, wrapping the require_once in a function.
901
9022006-01-04 Pascal Leclerc <isf@plec.ca>
903    * install.php: New security validation and small bugs fix in admin account
904      creation
905
9062006-01-02 Rob Janes <janes.rob@gmail.com>
907        * split static stylesheet.css from smarty template stuff.
908          local_content/default/stylesheet.css has only smarty template stuff.
909          local_content/common/stylesheet.css has all the rest.
910        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
911          still smarty fetching the templated stylesheet.
912        * classes/SmartyWifidog.php changed to set a smarty template variable so
913          that the templating stylesheet could work.
914
9152005-12-29 François Proulx <francois.proulx@gmail.com>
916        * Integrating Philippe's code for User class
917        * This build needs extensive testing please
918        * E-mail blacklisting (Mail class)
919
9202005-12-29 François Proulx <francois.proulx@gmail.com>
921        * Added Aidan's file_exists_incpath function to Dependencies class
922        * Translated and standardized most of PostgreSQL abstraction class.
923        * Removed blank lines at end of many files
924        * Tested the new Phlickr package, which fixes URL on Flickr
925
9262005-12-28 Max Horváth <max.horvath@maxspot.de>
927        * Removed BASEPATH define from source - resulting in a better
928          require-overview
929        * speed improvement of 7% by optimizing Dependencies class
930        * improved documentation of content classes
931
9322005-12-26 François Proulx <francois.proulx@gmail.com>
933        * Fixed bug when the same user was owner of many nodes
934        * Added missing reference to content_display_location initial data in dump
935          script
936
9372005-12-26 François Proulx <francois.proulx@gmail.com>
938        * Tiny modifications to config.php
939        * Reinserted the deprecated defines, created errors on my system
940        * Fully translated FormSelectGenerator class, Locale
941        * Added comments to Utils, Locale etc..
942        * Fully tested installation from scratch using blank database with
943          installation script
944        * Improved installation script a bit
945        * Synched SQL for CVS schema 29 --> 33
946
9472005-12-26 Max Horváth <max.horvath@maxspot.de>
948        * added new headers to every source file
949        * converted file to represent a tab as four (4) spaces
950        * added PhpDocumentor documentation
951        * added WiFiDog skin to HTMLeditor
952        * language selection in a content class now shows the language name instead
953          of the language code
954        * added caching support to content classes Langstring and TrivialLangstring
955
9562005-12-15 Max Horváth <max.horvath@maxspot.de>
957        * fixed bug in dependencies class when gettext support for PHP is not
958          available
959
9602005-12-14 Max Horváth <max.horvath@maxspot.de>
961        * fixed bug in config.php:59 ... was unable to select DB server
962
9632005-12-08 Max Horváth <max.horvath@maxspot.de>
964        * added FCKeditor to the supported libraries
965        * added new content type: HTMLeditor
966        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
967          config.php
968        * HTMLeditor is the first class using the new caching class
969        * removed unused function from content type Langstring
970        * beautified and reorganized config.php and added a new switch for the
971          caching class
972
9732005-12-06 Max Horváth <max.horvath@maxspot.de>
974        * fixed SQL bug when calling the "report configuration" page as a node owner
975
9762005-12-05 François Proulx <francois.proulx@gmail.com>
977        * Crunched the Google Maps Div block for better display on small screens
978
9792005-12-05 Max Horváth <max.horvath@maxspot.de>
980        * fixed bug when calling the preview version of a login page
981
9822005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
983        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
984          change works with postgresql 7.4 and 8. It is still not understood why
985          ISF doesn't encounter this bug on it's production server.
986
9872005-11-28 François Proulx <francois.proulx@gmail.com>
988        * Improved Flickr user output
989        * Mostly completed Flickr admin UI
990        * Changed display algorithm to display sequentially
991
9922005-11-25 Rob Janes <janes.rob@gmail.com>
993        * EventLogging class initial checkin
994
9952005-11-14 Max Horváth <max.horvath@maxspot.de>
996        * fixed path to included classes
997          Guys, please check the paths to included files twice next time you're
998          moving files
999
10002005-11-12 François Proulx <francois.proulx@gmail.com>
1001        * Fixed schema 33 update
1002        * fixed css
1003
10042005-11-11 François Proulx <francois.proulx@gmail.com>
1005        * Fixed Admin hotspot location map
1006        * Take note: Google Maps updated their API key system, so that you simply
1007          need to register a key for the whole domain.
1008          ie. one key for http://auth.abc.org will work even in sub-directories
1009        * Changed the Content classes structure to make them "pluggable" more easily
1010          as requested during last developpers meeting
1011        * node_list.php now support column sorting, node_id are naturally sorted
1012          (numerical order, alphabetic)
1013        * Added 2-dimensionnal natural sort algorithm to Utils class
1014        * fixed Node::getSelectNodeUI to naturally sort by node_id
1015        * Improved Flickr content class
1016        * Modified Flickr database schema
1017        * Modified CSS look and feel
1018
10192005-11-08 Philippe April  <philippe@ilesansfil.org>
1020        * Put a note to mention the roles of users in the logged in users list
1021        * Fixed online users link to statistics
1022
10232005-11-01 Max Horváth <max.horvath@maxspot.de>
1024        * added german translation
1025        * modified gen.sh to include geocoder and statistics classes for the
1026          translation file generation
1027        * modified hotspot status page to allow translations of every string
1028        * modified node list page to allow translations of every string
1029        * modified FAQ page to allow translations of every string
1030        * fixed bug in FAQ page which caused the Safari browser to display very
1031          large text
1032        * modified online users page in administration to allow translations of
1033          every string
1034        * added Phlickr directory to /lib
1035
10362005-10-25 Francois Proulx <francois.proulx@gmail.com>
1037        * /classes/DateTime.php : First iteration of DateTime abstraction class
1038        * Basic support for datetime input field.
1039        * TODO : Overhaul with full-fledged datetime selector...
1040
10412005-10-25 Francois Proulx <francois.proulx@gmail.com>
1042        * AuthenticatorRadius : Fixed legacy variable misuse
1043
10442005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
1045        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
1046          actually tested. Guys, read the documentation of the function parameters
1047          when you code, it's there to help you ;)
1048
10492005-10-21 Francois Proulx <francois.proulx@gmail.com>
1050        * Integration testing for Radius debugging
1051        * Added network_id parameter to hotspot_status.php for selecting network
1052        * Default network will be automatically selected...
1053
10542005-10-04 Francois Proulx <francois.proulx@gmail.com>
1055        * Scaled down network logo
1056        * Changed CSS accordingly
1057        * Modified online users SQL query to sort better
1058
10592005-10-04 Francois Proulx <francois.proulx@gmail.com>
1060        * Removed unwanted file from checkout
1061
10622005-10-07 Philippe April  <philippe@ilesansfil.org>
1063        * Released wifidog-auth-1.0.0_m2
1064
10652005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
1066        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
1067          AuthenticatorLocalUser but disalowing new user signup.  When setting up
1068          a server, you can add your users, and then change the authenticator class
1069          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
1070        * signup.php: Actually enforce it. Still needs improvement, as the network
1071          is still shown for signing up.
1072
10732005-10-04 Francois Proulx <francois.proulx@gmail.com>
1074        * Translated some error message in SQL abstraction
1075        * Cleaned up error messages when starting from scratch
1076        * Added link to install script, when the database is empty.
1077        * Fixed initial data dump script
1078
10792005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
1080        * Remove a bunch of deprecated methods from the Node object,
1081          document undocumented methods.
1082        * Make the node id editable.  This allows the gateway "MAC address as node
1083          ID" patch by London wireless to be usable with the standard auth server,
1084          and to transition to using MAC address as node ID.
1085        * Fix a saving problem with all the content types with some versions of PHP
1086        * Add a new Content type:  IFrameRest.  This allows the result of a REST
1087          style query returning HTML to be displayed in a HTML iframeset. Currently
1088          supported are substitution of the node_id, the user_id and the last
1089          display date in the get query.
1090        * CVS version of the auth server should now be "reasonnably" safe to use in
1091          production, so the 2005-09-01 notice is no longuer in effect.
1092
10932005-10-04 Francois Proulx <francois.proulx@gmail.com>
1094        * Translated signup page messages
1095
10962005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1097        * Partial login page content manager support (Node only for now)
1098
10992005-09-27 Philippe April  <philippe@ilesansfil.org>
1100        * Guess the best language from what the browser sends,
1101          otherwise use the default.
1102
11032005-09-26 Francois Proulx <francois.proulx@gmail.com>
1104        * Translated the few new sentences on the login page
1105
11062005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
1107        * login/index.php, stylesheet.css:  Make the create new account bigger, and
1108          remove unnecessary words.
1109
11102005-09-26 Francois Proulx <francois.proulx@gmail.com>
1111        * Completed translations
1112
11132005-09-26 Francois Proulx <francois.proulx@gmail.com>
1114        * Fixed annoying bug in new google maps code
1115
11162005-09-25 Francois Proulx <francois.proulx@gmail.com>
1117        * Complete rewrite of Google maps code, now stands as a js class
1118        * relooking of mapping stuff
1119        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
1120        * fixed broken xml, damn blank lines...
1121
11222005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
1123        * Statistics:  At long last, the monster statistics commit.
1124          We finally have a stable, documented and uniform codebase for statistics.
1125          This resulted is removal of several functions in other classes too.
1126          There are a few new reports, but mostly, each report is a lot more
1127          flexible.
1128          Still TODO:
1129          - Security:  This is to be implemented directly in the Statistics class,
1130            by forcing restrictions to the selected nodes and network.
1131          - Support selecting multiple users for a report.
1132            The code and SQL queries support it, but the UI doesn't. An easy and
1133            quick way would be to simply parse a coma-separated list. Comment are
1134            off course welcome!
1135
11362005-09-25 Francois Proulx <francois.proulx@gmail.com>
1137        * Updated initial SQL script to schema 29
1138        * Remove useless includes in some files, preventing from using the "plugin"
1139          contents
1140
11412005-09-25 Philippe April  <philippe@ilesansfil.org>
1142        * Make method getCurrentRealNode ORDER BY DESC so it picks
1143          up the latest network name
1144
11452005-09-20 Francois Proulx <francois.proulx@gmail.com>
1146        * Changed the output layout of the Google Maps hotspots list
1147        * Added "Loading" message on Google Maps
1148
11492005-09-17 Francois Proulx <francois.proulx@gmail.com>
1150        * Fixed forgotten reference to getNetwork in AuthLocalUser
1151
11522005-09-17 Francois Proulx <francois.proulx@gmail.com>
1153        * Fixed a few bugs in Radius class
1154        * Improved syntax and completed 100% of French translations
1155
11562005-09-17 Francois Proulx <francois.proulx@gmail.com>
1157        * Fixed RADIUS bug #1287000
1158
11592005-09-16 Francois Proulx <francois.proulx@gmail.com>
1160        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
1161        * This class provides UTF-8 mailing for validation e-mail, lost password,
1162          lost username...
1163        * Fixes reported bug where users would not receive validation email on
1164          some servers
1165
11662005-09-13 Francois Proulx <francois.proulx@gmail.com>
1167        * Added bytes in words for online users
1168
11692005-09-13 Francois Proulx <francois.proulx@gmail.com>
1170        * Fixed bug in user stats
1171
11722005-09-13 Francois Proulx <francois.proulx@gmail.com>
1173        * Added access permissions for statistics.
1174
11752005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
1176        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
1177          account_origin as a parameter to the authenticator was wrong.  To fix it
1178          manually if you already ran the script, you must quote the parameter in
1179          column network_authenticator_params in the networks table.
1180        * Network.php:  Fix improper quoting of Authenticator arguments.
1181        * RssPressReview.php:  Make expansion of today's item optionnal.
1182
11832005-09-11 Francois Proulx <francois.proulx@gmail.com>
1184        * Fixed dependency check, found a workaround for the file_exists problem
1185
11862005-09-11 Francois Proulx <francois.proulx@gmail.com>
1187        * Added dependency check for Phlickr
1188
11892005-09-11 Francois Proulx <francois.proulx@gmail.com>
1190        * Fixed Flickr support
1191        * Now using PEAR version of Phlickr
1192        * Download the latest package and install like this: pear install
1193          PhlickrXYZ.tar.gz
1194
11952005-09-10 Francois Proulx <francois.proulx@gmail.com>
1196        * Fixed dependency check
1197
11982005-09-10 Francois Proulx <francois.proulx@gmail.com>
1199        * Removed many blank lines after php tags
1200        * added more checks, for dates etc...
1201        * changed sorting mode
1202
12032005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
1204        * Add UI to add a new Network
1205        * Improve UI to add a new Node and new Content
1206
12072005-09-10 Philippe April  <philippe@ilesansfil.org>
1208        * signup.php: Fixed bug in detecting is the user is already part of the
1209          network.
1210        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
1211          users from logging out.
1212        * add BASEPATH to most files with require_once
1213        * Added dependency checking class
1214        * Don't show the admin menu if user does not have access
1215        * Got rid of user_log_detailed.html, using stats.php instead
1216
12172005-09-10 Francois Proulx <francois.proulx@gmail.com>
1218        * Automatically redirect user to login form when trying to access admin
1219        * Added various isset, empty tests, vars init in stats (to avoid PHP
1220          warning)
1221
12222005-09-08 Philippe April  <philippe@ilesansfil.org>
1223        * New stats system with graphs
1224        * Changed the UI a bit to reflect this change
1225        * Updated stylesheet
1226
12272005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1228        * portal/index.php:  Custom portal redirect now operational.
1229
12302005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
1231        * MainUI:  Move call to garbage_collect() here.
1232        * portal/index.php:  New feature:  Custom portal redirect.
1233        * rework much of the logout code
1234
12352005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1236        * login/index.php:  Fix getSplashOnlyUser() method call.
1237
12382005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
1239        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
1240          news.
1241        * login/index.php:  Reorganise code to make it more legible and comment what
1242          it does. Emphasise error messages and put them right above where they
1243          clicked so users can actually see them.
1244        * Security.php:  Remove deprecated login code
1245        * Authenticator.php: Change calling convention for better encapsulation
1246        * New feature:  Support multiple simultaneous logins if enabled in network
1247          configuration
1248        * New feature (in testing): Splash-only node support
1249
12502005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
1251        * include/common.php:  Add code to undo the effect of magic_quote if enabled
1252          in the server config.  It is still strongly recommended to disable
1253          magic_quote
1254        * Node.php:  Add UI for splash only node and custom portal
1255        * Update schema
1256
12572005-09-04 Francois Proulx <francois.proulx@gmail.com>
1258        * Removed update.php script ( should not have been in CVS )
1259        * Moved authenticator require in Network getAuthenticator()
1260
12612005-09-03 Philippe April  <philippe@ilesansfil.org>
1262        * Schema change: Added last_paged column to nodes table
1263        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
1264        * s/Networt/Network/
1265        * Fixed signing up and validation, typos
1266
12672005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
1268        WARNING:  DO NOT use the CVS auth server in production until further notice.
1269        Massive internal changes are underway.
1270        Use the release tagged 1.0m1 in production.
1271        * Network abstraction mostly complete, including UI.
1272          All that is missing is new network creation, network stakeholder UI and
1273          testing.
1274        * Cleanup the config file of all the now unneeded constants.
1275          Note that the install script is currently broken.
1276          There can now be multiple networks on the server.
1277          The install script will have to make sure that there is at least one, with
1278          one super-admin
1279
12802005-08-31 Francois Proulx <francois.proulx@gmail.com>
1281        * Fixed bug where node ID containing periods, whitespaces or underscores
1282          would confuse PHP
1283        * MD5 hash is used to make sur the http vars are unique
1284        * This is only valid for Node administration
1285
1286NOTE:  the 1.0m1 release was tagged here
1287
12882005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1289        * Node.php:  Fix node creation
1290
12912005-08-31 Francois Proulx <francois.proulx@gmail.com>
1292        * Fixed new node creation bug
1293
12942005-08-29 Philippe April <philippe@ilesansfil.org>
1295        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
1296          IE to see the map properly.
1297
12982005-08-22 Pascal Leclerc  <pascal@plec.ca>
1299        * install.php, Change javascript to OnClick + dependencie note
1300        * schema_validate.php, Fix broken DB update for install.php
1301        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
1302          installed
1303
13042005-08-22 Francois Proulx <francois.proulx@gmail.com>
1305        * Added edit button for quickly accessing Content editing mode
1306        * Changed the layout so the admin ui fits in a tighter space
1307
13082005-08-21 Francois Proulx <francois.proulx@gmail.com>
1309        * Added reference to new street address fields in mapping page and on status
1310          template
1311        * Fix bug on line 756 of RssPressReview , added check for empty var.
1312        * Flickr support is broken, added  bug to sf.net tracker
1313
13142005-08-21 Francois Proulx <francois.proulx@gmail.com>
1315        * Node admin UI should now be completed.
1316        * Minor bug fixes in Geocoder
1317        * Merged node_owners and node_tech_officers table into node_stakeholders
1318
13192005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
1320        * New schema version
1321        * install.php, tmp/magpie_cache/:  Move all magpie caches
1322          to a central location, adjust install script to match.
1323        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
1324          a parameter to the page
1325        * classes/Network.php, classes/Node.php:  Change content ordering to be most
1326          recently subscribed first, this is a stopgap measure while waiting for
1327          Content ordering to be explicitely settable.
1328        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
1329        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
1330          and getFeedTitle() methods.
1331          Fixes minor bugs
1332
13332005-08-17 Pascal Leclerc  <pascal@plec.ca>
1334    * Added install script + minor changes in schema_validate.php
1335
13362005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1337        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
1338
13392005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
1340        * Run sync_sql_for_cvs.sh
1341        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
1342          which no longer exists
1343        * .project:  Remove mistakenly commited file in last commit
1344        * .cvsignore:  Add file to avoid previous error
1345
13462005-08-12 Francois Proulx <francois.proulx@gmail.com>
1347        * Added missing GisPoint fille to CVS
1348        * Fixed some bugs
1349        * Added Technical officer table
1350        * Added technical officer management to node UI
1351
13522005-08-12 Francois Proulx <francois.proulx@gmail.com>
1353        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
1354        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
1355        * This is a stupid limitation of the Google Maps API which matches the
1356          complete URL path
1357        * Added /classes/GisPoint.php class
1358        * Will add geocode + Google Maps capabilities very soon
1359        * Notice : the XML schema will change very soon...
1360        * I will try to keep the streetAddress field intact so I won't break
1361          backward compat.
1362
13632005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
1364        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
1365          constructor
1366        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
1367          reflect it's independently maintained status
1368        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
1369        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
1370          admin UI written.
1371        * wifidog/include/schema_validate.php:  Create the table structure for the
1372          new RssAggregator.
1373          Remove rss_url in nodes table, no longer needed.  Move it's data to the
1374          new Content class.
1375
13762005-08-11 Francois Proulx <francois.proulx@gmail.com>
1377        * Refactored the Admin UI.
1378        * I need to write the upload form and rewrite statistics
1379
13802005-08-10 Francois Proulx <francois.proulx@gmail.com>
1381        * More GIS stuff
1382
13832005-08-10 Francois Proulx <francois.proulx@gmail.com>
1384        * Added Geocoders
1385          - /classes/AbstractGeocoder.php
1386          - /classes/Geocoders/GeocoderCanada.php
1387          - /classes/Geocoders/GeocoderUsa.php
1388        * This will be used for enterring GIS data
1389        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1390
13912005-01-25 Pascal Leclerc  <pascal@plec.ca>
1392        * Fix hardcoded images path in classes/MainUI.php
1393
13942005-07-25 Francois Proulx <francois.proulx@gmail.com>
1395        * Fixed bug in hotspot_status , added htmlspecialchars();
1396        * This solved the bug where ampersands would break the XML
1397
13982005-07-17 Francois Proulx <francois.proulx@gmail.com>
1399        * Fixed bugs in gen.sh, compile.sh locale scripts
1400
14012005-07-12 Francois Proulx <francois.proulx@gmail.com>
1402        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1403          element to networkMetadata
1404
14052005-07-12 Francois Proulx <francois.proulx@gmail.com>
1406        * Fixed XML protocol for exchanging hotspots status.
1407        * Should now be considered stable (stamped v1.0)
1408        * Fixed hotspots status map to reflect the changes
1409        * Added french translations
1410
14112005-07-11 Francois Proulx <francois.proulx@gmail.com>
1412        * Changed link to hotspots map using NON ssl because Google Keys are
1413          sensitive to the whole path.
1414
14152005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1416        * classes/RssPressReview.php: Begin rewrite.
1417        * classes/MainUI.php: Add addFooterScript() function.
1418        * venues_map.php:  Workaround the IE DOM problem.
1419
14202005-07-05 Francois Proulx <francois.proulx@gmail.com>
1421        * Changed wording in hotspots status page added legend
1422
14232005-07-05 Francois Proulx <francois.proulx@gmail.com>
1424        * Minor adjustements to icon positionning
1425
14262005-07-05 Francois Proulx <francois.proulx@gmail.com>
1427        * Changed google maps marker icons
1428
14292005-07-05 Francois Proulx <francois.proulx@gmail.com>
1430        * Added missing elements in XML exchange format
1431        * Stable v1.0 for XML exchange format and Google Maps mapping
1432        * Added GMaps constants to config file
1433        * Unsmartied index.php , added link to map
1434        * Check config.php to set corresponding values
1435        * You can now use hotspot_status.php?format=XML along with xslt query string
1436          parament to convert your XML document
1437        * For this to work, You need to have activated XSLT ( see config file )
1438
14392005-07-05 Francois Proulx <francois.proulx@gmail.com>
1440        * Added Google Maps mapping venues_map.php
1441        * /js/venues_status_map.js  JavaScript code for Mapping
1442        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1443          a snap
1444
14452005-07-03 Francois Proulx <francois.proulx@gmail.com>
1446        * Updated the XML venues status format ( version 1.0, once approved )
1447        * Added long / lat fields to nodes table ( for mapping purposes )
1448
14492005-06-17 Francois Proulx <francois.proulx@gmail.com>
1450        * Added IFrame and SimpleIFrame content types.
1451
14522005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1453        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1454          non-persistent, no matter the checkbox.  Move the code to
1455          TrivialLangstring.php where it belongs.
1456
14572005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1458        * portal/inted.php:  Implement the start button functionnality (maybe it
1459          would be better to call it "use the Internet").  From now on, once
1460          authenticated and when pressing the start button on the portal, the user
1461          will be sent to the page he originally tried to access.  A second window
1462          will be popped with the portal page so he can come back to it. The window
1463          is collapsed, and can be expanded back by clicking on the link. I tried
1464          to make it cross platform (and mostly did) but it's still buggy in IE.
1465
1466          At the same time, this fixes the goof reported by Rob Kelley of
1467          nycwireless.net
1468
1469        * portal/missing_original_url.php:  Displayed when the user tries to use the
1470          start button but for some reason the original url is unavailable
1471        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1472          URL in the user's URL bar.
1473
1474
14752005-06-17 Francois Proulx <francois.proulx@gmail.com>
1476        * Removed forced Pattern Language on all hotspots
1477        * Do not show hotspot logo in portal page, only on login, until we find a
1478          better layout
1479
14802005-06-16 Francois Proulx <francois.proulx@gmail.com>
1481        * Added XML output format for hotspot_status.php
1482        * Rough draft v1.0
1483        * TODO move to different classes once stabilized
1484        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1485        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1486        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1487
14882005-06-06 Francois Proulx <francois.proulx@gmail.com>
1489        * Added long description field to content table
1490        * MUST use schema_validate
1491        * Modified Pattern Language to be more generic
1492        * resend changelog
1493
14942005-06-06 Francois Proulx <francois.proulx@gmail.com>
1495        * Made changes to Pattern Language ( Kate Armstrong )
1496
14972005-05-30 Philippe April <philippe@ilesansfil.org>
1498        * Show username in user_stats.php instead of user_id
1499          and in other admin pages
1500
15012005-05-30 Francois Proulx <francois.proulx@gmail.com>
1502        * Changed language selectbox name so it does not clash with ISF's domain
1503          cookie
1504        * Fixed setlocale algorithm in Locale.php
1505
15062005-05-29 Francois Proulx <francois.proulx@gmail.com>
1507        * Missing null check in validate.php
1508
15092005-05-27 Francois Proulx <francois.proulx@gmail.com>
1510        * Changed the signup process to make it smoother for users
1511        * The user will automatically be granted the 15 minutes if he's signing up
1512          at a real hotspot
1513        * If the user closes his browser during the 15 minutes and loses its
1514          session, we will regenerate it
1515        * Added big red message to the top of the portal page, warning user to
1516          validate as soon as possible
1517        * Fixed translation typos
1518
15192005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1520        * Someone moved the fallback gettext functions definition (for when gettext
1521          isn't installed) inside the static setCurrentLocale method, completely
1522          breaking the system when PHP doesn't have gettext support.  This is an
1523          untested fix.
1524
15252005-05-24 Francois Proulx <francois.proulx@gmail.com>
1526        * Fixed bug in auth.php to let users go through when the click twice on the
1527          login button
1528        * Fixed bug in hotspot_log.php
1529
15302005-05-24 Francois Proulx <francois.proulx@gmail.com>
1531        * Added "Get access statistics" button to Node admin to get hotspot specific
1532          stats
1533        * Added search box in Users log to get a specific user stats quickly
1534
15352005-05-24 Francois Proulx <francois.proulx@gmail.com>
1536        * Fixed typo in some translations
1537        * Cleaned-up todos
1538
15392005-05-18 Francois Proulx <francois.proulx@gmail.com>
1540        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1541          layout)
1542
15432005-05-16 Francois Proulx <francois.proulx@gmail.com>
1544        * Changed login message in MainUI to make it clearer what the login button
1545          will do
1546
15472005-05-13 Philippe April <philippe@ilesansfil.org>
1548        * Added deployment status to node_list
1549
15502005-05-11 Francois Proulx <francois.proulx@gmail.com>
1551        * Began writing user profiles
1552        * Added many methods to User class
1553        * Added node quota fields in DB ( bandwidth, throttling ...)
1554
15552005-05-10 Francois Proulx <francois.proulx@gmail.com>
1556        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1557          gw_address, gw_port show physical login link
1558
15592005-05-10 Francois Proulx <francois.proulx@gmail.com>
1560        * Added download button CSS class to style button
1561
15622005-05-10 Francois Proulx <francois.proulx@gmail.com>
1563        * Fixed wrong method name in File.php
1564        * Added strip tags to Langstring
1565        * Basic styling of content_admin table
1566
15672005-05-04 Francois Proulx <francois.proulx@gmail.com>
1568        * Fixed serialization issue ( flickr)
15692005-05-04 Francois Proulx <francois.proulx@gmail.com>
1570        * Improved caching
1571        * Wrote very basic gridview code for Flickr
1572
15732005-05-04 Francois Proulx <francois.proulx@gmail.com>
1574        * Implemented caching for Flickr
1575        * Need to contact Phlickr to see how we could do better, since serialize
1576          does not work OK on objects
1577
15782005-05-04 Francois Proulx <francois.proulx@gmail.com>
1579        * Fixed bug concerning Content-Length header
1580        * Changed default Unit size for setLocalFileSize to bytes
1581
15822005-05-04 Francois Proulx <francois.proulx@gmail.com>
1583        * Added BLOB support
1584        * modified file_download.php to support new header attributes
1585        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1586        * Make sure your PHP.ini contains the right value to allow big downloads
1587        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1588        * ISF Live server is now configured to support 100 megabytes files
1589
15902005-05-04 Francois Proulx <francois.proulx@gmail.com>
1591        * Fixed CSS IE Bug
1592        * Fixed SQL query
1593        * NEED HELP FROM A WEB DESIGNER !!!!!
1594
15952005-05-03 Francois Proulx <francois.proulx@gmail.com>
1596        * Disabled logging in Pattern Language archives
1597
15982005-05-03 Francois Proulx <francois.proulx@gmail.com>
1599        * Having for SQL query... :-(
1600
16012005-05-02 Francois Proulx <francois.proulx@gmail.com>
1602        * PatternLanguage is now completed
1603
16042005-04-30 Francois Proulx <francois.proulx@gmail.com>
1605        * Logout button will now destroy session AND render token USED
1606
16072005-04-30 Francois Proulx <francois.proulx@gmail.com>
1608        * Fixed bug that could potentially let non owners add content in /content
1609          through content groups
1610        * Admin menu won't show node selector if the user is not owner of at least
1611          one hotspot
1612        * Added Width, height support for Picture
1613
16142005-04-30 Francois Proulx <francois.proulx@gmail.com>
1615        * Did my best for content styling ... ( it's 5h00 am )
1616
16172005-04-30 Francois Proulx <francois.proulx@gmail.com>
1618        * Updated sync_sql_for_cvs.sh
1619
16202005-04-30 François Proulx <francois.proulx@gmail.com>
1621        * ChangeLog entry missed by CVS ?!
1622        * Locale now decomposes the locale string by '_'
1623        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1624
16252005-04-30 François Proulx <francois.proulx@gmail.com>
1626        * Trying to solve RSS encoding bug...
1627        * Testing on live server
1628
16292005-04-29 François Proulx <francois.proulx@gmail.com>
1630        * Removed all inline unuseful javascript code on submit buttons
1631          onclick='submit()'
1632        * This conflicted with the actual click on the submit button in Safari
1633        * Fixed check in Network for isOwner, only check superAdmin
1634        * Fixed bug so you can't add an existing content group to itself (deadlock)
1635        * Started coding Pattern language narrative display
1636
16372005-04-29 François Proulx <francois.proulx@gmail.com>
1638        * Wrote User.php addcontent, removeContent, getAllContent()
1639        * Wrote Content.php subscrite() and unsubscribe()
1640        * Added parameters to getAllContent() in Node and Network
1641          (exclude_subscribed_content)
1642        * These will be used for subscribing a to some content
1643        * Pattern Language will be the first to use it
1644        * Online users lists
1645        * Fixed bugs in Node and Network ( isOwner check )
1646
16472005-04-28 François Proulx <francois.proulx@gmail.com>
1648        * Logout button build a query string containing gw_id, gw_address, gw_port
1649          ( if available ), so that a user at a physical hotspot will get the login
1650          page from the hotspot he is.
1651        * Fixed but in Locale ( did not propertly set the locale in the session )
1652
16532005-04-28 François Proulx <francois.proulx@gmail.com>
1654        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1655          message when connect to a real hotspot ( not virtual )
1656        * This message confused many users ( they clicked and got the virtual login
1657          instead ! )
1658        * Hide adminstration features ( statistics, hotspot creation, network wide
1659          content etc...) from all but Super admins
1660        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1661        * Added $associate_existing_content parameter to processNewContentUI to
1662          allows reuse for existing content ( in ContentGroup )
1663        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1664        * Added security check in all content classes ( ProcessAdminUI )
1665
16662005-04-26 François Proulx <francois.proulx@gmail.com>
1667        * Replaced show only content groups by show persistent
1668
16692005-04-26 François Proulx <francois.proulx@gmail.com>
1670        * Added missing /content directory
1671
16722005-04-26 François Proulx <francois.proulx@gmail.com>
1673        * Added /content/ for displaying all content elements
1674        * Logging is disable when viewing them
1675        * All content elements will expand
1676        * Pattern languages won't display everything ( special property )
1677          isExpandable
1678        * Added a link in portal pages to go to /content/
1679        * Added Show all contents button in content_admin.php
1680
16812005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1682        * Content.php, ContentGroup.php:  All Content now implement the
1683          isDisplayableAt($node).  Used by the portal, if content has nothing
1684          displayabel, the entire content is skipped.
1685
16862005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1687        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1688          disabled.
1689
16902005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1691        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1692          options supported. Rotation based on session may not be reliable if the
1693          user isn't truly logged in (from a node).
1694
16952005-04-26 François Proulx <francois.proulx@gmail.com>
1696        * Most of the missing translations
1697
16982005-04-26 François Proulx <francois.proulx@gmail.com>
1699        * Changed back File to non trivial
1700        * portal page stylesheet
1701
17022005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1703        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1704          element in isolation.  Unfortunately the UI allows if for now.  Such
1705          content will now be deleted.
1706        * Locale:  Fix string selection algorithm to pick the right language.
1707        * Content:  Implement display logging.
1708
17092005-04-26 François Proulx <francois.proulx@gmail.com>
1710        * stylesheet rework
1711
17122005-04-26 François Proulx <francois.proulx@gmail.com>
1713        * Fixed wrong location for change password link
1714
17152005-04-25 François Proulx <francois.proulx@gmail.com>
1716        * Portal page styling
1717
17182005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1719        * ContentGroup.php:  Previous fix didn't work.  New fix.
1720
17212005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1722        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1723
17242005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1725        * Fix bug in ContentGroup enumeration
1726
17272005-04-25 François Proulx <francois.proulx@gmail.com>
1728        * More stylesheets work
1729
17302005-04-25 François Proulx <francois.proulx@gmail.com>
1731        * Much better stylesheet
1732
17332005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1734        * UI fully functionnal
1735
17362005-04-25 François Proulx <francois.proulx@gmail.com
1737        * More interface work
1738
17392005-04-25 François Proulx <francois.proulx@gmail.com
1740        * Completed integration of new interface with new objects
1741
17422005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1743        * Integration merge, should work, but there will be display problems
1744          everywhere.  Expect further commits today.
1745        * Almost 100% complete Network abstraction
1746        * Much better object encapsulation.  Deprecated methods not removed yet.
1747        * Add MainUI class.  Used to display the interface.  Inner workings still
1748          need work.
1749
17502005-04-23 François Proulx <francois.proulx@gmail.com>
1751        * Added Preferred Size support for Flickr pictures
1752
17532005-04-23 François Proulx <francois.proulx@gmail.com>
1754        * Completed missing translations
1755
17562005-04-23 François Proulx <francois.proulx@gmail.com>
1757        * Fixed bugs in File and EmbeddedContent
1758        * Completed first iteration of EmbeddedContent
1759        * Can now play multimedia content
1760        * Could not test fallback with my browser ( Safari and Firefox )
1761        * Need help to test content in different browser to see how it reacts...
1762
17632005-04-22 François Proulx <francois.proulx@gmail.com>
1764        * Fixed bug in FlickrPhotostream.php
1765        * Params did not match new methods requirements ( getUserByEmail )
1766        * Changed stylesheet class name for Flickr to match new changes
1767        * Fixed bugs in File
1768        * Wrote part of EmbeddedContent ( partially working )
1769        * TODO: add support for parameters and attributes in EmbeddedContent
1770
17712005-04-22 François Proulx <francois.proulx@gmail.com>
1772        * Fix schema version in François's commit
1773
17742005-04-21 François Proulx <francois.proulx@gmail.com>
1775        * Added explicit admin UI exceptions support for Flickr
1776        * Completed File and Picture objects
1777
17782005-04-20 François Proulx <francois.proulx@gmail.com>
1779        * Completed Flickr support ( explicit exceptions catching )
1780        * Most of File object is done
1781        * Fixed bug in generic_object_admin.php
1782        * changed stylesheet class tags for Flickr
1783
17842005-04-18 François Proulx <francois.proulx@gmail.com>
1785        * Added Flickr content support
1786        * Part of File object is done
1787
17882005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1789        * Working (beta...) content manager and portal.
1790        * Add content preview mode
1791
17922005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1793        * Hotspot and network content association, continue access control work.
1794        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1795          script from working.
1796        * All files:  Remove whitespace and carriage return after the ?> closing
1797          tags.
1798
17992005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1800        * Much more complete admin, initial access control work.
1801
18022005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1803        * Support more of the content object model, do a half-decent CSS for the
1804          admin interface.
1805
18062005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1807        * Content.php:  Use full langstring interface by default;
1808
18092005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1810        * Content.php:  Fix db reference;
1811
18122005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1813        * Fix Content object enumeration preventing usage of admin interface
1814        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1815
18162005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1817        * First part of the future content delivery infrastructure. Many files added
1818
18192005-04-01 François Proulx  <francois.proulx@gmail.com>
1820        * Modified gen.sh script to match UTF-8
1821        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1822
18232005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1824        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1825          Francois's commit.
1826
18272005-04-01 Philippe April <philippe@ilesansfil.org>
1828        * Fixed missing parenthesis in classes/User.php
1829        * Removed unused files
1830        * fixed schema_validate.php (typos)
1831
18322005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1833        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1834          EDITOR
1835        * The database will be converted to UTF-8 (version 5)
1836        * Added select boxes ( or hidden ) html form elements to choose the network
1837          for signup, lost password, username
1838
18392005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1840        * Add constraints to account_origin to detect errors on inserts.
1841        * Remove IDRC test server
1842
18432005-04-01 Philippe April <philippe@ilesansfil.org>
1844        * User.php: Add reference to $db global variable.
1845        * Tagged v0_1_0_alpha1
1846        * Removed spaces in AuthenticatorLocalUser.php
1847
18482005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1849        * Remove spaces after php blocks in various files.
1850        * Temporarily fix single authentication source not present bug in login
1851          smarty template.  All other places where we select the network will be
1852          fixed tommorow.
1853        * Fix initial schema errors.
1854
18552005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1856        * More RADIUS install documentation.
1857        * Fix schema_validate.php
1858
18592005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1860        * Moved language definition
1861        * Moved e-mail subjects to User class ( each e-mail functions )
1862
18632005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1864        * Added missing schema_validate.php modifs.
1865
18662005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1867        * Added PEAR install procedure
1868
18692005-03-30 François Proulx  <francois.proulx@gmail.com>
1870        * Finished RADIUS authentication and accounting
1871        * Accounting Unique session ID is now based on the same token we use
1872        * Fixed all issues with lost_username, lost_password etc...
1873        * User class has new static function getUsersByEmail and getUsersByUsername
1874        * Added translations for new features
1875        * Translated the validation, lost password, username e-mails
1876        * Tested quite a bit, this version is considered stable
1877        * A few examples on how set different RADIUS or local authenticators can be
1878          found in the config.php
1879
18802005-03-29 François Proulx  <francois.proulx@gmail.com>
1881        * schema_validate.php : Modified schema : dropped e-mail + account unique
1882          index, dropped email not empty constraint
1883        * Schema is now at version 3
1884        * Coded RADIUS authentication
1885        * Modified templates to show a select box when more than one server is
1886          configured
1887        * Coded RADIUS accounting and backward compatibility accounting
1888        * Modified many statistics SQL queries to match new Users table
1889        * modified statistics templates to match user_id and account_origin
1890        * TODO : Fix lost_username and lost_password ( issue since we dropped the
1891          unique constraint on emails... )
1892        * TODO : Heavy testing possibly with remote RADIUS servers
1893
18942005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1895        * sql:  Put initial data in a transaction, and specify the wifidog user so
1896          you do not have to su to it while using sync_sql_for_svs
1897
18982005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1899        * common.php:  Add get_guid() function
1900        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
1901          upgrade.  Note that you must still update dump_initial_data_postgres.sh
1902          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
1903        * New class Authenticator (and subclasses):  Begin virtualizing the login
1904          process.
1905
19062005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
1907        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
1908          and outgoing for all connections from a user have null values.
1909        * wifidog/local_content/default/portal.html: Fix layout so it resizes
1910          properly.  This in an interim measure.
1911        * Update schema.  This will allow automatic schema updates in the future.
1912          TO update a live server:
1913
1914      BEGIN;
1915      CREATE TABLE schema_info (
1916            tag text PRIMARY KEY,
1917            value text
1918          );
1919          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
1920          COMMIT;
1921
19222005-03-16 Matthew Asham <matthewa@bcwireless.net>
1923    * config.php: will use "local.config.php" instead, if present.  avoid cvs
1924      over-writing.
1925    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
1926      For integration with existing auth systems
1927    * hotspot_status.php: ob_clean may complain about buffering.  muted.
1928    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
1929      feed.
1930
19312005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
1932        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
1933          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
1934          wraparound problems.  To update a running server, execute the following
1935          sql sniplet:
1936
1937      BEGIN;
1938      ALTER TABLE connections RENAME incoming TO incoming_old;
1939      ALTER TABLE connections ADD COLUMN incoming int8;
1940      ALTER TABLE connections RENAME outgoing TO outgoing_old;
1941      ALTER TABLE connections ADD COLUMN outgoing int8;
1942      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1943      ALTER TABLE connections DROP COLUMN incoming_old;
1944      ALTER TABLE connections DROP COLUMN outgoing_old;
1945      COMMIT;
1946
1947        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1948        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
1949          by Benoit St-André
1950
19512005-02-14 Philippe April <philippe@ilesansfil.org>
1952        * gw_message.php: the "activate" message was not properly defined and
1953          would cause an error to show up instead of the nice activate your account
1954          message
1955
19562005-02-14 Philippe April <philippe@ilesansfil.org>
1957        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1958          gettext from smarty properly.
1959        * Updated TODO with ideas on making config better
1960
19612005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1962        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1963        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
1964          and more information to the RSS feed.
1965
19662005-01-26 Philippe April <isf_lists@philippeapril.com>
1967        * Some kind of virtual login (we need to talk about this).
1968        * New User and Node classes
1969        * Modified all files to work with the classes.
1970        * Remove mgmt_helpers (all done in User class now)
1971
19722005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1973        * classes/Node.php:  New file, untested code example
1974        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1975
19762005-01-25 Philippe April <isf_lists@philippeapril.com>
1977        * Changed initial postgres inserts sql file, it wasn't working properly
1978
19792005-01-25 Pascal Leclerc  <pascal@plec.ca>
1980        * Added admin and owner administration pages
1981
19822005-01-23 Philippe April <isf_lists@philippeapril.com>
1983        * Added gateway error messages (validation period, etc.)
1984
19852005-01-20 Philippe April <isf_lists@philippeapril.com>
1986        * Modularized the admin interface, added functions
1987
19882005-01-18 Philippe April <isf_lists@philippeapril.com>
1989        * Smarty'ized more, I think it's done now
1990
19912005-01-12 Philippe April <isf_lists@philippeapril.com>
1992        * i18n and smarty'ized parts
1993
19942005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1995        * INSTALL: Mandate PHP5
1996        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1997        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1998        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
1999          automatically pick the best 5 entries from all the feeds.  It will
2000          compensate for disparate publication intervals.  An entry from a feed that
2001          does not publish often will live longer than an entry from a feed that
2002          publishes very often.  If a feed doesn't have any entry that makes the
2003          cut, it will not appear at all.
2004        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
2005
20062005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
2007        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
2008          functionnal)
2009        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
2010          Hotspots.
2011        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
2012          outgoing in your data. Only use this if you had gateways before 1.0.2
2013          and wish to correct your logs before you upgrade.
2014        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
2015        * wifidog/portal/index.php: Preliminary work to enable smart press review
2016          of multiple RSS feeds.
2017
20182005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2019        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
2020          page was actually served over SSL, all media in the file will be served
2021          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
2022          that break out of SSL mode.  From now on, use the self adapting
2023          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
2024          and BASE_URL_PATH to break out of it.
2025
20262005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
2027        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
2028          apetite for bandwidth, top ten travelers, most addicted users.
2029
20302005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
2031        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
2032          thinner.
2033        * wifidog/local_content/default/login.html: Remove announcements
2034        * wifidog/include/user_management_menu.php: Fix mailto:
2035        * wifidog/auth/index.php: Fix auth server part of the no data transmited
2036          statistics bug.
2037        * wifidog/admin/index.php: Add link to statistics
2038        * wifidog/admin/user_stats.php: Activate security.
2039        * wifidog/index.php: Make the distinction between the two hotspot status
2040          pages clearer.
2041
20422004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
2043        * wifidog/index.php: Add menu
2044        * wifidog/include/user_management_menu.php: Editorial change, make
2045          translateable
2046        * wifidog/portal/index.php:  Fix RSS feeds
2047
20482004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
2049        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
2050          aggregate user stats.  Currently allows you to find out the rate at which
2051          your users subscribe.
2052        * wifidog/config.php, wifidog/local_content/default/login.html,
2053          wifidog/include/user_management_menu.php:  Add hotspot status page to
2054          login page.
2055        * wifidog/hotspot_status.php: Cosmetic
2056        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
2057        * wifidog/index.php: Cosmetic.
2058
20592004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
2060        * TODO: Add email domains to blacklist
2061        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
2062          support email address
2063        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
2064          information.  Designed to be included as part of another page.
2065        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
2066        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
2067          and write unknown hotspot, however this is still really ugly
2068        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
2069          Cosmetic fixes
2070        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
2071          files, this isn't the approach we will use for translation.
2072        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
2073          Update with new node information structures.
2074
20752004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
2076        * wifidog/admin/hotspot_log.php: Add number of currently connected users
2077          here as well.
2078
20792004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
2080        * wifidog/ping/index.php: Log user-agent
2081        * extensive statistics work
2082        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
2083          log user-agent
2084
20852004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
2086        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
2087          in email or user_id.
2088        * Some statistics fixes
2089
20902004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
2091        * wifidog/admin/index.php: Integrated the changes contributed
2092          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
2093          mainly a missing ' in some HTML.
2094
20952004-09-28 Yanik Crépeau <yanik@exScriptis.com>
2096    * wifidog/include/common.php: Added commented header with cvs
2097          keywords.
2098        * wifidog/include/common.php: Added commented code (not executing) for
2099          further testing with language/localization issues.
2100
21012004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2102        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
2103          comments
2104
21052004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2106        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
2107
21082004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
2109        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
2110        * Begin integrating Patrick Tanguay's new layout and generate the css
2111          dynamically to allow for background images.
2112
21132004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
2114        * portal/index.php:  Fix users appearing online at every hotspot.
2115        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
2116          cache problems and help with validation.
2117
21182004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
2119        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
2120        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
2121          fixes validation period not working.  Stop storing VALIDATION_FAILES
2122          status to the database.  Add check for validation period expiration at
2123          stage login, not just stage counters, this will fix one minute
2124          validation period.
2125        * wifidog/login/index.php:  Check validation period activation, and if
2126          period is expired, explain to the user instead of redirecting to the
2127          gateway.
2128        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
2129
21302004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
2131        * wifidog/node_list.php: Complete the status page
2132        * Add images
2133        * Add hotspot creation date
2134
21352004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2136        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
2137        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
2138          script to the chances will be available in the cvs schemas and initial
2139          data.
2140        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
2141          in a runnable form.  Note that this needs to be edited manually if you add
2142          a new table requiring initial data.
2143        * INSTALL:  Update for postgres.  Somebody please test this.
2144
21452004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
2146        * wifidog/ping/index.php: Implement logging of which hotspot sent the
2147          heartbeat, from which ip and when.
2148        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
2149        * wifidog/include/user_management_menu.php:  Change menu labels
2150        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
2151          to make this stylesheet correct, I took shortcuts...
2152        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
2153        * wifidog/user_management/index.php:  Display the menu, will eventually
2154          allow us to present proper help text.
2155
21562004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
2157        * Add link to original requested site.
2158        * wifidog/node_list.php:  New file.  Will become the main node status page.
2159
21602004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2161        * Primitive network status available form the index page
2162        * Administrative security is implemented.
2163
21642004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
2165        * Fix big gaping security hole in login page (password would be ignored if
2166          the username was used to login)
2167        * PostgreSql port
2168        * Change the method to determine who is online
2169        * Stop keeping unused token once user successfully logs in.
2170        * Fix missing update of token update date.
2171        * Counters wouldn't get updated for stage=LOGOUT
2172        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
2173          so we can know what the hell the server is up to.  Currently you need to
2174          run wifidog in debug level 7 to see it. That message should be parsed so
2175          it is visible in debug level 6.
2176        * wifidog/auth/index.php:   Fix code injection vulnerability.
2177
21782004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
2179        * SSL support and RSS improvement
2180        * Last commit tested with mysql support
2181
21822004-08-24 Pascal Leclerc  <pascal@plec.ca>
2183        * wifidog/admin/user_log.php: Add total to incoming and outgoing
2184        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
2185
21862004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
2187        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
2188        * wifidog/include/user_management_menu.php:  Code meant to deal with
2189          non-standard ports broke the menu.  Hopefully fixed.
2190        * Add alex's mising changelog entry...
2191
21922004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
2193        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
2194          To be used by wifidog to do heartbeats.
2195
21962004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
2197        * Add code to import a NoCat user database (passwd).  The username will be
2198          generated from the first part of the email if the name was en email.
2199        * Change password hashing algorithm to make it compatible with NoCat (For
2200          the curious among you, the hashing algorithm is now:  take the md5
2201          digest in binary format of the password, and base64 encode it.
2202        * Table schema changed to accomodate newhash length (users.pass is now
2203          varchar(32))
2204        * The user is now allowed to login with either his username or his email.
2205
22062004-08-03 Pascal Leclerc  <pascal@plec.ca>
2207        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
2208          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
2209        * wifidog/classes/AbstractDb.php: Add class=warning for better display
2210        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
2211
22122004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2213        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
2214          to true if gettext is available.  If false, blank _() and gettext()
2215          functions will be defined so the system still works.
2216
22172004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
2218        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
2219
22202004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
2221        * wifidog-auth lives! New since the dark ages
2222        * Demo page to allow people to hack more easely on it
2223        * Support for multiple nodes.  TODO:  Merge with the database project.
2224        * Very cool local content architecture.  Every hotspot can have a folder in
2225          the local_content directory.  This folder can be filed by a single logo,
2226          leaving all the rest to the default content, or be completely custom
2227          (stylesheet, login page, portal page, header, etc.)
2228        * Everything in local content is templated with smarty, no problem with
2229          web designer wrecking havoc on the auth server.  You can edit everything
2230          in local_content/default even if you only speak html.
2231        * No need to set any path in the web server config files (that one was a
2232          bitch to implement)
2233        * RSS feed support (optionnal, with magpierss), one feed per node (url
2234          stored in the database, works great, but no gui to edit it yet) and one
2235          network-wide RSS feed.
2236        * All path are editable from the config file
2237        * "Productize" the thing, so it make sense for other groups to install it
2238          (the network name, url, default RSS, and such are set from the config
2239          file).
2240        * Put most strings in gettext calls for easy future translation.
2241        * User can request that the server send the validation email again
2242        * User can change password
2243        * User who forgot his username can have it mailed to him.
2244        * User who lost his password can ask the system to generate a new one and
2245          mail it to him.
2246        * Email is now a separate field to preserve user privacy.
2247        * Enforces (politely) that there are no duplicate emails in the database
2248        * Database abstraction layer with very nice debugging features (just append
2249          true at the end of the call, and you'll see the query, the results, the
2250          query plan and number of affected rows.  Also allow future upgrade to
2251          postgres.
2252        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.