root/trunk/wifidog-auth/CHANGELOG @ 926

Revision 926, 60.0 KB (checked in by max-horvath, 7 years ago)

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

  • a notice message regarding timezones was being displayed when running PHP 5.1.0+ due to rewritten date functions of PHP. There is a new config flag in config.php named DATE_TIMEZONE. Set it to your local timezone. Don't forget to update your local.config.php in case you're using it."
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-01-25 Max Horváth <max.horvath@maxspot.de>
2        * a notice message regarding timezones was being displayed when running PHP
3          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
4          in config.php named DATE_TIMEZONE. Set it to your local timezone.
5          Don't forget to update your local.config.php in case you're using it.
6
72006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
8        * Dependencies.php:  We missed one more instance of non-unifrom code for path detection.
9        The Dependencies class now uses the code in include/path_defines_base.php like the rest of the system.
10        Also make it return more usefull error messages.
11        * SmartyWifidog.php:  Output the error returned by Dependencies if Smarty cannot be found for some reason.
12
132006-01-23 Max Horváth <max.horvath@maxspot.de>
14        * Removed compiled PHPdoc documentation
15        * moved createDoc.sh to "doc" directory, documentation can be generated on
16          the fly now, in the future we'll be generating a nightly PHPdoc on
17          wifidog.org
18        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by PHPdoc
19        * moved "header.gif" image to its own folder in the images directory
20        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
21          compiling without any warnings
22        * Initialized uninitialized variables in Node class
23        * Fixed initialization error of one variable
24        * Configuration file (config.php) will be read before path detection is
25          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
26
272006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
28        * common.php:  Real fix for Ticket #59 ;)
29        * common.php:  Untested fix for Ticket #59
30
312006-01-18 François Proulx <francois.proulx@gmail.com>
32        * Remove unneeded .cvsignore files since ths svn:ignore property is set to the same list
33
342006-01-11 Rob Janes <janes.rob@gmail.com>
35    * classes/User.php: added setters, getters, throw exceptions, added refresh() subr, tweaked language
36
372006-01-09 Max Horváth <max.horvath@maxspot.de>
38        * createDoc.sh: added description of how to install requirements
39
402006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
41        * common.php:  Improve path detection code, and start moving PATH detection back to a central location.
42        You should NEVER go to any $_SERVER[] variables for path related stuff, all you need is already available
43         in defines.
44        * UserReport.php:  Remove dangling reference to BASEPATH.
45        * install.php:  Use centralised path detection.
46
472006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
48        * config.php, common.php:  Completely remove SYSTEM_PATH from config.php, making one less config option to manage.  It is now autodetected.
49
502006-01-03 Rob Janes <janes.rob@gmail.com>
51        * added support for classes/EventLogging.php.
52        * modified include/common.php to pull in the EventLogging class
53        * modified index.php to kick start error logging with minimal setup.
54          I didn't setup a css for this, so any errors are simply pushed out
55          when the logging channel is destructed.
56        * other changes to include/common.php - a host of utility functions,
57          prefixed with "cmn" to avoid namespace collision.
58        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
59          to include/common.php, wrapping the require_once in a function.
60
612006-01-04 Pascal Leclerc <isf@plec.ca>
62    * install.php : New security validation and small bugs fix in admin account creation
63
642006-01-02 Rob Janes <janes.rob@gmail.com>
65        * split static stylesheet.css from smarty template stuff.
66          local_content/default/stylesheet.css has only smarty template stuff.
67          local_content/common/stylesheet.css has all the rest.
68        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
69          still smarty fetching the templated stylesheet.
70        * classes/SmartyWifidog.php changed to set a smarty template variable so
71          that the templating stylesheet could work.
72
732005-12-29 François Proulx <francois.proulx@gmail.com>
74        * Integrating Philippe's code for User class
75        * This build needs extensive testing please
76        * E-mail blacklisting (Mail class)
77
782005-12-29 François Proulx <francois.proulx@gmail.com>
79        * Added Aidan's file_exists_incpath function to Dependencies class
80        * Translated and standardized most of PostgreSQL abstraction class.
81        * Removed blank lines at end of many files
82        * Tested the new Phlickr package, which fixes URL on Flickr
83
842005-12-28 Max Horváth <max.horvath@maxspot.de>
85        * Removed BASEPATH define from source - resulting in a better require-overview
86        * speed improvement of 7% by optimizing Dependencies class
87        * improved documentation of content classes
88
892005-12-26 François Proulx <francois.proulx@gmail.com>
90        * Fixed bug when the same user was owner of many nodes
91        * Added missing reference to content_display_location initial data in dump script
92
932005-12-26 François Proulx <francois.proulx@gmail.com>
94        * Tiny modifications to config.php
95        * Reinserted the deprecated defines, created errors on my system
96        * Fully translated FormSelectGenerator class, Locale
97        * Added comments to Utils, Locale etc..
98        * Fully tested installation from scratch using blank database with installation script
99        * Improved installation script a bit
100        * Synched SQL for CVS schema 29 --> 33
101
1022005-12-26 Max Horváth <max.horvath@maxspot.de>
103        * added new headers to every source file
104        * converted file to represent a tab as four (4) spaces
105        * added PhpDocumentor documentation
106        * added WiFiDog skin to HTMLeditor
107        * language selection in a content class now shows the language name instead of
108          the language code
109        * added caching support to content classes Langstring and TrivialLangstring
110
1112005-12-15 Max Horváth <max.horvath@maxspot.de>
112        * fixed bug in dependencies class when gettext support for PHP is not available
113
1142005-12-14 Max Horváth <max.horvath@maxspot.de>
115        * fixed bug in config.php:59 ... was unable to select DB server
116
1172005-12-08 Max Horváth <max.horvath@maxspot.de>
118        * added FCKeditor to the supported libraries
119        * added new content type: HTMLeditor
120        * added new caching class which uses PEAR::Cache_Lite - must be enabled in config.php
121        * HTMLeditor is the first class using the new caching class
122        * removed unused function from content type Langstring
123        * beautified and reorganized config.php and added a new switch for the caching class
124
1252005-12-06 Max Horváth <max.horvath@maxspot.de>
126        * fixed SQL bug when calling the "report configuration" page as a node owner
127
1282005-12-05 François Proulx <francois.proulx@gmail.com>
129        * Crunched the Google Maps Div block for better display on small screens
130
1312005-12-05 Max Horváth <max.horvath@maxspot.de>
132        * fixed bug when calling the preview version of a login page
133
1342005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
135        * User.php: Fix a bug in the sql query in isUserValid().  Checked that the change works with postgresql 7.4 and 8.
136        It is still not understood why ISF doesn't encounter this bug on it's production server.
137
1382005-11-28 François Proulx <francois.proulx@gmail.com>
139        * Improved Flickr user output
140        * Mostly completed Flickr admin UI
141        * Changed display algorithm to display sequentially
142
1432005-11-25 Rob Janes <janes.rob@gmail.com>
144        * EventLogging class initial checkin
145
1462005-11-14 Max Horváth <max.horvath@maxspot.de>
147        * fixed path to included classes
148          Guys, please check the paths to included files twice next time you're
149          moving files
150
1512005-11-12 François Proulx <francois.proulx@gmail.com>
152        * Fixed schema 33 update
153        * fixed css
154
1552005-11-11 François Proulx <francois.proulx@gmail.com>
156        * Fixed Admin hotspot location map
157        * Take note : Google Maps updated their API key system, so that you simply need to register a key for the whole domain.
158          ie. one key for http://auth.abc.org will work even in sub-directories
159        * Changed the Content classes structure to make them "pluggable" more easily.
160          as requested during last developpers meeting
161        * node_list.php now support column sorting, node_id are naturally sorted (numerical order, alphabetic)
162        * Added 2-dimensionnal natural sort algorithm to Utils class
163        * fixed Node::getSelectNodeUI to naturally sort by node_id
164        * Improved Flickr content class
165        * Modified Flickr database schema
166        * Modified CSS look and feel
167
1682005-11-08 Philippe April  <philippe@ilesansfil.org>
169        * Put a note to mention the roles of users in the logged in users list
170        * Fixed online users link to statistics
171
1722005-11-01 Max Horváth <max.horvath@maxspot.de>
173        * added german translation
174        * modified gen.sh to include geocoder and statistics classes for the translation
175          file generation
176        * modified hotspot status page to allow translations of every string
177        * modified node list page to allow translations of every string
178        * modified FAQ page to allow translations of every string
179        * fixed bug in FAQ page which caused the Safari browser to display very large
180          text
181        * modified online users page in administration to allow translations of every
182          string
183        * added Phlickr directory to /lib
184
1852005-10-25 Francois Proulx <francois.proulx@gmail.com>
186        * /classes/DateTime.php : First iteration of DateTime abstraction class
187        * Basic support for datetime input field.
188        * TODO : Overhaul with full-fledged datetime selector...
189
1902005-10-25 Francois Proulx <francois.proulx@gmail.com>
191        * AuthenticatorRadius : Fixed legacy variable misuse
192
1932005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
194        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection.  Fix not actually tested.
195         Guys, read the documentation of the function parameters when you code, it's there to help you ;)
196
1972005-10-21 Francois Proulx <francois.proulx@gmail.com>
198        * Integration testing for Radius debugging
199        * Added network_id parameter to hotspot_status.php for selecting network
200        * Default network will be automatically selected...
201
2022005-10-04 Francois Proulx <francois.proulx@gmail.com>
203        * Scaled down network logo
204        * Changed CSS accordingly
205        * Modified online users SQL query to sort better
206
2072005-10-04 Francois Proulx <francois.proulx@gmail.com>
208        * Removed unwanted file from checkout
209
2102005-10-07 Philippe April  <philippe@ilesansfil.org>
211        * Released wifidog-auth-1.0.0_m2
212
2132005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
214        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to AuthenticatorLocalUser
215         but disalowing new user signup.  When setting up a server, you can add your users, and then change
216         the authenticator class from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
217        * signup.php:  Actually enforce it.  Still needs improvement, as the network is still shown for signing up.
218
2192005-10-04 Francois Proulx <francois.proulx@gmail.com>
220        * Translated some error message in SQL abstraction
221        * Cleaned up error messages when starting from scratch
222        * Added link to install script, when the database is empty.
223        * Fixed initial data dump script
224
2252005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
226        * Remove a bunch of deprecated methods from the Node object,
227         document undocumented methods.
228        * Make the node id editable.  This allows the gateway "MAC address as node ID"
229         patch by London wireless to be usable with the standard auth server, and to
230         transition to using MAC address as node ID.
231        * Fix a saving problem with all the content types with some versions of PHP
232        * Add a new Content type:  IFrameRest.  This allows the result of a REST style query
233        returning HTML to be displayed in a HTML iframeset.  Currently supported are
234        substitution of the node_id, the user_id and the last display date in the get query.
235        * CVS version of the auth server should now be "reasonnably" safe to use in production,
236        so the 2005-09-01 notice is no longuer in effect.
237
2382005-10-04 Francois Proulx <francois.proulx@gmail.com>
239        * Translated signup page messages
240
2412005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
242        * Partial login page content manager support (Node only for now)
243
2442005-09-27 Philippe April  <philippe@ilesansfil.org>
245        * Guess the best language from what the browser sends,
246        otherwise use the default.
247
2482005-09-26 Francois Proulx <francois.proulx@gmail.com>
249        * Translated the few new sentences on the login page
250
2512005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
252        * login/index.php, stylesheet.css:  Make the create new account bigger, and remove unnecessary words.
253
2542005-09-26 Francois Proulx <francois.proulx@gmail.com>
255        * Completed translations
256
2572005-09-26 Francois Proulx <francois.proulx@gmail.com>
258        * Fixed annoying bug in new google maps code
259
2602005-09-25 Francois Proulx <francois.proulx@gmail.com>
261        * Complete rewrite of Google maps code, now stands as a js class
262        * relooking of mapping stuff
263        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
264        * fixed broken xml, damn blank lines...
265
2662005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
267        * Statistics:  At long last, the monster statistics commit.
268         We finally have a stable, documented and uniform codebase for statistics.
269         This resulted is removal of several functions in other classes too.
270         There are a few new reports, but mostly, each report is a lot more flexible.
271         Still TODO:
272         -Security:  This is to be implemented directly in the Statistics class,
273          by forcing restrictions to the selected nodes and network.
274         -Support selecting multiple users for a report.
275          The code and SQL queries support it, but the UI doesn't.
276          An easy and quick way would be to simply parse a coma-separated list.
277         Comment are off course welcome!
278
2792005-09-25 Francois Proulx <francois.proulx@gmail.com>
280        * Updated initial SQL script to schema 29
281        * Remove useless includes in some files, preventing from using the "plugin" contents
282
2832005-09-25 Philippe April  <philippe@ilesansfil.org>
284        * Make method getCurrentRealNode ORDER BY DESC so it picks
285        up the latest network name
286
2872005-09-20 Francois Proulx <francois.proulx@gmail.com>
288        * Changed the output layout of the Google Maps hotspots list
289        * Added "Loading" message on Google Maps
290
2912005-09-17 Francois Proulx <francois.proulx@gmail.com>
292        * Fixed forgotten reference to getNetwork in AuthLocalUser
293
2942005-09-17 Francois Proulx <francois.proulx@gmail.com>
295        * Fixed a few bugs in Radius class
296        * Improved syntax and completed 100% of French translations
297
2982005-09-17 Francois Proulx <francois.proulx@gmail.com>
299        * Fixed RADIUS bug #1287000
300
3012005-09-16 Francois Proulx <francois.proulx@gmail.com>
302        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
303        * This class provides UTF-8 mailing for validation e-mail, lost password, lost username...
304        * Fixes reported bug where users would not receive validation email on some servers
305
3062005-09-13 Francois Proulx <francois.proulx@gmail.com>
307        * Added bytes in words for online users
308
3092005-09-13 Francois Proulx <francois.proulx@gmail.com>
310        * Fixed bug in user stats
311
3122005-09-13 Francois Proulx <francois.proulx@gmail.com>
313        * Added access permissions for statistics.
314
3152005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
316        * schema_validate.php:  Fix a bug version 26.  The conversion of the old account_origin as a parameter
317        to the authenticator was wrong.  To fix it manually if you already ran the script,
318         you must quote the parameter in column network_authenticator_params in the networks table.
319        * Network.php:  Fix improper quoting of Authenticator arguments.
320        * RssPressReview.php:  Make expansion of today's item optionnal.
321
3222005-09-11 Francois Proulx <francois.proulx@gmail.com>
323        * Fixed dependency check, found a workaround for the file_exists problem
324
3252005-09-11 Francois Proulx <francois.proulx@gmail.com>
326        * Added dependency check for Phlickr
327
3282005-09-11 Francois Proulx <francois.proulx@gmail.com>
329        * Fixed Flickr support
330        * Now using PEAR version of Phlickr
331        * Download the latest package and install like this : pear install PhlickrXYZ.tar.gz
332
3332005-09-10 Francois Proulx <francois.proulx@gmail.com>
334        * Fixed dependency check
335
3362005-09-10 Francois Proulx <francois.proulx@gmail.com>
337        * Removed many blank lines after php tags
338        * added more checks, for dates etc...
339        * changed sorting mode
340
3412005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
342        * Add UI to add a new Network
343        * Improve UI to add a new Node and new Content
344
3452005-09-10 Philippe April  <philippe@ilesansfil.org>
346        * signup.php: Fixed bug in detecting is the user is already part of the
347        network.
348        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
349        users from logging out.
350        * add BASEPATH to most files with require_once
351        * Added dependency checking class
352        * Don't show the admin menu if user does not have access
353        * Got rid of user_log_detailed.html, using stats.php instead
354
3552005-09-10 Francois Proulx <francois.proulx@gmail.com>
356        * Automatically redirect user to login form when trying to access admin
357        * Added various isset, empty tests, vars init in stats (to avoid php warning)
358
3592005-09-08 Philippe April  <philippe@ilesansfil.org>
360        * New stats system with graphs
361        * Changed the UI a bit to reflect this change
362        * Updated stylesheet
363
3642005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
365        * portal/index.php:  Custom portal redirect now operational.
366
3672005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
368        * MainUI:  Move call to garbage_collect() here.
369        * portal/index.php:  New feature:  Custom portal redirect.
370        * rework much of the logout code
371
3722005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
373        * login/index.php:  Fix getSplashOnlyUser() method call.
374
3752005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
376        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded news.
377        * login/index.php:  Reorganise code to make it more legible and comment what it does.
378        Emphasise error messages and put them right above where they clicked so users can actually see them.
379        * Security.php:  Remove deprecated login code
380        * Authenticator.php: Change calling convention for better encapsulation
381        * New feature:  Support multiple simultaneous logins if enabled in network configuration
382        * New feature (in testing): Splash-only node support
383
3842005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
385        * 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
386        * Node.php:  Add UI for splash only node and custom portal
387        * Update schema
388
3892005-09-04 Francois Proulx <francois.proulx@gmail.com>
390        * Removed update.php script ( should not have been in CVS )
391        * Moved authenticator require in Network getAuthenticator()
392
3932005-09-03 Philippe April  <philippe@ilesansfil.org>
394        * Schema change: Added last_paged column to nodes table
395        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
396        * s/Networt/Network/
397        * Fixed signing up and validation, typos
398
3992005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
400        WARNING:  DO NOT use the CVS auth server in production until further notice.
401        Massive internal changes are underway.
402        Use the release tagged 1.0m1 in production.
403        * Network abstraction mostly complete, including UI.
404        All that is missing is new network creation, network stakeholder UI and testing.
405        * Cleanup the config file of all the now unneeded constants.
406         Note that the install script is currently broken.
407        There can now be multiple networks on the server.
408        The install script will have to make sure that there is at least one, with one super-admin
409
4102005-08-31 Francois Proulx <francois.proulx@gmail.com>
411        * Fixed bug where node ID containing periods, whitespaces or underscores would confuse PHP
412        * MD5 hash is used to make sur the http vars are unique
413        * This is only valid for Node administration
414
415NOTE:  the 1.0m1 release was tagged here
416
4172005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
418        * Node.php:  Fix node creation
419
4202005-08-31 Francois Proulx <francois.proulx@gmail.com>
421        * Fixed new node creation bug
422
4232005-08-29 Philippe April <philippe@ilesansfil.org>
424        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
425        IE to see the map properly.
426
4272005-08-22 Pascal Leclerc  <pascal@plec.ca>
428        * install.php, Change javascript to OnClick + dependencie note
429        * schema_validate.php, Fix broken DB update for install.php
430        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not installed
431
4322005-08-22 Francois Proulx <francois.proulx@gmail.com>
433        * Added edit button for quickly accessing Content editing mode
434        * Changed the layout so the admin ui fits in a tighter space
435
4362005-08-21 Francois Proulx <francois.proulx@gmail.com>
437        * Added reference to new street address fields in mapping page and on status template
438        * Fix bug on line 756 of RssPressReview , added check for empty var.
439        * Flickr support is broken, added  bug to sf.net tracker
440
4412005-08-21 Francois Proulx <francois.proulx@gmail.com>
442        * Node admin UI should now be completed.
443        * Minor bug fixes in Geocoder
444        * Merged node_owners and node_tech_officers table into node_stakeholders
445
4462005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
447        * New schema version
448        * install.php, tmp/magpie_cache/:  Move all magpie caches
449        to a central location, adjust install script to match.
450        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as a parameter to the page
451        * classes/Network.php, classes/Node.php:  Change content ordering to be most recently subscribed first,
452         this is a stopgap measure while waiting for Content ordering to be explicitely settable.
453        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
454        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable() and getFeedTitle() methods.
455          Fixes minor bugs
456
4572005-08-17 Pascal Leclerc  <pascal@plec.ca>
458        * Added install script + minor changes in schema_validate.php
459
4602005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
461        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
462
4632005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
464        * Run sync_sql_for_cvs.sh
465        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url which no longer exists
466        * .project:  Remove mistakenly commited file in last commit
467        * .cvsignore:  Add file to avoid previous error
468
4692005-08-12 Francois Proulx <francois.proulx@gmail.com>
470        * Added missing GisPoint fille to CVS
471        * Fixed some bugs
472        * Added Technical officer table
473        * Added technical officer management to node UI
474
4752005-08-12 Francois Proulx <francois.proulx@gmail.com>
476        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
477        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
478        * This is a stupid limitation of the Google Maps API which matches the complete URL path
479        * Added /classes/GisPoint.php class
480        * Will add geocode + Google Maps capabilities very soon
481        * Notice : the XML schema will change very soon...
482        * I will try to keep the streetAddress field intact so I won't break backward compat.
483
4842005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
485        * classes/MainUI.php: Move the call to schema_validate() in MainUI's constructor
486        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to reflect
487        it's independently maintained status
488        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
489        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's admin UI written.
490        * wifidog/include/schema_validate.php:  Create the table structure for the new RssAggregator.
491        Remove rss_url in nodes table, no longer needed.  Move it's data to the new Content class.
492
4932005-08-11 Francois Proulx <francois.proulx@gmail.com>
494        * Refactored the Admin UI.
495        * I need to write the upload form and rewrite statistics
496
4972005-08-10 Francois Proulx <francois.proulx@gmail.com>
498        * More GIS stuff
499
5002005-08-10 Francois Proulx <francois.proulx@gmail.com>
501        * Added Geocoders
502                * /classes/AbstractGeocoder.php
503                * /classes/Geocoders/GeocoderCanada.php
504                * /classes/Geocoders/GeocoderUsa.php
505        * This will be used for enterring GIS data
506        * Coming in the next few days : set hotspot gis using Google Maps + Geocoding
507
5082005-01-25 Pascal Leclerc  <pascal@plec.ca>
509        * Fix hardcoded images path in classes/MainUI.php
510
5112005-07-25 Francois Proulx <francois.proulx@gmail.com>
512        * Fixed bug in hotspot_status , added htmlspecialchars();
513        * This solved the bug where ampersands would break the XML
514
5152005-07-17 Francois Proulx <francois.proulx@gmail.com>
516        * Fixed bugs in gen.sh, compile.sh locale scripts
517
5182005-07-12 Francois Proulx <francois.proulx@gmail.com>
519        * Changed XML element from hotspotsMetadata to hotspots and added networkUri element to networkMetadata
520
5212005-07-12 Francois Proulx <francois.proulx@gmail.com>
522        * Fixed XML protocol for exchanging hotspots status.
523                * Should now be considered stable (stamped v1.0)
524        * Fixed hotspots status map to reflect the changes
525        * Added french translations
526
5272005-07-11 Francois Proulx <francois.proulx@gmail.com>
528        * Changed link to hotspots map using NON ssl because Google Keys are sensitive to the whole path.
529
5302005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
531        * classes/RssPressReview.php: Begin rewrite.
532        * classes/MainUI.php: Add addFooterScript() function.
533        * venues_map.php:  Workaround the IE DOM problem.
534
5352005-07-05 Francois Proulx <francois.proulx@gmail.com>
536        * Changed wording in hotspots status page added legend
537
5382005-07-05 Francois Proulx <francois.proulx@gmail.com>
539        * Minor adjustements to icon positionning
540
5412005-07-05 Francois Proulx <francois.proulx@gmail.com>
542        * Changed google maps marker icons
543
5442005-07-05 Francois Proulx <francois.proulx@gmail.com>
545        * Added missing elements in XML exchange format
546        * Stable v1.0 for XML exchange format and Google Maps mapping
547        * Added GMaps constants to config file
548        * Unsmartied index.php , added link to map
549        * Check config.php to set corresponding values
550        * You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
551        * For this to work, You need to have activated XSLT ( see config file )
552
5532005-07-05 Francois Proulx <francois.proulx@gmail.com>
554        * Added Google Maps mapping venues_map.php
555        * /js/venues_status_map.js  JavaScript code for Mapping
556        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in a snap
557
5582005-07-03 Francois Proulx <francois.proulx@gmail.com>
559        * Updated the XML venues status format ( version 1.0, once approved )
560        * Added long / lat fields to nodes table ( for mapping purposes )
561
5622005-06-17 Francois Proulx <francois.proulx@gmail.com>
563        * Added IFrame and SimpleIFrame content types.
564
5652005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
566        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
567
5682005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
569        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
570         "use the Internet").  From now on, once authenticated and when pressing the start
571          button on the portal, the user will be sent to the page he originally tried to
572          access.  A second window will be popped with the portal page so he can come back
573           to it. The window is collapsed, and can be expanded back by clicking on the link.
574           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
575
576          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
577
578        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
579        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
580        the user's URL bar.
581
582
5832005-06-17 Francois Proulx <francois.proulx@gmail.com>
584        * Removed forced Pattern Language on all hotspots
585        * Do not show hotspot logo in portal page, only on login, until we find a better layout
586
5872005-06-16 Francois Proulx <francois.proulx@gmail.com>
588        * Added XML output format for hotspot_status.php
589        * Rough draft v1.0
590        * TODO move to different classes once stabilized
591        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
592        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
593        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
594
5952005-06-06 Francois Proulx <francois.proulx@gmail.com>
596        * Added long description field to content table
597        * MUST use schema_validate
598        * Modified Pattern Language to be more generic
599        * resend changelog
600
6012005-06-06 Francois Proulx <francois.proulx@gmail.com>
602        * Made changes to Pattern Language ( Kate Armstrong )
603
6042005-05-30 Philippe April <philippe@ilesansfil.org>
605        * Show username in user_stats.php instead of user_id
606          and in other admin pages
607
6082005-05-30 Francois Proulx <francois.proulx@gmail.com>
609        * Changed language selectbox name so it does not clash with ISF's domain cookie
610        * Fixed setlocale algorithm in Locale.php
611
6122005-05-29 Francois Proulx <francois.proulx@gmail.com>
613        * Missing null check in validate.php
614
6152005-05-27 Francois Proulx <francois.proulx@gmail.com>
616        * Changed the signup process to make it smoother for users
617                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
618                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
619        * Added big red message to the top of the portal page, warning user to validate as soon as possible
620        * Fixed translation typos
621
6222005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
623        * 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.
624
6252005-05-24 Francois Proulx <francois.proulx@gmail.com>
626        * Fixed bug in auth.php to let users go through when the click twice on the login button
627        * Fixed bug in hotspot_log.php
628
6292005-05-24 Francois Proulx <francois.proulx@gmail.com>
630        * Added "Get access statistics" button to Node admin to get hotspot specific stats
631        * Added search box in Users log to get a specific user stats quickly
632
6332005-05-24 Francois Proulx <francois.proulx@gmail.com>
634        * Fixed typo in some translations
635        * Cleaned-up todos
636
6372005-05-18 Francois Proulx <francois.proulx@gmail.com>
638        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
639
6402005-05-16 Francois Proulx <francois.proulx@gmail.com>
641        * Changed login message in MainUI to make it clearer what the login button will do
642
6432005-05-13 Philippe April <philippe@ilesansfil.org>
644        * Added deployment status to node_list
645
6462005-05-11 Francois Proulx <francois.proulx@gmail.com>
647        * Began writing user profiles
648        * Added many methods to User class
649        * Added node quota fields in DB ( bandwidth, throttling ...)
650
6512005-05-10 Francois Proulx <francois.proulx@gmail.com>
652        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
653          show physical login link
654
6552005-05-10 Francois Proulx <francois.proulx@gmail.com>
656        * Added download button CSS class to style button
657
6582005-05-10 Francois Proulx <francois.proulx@gmail.com>
659        * Fixed wrong method name in File.php
660        * Added strip tags to Langstring
661        * Basic styling of content_admin table
662
6632005-05-04 Francois Proulx <francois.proulx@gmail.com>
664        * Fixed serialization issue ( flickr)
6652005-05-04 Francois Proulx <francois.proulx@gmail.com>
666        * Improved caching
667        * Wrote very basic gridview code for Flickr
668
6692005-05-04 Francois Proulx <francois.proulx@gmail.com>
670        * Implemented caching for Flickr
671        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
672
6732005-05-04 Francois Proulx <francois.proulx@gmail.com>
674        * Fixed bug concerning Content-Length header
675        * Changed default Unit size for setLocalFileSize to bytes
676
6772005-05-04 Francois Proulx <francois.proulx@gmail.com>
678        * Added BLOB support
679        * modified file_download.php to support new header attributes
680        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
681        * Make sure your PHP.ini contains the right value to allow big downloads
682        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
683        * ISF Live server is now configured to support 100 megabytes files
684
6852005-05-04 Francois Proulx <francois.proulx@gmail.com>
686        * Fixed CSS IE Bug
687        * Fixed SQL query
688        * NEED HELP FROM A WEB DESIGNER !!!!!
689
6902005-05-03 Francois Proulx <francois.proulx@gmail.com>
691        * Disabled logging in Pattern Language archives
692
6932005-05-03 Francois Proulx <francois.proulx@gmail.com>
694        * Having for SQL query... :-(
695
6962005-05-02 Francois Proulx <francois.proulx@gmail.com>
697        * PatternLanguage is now completed
698
6992005-04-30 Francois Proulx <francois.proulx@gmail.com>
700        * Logout button will now destroy session AND render token USED
701
7022005-04-30 Francois Proulx <francois.proulx@gmail.com>
703        * Fixed bug that could potentially let non owners add content in /content through content groups
704        * Admin menu won't show node selector if the user is not owner of at least one hotspot
705        * Added Width, height support for Picture
706
7072005-04-30 Francois Proulx <francois.proulx@gmail.com>
708        * Did my best for content styling ... ( it's 5h00 am )
709
7102005-04-30 Francois Proulx <francois.proulx@gmail.com>
711        * Updated sync_sql_for_cvs.sh
712
7132005-04-30 François Proulx <francois.proulx@gmail.com>
714        * ChangeLog entry missed by CVS ?!
715        * Locale now decomposes the locale string by '_'
716        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
717
7182005-04-30 François Proulx <francois.proulx@gmail.com>
719        * Trying to solve RSS encoding bug...
720        * Testing on live server
721
7222005-04-29 François Proulx <francois.proulx@gmail.com>
723        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
724        * This conflicted with the actual click on the submit button in Safari
725        * Fixed check in Network for isOwner, only check superAdmin
726        * Fixed bug so you can't add an existing content group to itself ( deadlock )
727        * Started coding Pattern language narrative display
728
7292005-04-29 François Proulx <francois.proulx@gmail.com>
730        * Wrote User.php addcontent, removeContent, getAllContent()
731        * Wrote Content.php subscrite() and unsubscribe()
732        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
733        * These will be used for subscribing a to some content
734        * Pattern Language will be the first to use it
735        * Online users lists
736        * Fixed bugs in Node and Network ( isOwner check )
737
7382005-04-28 François Proulx <francois.proulx@gmail.com>
739        * 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.
740        * Fixed but in Locale ( did not propertly set the locale in the session )
741
7422005-04-28 François Proulx <francois.proulx@gmail.com>
743        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
744                * This message confused many users ( they clicked and got the virtual login instead ! )
745        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
746        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
747        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
748        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
749        * Added security check in all content classes ( ProcessAdminUI )
750
7512005-04-26 François Proulx <francois.proulx@gmail.com>
752        * Replaced show only content groups by show persistent
753
7542005-04-26 François Proulx <francois.proulx@gmail.com>
755        * Added missing /content directory
756
7572005-04-26 François Proulx <francois.proulx@gmail.com>
758        * Added /content/ for displaying all content elements
759                * Logging is disable when viewing them
760                * All content elements will expand
761                * Pattern languages won't display everything ( special property ) isExpandable
762        * Added a link in portal pages to go to /content/
763        * Added Show all contents button in content_admin.php
764
7652005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
766        * 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.
767
7682005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
769        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
770
7712005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
772        * 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).
773
7742005-04-26 François Proulx <francois.proulx@gmail.com>
775        * Most of the missing translations
776
7772005-04-26 François Proulx <francois.proulx@gmail.com>
778        * Changed back File to non trivial
779        * portal page stylesheet
780
7812005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
782        * 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.
783        * Locale:  Fix string selection algorithm to pick the right language.
784        * Content:  Implement display logging.
785
7862005-04-26 François Proulx <francois.proulx@gmail.com>
787        * stylesheet rework
7882005-04-26 François Proulx <francois.proulx@gmail.com>
789        * Fixed wrong location for change password link
7902005-04-25 François Proulx <francois.proulx@gmail.com>
791        * Portal page styling
792
7932005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
794        * ContentGroup.php:  Previous fix didn't work.  New fix.
795
7962005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
797        * ContentGroup.php:  Make bad selection mode eror non-fatal.
7982005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
799        * Fix bug in ContentGroup enumeration
800
8012005-04-25 François Proulx <francois.proulx@gmail.com>
802        * More stylesheets work
803
8042005-04-25 François Proulx <francois.proulx@gmail.com>
805        * Much better stylesheet
806
8072005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
808        * UI fully functionnal
809
8102005-04-25 François Proulx <francois.proulx@gmail.com
811        * More interface work
8122005-04-25 François Proulx <francois.proulx@gmail.com
813        * Completed integration of new interface with new objects
814
8152005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
816        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
817        * Almost 100% complete Network abstraction
818        * Much better object encapsulation.  Deprecated methods not removed yet.
819        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
820
8212005-04-23 François Proulx <francois.proulx@gmail.com>
822        * Added Preferred Size support for Flickr pictures
823
8242005-04-23 François Proulx <francois.proulx@gmail.com>
825        * Completed missing translations
826
8272005-04-23 François Proulx <francois.proulx@gmail.com>
828        * Fixed bugs in File and EmbeddedContent
829        * Completed first iteration of EmbeddedContent
830        * Can now play multimedia content
831        * Could not test fallback with my browser ( Safari and Firefox )
832        * Need help to test content in different browser to see how it reacts...
833
8342005-04-22 François Proulx <francois.proulx@gmail.com>
835        * Fixed bug in FlickrPhotostream.php
836        * Params did not match new methods requirements ( getUserByEmail )
837        * Changed stylesheet class name for Flickr to match new changes
838        * Fixed bugs in File
839        * Wrote part of EmbeddedContent ( partially working )
840        * TODO: add support for parameters and attributes in EmbeddedContent
841
8422005-04-22 François Proulx <francois.proulx@gmail.com>
843        * Fix schema version in François's commit
844
8452005-04-21 François Proulx <francois.proulx@gmail.com>
846        * Added explicit admin UI exceptions support for Flickr
847        * Completed File and Picture objects
848
8492005-04-20 François Proulx <francois.proulx@gmail.com>
850        * Completed Flickr support ( explicit exceptions catching )
851        * Most of File object is done
852        * Fixed bug in generic_object_admin.php
853        * changed stylesheet class tags for Flickr
854
8552005-04-18 François Proulx <francois.proulx@gmail.com>
856        * Added Flickr content support
857        * Part of File object is done
858
8592005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
860        * Working (beta...) content manager and portal.
861        * Add content preview mode
862
8632005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
864        * Hotspot and network content association, continue access control work.
865        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
866        * All files:  Remove whitespace and carriage return after the ?> closing tags.
867
8682005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
869        * Much more complete admin, initial access control work.
870
8712005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
872        * Support more of the content object model, do a half-decent CSS for the admin interface.
873
8742005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
875        * Content.php:  Use full langstring interface by default;
876
8772005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
878        * Content.php:  Fix db reference;
879
8802005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
881        * Fix Content object enumeration preventing usage of admin interface
882        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
883
8842005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
885        * First part of the future content delivery infrastructure.  Many files added.
886
8872005-04-01 François Proulx  <francois.proulx@gmail.com>
888        * Modified gen.sh script to match UTF-8
889        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
890
8912005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
892        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
893
8942005-04-01 Philippe April <philippe@ilesansfil.org>
895        * Fixed missing parenthesis in classes/User.php
896        * Removed unused files
897        * fixed schema_validate.php (typos)
898
8992005-04-01 Francois Proulx  <francois.proulx@gmail.com>
900        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
901        * The database will be converted to UTF-8 (version 5)
902        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
903
9042005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
905        * Add constraints to account_origin to detect errors on inserts.
906        * Remove IDRC test server
907
9082005-04-01 Philippe April <philippe@ilesansfil.org>
909        * User.php: Add reference to $db global variable.
910        * Tagged v0_1_0_alpha1
911        * Removed spaces in AuthenticatorLocalUser.php
912
9132005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
914        * Remove spaces after php blocks in various files.
915        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
916        * Fix initial schema errors.
917
9182005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
919        * More RADIUS install documentation.
920        * Fix schema_validate.php
921
9222005-03-31 Francois Proulx  <francois.proulx@gmail.com>
923        * Moved language definition
924        * Moved e-mail subjects to User class ( each e-mail functions )
925
9262005-03-31 Francois Proulx  <francois.proulx@gmail.com>
927        * Added missing schema_validate.php modifs.
928
9292005-03-31 Francois Proulx  <francois.proulx@gmail.com>
930        * Added PEAR install procedure
931
9322005-03-30 François Proulx  <francois.proulx@gmail.com>
933        * Finished RADIUS authentication and accounting
934        * Accounting Unique session ID is now based on the same token we use
935        * Fixed all issues with lost_username, lost_password etc...
936        * User class has new static function getUsersByEmail and getUsersByUsername
937        * Added translations for new features
938        * Translated the validation, lost password, username e-mails
939        * Tested quite a bit, this version is considered stable
940        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
941
9422005-03-29 François Proulx  <francois.proulx@gmail.com>
943        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
944        * Schema is now at version 3
945        * Coded RADIUS authentication
946        * Modified templates to show a select box when more than one server is configured
947        * Coded RADIUS accounting and backward compatibility accounting
948        * Modified many statistics SQL queries to match new Users table
949        * modified statistics templates to match user_id and account_origin
950        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
951        * TODO : Heavy testing possibly with remote RADIUS servers
952
9532005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
954        * 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
955
9562005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
957        * common.php:  Add get_guid() function
958        * 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.
959        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
960
9612005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
962        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
963        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
964        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
965                BEGIN;
966                CREATE TABLE schema_info (
967                    tag text PRIMARY KEY,
968                    value text
969                );
970                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
971                COMMIT;
972
9732005-03-16 Matthew Asham <matthewa@bcwireless.net>
974 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
975 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
976 * hotspot_status.php: ob_clean may complain about buffering.  muted.
977 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
978
9792005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
980        * 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:
981BEGIN;
982ALTER TABLE connections RENAME incoming TO incoming_old;
983ALTER TABLE connections ADD COLUMN incoming int8;
984ALTER TABLE connections RENAME outgoing TO outgoing_old;
985ALTER TABLE connections ADD COLUMN outgoing int8;
986UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
987ALTER TABLE connections DROP COLUMN incoming_old;
988ALTER TABLE connections DROP COLUMN outgoing_old;
989COMMIT;
990        * wifidog/admin/hotspot.php: Missing file from phil's commit.
991        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
992
9932005-02-14 Philippe April <philippe@ilesansfil.org>
994        * gw_message.php: the "activate" message was not properly defined and
995        would cause an error to show up instead of the nice activate your account
996        message
997
9982005-02-14 Philippe April <philippe@ilesansfil.org>
999        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1000        gettext from smarty properly.
1001        * Updated TODO with ideas on making config better
1002
10032005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1004        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1005        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
1006
10072005-01-26 Philippe April <isf_lists@philippeapril.com>
1008        * Some kind of virtual login (we need to talk about this).
1009        * New User and Node classes
1010        * Modified all files to work with the classes.
1011        * Remove mgmt_helpers (all done in User class now)
1012
10132005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1014        * classes/Node.php:  New file, untested code example
1015        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1016
10172005-01-25 Philippe April <isf_lists@philippeapril.com>
1018        * Changed initial postgres inserts sql file, it wasn't working properly
1019
10202005-01-25 Pascal Leclerc  <pascal@plec.ca>
1021        * Added admin and owner administration pages
1022
10232005-01-23 Philippe April <isf_lists@philippeapril.com>
1024        * Added gateway error messages (validation period, etc.)
1025
10262005-01-20 Philippe April <isf_lists@philippeapril.com>
1027        * Modularized the admin interface, added functions
1028
10292005-01-18 Philippe April <isf_lists@philippeapril.com>
1030        * Smarty'ized more, I think it's done now
1031
10322005-01-12 Philippe April <isf_lists@philippeapril.com>
1033        * i18n and smarty'ized parts
1034
10352005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1036        * INSTALL: Mandate PHP5
1037        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1038        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1039        * 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.
1040        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1041
10422005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1043        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
1044        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
1045        * 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.
1046        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1047        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
1048
10492005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1050        * 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.
1051
10522005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1053        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
1054
10552005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1056        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
1057        * wifidog/local_content/default/login.html: Remove announcements
1058        * wifidog/include/user_management_menu.php: Fix mailto:
1059        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
1060        * wifidog/admin/index.php: Add link to statistics
1061        * wifidog/admin/user_stats.php: Activate security.
1062        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
1063
10642004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1065        * wifidog/index.php: Add menu
1066        * wifidog/include/user_management_menu.php: Editorial change, make translateable
1067        * wifidog/portal/index.php:  Fix RSS feeds
1068
10692004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1070        * 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.
1071        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
1072        * wifidog/hotspot_status.php: Cosmetic
1073        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
1074        * wifidog/index.php: Cosmetic.
1075
10762004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
1077        * TODO: Add email domains to blacklist
1078        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
1079        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
1080        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
1081        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
1082        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
1083        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
1084        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
1085
10862004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
1087        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
1088
10892004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
1090        * wifidog/ping/index.php: Log user-agent
1091        * extensive statistics work
1092        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
1093
10942004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
1095        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
1096        * Some statistics fixes
1097
10982004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
1099        * wifidog/admin/index.php: Integrated the changes contributed
1100        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
1101        mainly a missing ' in some HTML.
1102
11032004-09-28 Yanik Crépeau <yanik@exScriptis.com>
1104        * wifidog/include/common.php: Added commented header with cvs
1105        keywords.
1106        * wifidog/include/common.php: Added commented code (not executing) for
1107        further testing with language/localization issues.
1108
11092004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1110        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
1111
11122004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1113        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
1114
11152004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1116        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
1117        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
1118
11192004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
1120        * portal/index.php:  Fix users appearing online at every hotspot.
1121        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
1122
11232004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
1124        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
1125        * 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.
1126        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
1127        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
1128
11292004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
1130        * wifidog/node_list.php: Complete the status page
1131        * Add images
1132        * Add hotspot creation date
1133
11342004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1135        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
1136        * 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.
1137        * 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.
1138        * INSTALL:  Update for postgres.  Somebody please test this.
1139
11402004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1141        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
1142        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
1143        * wifidog/include/user_management_menu.php:  Change menu labels
1144        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
1145        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
1146        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
1147
11482004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
1149        * Add link to original requested site.
1150        * wifidog/node_list.php:  New file.  Will become the main node status page.
1151
11522004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1153        * Primitive network status available form the index page
1154        * Administrative security is implemented.
1155
11562004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1157        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
1158        * PostgreSql port
1159        * Change the method to determine who is online
1160        * Stop keeping unused token once user successfully logs in.
1161        * Fix missing update of token update date.
1162        * Counters wouldn't get updated for stage=LOGOUT
1163        * 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.
1164        * wifidog/auth/index.php:   Fix code injection vulnerability.
1165
11662004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
1167        * SSL support and RSS improvement
1168        * Last commit tested with mysql support
1169
11702004-08-24 Pascal Leclerc  <pascal@plec.ca>
1171        * wifidog/admin/user_log.php: Add total to incoming and outgoing
1172        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
1173
11742004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
1175        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
1176        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
1177        * Add alex's mising changelog entry...
1178
11792004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
1180        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
1181
11822004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
1183        * 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.
1184        * 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.
1185        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
1186        * The user is now allowed to login with either his username or his email.
1187
11882004-08-03 Pascal Leclerc  <pascal@plec.ca>
1189        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
1190        * wifidog/classes/AbstractDb.php: Add class=warning for better display
1191        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
1192
11932004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1194        * 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.
1195
11962004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1197        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
1198
11992004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
1200        * wifidog-auth lives! New since the dark ages
1201        * Demo page to allow people to hack more easely on it
1202        * Support for multiple nodes.  TODO:  Merge with the database project.
1203        * 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.)
1204        * 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.
1205        * No need to set any path in the web server config files (that one was a bitch to implement)
1206        * 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.
1207        * All path are editable from the config file
1208        * "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.
1209        * Put most strings in gettext calls for easy future translation.
1210        * User can request that the server send the validation email again
1211        * User can change password
1212        * User who forgot his username can have it mailed to him.
1213        * User who lost his password can ask the system to generate a new one and mail it to him.
1214        * Email is now a separate field to preserve user privacy.
1215        * Enforces (politely) that there are no duplicate emails in the database
1216        * 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.
1217        * Lots of other things I forgot.
1218
1219        * User who forgot his username can have it mailed to him.
1220        * User who lost his password can ask the system to generate a new one and mail it to him.
1221        * Email is now a separate field to preserve user privacy.
1222        * Enforces (politely) that there are no duplicate emails in the database
1223        * 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.
1224        * Lots of other things I forgot.
1225
Note: See TracBrowser for help on using the browser.