root/trunk/wifidog-auth/ChangeLog @ 661

Revision 661, 35.5 KB (checked in by fproulx, 8 years ago)

2005-07-05 Francois Proulx <francois.proulx@…>

  • Added missing elements in XML exchange format
  • Stable v1.0 for XML exchange format and Google Maps mapping
  • Added GMaps constants to config file
  • Unsmartied index.php , added link to map
  • Check config.php to set corresponding values
  • You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
  • For this to work, You need to have activated XSLT ( see config file )
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[660]12005-07-05 Francois Proulx <francois.proulx@gmail.com>
[661]2        * Added missing elements in XML exchange format
3        * Stable v1.0 for XML exchange format and Google Maps mapping
4        * Added GMaps constants to config file
5        * Unsmartied index.php , added link to map
6        * Check config.php to set corresponding values
7        * You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
8        * For this to work, You need to have activated XSLT ( see config file )
9       
102005-07-05 Francois Proulx <francois.proulx@gmail.com>
[660]11        * Added Google Maps mapping venues_map.php
12        * /js/venues_status_map.js  JavaScript code for Mapping
13        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in a snap
14       
[659]152005-07-03 Francois Proulx <francois.proulx@gmail.com>
16        * Updated the XML venues status format ( version 1.0, once approved )
17        * Added long / lat fields to nodes table ( for mapping purposes )
18       
[657]192005-06-17 Francois Proulx <francois.proulx@gmail.com>
20        * Added IFrame and SimpleIFrame content types.
21       
[656]222005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
23        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
24
[655]252005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
[656]26        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
[655]27         "use the Internet").  From now on, once authenticated and when pressing the start
28          button on the portal, the user will be sent to the page he originally tried to
29          access.  A second window will be popped with the portal page so he can come back
30           to it. The window is collapsed, and can be expanded back by clicking on the link.
31           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
32         
33          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
34
[656]35        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
[655]36        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
37        the user's URL bar.
38
[657]39
[653]402005-06-17 Francois Proulx <francois.proulx@gmail.com>
41        * Removed forced Pattern Language on all hotspots
42        * Do not show hotspot logo in portal page, only on login, until we find a better layout
43
[657]442005-06-16 Francois Proulx <francois.proulx@gmail.com>
45        * Added XML output format for hotspot_status.php
46        * Rough draft v1.0
47        * TODO move to different classes once stabilized
48        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
49        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
50        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
51
[650]522005-06-06 Francois Proulx <francois.proulx@gmail.com>
[651]53        * Added long description field to content table
54        * MUST use schema_validate
55        * Modified Pattern Language to be more generic
[652]56        * resend changelog
[651]57       
582005-06-06 Francois Proulx <francois.proulx@gmail.com>
[650]59        * Made changes to Pattern Language ( Kate Armstrong )
60       
[646]612005-05-30 Philippe April <philippe@ilesansfil.org>
62        * Show username in user_stats.php instead of user_id
[647]63          and in other admin pages
[646]64
[645]652005-05-30 Francois Proulx <francois.proulx@gmail.com>
66        * Changed language selectbox name so it does not clash with ISF's domain cookie
67        * Fixed setlocale algorithm in Locale.php
68       
[643]692005-05-29 Francois Proulx <francois.proulx@gmail.com>
70        * Missing null check in validate.php
71       
[642]722005-05-27 Francois Proulx <francois.proulx@gmail.com>
73        * Changed the signup process to make it smoother for users
74                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
75                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
76        * Added big red message to the top of the portal page, warning user to validate as soon as possible
77        * Fixed translation typos
78
[641]792005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
80        * 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.
81       
[636]822005-05-24 Francois Proulx <francois.proulx@gmail.com>
[638]83        * Fixed bug in auth.php to let users go through when the click twice on the login button
84        * Fixed bug in hotspot_log.php
85       
862005-05-24 Francois Proulx <francois.proulx@gmail.com>
[637]87        * Added "Get access statistics" button to Node admin to get hotspot specific stats
88        * Added search box in Users log to get a specific user stats quickly
89       
902005-05-24 Francois Proulx <francois.proulx@gmail.com>
[636]91        * Fixed typo in some translations
92        * Cleaned-up todos
93       
[633]942005-05-18 Francois Proulx <francois.proulx@gmail.com>
95        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
96       
[630]972005-05-16 Francois Proulx <francois.proulx@gmail.com>
98        * Changed login message in MainUI to make it clearer what the login button will do
99
[629]1002005-05-13 Philippe April <philippe@ilesansfil.org>
101        * Added deployment status to node_list
102
[636]1032005-05-11 Francois Proulx <francois.proulx@gmail.com>
104        * Began writing user profiles
105        * Added many methods to User class
106        * Added node quota fields in DB ( bandwidth, throttling ...)
107
[627]1082005-05-10 Francois Proulx <francois.proulx@gmail.com>
[630]109        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
110          show physical login link
111         
1122005-05-10 Francois Proulx <francois.proulx@gmail.com>
[627]113        * Added download button CSS class to style button
114       
1152005-05-10 Francois Proulx <francois.proulx@gmail.com>
[625]116        * Fixed wrong method name in File.php
117        * Added strip tags to Langstring
118        * Basic styling of content_admin table
119       
1202005-05-04 Francois Proulx <francois.proulx@gmail.com>
[624]121        * Fixed serialization issue ( flickr)
1222005-05-04 Francois Proulx <francois.proulx@gmail.com>
[622]123        * Improved caching
124        * Wrote very basic gridview code for Flickr
125       
1262005-05-04 Francois Proulx <francois.proulx@gmail.com>
[621]127        * Implemented caching for Flickr
128        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
129       
1302005-05-04 Francois Proulx <francois.proulx@gmail.com>
[620]131        * Fixed bug concerning Content-Length header
132        * Changed default Unit size for setLocalFileSize to bytes
133       
1342005-05-04 Francois Proulx <francois.proulx@gmail.com>
[619]135        * Added BLOB support
136        * modified file_download.php to support new header attributes
137        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
138        * Make sure your PHP.ini contains the right value to allow big downloads
139        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
140        * ISF Live server is now configured to support 100 megabytes files
141       
1422005-05-04 Francois Proulx <francois.proulx@gmail.com>
[617]143        * Fixed CSS IE Bug
144        * Fixed SQL query
145        * NEED HELP FROM A WEB DESIGNER !!!!!
146       
[614]1472005-05-03 Francois Proulx <francois.proulx@gmail.com>
[615]148        * Disabled logging in Pattern Language archives
149       
1502005-05-03 Francois Proulx <francois.proulx@gmail.com>
[614]151        * Having for SQL query... :-(
152       
[610]1532005-05-02 Francois Proulx <francois.proulx@gmail.com>
154        * PatternLanguage is now completed
155       
[607]1562005-04-30 Francois Proulx <francois.proulx@gmail.com>
[609]157        * Logout button will now destroy session AND render token USED
158       
1592005-04-30 Francois Proulx <francois.proulx@gmail.com>
[608]160        * Fixed bug that could potentially let non owners add content in /content through content groups
161        * Admin menu won't show node selector if the user is not owner of at least one hotspot
162        * Added Width, height support for Picture
163       
1642005-04-30 Francois Proulx <francois.proulx@gmail.com>
[607]165        * Did my best for content styling ... ( it's 5h00 am )
166       
1672005-04-30 Francois Proulx <francois.proulx@gmail.com>
[606]168        * Updated sync_sql_for_cvs.sh
169
[602]1702005-04-30 François Proulx <francois.proulx@gmail.com>
[605]171        * ChangeLog entry missed by CVS ?!
172        * Locale now decomposes the locale string by '_' 
173        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
[603]174       
1752005-04-30 François Proulx <francois.proulx@gmail.com>
[602]176        * Trying to solve RSS encoding bug...
177        * Testing on live server
178       
[600]1792005-04-29 François Proulx <francois.proulx@gmail.com>
[601]180        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
181        * This conflicted with the actual click on the submit button in Safari
182        * Fixed check in Network for isOwner, only check superAdmin
183        * Fixed bug so you can't add an existing content group to itself ( deadlock )
184        * Started coding Pattern language narrative display
185
1862005-04-29 François Proulx <francois.proulx@gmail.com>
[600]187        * Wrote User.php addcontent, removeContent, getAllContent()
188        * Wrote Content.php subscrite() and unsubscribe()
189        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
190        * These will be used for subscribing a to some content
191        * Pattern Language will be the first to use it
192        * Online users lists
193        * Fixed bugs in Node and Network ( isOwner check )
194       
[593]1952005-04-28 François Proulx <francois.proulx@gmail.com>
[594]196        * 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.
197        * Fixed but in Locale ( did not propertly set the locale in the session )
198       
1992005-04-28 François Proulx <francois.proulx@gmail.com>
[593]200        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
201                * This message confused many users ( they clicked and got the virtual login instead ! )
202        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
203        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
204        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
205        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
206        * Added security check in all content classes ( ProcessAdminUI )
207       
[588]2082005-04-26 François Proulx <francois.proulx@gmail.com>
[593]209        * Replaced show only content groups by show persistent
210       
2112005-04-26 François Proulx <francois.proulx@gmail.com>
[589]212        * Added missing /content directory
213       
2142005-04-26 François Proulx <francois.proulx@gmail.com>
[588]215        * Added /content/ for displaying all content elements
216                * Logging is disable when viewing them
217                * All content elements will expand
218                * Pattern languages won't display everything ( special property ) isExpandable
219        * Added a link in portal pages to go to /content/
220        * Added Show all contents button in content_admin.php
221       
[585]2222005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
[587]223        * 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.
224       
2252005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
[586]226        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
227       
2282005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
229        * 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).
[585]230
[583]2312005-04-26 François Proulx <francois.proulx@gmail.com>
[584]232        * Most of the missing translations
233       
2342005-04-26 François Proulx <francois.proulx@gmail.com>
[583]235        * Changed back File to non trivial
236        * portal page stylesheet
237       
[581]2382005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
239        * 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.
240        * Locale:  Fix string selection algorithm to pick the right language.
241        * Content:  Implement display logging.
242       
[579]2432005-04-26 François Proulx <francois.proulx@gmail.com>
[580]244        * stylesheet rework
2452005-04-26 François Proulx <francois.proulx@gmail.com>
[579]246        * Fixed wrong location for change password link
[578]2472005-04-25 François Proulx <francois.proulx@gmail.com>
248        * Portal page styling
249       
[577]2502005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
251        * ContentGroup.php:  Previous fix didn't work.  New fix.
252
2532005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
[576]254        * ContentGroup.php:  Make bad selection mode eror non-fatal.
2552005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
[575]256        * Fix bug in ContentGroup enumeration
257
[573]2582005-04-25 François Proulx <francois.proulx@gmail.com>
[574]259        * More stylesheets work
260       
2612005-04-25 François Proulx <francois.proulx@gmail.com>
[573]262        * Much better stylesheet
263               
[569]2642005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
265        * UI fully functionnal
266
[567]2672005-04-25 François Proulx <francois.proulx@gmail.com
[573]268        * More interface work
2692005-04-25 François Proulx <francois.proulx@gmail.com
[567]270        * Completed integration of new interface with new objects
271       
[566]2722005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
273        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
274        * Almost 100% complete Network abstraction
275        * Much better object encapsulation.  Deprecated methods not removed yet.
276        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
277       
[563]2782005-04-23 François Proulx <francois.proulx@gmail.com>
[565]279        * Added Preferred Size support for Flickr pictures
280       
2812005-04-23 François Proulx <francois.proulx@gmail.com>
[564]282        * Completed missing translations
283       
2842005-04-23 François Proulx <francois.proulx@gmail.com>
[563]285        * Fixed bugs in File and EmbeddedContent
286        * Completed first iteration of EmbeddedContent
287        * Can now play multimedia content
288        * Could not test fallback with my browser ( Safari and Firefox )
289        * Need help to test content in different browser to see how it reacts...
290       
[561]2912005-04-22 François Proulx <francois.proulx@gmail.com>
[562]292        * Fixed bug in FlickrPhotostream.php
293        * Params did not match new methods requirements ( getUserByEmail )
294        * Changed stylesheet class name for Flickr to match new changes
295        * Fixed bugs in File
296        * Wrote part of EmbeddedContent ( partially working )
297        * TODO: add support for parameters and attributes in EmbeddedContent
298       
2992005-04-22 François Proulx <francois.proulx@gmail.com>
[561]300        * Fix schema version in François's commit
301       
[560]3022005-04-21 François Proulx <francois.proulx@gmail.com>
303        * Added explicit admin UI exceptions support for Flickr
304        * Completed File and Picture objects
305       
[559]3062005-04-20 François Proulx <francois.proulx@gmail.com>
307        * Completed Flickr support ( explicit exceptions catching )
308        * Most of File object is done
309        * Fixed bug in generic_object_admin.php
310        * changed stylesheet class tags for Flickr
311       
[555]3122005-04-18 François Proulx <francois.proulx@gmail.com>
313        * Added Flickr content support
314        * Part of File object is done
315       
[554]3162005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
317        * Working (beta...) content manager and portal.
318        * Add content preview mode
319       
[551]3202005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
[553]321        * Hotspot and network content association, continue access control work.
322        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
323        * All files:  Remove whitespace and carriage return after the ?> closing tags.
324       
3252005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
[551]326        * Much more complete admin, initial access control work.
327
[550]3282005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
329        * Support more of the content object model, do a half-decent CSS for the admin interface.
330
[545]3312005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
[549]332        * Content.php:  Use full langstring interface by default;
333
3342005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
[548]335        * Content.php:  Fix db reference;
336
3372005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
[546]338        * Fix Content object enumeration preventing usage of admin interface
339        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
340
3412005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
[545]342        * First part of the future content delivery infrastructure.  Many files added.
343
[544]3442005-04-01 François Proulx  <francois.proulx@gmail.com>
345        * Modified gen.sh script to match UTF-8
346        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
347       
[535]3482005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
349        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
350
[532]3512005-04-01 Philippe April <philippe@ilesansfil.org>
352        * Fixed missing parenthesis in classes/User.php
[533]353        * Removed unused files
[534]354        * fixed schema_validate.php (typos)
[532]355
[530]3562005-04-01 Francois Proulx  <francois.proulx@gmail.com>
357        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
358        * The database will be converted to UTF-8 (version 5)
359        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
360       
3612005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
[528]362        * Add constraints to account_origin to detect errors on inserts.
363        * Remove IDRC test server
364
[525]3652005-04-01 Philippe April <philippe@ilesansfil.org>
[524]366        * User.php: Add reference to $db global variable.
[525]367        * Tagged v0_1_0_alpha1
[527]368        * Removed spaces in AuthenticatorLocalUser.php
[524]369       
[530]3702005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
[523]371        * Remove spaces after php blocks in various files.
[528]372        * 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]373        * Fix initial schema errors.
374       
[530]3752005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
[522]376        * More RADIUS install documentation.
377        * Fix schema_validate.php
378       
3792005-03-31 Francois Proulx  <francois.proulx@gmail.com>
[520]380        * Moved language definition
381        * Moved e-mail subjects to User class ( each e-mail functions )
382       
[522]3832005-03-31 Francois Proulx  <francois.proulx@gmail.com>
[520]384        * Added missing schema_validate.php modifs.
385
[519]3862005-03-31 Francois Proulx  <francois.proulx@gmail.com>
[518]387        * Added PEAR install procedure
388       
[530]3892005-03-30 François Proulx  <francois.proulx@gmail.com>
[517]390        * Finished RADIUS authentication and accounting
391        * Accounting Unique session ID is now based on the same token we use
392        * Fixed all issues with lost_username, lost_password etc...
393        * User class has new static function getUsersByEmail and getUsersByUsername
394        * Added translations for new features
395        * Translated the validation, lost password, username e-mails
396        * Tested quite a bit, this version is considered stable
397        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
398       
[530]3992005-03-29 François Proulx  <francois.proulx@gmail.com>
[516]400        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
401        * Schema is now at version 3
402        * Coded RADIUS authentication
403        * Modified templates to show a select box when more than one server is configured
404        * Coded RADIUS accounting and backward compatibility accounting
405        * Modified many statistics SQL queries to match new Users table
406        * modified statistics templates to match user_id and account_origin
407        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
408        * TODO : Heavy testing possibly with remote RADIUS servers
409       
[530]4102005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
[514]411        * 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
412       
[530]4132005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
[512]414        * common.php:  Add get_guid() function
415        * 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.
416        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
417         
[530]4182005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
[510]419        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
420        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
421        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
422                BEGIN;
423                CREATE TABLE schema_info (
424                    tag text PRIMARY KEY,
425                    value text
426                );
427                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
428                COMMIT;
429       
[504]4302005-03-16 Matthew Asham <matthewa@bcwireless.net>
431 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
432 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
433 * hotspot_status.php: ob_clean may complain about buffering.  muted.
434 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
435 
[530]4362005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
[474]437        * 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:
438BEGIN;
439ALTER TABLE connections RENAME incoming TO incoming_old;
440ALTER TABLE connections ADD COLUMN incoming int8;
441ALTER TABLE connections RENAME outgoing TO outgoing_old;
442ALTER TABLE connections ADD COLUMN outgoing int8;
443UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
444ALTER TABLE connections DROP COLUMN incoming_old;
445ALTER TABLE connections DROP COLUMN outgoing_old;
446COMMIT;
447        * wifidog/admin/hotspot.php: Missing file from phil's commit.
[530]448        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
[474]449
[460]4502005-02-14 Philippe April <philippe@ilesansfil.org>
[466]451        * gw_message.php: the "activate" message was not properly defined and
452        would cause an error to show up instead of the nice activate your account
453        message
454
4552005-02-14 Philippe April <philippe@ilesansfil.org>
[460]456        * wifidog/locale/gen.s: Was not working as expected, it will now get the
457        gettext from smarty properly.
[462]458        * Updated TODO with ideas on making config better
[460]459
[530]4602005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
[421]461        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
462        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
463
[403]4642005-01-26 Philippe April <isf_lists@philippeapril.com>
465        * Some kind of virtual login (we need to talk about this).
466        * New User and Node classes
467        * Modified all files to work with the classes.
468        * Remove mgmt_helpers (all done in User class now)
469
[530]4702005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
[400]471        * classes/Node.php:  New file, untested code example
472        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
473       
[396]4742005-01-25 Philippe April <isf_lists@philippeapril.com>
475        * Changed initial postgres inserts sql file, it wasn't working properly
476
[395]4772005-01-25 Pascal Leclerc  <pascal@plec.ca>
478        * Added admin and owner administration pages
479
[390]4802005-01-23 Philippe April <isf_lists@philippeapril.com>
481        * Added gateway error messages (validation period, etc.)
482
[378]4832005-01-20 Philippe April <isf_lists@philippeapril.com>
484        * Modularized the admin interface, added functions
485
[361]4862005-01-18 Philippe April <isf_lists@philippeapril.com>
487        * Smarty'ized more, I think it's done now
488
4892005-01-12 Philippe April <isf_lists@philippeapril.com>
[316]490        * i18n and smarty'ized parts
491
[530]4922005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
[315]493        * INSTALL: Mandate PHP5
494        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
495        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
496        * 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.
497        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
498
[530]4992005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
[314]500        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
501        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
502        * 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.
503        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
504        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
505
[530]5062005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
[311]507        * 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.
[314]508
[530]5092005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
[310]510        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
[314]511
[530]5122005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
[305]513        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
514        * wifidog/local_content/default/login.html: Remove announcements
515        * wifidog/include/user_management_menu.php: Fix mailto:
516        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
517        * wifidog/admin/index.php: Add link to statistics
518        * wifidog/admin/user_stats.php: Activate security.
519        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
[299]520
[530]5212004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
[299]522        * wifidog/index.php: Add menu
523        * wifidog/include/user_management_menu.php: Editorial change, make translateable
524        * wifidog/portal/index.php:  Fix RSS feeds
525
[530]5262004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
[296]527        * 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.
528        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
529        * wifidog/hotspot_status.php: Cosmetic
530        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
531        * wifidog/index.php: Cosmetic.
532
[530]5332004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
[282]534        * TODO: Add email domains to blacklist
535        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
536        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
537        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
538        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
539        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
540        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
541        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
542
[530]5432004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
[268]544        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
545
[530]5462004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
[267]547        * wifidog/ping/index.php: Log user-agent
548        * extensive statistics work
549        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
550
[530]5512004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
[254]552        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
553        * Some statistics fixes
[235]554
[236]5552004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
556        * wifidog/admin/index.php: Integrated the changes contributed
557        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
558        mainly a missing ' in some HTML.
559
[530]5602004-09-28 Yanik Crépeau <yanik@exScriptis.com>
[235]561        * wifidog/include/common.php: Added commented header with cvs
562        keywords.
563        * wifidog/include/common.php: Added commented code (not executing) for
564        further testing with language/localization issues.
565
[530]5662004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
[232]567        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
568
[530]5692004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
[231]570        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
571
[530]5722004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
[227]573        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
574        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
575
[530]5762004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
[226]577        * portal/index.php:  Fix users appearing online at every hotspot.
578        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
579       
[530]5802004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
[225]581        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
582        * 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.
583        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
584        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
585       
[530]5862004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
[224]587        * wifidog/node_list.php: Complete the status page
588        * Add images
589        * Add hotspot creation date
590       
[530]5912004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
[223]592        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
593        * 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.
594        * 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.
595        * INSTALL:  Update for postgres.  Somebody please test this.
596
[530]5972004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
[222]598        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
599        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
600        * wifidog/include/user_management_menu.php:  Change menu labels
601        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
602        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
603        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
604
[530]6052004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
[222]606        * Add link to original requested site.
607        * wifidog/node_list.php:  New file.  Will become the main node status page.
608
[530]6092004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
[207]610        * Primitive network status available form the index page
611        * Administrative security is implemented.
612
[530]6132004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
[206]614        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
615        * PostgreSql port
616        * Change the method to determine who is online
617        * Stop keeping unused token once user successfully logs in.
618        * Fix missing update of token update date.
619        * Counters wouldn't get updated for stage=LOGOUT
620        * 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.
621        * wifidog/auth/index.php:   Fix code injection vulnerability.
622       
[530]6232004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
[204]624        * SSL support and RSS improvement
625        * Last commit tested with mysql support
626       
[196]6272004-08-24 Pascal Leclerc  <pascal@plec.ca>
628        * wifidog/admin/user_log.php: Add total to incoming and outgoing
629        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
630
[530]6312004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
[183]632        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
633        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
634        * Add alex's mising changelog entry...
635       
[200]6362004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
[183]637        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
638
[530]6392004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
[174]640        * 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.
641        * 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.
642        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
[175]643        * The user is now allowed to login with either his username or his email.
[174]644       
[196]6452004-08-03 Pascal Leclerc  <pascal@plec.ca>
646        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
647        * wifidog/classes/AbstractDb.php: Add class=warning for better display
648        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
649
[530]6502004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
[162]651        * 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.
[171]652
[530]6532004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
[160]654        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
[171]655
[530]6562004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
[158]657        * wifidog-auth lives! New since the dark ages
658        * Demo page to allow people to hack more easely on it
659        * Support for multiple nodes.  TODO:  Merge with the database project.
660        * 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.)
661        * 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.
662        * No need to set any path in the web server config files (that one was a bitch to implement)
663        * 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.
664        * All path are editable from the config file
665        * "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.
666        * Put most strings in gettext calls for easy future translation.
667        * User can request that the server send the validation email again
668        * User can change password
669        * User who forgot his username can have it mailed to him.
670        * User who lost his password can ask the system to generate a new one and mail it to him.
671        * Email is now a separate field to preserve user privacy.
[159]672        * Enforces (politely) that there are no duplicate emails in the database
[158]673        * 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.
674        * Lots of other things I forgot.
[171]675       
[520]676        * User who forgot his username can have it mailed to him.
677        * User who lost his password can ask the system to generate a new one and mail it to him.
678        * Email is now a separate field to preserve user privacy.
679        * Enforces (politely) that there are no duplicate emails in the database
680        * 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.
681        * Lots of other things I forgot.
682       
Note: See TracBrowser for help on using the browser.