root/trunk/wifidog-auth/ChangeLog @ 711

Revision 711, 42.2 KB (checked in by aprilp, 8 years ago)

s/Networt/Network/

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12005-09-03 Philippe April  <philippe@ilesansfil.org>
2        * Schema change: Added last_paged column to nodes table
3        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
4        * s/Networt/Network/
5
62005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
7        WARNING:  DO NOT use the CVS auth server in production until further notice. 
8        Massive internal changes are underway. 
9        Use the release tagged 1.0m1 in production.
10        * Network abstraction mostly complete, including UI. 
11        All that is missing is new network creation, network stakeholder UI and testing. 
12        * Cleanup the config file of all the now unneeded constants.
13         Note that the install script is currently broken. 
14        There can now be multiple networks on the server. 
15        The install script will have to make sure that there is at least one, with one super-admin
16
172005-08-31 Francois Proulx <francois.proulx@gmail.com>
18        * Fixed bug where node ID containing periods, whitespaces or underscores would confuse PHP
19        * MD5 hash is used to make sur the http vars are unique
20        * This is only valid for Node administration
21
22NOTE:  the 1.0m1 release was tagged here
23               
242005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
25        * Node.php:  Fix node creation
26       
272005-08-31 Francois Proulx <francois.proulx@gmail.com>
28        * Fixed new node creation bug
29
302005-08-29 Philippe April <philippe@ilesansfil.org>
31        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
32        IE to see the map properly.
33
342005-08-22 Pascal Leclerc  <pascal@plec.ca>
35        * install.php, Change javascript to OnClick + dependencie note
36        * schema_validate.php, Fix broken DB update for install.php
37        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not installed
38
392005-08-22 Francois Proulx <francois.proulx@gmail.com>
40        * Added edit button for quickly accessing Content editing mode
41        * Changed the layout so the admin ui fits in a tighter space
42       
432005-08-21 Francois Proulx <francois.proulx@gmail.com>
44        * Added reference to new street address fields in mapping page and on status template
45        * Fix bug on line 756 of RssPressReview , added check for empty var.
46        * Flickr support is broken, added  bug to sf.net tracker
47       
482005-08-21 Francois Proulx <francois.proulx@gmail.com>
49        * Node admin UI should now be completed.
50        * Minor bug fixes in Geocoder
51        * Merged node_owners and node_tech_officers table into node_stakeholders
52       
532005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
54        * New schema version
55        * install.php, tmp/magpie_cache/:  Move all magpie caches
56        to a central location, adjust install script to match.
57        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as a parameter to the page
58        * classes/Network.php, classes/Node.php:  Change content ordering to be most recently subscribed first,
59         this is a stopgap measure while waiting for Content ordering to be explicitely settable.
60        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
61        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable() and getFeedTitle() methods.
62          Fixes minor bugs
63
642005-08-17 Pascal Leclerc  <pascal@plec.ca>
65        * Added install script + minor changes in schema_validate.php
66
672005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
68        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
69
702005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
71        * Run sync_sql_for_cvs.sh
72        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url which no longer exists
73        * .project:  Remove mistakenly commited file in last commit
74        * .cvsignore:  Add file to avoid previous error
75       
762005-08-12 Francois Proulx <francois.proulx@gmail.com>
77        * Added missing GisPoint fille to CVS
78        * Fixed some bugs
79        * Added Technical officer table
80        * Added technical officer management to node UI
81       
822005-08-12 Francois Proulx <francois.proulx@gmail.com>
83        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
84        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
85        * This is a stupid limitation of the Google Maps API which matches the complete URL path
86        * Added /classes/GisPoint.php class
87        * Will add geocode + Google Maps capabilities very soon
88        * Notice : the XML schema will change very soon...
89        * I will try to keep the streetAddress field intact so I won't break backward compat.
90       
912005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
92        * classes/MainUI.php: Move the call to schema_validate() in MainUI's constructor
93        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to reflect
94        it's independently maintained status
95        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
96        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's admin UI written.
97        * wifidog/include/schema_validate.php:  Create the table structure for the new RssAggregator.
98        Remove rss_url in nodes table, no longer needed.  Move it's data to the new Content class.
99       
1002005-08-11 Francois Proulx <francois.proulx@gmail.com>
101        * Refactored the Admin UI.
102        * I need to write the upload form and rewrite statistics
103       
1042005-08-10 Francois Proulx <francois.proulx@gmail.com>
105        * More GIS stuff
106       
1072005-08-10 Francois Proulx <francois.proulx@gmail.com>
108        * Added Geocoders
109                * /classes/AbstractGeocoder.php
110                * /classes/Geocoders/GeocoderCanada.php
111                * /classes/Geocoders/GeocoderUsa.php
112        * This will be used for enterring GIS data
113        * Coming in the next few days : set hotspot gis using Google Maps + Geocoding
114               
1152005-01-25 Pascal Leclerc  <pascal@plec.ca>
116        * Fix hardcoded images path in classes/MainUI.php
117
1182005-07-25 Francois Proulx <francois.proulx@gmail.com>
119        * Fixed bug in hotspot_status , added htmlspecialchars();
120        * This solved the bug where ampersands would break the XML
121       
1222005-07-17 Francois Proulx <francois.proulx@gmail.com>
123        * Fixed bugs in gen.sh, compile.sh locale scripts
124       
1252005-07-12 Francois Proulx <francois.proulx@gmail.com>
126        * Changed XML element from hotspotsMetadata to hotspots and added networkUri element to networkMetadata
127       
1282005-07-12 Francois Proulx <francois.proulx@gmail.com>
129        * Fixed XML protocol for exchanging hotspots status.
130                * Should now be considered stable (stamped v1.0)
131        * Fixed hotspots status map to reflect the changes
132        * Added french translations
133       
1342005-07-11 Francois Proulx <francois.proulx@gmail.com>
135        * Changed link to hotspots map using NON ssl because Google Keys are sensitive to the whole path.
136       
1372005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
138        * classes/RssPressReview.php: Begin rewrite.
139        * classes/MainUI.php: Add addFooterScript() function.
140        * venues_map.php:  Workaround the IE DOM problem.
141
1422005-07-05 Francois Proulx <francois.proulx@gmail.com>
143        * Changed wording in hotspots status page added legend
144       
1452005-07-05 Francois Proulx <francois.proulx@gmail.com>
146        * Minor adjustements to icon positionning
147       
1482005-07-05 Francois Proulx <francois.proulx@gmail.com>
149        * Changed google maps marker icons
150       
1512005-07-05 Francois Proulx <francois.proulx@gmail.com>
152        * Added missing elements in XML exchange format
153        * Stable v1.0 for XML exchange format and Google Maps mapping
154        * Added GMaps constants to config file
155        * Unsmartied index.php , added link to map
156        * Check config.php to set corresponding values
157        * You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
158        * For this to work, You need to have activated XSLT ( see config file )
159       
1602005-07-05 Francois Proulx <francois.proulx@gmail.com>
161        * Added Google Maps mapping venues_map.php
162        * /js/venues_status_map.js  JavaScript code for Mapping
163        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in a snap
164       
1652005-07-03 Francois Proulx <francois.proulx@gmail.com>
166        * Updated the XML venues status format ( version 1.0, once approved )
167        * Added long / lat fields to nodes table ( for mapping purposes )
168       
1692005-06-17 Francois Proulx <francois.proulx@gmail.com>
170        * Added IFrame and SimpleIFrame content types.
171       
1722005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
173        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
174
1752005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
176        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
177         "use the Internet").  From now on, once authenticated and when pressing the start
178          button on the portal, the user will be sent to the page he originally tried to
179          access.  A second window will be popped with the portal page so he can come back
180           to it. The window is collapsed, and can be expanded back by clicking on the link.
181           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
182         
183          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
184
185        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
186        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
187        the user's URL bar.
188
189
1902005-06-17 Francois Proulx <francois.proulx@gmail.com>
191        * Removed forced Pattern Language on all hotspots
192        * Do not show hotspot logo in portal page, only on login, until we find a better layout
193
1942005-06-16 Francois Proulx <francois.proulx@gmail.com>
195        * Added XML output format for hotspot_status.php
196        * Rough draft v1.0
197        * TODO move to different classes once stabilized
198        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
199        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
200        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
201
2022005-06-06 Francois Proulx <francois.proulx@gmail.com>
203        * Added long description field to content table
204        * MUST use schema_validate
205        * Modified Pattern Language to be more generic
206        * resend changelog
207       
2082005-06-06 Francois Proulx <francois.proulx@gmail.com>
209        * Made changes to Pattern Language ( Kate Armstrong )
210       
2112005-05-30 Philippe April <philippe@ilesansfil.org>
212        * Show username in user_stats.php instead of user_id
213          and in other admin pages
214
2152005-05-30 Francois Proulx <francois.proulx@gmail.com>
216        * Changed language selectbox name so it does not clash with ISF's domain cookie
217        * Fixed setlocale algorithm in Locale.php
218       
2192005-05-29 Francois Proulx <francois.proulx@gmail.com>
220        * Missing null check in validate.php
221       
2222005-05-27 Francois Proulx <francois.proulx@gmail.com>
223        * Changed the signup process to make it smoother for users
224                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
225                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
226        * Added big red message to the top of the portal page, warning user to validate as soon as possible
227        * Fixed translation typos
228
2292005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
230        * 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.
231       
2322005-05-24 Francois Proulx <francois.proulx@gmail.com>
233        * Fixed bug in auth.php to let users go through when the click twice on the login button
234        * Fixed bug in hotspot_log.php
235       
2362005-05-24 Francois Proulx <francois.proulx@gmail.com>
237        * Added "Get access statistics" button to Node admin to get hotspot specific stats
238        * Added search box in Users log to get a specific user stats quickly
239       
2402005-05-24 Francois Proulx <francois.proulx@gmail.com>
241        * Fixed typo in some translations
242        * Cleaned-up todos
243       
2442005-05-18 Francois Proulx <francois.proulx@gmail.com>
245        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
246       
2472005-05-16 Francois Proulx <francois.proulx@gmail.com>
248        * Changed login message in MainUI to make it clearer what the login button will do
249
2502005-05-13 Philippe April <philippe@ilesansfil.org>
251        * Added deployment status to node_list
252
2532005-05-11 Francois Proulx <francois.proulx@gmail.com>
254        * Began writing user profiles
255        * Added many methods to User class
256        * Added node quota fields in DB ( bandwidth, throttling ...)
257
2582005-05-10 Francois Proulx <francois.proulx@gmail.com>
259        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
260          show physical login link
261         
2622005-05-10 Francois Proulx <francois.proulx@gmail.com>
263        * Added download button CSS class to style button
264       
2652005-05-10 Francois Proulx <francois.proulx@gmail.com>
266        * Fixed wrong method name in File.php
267        * Added strip tags to Langstring
268        * Basic styling of content_admin table
269       
2702005-05-04 Francois Proulx <francois.proulx@gmail.com>
271        * Fixed serialization issue ( flickr)
2722005-05-04 Francois Proulx <francois.proulx@gmail.com>
273        * Improved caching
274        * Wrote very basic gridview code for Flickr
275       
2762005-05-04 Francois Proulx <francois.proulx@gmail.com>
277        * Implemented caching for Flickr
278        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
279       
2802005-05-04 Francois Proulx <francois.proulx@gmail.com>
281        * Fixed bug concerning Content-Length header
282        * Changed default Unit size for setLocalFileSize to bytes
283       
2842005-05-04 Francois Proulx <francois.proulx@gmail.com>
285        * Added BLOB support
286        * modified file_download.php to support new header attributes
287        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
288        * Make sure your PHP.ini contains the right value to allow big downloads
289        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
290        * ISF Live server is now configured to support 100 megabytes files
291       
2922005-05-04 Francois Proulx <francois.proulx@gmail.com>
293        * Fixed CSS IE Bug
294        * Fixed SQL query
295        * NEED HELP FROM A WEB DESIGNER !!!!!
296       
2972005-05-03 Francois Proulx <francois.proulx@gmail.com>
298        * Disabled logging in Pattern Language archives
299       
3002005-05-03 Francois Proulx <francois.proulx@gmail.com>
301        * Having for SQL query... :-(
302       
3032005-05-02 Francois Proulx <francois.proulx@gmail.com>
304        * PatternLanguage is now completed
305       
3062005-04-30 Francois Proulx <francois.proulx@gmail.com>
307        * Logout button will now destroy session AND render token USED
308       
3092005-04-30 Francois Proulx <francois.proulx@gmail.com>
310        * Fixed bug that could potentially let non owners add content in /content through content groups
311        * Admin menu won't show node selector if the user is not owner of at least one hotspot
312        * Added Width, height support for Picture
313       
3142005-04-30 Francois Proulx <francois.proulx@gmail.com>
315        * Did my best for content styling ... ( it's 5h00 am )
316       
3172005-04-30 Francois Proulx <francois.proulx@gmail.com>
318        * Updated sync_sql_for_cvs.sh
319
3202005-04-30 François Proulx <francois.proulx@gmail.com>
321        * ChangeLog entry missed by CVS ?!
322        * Locale now decomposes the locale string by '_' 
323        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
324       
3252005-04-30 François Proulx <francois.proulx@gmail.com>
326        * Trying to solve RSS encoding bug...
327        * Testing on live server
328       
3292005-04-29 François Proulx <francois.proulx@gmail.com>
330        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
331        * This conflicted with the actual click on the submit button in Safari
332        * Fixed check in Network for isOwner, only check superAdmin
333        * Fixed bug so you can't add an existing content group to itself ( deadlock )
334        * Started coding Pattern language narrative display
335
3362005-04-29 François Proulx <francois.proulx@gmail.com>
337        * Wrote User.php addcontent, removeContent, getAllContent()
338        * Wrote Content.php subscrite() and unsubscribe()
339        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
340        * These will be used for subscribing a to some content
341        * Pattern Language will be the first to use it
342        * Online users lists
343        * Fixed bugs in Node and Network ( isOwner check )
344       
3452005-04-28 François Proulx <francois.proulx@gmail.com>
346        * 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.
347        * Fixed but in Locale ( did not propertly set the locale in the session )
348       
3492005-04-28 François Proulx <francois.proulx@gmail.com>
350        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
351                * This message confused many users ( they clicked and got the virtual login instead ! )
352        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
353        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
354        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
355        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
356        * Added security check in all content classes ( ProcessAdminUI )
357       
3582005-04-26 François Proulx <francois.proulx@gmail.com>
359        * Replaced show only content groups by show persistent
360       
3612005-04-26 François Proulx <francois.proulx@gmail.com>
362        * Added missing /content directory
363       
3642005-04-26 François Proulx <francois.proulx@gmail.com>
365        * Added /content/ for displaying all content elements
366                * Logging is disable when viewing them
367                * All content elements will expand
368                * Pattern languages won't display everything ( special property ) isExpandable
369        * Added a link in portal pages to go to /content/
370        * Added Show all contents button in content_admin.php
371       
3722005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
373        * 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.
374       
3752005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
376        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
377       
3782005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
379        * 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).
380
3812005-04-26 François Proulx <francois.proulx@gmail.com>
382        * Most of the missing translations
383       
3842005-04-26 François Proulx <francois.proulx@gmail.com>
385        * Changed back File to non trivial
386        * portal page stylesheet
387       
3882005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
389        * 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.
390        * Locale:  Fix string selection algorithm to pick the right language.
391        * Content:  Implement display logging.
392       
3932005-04-26 François Proulx <francois.proulx@gmail.com>
394        * stylesheet rework
3952005-04-26 François Proulx <francois.proulx@gmail.com>
396        * Fixed wrong location for change password link
3972005-04-25 François Proulx <francois.proulx@gmail.com>
398        * Portal page styling
399       
4002005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
401        * ContentGroup.php:  Previous fix didn't work.  New fix.
402
4032005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
404        * ContentGroup.php:  Make bad selection mode eror non-fatal.
4052005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
406        * Fix bug in ContentGroup enumeration
407
4082005-04-25 François Proulx <francois.proulx@gmail.com>
409        * More stylesheets work
410       
4112005-04-25 François Proulx <francois.proulx@gmail.com>
412        * Much better stylesheet
413               
4142005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
415        * UI fully functionnal
416
4172005-04-25 François Proulx <francois.proulx@gmail.com
418        * More interface work
4192005-04-25 François Proulx <francois.proulx@gmail.com
420        * Completed integration of new interface with new objects
421       
4222005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
423        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
424        * Almost 100% complete Network abstraction
425        * Much better object encapsulation.  Deprecated methods not removed yet.
426        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
427       
4282005-04-23 François Proulx <francois.proulx@gmail.com>
429        * Added Preferred Size support for Flickr pictures
430       
4312005-04-23 François Proulx <francois.proulx@gmail.com>
432        * Completed missing translations
433       
4342005-04-23 François Proulx <francois.proulx@gmail.com>
435        * Fixed bugs in File and EmbeddedContent
436        * Completed first iteration of EmbeddedContent
437        * Can now play multimedia content
438        * Could not test fallback with my browser ( Safari and Firefox )
439        * Need help to test content in different browser to see how it reacts...
440       
4412005-04-22 François Proulx <francois.proulx@gmail.com>
442        * Fixed bug in FlickrPhotostream.php
443        * Params did not match new methods requirements ( getUserByEmail )
444        * Changed stylesheet class name for Flickr to match new changes
445        * Fixed bugs in File
446        * Wrote part of EmbeddedContent ( partially working )
447        * TODO: add support for parameters and attributes in EmbeddedContent
448       
4492005-04-22 François Proulx <francois.proulx@gmail.com>
450        * Fix schema version in François's commit
451       
4522005-04-21 François Proulx <francois.proulx@gmail.com>
453        * Added explicit admin UI exceptions support for Flickr
454        * Completed File and Picture objects
455       
4562005-04-20 François Proulx <francois.proulx@gmail.com>
457        * Completed Flickr support ( explicit exceptions catching )
458        * Most of File object is done
459        * Fixed bug in generic_object_admin.php
460        * changed stylesheet class tags for Flickr
461       
4622005-04-18 François Proulx <francois.proulx@gmail.com>
463        * Added Flickr content support
464        * Part of File object is done
465       
4662005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
467        * Working (beta...) content manager and portal.
468        * Add content preview mode
469       
4702005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
471        * Hotspot and network content association, continue access control work.
472        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
473        * All files:  Remove whitespace and carriage return after the ?> closing tags.
474       
4752005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
476        * Much more complete admin, initial access control work.
477
4782005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
479        * Support more of the content object model, do a half-decent CSS for the admin interface.
480
4812005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
482        * Content.php:  Use full langstring interface by default;
483
4842005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
485        * Content.php:  Fix db reference;
486
4872005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
488        * Fix Content object enumeration preventing usage of admin interface
489        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
490
4912005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
492        * First part of the future content delivery infrastructure.  Many files added.
493
4942005-04-01 François Proulx  <francois.proulx@gmail.com>
495        * Modified gen.sh script to match UTF-8
496        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
497       
4982005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
499        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
500
5012005-04-01 Philippe April <philippe@ilesansfil.org>
502        * Fixed missing parenthesis in classes/User.php
503        * Removed unused files
504        * fixed schema_validate.php (typos)
505
5062005-04-01 Francois Proulx  <francois.proulx@gmail.com>
507        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
508        * The database will be converted to UTF-8 (version 5)
509        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
510       
5112005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
512        * Add constraints to account_origin to detect errors on inserts.
513        * Remove IDRC test server
514
5152005-04-01 Philippe April <philippe@ilesansfil.org>
516        * User.php: Add reference to $db global variable.
517        * Tagged v0_1_0_alpha1
518        * Removed spaces in AuthenticatorLocalUser.php
519       
5202005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
521        * Remove spaces after php blocks in various files.
522        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
523        * Fix initial schema errors.
524       
5252005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
526        * More RADIUS install documentation.
527        * Fix schema_validate.php
528       
5292005-03-31 Francois Proulx  <francois.proulx@gmail.com>
530        * Moved language definition
531        * Moved e-mail subjects to User class ( each e-mail functions )
532       
5332005-03-31 Francois Proulx  <francois.proulx@gmail.com>
534        * Added missing schema_validate.php modifs.
535
5362005-03-31 Francois Proulx  <francois.proulx@gmail.com>
537        * Added PEAR install procedure
538       
5392005-03-30 François Proulx  <francois.proulx@gmail.com>
540        * Finished RADIUS authentication and accounting
541        * Accounting Unique session ID is now based on the same token we use
542        * Fixed all issues with lost_username, lost_password etc...
543        * User class has new static function getUsersByEmail and getUsersByUsername
544        * Added translations for new features
545        * Translated the validation, lost password, username e-mails
546        * Tested quite a bit, this version is considered stable
547        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
548       
5492005-03-29 François Proulx  <francois.proulx@gmail.com>
550        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
551        * Schema is now at version 3
552        * Coded RADIUS authentication
553        * Modified templates to show a select box when more than one server is configured
554        * Coded RADIUS accounting and backward compatibility accounting
555        * Modified many statistics SQL queries to match new Users table
556        * modified statistics templates to match user_id and account_origin
557        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
558        * TODO : Heavy testing possibly with remote RADIUS servers
559       
5602005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
561        * 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
562       
5632005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
564        * common.php:  Add get_guid() function
565        * 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.
566        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
567         
5682005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
569        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
570        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
571        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
572                BEGIN;
573                CREATE TABLE schema_info (
574                    tag text PRIMARY KEY,
575                    value text
576                );
577                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
578                COMMIT;
579       
5802005-03-16 Matthew Asham <matthewa@bcwireless.net>
581 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
582 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
583 * hotspot_status.php: ob_clean may complain about buffering.  muted.
584 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
585 
5862005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
587        * 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:
588BEGIN;
589ALTER TABLE connections RENAME incoming TO incoming_old;
590ALTER TABLE connections ADD COLUMN incoming int8;
591ALTER TABLE connections RENAME outgoing TO outgoing_old;
592ALTER TABLE connections ADD COLUMN outgoing int8;
593UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
594ALTER TABLE connections DROP COLUMN incoming_old;
595ALTER TABLE connections DROP COLUMN outgoing_old;
596COMMIT;
597        * wifidog/admin/hotspot.php: Missing file from phil's commit.
598        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
599
6002005-02-14 Philippe April <philippe@ilesansfil.org>
601        * gw_message.php: the "activate" message was not properly defined and
602        would cause an error to show up instead of the nice activate your account
603        message
604
6052005-02-14 Philippe April <philippe@ilesansfil.org>
606        * wifidog/locale/gen.s: Was not working as expected, it will now get the
607        gettext from smarty properly.
608        * Updated TODO with ideas on making config better
609
6102005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
611        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
612        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
613
6142005-01-26 Philippe April <isf_lists@philippeapril.com>
615        * Some kind of virtual login (we need to talk about this).
616        * New User and Node classes
617        * Modified all files to work with the classes.
618        * Remove mgmt_helpers (all done in User class now)
619
6202005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
621        * classes/Node.php:  New file, untested code example
622        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
623       
6242005-01-25 Philippe April <isf_lists@philippeapril.com>
625        * Changed initial postgres inserts sql file, it wasn't working properly
626
6272005-01-25 Pascal Leclerc  <pascal@plec.ca>
628        * Added admin and owner administration pages
629
6302005-01-23 Philippe April <isf_lists@philippeapril.com>
631        * Added gateway error messages (validation period, etc.)
632
6332005-01-20 Philippe April <isf_lists@philippeapril.com>
634        * Modularized the admin interface, added functions
635
6362005-01-18 Philippe April <isf_lists@philippeapril.com>
637        * Smarty'ized more, I think it's done now
638
6392005-01-12 Philippe April <isf_lists@philippeapril.com>
640        * i18n and smarty'ized parts
641
6422005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
643        * INSTALL: Mandate PHP5
644        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
645        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
646        * 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.
647        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
648
6492005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
650        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
651        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
652        * 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.
653        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
654        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
655
6562005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
657        * 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.
658
6592005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
660        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
661
6622005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
663        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
664        * wifidog/local_content/default/login.html: Remove announcements
665        * wifidog/include/user_management_menu.php: Fix mailto:
666        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
667        * wifidog/admin/index.php: Add link to statistics
668        * wifidog/admin/user_stats.php: Activate security.
669        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
670
6712004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
672        * wifidog/index.php: Add menu
673        * wifidog/include/user_management_menu.php: Editorial change, make translateable
674        * wifidog/portal/index.php:  Fix RSS feeds
675
6762004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
677        * 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.
678        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
679        * wifidog/hotspot_status.php: Cosmetic
680        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
681        * wifidog/index.php: Cosmetic.
682
6832004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
684        * TODO: Add email domains to blacklist
685        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
686        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
687        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
688        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
689        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
690        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
691        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
692
6932004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
694        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
695
6962004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
697        * wifidog/ping/index.php: Log user-agent
698        * extensive statistics work
699        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
700
7012004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
702        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
703        * Some statistics fixes
704
7052004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
706        * wifidog/admin/index.php: Integrated the changes contributed
707        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
708        mainly a missing ' in some HTML.
709
7102004-09-28 Yanik Crépeau <yanik@exScriptis.com>
711        * wifidog/include/common.php: Added commented header with cvs
712        keywords.
713        * wifidog/include/common.php: Added commented code (not executing) for
714        further testing with language/localization issues.
715
7162004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
717        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
718
7192004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
720        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
721
7222004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
723        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
724        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
725
7262004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
727        * portal/index.php:  Fix users appearing online at every hotspot.
728        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
729       
7302004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
731        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
732        * 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.
733        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
734        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
735       
7362004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
737        * wifidog/node_list.php: Complete the status page
738        * Add images
739        * Add hotspot creation date
740       
7412004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
742        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
743        * 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.
744        * 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.
745        * INSTALL:  Update for postgres.  Somebody please test this.
746
7472004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
748        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
749        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
750        * wifidog/include/user_management_menu.php:  Change menu labels
751        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
752        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
753        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
754
7552004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
756        * Add link to original requested site.
757        * wifidog/node_list.php:  New file.  Will become the main node status page.
758
7592004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
760        * Primitive network status available form the index page
761        * Administrative security is implemented.
762
7632004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
764        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
765        * PostgreSql port
766        * Change the method to determine who is online
767        * Stop keeping unused token once user successfully logs in.
768        * Fix missing update of token update date.
769        * Counters wouldn't get updated for stage=LOGOUT
770        * 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.
771        * wifidog/auth/index.php:   Fix code injection vulnerability.
772       
7732004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
774        * SSL support and RSS improvement
775        * Last commit tested with mysql support
776       
7772004-08-24 Pascal Leclerc  <pascal@plec.ca>
778        * wifidog/admin/user_log.php: Add total to incoming and outgoing
779        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
780
7812004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
782        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
783        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
784        * Add alex's mising changelog entry...
785       
7862004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
787        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
788
7892004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
790        * 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.
791        * 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.
792        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
793        * The user is now allowed to login with either his username or his email.
794       
7952004-08-03 Pascal Leclerc  <pascal@plec.ca>
796        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
797        * wifidog/classes/AbstractDb.php: Add class=warning for better display
798        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
799
8002004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
801        * 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.
802
8032004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
804        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
805
8062004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
807        * wifidog-auth lives! New since the dark ages
808        * Demo page to allow people to hack more easely on it
809        * Support for multiple nodes.  TODO:  Merge with the database project.
810        * 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.)
811        * 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.
812        * No need to set any path in the web server config files (that one was a bitch to implement)
813        * 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.
814        * All path are editable from the config file
815        * "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.
816        * Put most strings in gettext calls for easy future translation.
817        * User can request that the server send the validation email again
818        * User can change password
819        * User who forgot his username can have it mailed to him.
820        * User who lost his password can ask the system to generate a new one and mail it to him.
821        * Email is now a separate field to preserve user privacy.
822        * Enforces (politely) that there are no duplicate emails in the database
823        * 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.
824        * Lots of other things I forgot.
825       
826        * User who forgot his username can have it mailed to him.
827        * User who lost his password can ask the system to generate a new one and mail it to him.
828        * Email is now a separate field to preserve user privacy.
829        * Enforces (politely) that there are no duplicate emails in the database
830        * 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.
831        * Lots of other things I forgot.
832       
Note: See TracBrowser for help on using the browser.