root/trunk/wifidog-auth/CHANGELOG @ 933

Revision 933, 60.8 KB (checked in by max-horvath, 7 years ago)

"2006-01-29 Max Horvath <max.horvath@…>

  • fixed error messages not displaying technical support e-mail address"
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-01-29 Max Horváth <max.horvath@maxspot.de>
2        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
3          both PHP caches, because WiFiDog currently doesn't run with either of
4          those PHP caches (I'm still investigating why)
5        * added a missing <ul> HTML tag on the administration page
6        * the validation mail sent to new users now includes the full path to the
7          WiFiDog installation (before it assumed WiFiDog to be installed in
8          the document root of the webserver)
9        * fixed display of start button of portal when WiFiDog is not installed
10          in the document root of the webserver
11        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
12          path_defines_base.php
13        * updated HTMLeditor content class to use the new, moved stylesheet.css
14        * fixed error messages not displaying technical support e-mail address
15
162006-01-25 Max Horváth <max.horvath@maxspot.de>
17        * a notice message regarding timezones was being displayed when running PHP
18          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
19          in config.php named DATE_TIMEZONE. Set it to your local timezone.
20          Don't forget to update your local.config.php in case you're using it.
21
222006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
23        * Dependencies.php:  We missed one more instance of non-unifrom code for path detection.
24        The Dependencies class now uses the code in include/path_defines_base.php like the rest of the system.
25        Also make it return more usefull error messages.
26        * SmartyWifidog.php:  Output the error returned by Dependencies if Smarty cannot be found for some reason.
27
282006-01-23 Max Horváth <max.horvath@maxspot.de>
29        * Removed compiled PHPdoc documentation
30        * moved createDoc.sh to "doc" directory, documentation can be generated on
31          the fly now, in the future we'll be generating a nightly PHPdoc on
32          wifidog.org
33        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by PHPdoc
34        * moved "header.gif" image to its own folder in the images directory
35        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
36          compiling without any warnings
37        * Initialized uninitialized variables in Node class
38        * Fixed initialization error of one variable
39        * Configuration file (config.php) will be read before path detection is
40          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
41
422006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
43        * common.php:  Real fix for Ticket #59 ;)
44        * common.php:  Untested fix for Ticket #59
45
462006-01-18 François Proulx <francois.proulx@gmail.com>
47        * Remove unneeded .cvsignore files since ths svn:ignore property is set to the same list
48
492006-01-11 Rob Janes <janes.rob@gmail.com>
50    * classes/User.php: added setters, getters, throw exceptions, added refresh() subr, tweaked language
51
522006-01-09 Max Horváth <max.horvath@maxspot.de>
53        * createDoc.sh: added description of how to install requirements
54
552006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
56        * common.php:  Improve path detection code, and start moving PATH detection back to a central location.
57        You should NEVER go to any $_SERVER[] variables for path related stuff, all you need is already available
58         in defines.
59        * UserReport.php:  Remove dangling reference to BASEPATH.
60        * install.php:  Use centralised path detection.
61
622006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
63        * config.php, common.php:  Completely remove SYSTEM_PATH from config.php, making one less config option to manage.  It is now autodetected.
64
652006-01-03 Rob Janes <janes.rob@gmail.com>
66        * added support for classes/EventLogging.php.
67        * modified include/common.php to pull in the EventLogging class
68        * modified index.php to kick start error logging with minimal setup.
69          I didn't setup a css for this, so any errors are simply pushed out
70          when the logging channel is destructed.
71        * other changes to include/common.php - a host of utility functions,
72          prefixed with "cmn" to avoid namespace collision.
73        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
74          to include/common.php, wrapping the require_once in a function.
75
762006-01-04 Pascal Leclerc <isf@plec.ca>
77    * install.php : New security validation and small bugs fix in admin account creation
78
792006-01-02 Rob Janes <janes.rob@gmail.com>
80        * split static stylesheet.css from smarty template stuff.
81          local_content/default/stylesheet.css has only smarty template stuff.
82          local_content/common/stylesheet.css has all the rest.
83        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
84          still smarty fetching the templated stylesheet.
85        * classes/SmartyWifidog.php changed to set a smarty template variable so
86          that the templating stylesheet could work.
87
882005-12-29 François Proulx <francois.proulx@gmail.com>
89        * Integrating Philippe's code for User class
90        * This build needs extensive testing please
91        * E-mail blacklisting (Mail class)
92
932005-12-29 François Proulx <francois.proulx@gmail.com>
94        * Added Aidan's file_exists_incpath function to Dependencies class
95        * Translated and standardized most of PostgreSQL abstraction class.
96        * Removed blank lines at end of many files
97        * Tested the new Phlickr package, which fixes URL on Flickr
98
992005-12-28 Max Horváth <max.horvath@maxspot.de>
100        * Removed BASEPATH define from source - resulting in a better require-overview
101        * speed improvement of 7% by optimizing Dependencies class
102        * improved documentation of content classes
103
1042005-12-26 François Proulx <francois.proulx@gmail.com>
105        * Fixed bug when the same user was owner of many nodes
106        * Added missing reference to content_display_location initial data in dump script
107
1082005-12-26 François Proulx <francois.proulx@gmail.com>
109        * Tiny modifications to config.php
110        * Reinserted the deprecated defines, created errors on my system
111        * Fully translated FormSelectGenerator class, Locale
112        * Added comments to Utils, Locale etc..
113        * Fully tested installation from scratch using blank database with installation script
114        * Improved installation script a bit
115        * Synched SQL for CVS schema 29 --> 33
116
1172005-12-26 Max Horváth <max.horvath@maxspot.de>
118        * added new headers to every source file
119        * converted file to represent a tab as four (4) spaces
120        * added PhpDocumentor documentation
121        * added WiFiDog skin to HTMLeditor
122        * language selection in a content class now shows the language name instead of
123          the language code
124        * added caching support to content classes Langstring and TrivialLangstring
125
1262005-12-15 Max Horváth <max.horvath@maxspot.de>
127        * fixed bug in dependencies class when gettext support for PHP is not available
128
1292005-12-14 Max Horváth <max.horvath@maxspot.de>
130        * fixed bug in config.php:59 ... was unable to select DB server
131
1322005-12-08 Max Horváth <max.horvath@maxspot.de>
133        * added FCKeditor to the supported libraries
134        * added new content type: HTMLeditor
135        * added new caching class which uses PEAR::Cache_Lite - must be enabled in config.php
136        * HTMLeditor is the first class using the new caching class
137        * removed unused function from content type Langstring
138        * beautified and reorganized config.php and added a new switch for the caching class
139
1402005-12-06 Max Horváth <max.horvath@maxspot.de>
141        * fixed SQL bug when calling the "report configuration" page as a node owner
142
1432005-12-05 François Proulx <francois.proulx@gmail.com>
144        * Crunched the Google Maps Div block for better display on small screens
145
1462005-12-05 Max Horváth <max.horvath@maxspot.de>
147        * fixed bug when calling the preview version of a login page
148
1492005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
150        * User.php: Fix a bug in the sql query in isUserValid().  Checked that the change works with postgresql 7.4 and 8.
151        It is still not understood why ISF doesn't encounter this bug on it's production server.
152
1532005-11-28 François Proulx <francois.proulx@gmail.com>
154        * Improved Flickr user output
155        * Mostly completed Flickr admin UI
156        * Changed display algorithm to display sequentially
157
1582005-11-25 Rob Janes <janes.rob@gmail.com>
159        * EventLogging class initial checkin
160
1612005-11-14 Max Horváth <max.horvath@maxspot.de>
162        * fixed path to included classes
163          Guys, please check the paths to included files twice next time you're
164          moving files
165
1662005-11-12 François Proulx <francois.proulx@gmail.com>
167        * Fixed schema 33 update
168        * fixed css
169
1702005-11-11 François Proulx <francois.proulx@gmail.com>
171        * Fixed Admin hotspot location map
172        * Take note : Google Maps updated their API key system, so that you simply need to register a key for the whole domain.
173          ie. one key for http://auth.abc.org will work even in sub-directories
174        * Changed the Content classes structure to make them "pluggable" more easily.
175          as requested during last developpers meeting
176        * node_list.php now support column sorting, node_id are naturally sorted (numerical order, alphabetic)
177        * Added 2-dimensionnal natural sort algorithm to Utils class
178        * fixed Node::getSelectNodeUI to naturally sort by node_id
179        * Improved Flickr content class
180        * Modified Flickr database schema
181        * Modified CSS look and feel
182
1832005-11-08 Philippe April  <philippe@ilesansfil.org>
184        * Put a note to mention the roles of users in the logged in users list
185        * Fixed online users link to statistics
186
1872005-11-01 Max Horváth <max.horvath@maxspot.de>
188        * added german translation
189        * modified gen.sh to include geocoder and statistics classes for the translation
190          file generation
191        * modified hotspot status page to allow translations of every string
192        * modified node list page to allow translations of every string
193        * modified FAQ page to allow translations of every string
194        * fixed bug in FAQ page which caused the Safari browser to display very large
195          text
196        * modified online users page in administration to allow translations of every
197          string
198        * added Phlickr directory to /lib
199
2002005-10-25 Francois Proulx <francois.proulx@gmail.com>
201        * /classes/DateTime.php : First iteration of DateTime abstraction class
202        * Basic support for datetime input field.
203        * TODO : Overhaul with full-fledged datetime selector...
204
2052005-10-25 Francois Proulx <francois.proulx@gmail.com>
206        * AuthenticatorRadius : Fixed legacy variable misuse
207
2082005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
209        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection.  Fix not actually tested.
210         Guys, read the documentation of the function parameters when you code, it's there to help you ;)
211
2122005-10-21 Francois Proulx <francois.proulx@gmail.com>
213        * Integration testing for Radius debugging
214        * Added network_id parameter to hotspot_status.php for selecting network
215        * Default network will be automatically selected...
216
2172005-10-04 Francois Proulx <francois.proulx@gmail.com>
218        * Scaled down network logo
219        * Changed CSS accordingly
220        * Modified online users SQL query to sort better
221
2222005-10-04 Francois Proulx <francois.proulx@gmail.com>
223        * Removed unwanted file from checkout
224
2252005-10-07 Philippe April  <philippe@ilesansfil.org>
226        * Released wifidog-auth-1.0.0_m2
227
2282005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
229        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to AuthenticatorLocalUser
230         but disalowing new user signup.  When setting up a server, you can add your users, and then change
231         the authenticator class from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
232        * signup.php:  Actually enforce it.  Still needs improvement, as the network is still shown for signing up.
233
2342005-10-04 Francois Proulx <francois.proulx@gmail.com>
235        * Translated some error message in SQL abstraction
236        * Cleaned up error messages when starting from scratch
237        * Added link to install script, when the database is empty.
238        * Fixed initial data dump script
239
2402005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
241        * Remove a bunch of deprecated methods from the Node object,
242         document undocumented methods.
243        * Make the node id editable.  This allows the gateway "MAC address as node ID"
244         patch by London wireless to be usable with the standard auth server, and to
245         transition to using MAC address as node ID.
246        * Fix a saving problem with all the content types with some versions of PHP
247        * Add a new Content type:  IFrameRest.  This allows the result of a REST style query
248        returning HTML to be displayed in a HTML iframeset.  Currently supported are
249        substitution of the node_id, the user_id and the last display date in the get query.
250        * CVS version of the auth server should now be "reasonnably" safe to use in production,
251        so the 2005-09-01 notice is no longuer in effect.
252
2532005-10-04 Francois Proulx <francois.proulx@gmail.com>
254        * Translated signup page messages
255
2562005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
257        * Partial login page content manager support (Node only for now)
258
2592005-09-27 Philippe April  <philippe@ilesansfil.org>
260        * Guess the best language from what the browser sends,
261        otherwise use the default.
262
2632005-09-26 Francois Proulx <francois.proulx@gmail.com>
264        * Translated the few new sentences on the login page
265
2662005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
267        * login/index.php, stylesheet.css:  Make the create new account bigger, and remove unnecessary words.
268
2692005-09-26 Francois Proulx <francois.proulx@gmail.com>
270        * Completed translations
271
2722005-09-26 Francois Proulx <francois.proulx@gmail.com>
273        * Fixed annoying bug in new google maps code
274
2752005-09-25 Francois Proulx <francois.proulx@gmail.com>
276        * Complete rewrite of Google maps code, now stands as a js class
277        * relooking of mapping stuff
278        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
279        * fixed broken xml, damn blank lines...
280
2812005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
282        * Statistics:  At long last, the monster statistics commit.
283         We finally have a stable, documented and uniform codebase for statistics.
284         This resulted is removal of several functions in other classes too.
285         There are a few new reports, but mostly, each report is a lot more flexible.
286         Still TODO:
287         -Security:  This is to be implemented directly in the Statistics class,
288          by forcing restrictions to the selected nodes and network.
289         -Support selecting multiple users for a report.
290          The code and SQL queries support it, but the UI doesn't.
291          An easy and quick way would be to simply parse a coma-separated list.
292         Comment are off course welcome!
293
2942005-09-25 Francois Proulx <francois.proulx@gmail.com>
295        * Updated initial SQL script to schema 29
296        * Remove useless includes in some files, preventing from using the "plugin" contents
297
2982005-09-25 Philippe April  <philippe@ilesansfil.org>
299        * Make method getCurrentRealNode ORDER BY DESC so it picks
300        up the latest network name
301
3022005-09-20 Francois Proulx <francois.proulx@gmail.com>
303        * Changed the output layout of the Google Maps hotspots list
304        * Added "Loading" message on Google Maps
305
3062005-09-17 Francois Proulx <francois.proulx@gmail.com>
307        * Fixed forgotten reference to getNetwork in AuthLocalUser
308
3092005-09-17 Francois Proulx <francois.proulx@gmail.com>
310        * Fixed a few bugs in Radius class
311        * Improved syntax and completed 100% of French translations
312
3132005-09-17 Francois Proulx <francois.proulx@gmail.com>
314        * Fixed RADIUS bug #1287000
315
3162005-09-16 Francois Proulx <francois.proulx@gmail.com>
317        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
318        * This class provides UTF-8 mailing for validation e-mail, lost password, lost username...
319        * Fixes reported bug where users would not receive validation email on some servers
320
3212005-09-13 Francois Proulx <francois.proulx@gmail.com>
322        * Added bytes in words for online users
323
3242005-09-13 Francois Proulx <francois.proulx@gmail.com>
325        * Fixed bug in user stats
326
3272005-09-13 Francois Proulx <francois.proulx@gmail.com>
328        * Added access permissions for statistics.
329
3302005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
331        * schema_validate.php:  Fix a bug version 26.  The conversion of the old account_origin as a parameter
332        to the authenticator was wrong.  To fix it manually if you already ran the script,
333         you must quote the parameter in column network_authenticator_params in the networks table.
334        * Network.php:  Fix improper quoting of Authenticator arguments.
335        * RssPressReview.php:  Make expansion of today's item optionnal.
336
3372005-09-11 Francois Proulx <francois.proulx@gmail.com>
338        * Fixed dependency check, found a workaround for the file_exists problem
339
3402005-09-11 Francois Proulx <francois.proulx@gmail.com>
341        * Added dependency check for Phlickr
342
3432005-09-11 Francois Proulx <francois.proulx@gmail.com>
344        * Fixed Flickr support
345        * Now using PEAR version of Phlickr
346        * Download the latest package and install like this : pear install PhlickrXYZ.tar.gz
347
3482005-09-10 Francois Proulx <francois.proulx@gmail.com>
349        * Fixed dependency check
350
3512005-09-10 Francois Proulx <francois.proulx@gmail.com>
352        * Removed many blank lines after php tags
353        * added more checks, for dates etc...
354        * changed sorting mode
355
3562005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
357        * Add UI to add a new Network
358        * Improve UI to add a new Node and new Content
359
3602005-09-10 Philippe April  <philippe@ilesansfil.org>
361        * signup.php: Fixed bug in detecting is the user is already part of the
362        network.
363        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
364        users from logging out.
365        * add BASEPATH to most files with require_once
366        * Added dependency checking class
367        * Don't show the admin menu if user does not have access
368        * Got rid of user_log_detailed.html, using stats.php instead
369
3702005-09-10 Francois Proulx <francois.proulx@gmail.com>
371        * Automatically redirect user to login form when trying to access admin
372        * Added various isset, empty tests, vars init in stats (to avoid php warning)
373
3742005-09-08 Philippe April  <philippe@ilesansfil.org>
375        * New stats system with graphs
376        * Changed the UI a bit to reflect this change
377        * Updated stylesheet
378
3792005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
380        * portal/index.php:  Custom portal redirect now operational.
381
3822005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
383        * MainUI:  Move call to garbage_collect() here.
384        * portal/index.php:  New feature:  Custom portal redirect.
385        * rework much of the logout code
386
3872005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
388        * login/index.php:  Fix getSplashOnlyUser() method call.
389
3902005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
391        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded news.
392        * login/index.php:  Reorganise code to make it more legible and comment what it does.
393        Emphasise error messages and put them right above where they clicked so users can actually see them.
394        * Security.php:  Remove deprecated login code
395        * Authenticator.php: Change calling convention for better encapsulation
396        * New feature:  Support multiple simultaneous logins if enabled in network configuration
397        * New feature (in testing): Splash-only node support
398
3992005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
400        * include/common.php:  Add code to undo the effect of magic_quote if enabled in the server config.  It is still strongly recommended to disable magic_quote
401        * Node.php:  Add UI for splash only node and custom portal
402        * Update schema
403
4042005-09-04 Francois Proulx <francois.proulx@gmail.com>
405        * Removed update.php script ( should not have been in CVS )
406        * Moved authenticator require in Network getAuthenticator()
407
4082005-09-03 Philippe April  <philippe@ilesansfil.org>
409        * Schema change: Added last_paged column to nodes table
410        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
411        * s/Networt/Network/
412        * Fixed signing up and validation, typos
413
4142005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
415        WARNING:  DO NOT use the CVS auth server in production until further notice.
416        Massive internal changes are underway.
417        Use the release tagged 1.0m1 in production.
418        * Network abstraction mostly complete, including UI.
419        All that is missing is new network creation, network stakeholder UI and testing.
420        * Cleanup the config file of all the now unneeded constants.
421         Note that the install script is currently broken.
422        There can now be multiple networks on the server.
423        The install script will have to make sure that there is at least one, with one super-admin
424
4252005-08-31 Francois Proulx <francois.proulx@gmail.com>
426        * Fixed bug where node ID containing periods, whitespaces or underscores would confuse PHP
427        * MD5 hash is used to make sur the http vars are unique
428        * This is only valid for Node administration
429
430NOTE:  the 1.0m1 release was tagged here
431
4322005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
433        * Node.php:  Fix node creation
434
4352005-08-31 Francois Proulx <francois.proulx@gmail.com>
436        * Fixed new node creation bug
437
4382005-08-29 Philippe April <philippe@ilesansfil.org>
439        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
440        IE to see the map properly.
441
4422005-08-22 Pascal Leclerc  <pascal@plec.ca>
443        * install.php, Change javascript to OnClick + dependencie note
444        * schema_validate.php, Fix broken DB update for install.php
445        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not installed
446
4472005-08-22 Francois Proulx <francois.proulx@gmail.com>
448        * Added edit button for quickly accessing Content editing mode
449        * Changed the layout so the admin ui fits in a tighter space
450
4512005-08-21 Francois Proulx <francois.proulx@gmail.com>
452        * Added reference to new street address fields in mapping page and on status template
453        * Fix bug on line 756 of RssPressReview , added check for empty var.
454        * Flickr support is broken, added  bug to sf.net tracker
455
4562005-08-21 Francois Proulx <francois.proulx@gmail.com>
457        * Node admin UI should now be completed.
458        * Minor bug fixes in Geocoder
459        * Merged node_owners and node_tech_officers table into node_stakeholders
460
4612005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
462        * New schema version
463        * install.php, tmp/magpie_cache/:  Move all magpie caches
464        to a central location, adjust install script to match.
465        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as a parameter to the page
466        * classes/Network.php, classes/Node.php:  Change content ordering to be most recently subscribed first,
467         this is a stopgap measure while waiting for Content ordering to be explicitely settable.
468        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
469        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable() and getFeedTitle() methods.
470          Fixes minor bugs
471
4722005-08-17 Pascal Leclerc  <pascal@plec.ca>
473        * Added install script + minor changes in schema_validate.php
474
4752005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
476        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
477
4782005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
479        * Run sync_sql_for_cvs.sh
480        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url which no longer exists
481        * .project:  Remove mistakenly commited file in last commit
482        * .cvsignore:  Add file to avoid previous error
483
4842005-08-12 Francois Proulx <francois.proulx@gmail.com>
485        * Added missing GisPoint fille to CVS
486        * Fixed some bugs
487        * Added Technical officer table
488        * Added technical officer management to node UI
489
4902005-08-12 Francois Proulx <francois.proulx@gmail.com>
491        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
492        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
493        * This is a stupid limitation of the Google Maps API which matches the complete URL path
494        * Added /classes/GisPoint.php class
495        * Will add geocode + Google Maps capabilities very soon
496        * Notice : the XML schema will change very soon...
497        * I will try to keep the streetAddress field intact so I won't break backward compat.
498
4992005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
500        * classes/MainUI.php: Move the call to schema_validate() in MainUI's constructor
501        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to reflect
502        it's independently maintained status
503        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
504        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's admin UI written.
505        * wifidog/include/schema_validate.php:  Create the table structure for the new RssAggregator.
506        Remove rss_url in nodes table, no longer needed.  Move it's data to the new Content class.
507
5082005-08-11 Francois Proulx <francois.proulx@gmail.com>
509        * Refactored the Admin UI.
510        * I need to write the upload form and rewrite statistics
511
5122005-08-10 Francois Proulx <francois.proulx@gmail.com>
513        * More GIS stuff
514
5152005-08-10 Francois Proulx <francois.proulx@gmail.com>
516        * Added Geocoders
517                * /classes/AbstractGeocoder.php
518                * /classes/Geocoders/GeocoderCanada.php
519                * /classes/Geocoders/GeocoderUsa.php
520        * This will be used for enterring GIS data
521        * Coming in the next few days : set hotspot gis using Google Maps + Geocoding
522
5232005-01-25 Pascal Leclerc  <pascal@plec.ca>
524        * Fix hardcoded images path in classes/MainUI.php
525
5262005-07-25 Francois Proulx <francois.proulx@gmail.com>
527        * Fixed bug in hotspot_status , added htmlspecialchars();
528        * This solved the bug where ampersands would break the XML
529
5302005-07-17 Francois Proulx <francois.proulx@gmail.com>
531        * Fixed bugs in gen.sh, compile.sh locale scripts
532
5332005-07-12 Francois Proulx <francois.proulx@gmail.com>
534        * Changed XML element from hotspotsMetadata to hotspots and added networkUri element to networkMetadata
535
5362005-07-12 Francois Proulx <francois.proulx@gmail.com>
537        * Fixed XML protocol for exchanging hotspots status.
538                * Should now be considered stable (stamped v1.0)
539        * Fixed hotspots status map to reflect the changes
540        * Added french translations
541
5422005-07-11 Francois Proulx <francois.proulx@gmail.com>
543        * Changed link to hotspots map using NON ssl because Google Keys are sensitive to the whole path.
544
5452005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
546        * classes/RssPressReview.php: Begin rewrite.
547        * classes/MainUI.php: Add addFooterScript() function.
548        * venues_map.php:  Workaround the IE DOM problem.
549
5502005-07-05 Francois Proulx <francois.proulx@gmail.com>
551        * Changed wording in hotspots status page added legend
552
5532005-07-05 Francois Proulx <francois.proulx@gmail.com>
554        * Minor adjustements to icon positionning
555
5562005-07-05 Francois Proulx <francois.proulx@gmail.com>
557        * Changed google maps marker icons
558
5592005-07-05 Francois Proulx <francois.proulx@gmail.com>
560        * Added missing elements in XML exchange format
561        * Stable v1.0 for XML exchange format and Google Maps mapping
562        * Added GMaps constants to config file
563        * Unsmartied index.php , added link to map
564        * Check config.php to set corresponding values
565        * You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
566        * For this to work, You need to have activated XSLT ( see config file )
567
5682005-07-05 Francois Proulx <francois.proulx@gmail.com>
569        * Added Google Maps mapping venues_map.php
570        * /js/venues_status_map.js  JavaScript code for Mapping
571        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in a snap
572
5732005-07-03 Francois Proulx <francois.proulx@gmail.com>
574        * Updated the XML venues status format ( version 1.0, once approved )
575        * Added long / lat fields to nodes table ( for mapping purposes )
576
5772005-06-17 Francois Proulx <francois.proulx@gmail.com>
578        * Added IFrame and SimpleIFrame content types.
579
5802005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
581        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
582
5832005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
584        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
585         "use the Internet").  From now on, once authenticated and when pressing the start
586          button on the portal, the user will be sent to the page he originally tried to
587          access.  A second window will be popped with the portal page so he can come back
588           to it. The window is collapsed, and can be expanded back by clicking on the link.
589           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
590
591          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
592
593        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
594        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
595        the user's URL bar.
596
597
5982005-06-17 Francois Proulx <francois.proulx@gmail.com>
599        * Removed forced Pattern Language on all hotspots
600        * Do not show hotspot logo in portal page, only on login, until we find a better layout
601
6022005-06-16 Francois Proulx <francois.proulx@gmail.com>
603        * Added XML output format for hotspot_status.php
604        * Rough draft v1.0
605        * TODO move to different classes once stabilized
606        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
607        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
608        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
609
6102005-06-06 Francois Proulx <francois.proulx@gmail.com>
611        * Added long description field to content table
612        * MUST use schema_validate
613        * Modified Pattern Language to be more generic
614        * resend changelog
615
6162005-06-06 Francois Proulx <francois.proulx@gmail.com>
617        * Made changes to Pattern Language ( Kate Armstrong )
618
6192005-05-30 Philippe April <philippe@ilesansfil.org>
620        * Show username in user_stats.php instead of user_id
621          and in other admin pages
622
6232005-05-30 Francois Proulx <francois.proulx@gmail.com>
624        * Changed language selectbox name so it does not clash with ISF's domain cookie
625        * Fixed setlocale algorithm in Locale.php
626
6272005-05-29 Francois Proulx <francois.proulx@gmail.com>
628        * Missing null check in validate.php
629
6302005-05-27 Francois Proulx <francois.proulx@gmail.com>
631        * Changed the signup process to make it smoother for users
632                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
633                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
634        * Added big red message to the top of the portal page, warning user to validate as soon as possible
635        * Fixed translation typos
636
6372005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
638        * Someone moved the fallback gettext functions definition (for when gettext isn't installed) inside the static setCurrentLocale method, completely breaking the system when PHP doesn't have gettext support.  This is an untested fix.
639
6402005-05-24 Francois Proulx <francois.proulx@gmail.com>
641        * Fixed bug in auth.php to let users go through when the click twice on the login button
642        * Fixed bug in hotspot_log.php
643
6442005-05-24 Francois Proulx <francois.proulx@gmail.com>
645        * Added "Get access statistics" button to Node admin to get hotspot specific stats
646        * Added search box in Users log to get a specific user stats quickly
647
6482005-05-24 Francois Proulx <francois.proulx@gmail.com>
649        * Fixed typo in some translations
650        * Cleaned-up todos
651
6522005-05-18 Francois Proulx <francois.proulx@gmail.com>
653        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
654
6552005-05-16 Francois Proulx <francois.proulx@gmail.com>
656        * Changed login message in MainUI to make it clearer what the login button will do
657
6582005-05-13 Philippe April <philippe@ilesansfil.org>
659        * Added deployment status to node_list
660
6612005-05-11 Francois Proulx <francois.proulx@gmail.com>
662        * Began writing user profiles
663        * Added many methods to User class
664        * Added node quota fields in DB ( bandwidth, throttling ...)
665
6662005-05-10 Francois Proulx <francois.proulx@gmail.com>
667        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
668          show physical login link
669
6702005-05-10 Francois Proulx <francois.proulx@gmail.com>
671        * Added download button CSS class to style button
672
6732005-05-10 Francois Proulx <francois.proulx@gmail.com>
674        * Fixed wrong method name in File.php
675        * Added strip tags to Langstring
676        * Basic styling of content_admin table
677
6782005-05-04 Francois Proulx <francois.proulx@gmail.com>
679        * Fixed serialization issue ( flickr)
6802005-05-04 Francois Proulx <francois.proulx@gmail.com>
681        * Improved caching
682        * Wrote very basic gridview code for Flickr
683
6842005-05-04 Francois Proulx <francois.proulx@gmail.com>
685        * Implemented caching for Flickr
686        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
687
6882005-05-04 Francois Proulx <francois.proulx@gmail.com>
689        * Fixed bug concerning Content-Length header
690        * Changed default Unit size for setLocalFileSize to bytes
691
6922005-05-04 Francois Proulx <francois.proulx@gmail.com>
693        * Added BLOB support
694        * modified file_download.php to support new header attributes
695        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
696        * Make sure your PHP.ini contains the right value to allow big downloads
697        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
698        * ISF Live server is now configured to support 100 megabytes files
699
7002005-05-04 Francois Proulx <francois.proulx@gmail.com>
701        * Fixed CSS IE Bug
702        * Fixed SQL query
703        * NEED HELP FROM A WEB DESIGNER !!!!!
704
7052005-05-03 Francois Proulx <francois.proulx@gmail.com>
706        * Disabled logging in Pattern Language archives
707
7082005-05-03 Francois Proulx <francois.proulx@gmail.com>
709        * Having for SQL query... :-(
710
7112005-05-02 Francois Proulx <francois.proulx@gmail.com>
712        * PatternLanguage is now completed
713
7142005-04-30 Francois Proulx <francois.proulx@gmail.com>
715        * Logout button will now destroy session AND render token USED
716
7172005-04-30 Francois Proulx <francois.proulx@gmail.com>
718        * Fixed bug that could potentially let non owners add content in /content through content groups
719        * Admin menu won't show node selector if the user is not owner of at least one hotspot
720        * Added Width, height support for Picture
721
7222005-04-30 Francois Proulx <francois.proulx@gmail.com>
723        * Did my best for content styling ... ( it's 5h00 am )
724
7252005-04-30 Francois Proulx <francois.proulx@gmail.com>
726        * Updated sync_sql_for_cvs.sh
727
7282005-04-30 François Proulx <francois.proulx@gmail.com>
729        * ChangeLog entry missed by CVS ?!
730        * Locale now decomposes the locale string by '_'
731        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
732
7332005-04-30 François Proulx <francois.proulx@gmail.com>
734        * Trying to solve RSS encoding bug...
735        * Testing on live server
736
7372005-04-29 François Proulx <francois.proulx@gmail.com>
738        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
739        * This conflicted with the actual click on the submit button in Safari
740        * Fixed check in Network for isOwner, only check superAdmin
741        * Fixed bug so you can't add an existing content group to itself ( deadlock )
742        * Started coding Pattern language narrative display
743
7442005-04-29 François Proulx <francois.proulx@gmail.com>
745        * Wrote User.php addcontent, removeContent, getAllContent()
746        * Wrote Content.php subscrite() and unsubscribe()
747        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
748        * These will be used for subscribing a to some content
749        * Pattern Language will be the first to use it
750        * Online users lists
751        * Fixed bugs in Node and Network ( isOwner check )
752
7532005-04-28 François Proulx <francois.proulx@gmail.com>
754        * Logout button build a query string containing gw_id, gw_address, gw_port ( if available ), so that a user at a physical hotspot will get the login page from the hotspot he is.
755        * Fixed but in Locale ( did not propertly set the locale in the session )
756
7572005-04-28 François Proulx <francois.proulx@gmail.com>
758        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
759                * This message confused many users ( they clicked and got the virtual login instead ! )
760        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
761        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
762        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
763        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
764        * Added security check in all content classes ( ProcessAdminUI )
765
7662005-04-26 François Proulx <francois.proulx@gmail.com>
767        * Replaced show only content groups by show persistent
768
7692005-04-26 François Proulx <francois.proulx@gmail.com>
770        * Added missing /content directory
771
7722005-04-26 François Proulx <francois.proulx@gmail.com>
773        * Added /content/ for displaying all content elements
774                * Logging is disable when viewing them
775                * All content elements will expand
776                * Pattern languages won't display everything ( special property ) isExpandable
777        * Added a link in portal pages to go to /content/
778        * Added Show all contents button in content_admin.php
779
7802005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
781        * Content.php, ContentGroup.php:  All Content now implement the isDisplayableAt($node).  Used by the portal, if content has nothing displayabel, the entire content is skipped.
782
7832005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
784        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
785
7862005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
787        * ContentGroup.php:  Fully functionnal content rotation engine, with all options supported.    Rotation based on session may not be reliable if the user isn't truly logged in (from a node).
788
7892005-04-26 François Proulx <francois.proulx@gmail.com>
790        * Most of the missing translations
791
7922005-04-26 François Proulx <francois.proulx@gmail.com>
793        * Changed back File to non trivial
794        * portal page stylesheet
795
7962005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
797        * ContentGroupElement.php:  It shouldn't be allowed to create a new content element in isolation.  Unfortunately the UI allows if for now.  Such content will now be deleted.
798        * Locale:  Fix string selection algorithm to pick the right language.
799        * Content:  Implement display logging.
800
8012005-04-26 François Proulx <francois.proulx@gmail.com>
802        * stylesheet rework
8032005-04-26 François Proulx <francois.proulx@gmail.com>
804        * Fixed wrong location for change password link
8052005-04-25 François Proulx <francois.proulx@gmail.com>
806        * Portal page styling
807
8082005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
809        * ContentGroup.php:  Previous fix didn't work.  New fix.
810
8112005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
812        * ContentGroup.php:  Make bad selection mode eror non-fatal.
8132005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
814        * Fix bug in ContentGroup enumeration
815
8162005-04-25 François Proulx <francois.proulx@gmail.com>
817        * More stylesheets work
818
8192005-04-25 François Proulx <francois.proulx@gmail.com>
820        * Much better stylesheet
821
8222005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
823        * UI fully functionnal
824
8252005-04-25 François Proulx <francois.proulx@gmail.com
826        * More interface work
8272005-04-25 François Proulx <francois.proulx@gmail.com
828        * Completed integration of new interface with new objects
829
8302005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
831        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
832        * Almost 100% complete Network abstraction
833        * Much better object encapsulation.  Deprecated methods not removed yet.
834        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
835
8362005-04-23 François Proulx <francois.proulx@gmail.com>
837        * Added Preferred Size support for Flickr pictures
838
8392005-04-23 François Proulx <francois.proulx@gmail.com>
840        * Completed missing translations
841
8422005-04-23 François Proulx <francois.proulx@gmail.com>
843        * Fixed bugs in File and EmbeddedContent
844        * Completed first iteration of EmbeddedContent
845        * Can now play multimedia content
846        * Could not test fallback with my browser ( Safari and Firefox )
847        * Need help to test content in different browser to see how it reacts...
848
8492005-04-22 François Proulx <francois.proulx@gmail.com>
850        * Fixed bug in FlickrPhotostream.php
851        * Params did not match new methods requirements ( getUserByEmail )
852        * Changed stylesheet class name for Flickr to match new changes
853        * Fixed bugs in File
854        * Wrote part of EmbeddedContent ( partially working )
855        * TODO: add support for parameters and attributes in EmbeddedContent
856
8572005-04-22 François Proulx <francois.proulx@gmail.com>
858        * Fix schema version in François's commit
859
8602005-04-21 François Proulx <francois.proulx@gmail.com>
861        * Added explicit admin UI exceptions support for Flickr
862        * Completed File and Picture objects
863
8642005-04-20 François Proulx <francois.proulx@gmail.com>
865        * Completed Flickr support ( explicit exceptions catching )
866        * Most of File object is done
867        * Fixed bug in generic_object_admin.php
868        * changed stylesheet class tags for Flickr
869
8702005-04-18 François Proulx <francois.proulx@gmail.com>
871        * Added Flickr content support
872        * Part of File object is done
873
8742005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
875        * Working (beta...) content manager and portal.
876        * Add content preview mode
877
8782005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
879        * Hotspot and network content association, continue access control work.
880        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
881        * All files:  Remove whitespace and carriage return after the ?> closing tags.
882
8832005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
884        * Much more complete admin, initial access control work.
885
8862005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
887        * Support more of the content object model, do a half-decent CSS for the admin interface.
888
8892005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
890        * Content.php:  Use full langstring interface by default;
891
8922005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
893        * Content.php:  Fix db reference;
894
8952005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
896        * Fix Content object enumeration preventing usage of admin interface
897        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
898
8992005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
900        * First part of the future content delivery infrastructure.  Many files added.
901
9022005-04-01 François Proulx  <francois.proulx@gmail.com>
903        * Modified gen.sh script to match UTF-8
904        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
905
9062005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
907        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
908
9092005-04-01 Philippe April <philippe@ilesansfil.org>
910        * Fixed missing parenthesis in classes/User.php
911        * Removed unused files
912        * fixed schema_validate.php (typos)
913
9142005-04-01 Francois Proulx  <francois.proulx@gmail.com>
915        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
916        * The database will be converted to UTF-8 (version 5)
917        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
918
9192005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
920        * Add constraints to account_origin to detect errors on inserts.
921        * Remove IDRC test server
922
9232005-04-01 Philippe April <philippe@ilesansfil.org>
924        * User.php: Add reference to $db global variable.
925        * Tagged v0_1_0_alpha1
926        * Removed spaces in AuthenticatorLocalUser.php
927
9282005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
929        * Remove spaces after php blocks in various files.
930        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
931        * Fix initial schema errors.
932
9332005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
934        * More RADIUS install documentation.
935        * Fix schema_validate.php
936
9372005-03-31 Francois Proulx  <francois.proulx@gmail.com>
938        * Moved language definition
939        * Moved e-mail subjects to User class ( each e-mail functions )
940
9412005-03-31 Francois Proulx  <francois.proulx@gmail.com>
942        * Added missing schema_validate.php modifs.
943
9442005-03-31 Francois Proulx  <francois.proulx@gmail.com>
945        * Added PEAR install procedure
946
9472005-03-30 François Proulx  <francois.proulx@gmail.com>
948        * Finished RADIUS authentication and accounting
949        * Accounting Unique session ID is now based on the same token we use
950        * Fixed all issues with lost_username, lost_password etc...
951        * User class has new static function getUsersByEmail and getUsersByUsername
952        * Added translations for new features
953        * Translated the validation, lost password, username e-mails
954        * Tested quite a bit, this version is considered stable
955        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
956
9572005-03-29 François Proulx  <francois.proulx@gmail.com>
958        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
959        * Schema is now at version 3
960        * Coded RADIUS authentication
961        * Modified templates to show a select box when more than one server is configured
962        * Coded RADIUS accounting and backward compatibility accounting
963        * Modified many statistics SQL queries to match new Users table
964        * modified statistics templates to match user_id and account_origin
965        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
966        * TODO : Heavy testing possibly with remote RADIUS servers
967
9682005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
969        * sql:  Put initial data in a transaction, and specify the wifidog user so you do not have to su to it while using sync_sql_for_svs
970
9712005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
972        * common.php:  Add get_guid() function
973        * validate_schema.php: New auto-upgrade script to allow autaumatic schema upgrade.  Note that you must still update dump_initial_data_postgres.sh and use sync_sql_for_cvs.sh so new users aren't left in the cold.
974        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
975
9762005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
977        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
978        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
979        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
980                BEGIN;
981                CREATE TABLE schema_info (
982                    tag text PRIMARY KEY,
983                    value text
984                );
985                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
986                COMMIT;
987
9882005-03-16 Matthew Asham <matthewa@bcwireless.net>
989 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
990 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
991 * hotspot_status.php: ob_clean may complain about buffering.  muted.
992 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
993
9942005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
995        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:-Widen the connections size to fix int4 wraparound problems.  To update a running server, execute the following sql sniplet:
996BEGIN;
997ALTER TABLE connections RENAME incoming TO incoming_old;
998ALTER TABLE connections ADD COLUMN incoming int8;
999ALTER TABLE connections RENAME outgoing TO outgoing_old;
1000ALTER TABLE connections ADD COLUMN outgoing int8;
1001UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1002ALTER TABLE connections DROP COLUMN incoming_old;
1003ALTER TABLE connections DROP COLUMN outgoing_old;
1004COMMIT;
1005        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1006        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
1007
10082005-02-14 Philippe April <philippe@ilesansfil.org>
1009        * gw_message.php: the "activate" message was not properly defined and
1010        would cause an error to show up instead of the nice activate your account
1011        message
1012
10132005-02-14 Philippe April <philippe@ilesansfil.org>
1014        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1015        gettext from smarty properly.
1016        * Updated TODO with ideas on making config better
1017
10182005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1019        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1020        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
1021
10222005-01-26 Philippe April <isf_lists@philippeapril.com>
1023        * Some kind of virtual login (we need to talk about this).
1024        * New User and Node classes
1025        * Modified all files to work with the classes.
1026        * Remove mgmt_helpers (all done in User class now)
1027
10282005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1029        * classes/Node.php:  New file, untested code example
1030        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1031
10322005-01-25 Philippe April <isf_lists@philippeapril.com>
1033        * Changed initial postgres inserts sql file, it wasn't working properly
1034
10352005-01-25 Pascal Leclerc  <pascal@plec.ca>
1036        * Added admin and owner administration pages
1037
10382005-01-23 Philippe April <isf_lists@philippeapril.com>
1039        * Added gateway error messages (validation period, etc.)
1040
10412005-01-20 Philippe April <isf_lists@philippeapril.com>
1042        * Modularized the admin interface, added functions
1043
10442005-01-18 Philippe April <isf_lists@philippeapril.com>
1045        * Smarty'ized more, I think it's done now
1046
10472005-01-12 Philippe April <isf_lists@philippeapril.com>
1048        * i18n and smarty'ized parts
1049
10502005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1051        * INSTALL: Mandate PHP5
1052        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1053        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1054        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will automatically pick the best 5 entries from all the feeds.  It will compensate for disparate publication intervals.  An entry from a feed that does not publish often will live longer than an entry from a feed that publishes very often.  If a feed doesn't have any entry that makes the cut, it will not appear at all.
1055        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1056
10572005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1058        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
1059        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
1060        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and outgoing in your data.  only use this if you had gateways before 1.0.2 and wish to correct your logs before you upgrade.
1061        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1062        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
1063
10642005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1065        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the page was actually served over SSL, all media in the file will be served over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links that break out of SSL mode.  From now on, use the self adapting BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode, and BASE_URL_PATH to break out of it.
1066
10672005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1068        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
1069
10702005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1071        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
1072        * wifidog/local_content/default/login.html: Remove announcements
1073        * wifidog/include/user_management_menu.php: Fix mailto:
1074        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
1075        * wifidog/admin/index.php: Add link to statistics
1076        * wifidog/admin/user_stats.php: Activate security.
1077        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
1078
10792004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1080        * wifidog/index.php: Add menu
1081        * wifidog/include/user_management_menu.php: Editorial change, make translateable
1082        * wifidog/portal/index.php:  Fix RSS feeds
1083
10842004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1085        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic aggregate user stats.  Currently allows you to find out the rate at which your users subscribe.
1086        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
1087        * wifidog/hotspot_status.php: Cosmetic
1088        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
1089        * wifidog/index.php: Cosmetic.
1090
10912004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
1092        * TODO: Add email domains to blacklist
1093        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
1094        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
1095        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
1096        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
1097        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
1098        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
1099        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
1100
11012004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
1102        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
1103
11042004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
1105        * wifidog/ping/index.php: Log user-agent
1106        * extensive statistics work
1107        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
1108
11092004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
1110        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
1111        * Some statistics fixes
1112
11132004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
1114        * wifidog/admin/index.php: Integrated the changes contributed
1115        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
1116        mainly a missing ' in some HTML.
1117
11182004-09-28 Yanik Crépeau <yanik@exScriptis.com>
1119        * wifidog/include/common.php: Added commented header with cvs
1120        keywords.
1121        * wifidog/include/common.php: Added commented code (not executing) for
1122        further testing with language/localization issues.
1123
11242004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1125        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
1126
11272004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1128        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
1129
11302004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1131        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
1132        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
1133
11342004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
1135        * portal/index.php:  Fix users appearing online at every hotspot.
1136        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
1137
11382004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
1139        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
1140        * wifidog/auth/index.php:  Move grace time date arithmetics to the database, fixes validation period not working.  Stop storing VALIDATION_FAILES status to the database.  Add check for validation period expiration at stage login, not just stage counters, this will fix one minute validation period.
1141        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
1142        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
1143
11442004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
1145        * wifidog/node_list.php: Complete the status page
1146        * Add images
1147        * Add hotspot creation date
1148
11492004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1150        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
1151        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this script to the chances will be available in the cvs schemas and initial data.
1152        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data in a runnable form.  Note that this needs to be edited manually if you add a new table requiring initial data.
1153        * INSTALL:  Update for postgres.  Somebody please test this.
1154
11552004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1156        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
1157        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
1158        * wifidog/include/user_management_menu.php:  Change menu labels
1159        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
1160        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
1161        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
1162
11632004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
1164        * Add link to original requested site.
1165        * wifidog/node_list.php:  New file.  Will become the main node status page.
1166
11672004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1168        * Primitive network status available form the index page
1169        * Administrative security is implemented.
1170
11712004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1172        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
1173        * PostgreSql port
1174        * Change the method to determine who is online
1175        * Stop keeping unused token once user successfully logs in.
1176        * Fix missing update of token update date.
1177        * Counters wouldn't get updated for stage=LOGOUT
1178        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth: so we can know what the hell the server is up to.  Currently you need to run wifidog in debug level 7 to see it. That message should be parsed so it is visible in debug level 6.
1179        * wifidog/auth/index.php:   Fix code injection vulnerability.
1180
11812004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
1182        * SSL support and RSS improvement
1183        * Last commit tested with mysql support
1184
11852004-08-24 Pascal Leclerc  <pascal@plec.ca>
1186        * wifidog/admin/user_log.php: Add total to incoming and outgoing
1187        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
1188
11892004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
1190        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
1191        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
1192        * Add alex's mising changelog entry...
1193
11942004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
1195        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
1196
11972004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
1198        * Add code to import a NoCat user database (passwd).  The username will be generated from the first part of the email if the name was en email.
1199        * Change password hashing algorithm to make it compatible with NoCat (For the curious among you, the hashing algorithm is now:  take the md5 digest in binary format of the password, and base64 encode it.
1200        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
1201        * The user is now allowed to login with either his username or his email.
1202
12032004-08-03 Pascal Leclerc  <pascal@plec.ca>
1204        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
1205        * wifidog/classes/AbstractDb.php: Add class=warning for better display
1206        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
1207
12082004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1209        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set to true if gettext is available.  If false, blank _() and gettext() functions will be defined so the system still works.
1210
12112004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1212        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
1213
12142004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
1215        * wifidog-auth lives! New since the dark ages
1216        * Demo page to allow people to hack more easely on it
1217        * Support for multiple nodes.  TODO:  Merge with the database project.
1218        * Very cool local content architecture.  Every hotspot can have a folder in the local_content directory.  This folder can be filed by a single logo, leaving all the rest to the default content, or be completely custom (stylesheet, login page, portal page, header, etc.)
1219        * Everything in local content is templated with smarty, no problem with web designer wrecking havoc on the auth server.  You can edit everything in local_content/default even if you only speak html.
1220        * No need to set any path in the web server config files (that one was a bitch to implement)
1221        * RSS feed support (optionnal, with magpierss), one feed per node (url stored in the database, works great, but no gui to edit it yet) and one network-wide RSS feed.
1222        * All path are editable from the config file
1223        * "Productize" the thing, so it make sense for other groups to install it (the network name, url, default RSS, and such are set from the config file.
1224        * Put most strings in gettext calls for easy future translation.
1225        * User can request that the server send the validation email again
1226        * User can change password
1227        * User who forgot his username can have it mailed to him.
1228        * User who lost his password can ask the system to generate a new one and mail it to him.
1229        * Email is now a separate field to preserve user privacy.
1230        * Enforces (politely) that there are no duplicate emails in the database
1231        * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows.  Also allow future upgrade to postgres.
1232        * Lots of other things I forgot.
1233
1234        * User who forgot his username can have it mailed to him.
1235        * User who lost his password can ask the system to generate a new one and mail it to him.
1236        * Email is now a separate field to preserve user privacy.
1237        * Enforces (politely) that there are no duplicate emails in the database
1238        * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows.  Also allow future upgrade to postgres.
1239        * Lots of other things I forgot.
1240
Note: See TracBrowser for help on using the browser.