root/trunk/wifidog-auth/ChangeLog @ 680

Revision 680, 36.9 KB (checked in by plec_, 8 years ago)

2005-01-25 Pascal Leclerc <pascal@…>

  • Fix hardcoded images path in classes/MainUI.php
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12005-01-25 Pascal Leclerc  <pascal@plec.ca>
2        * Fix hardcoded images path in classes/MainUI.php
3
42005-07-25 Francois Proulx <francois.proulx@gmail.com>
5        * Fixed bug in hotspot_status , added htmlspecialchars();
6        * This solved the bug where ampersands would break the XML
7       
82005-07-17 Francois Proulx <francois.proulx@gmail.com>
9        * Fixed bugs in gen.sh, compile.sh locale scripts
10       
112005-07-12 Francois Proulx <francois.proulx@gmail.com>
12        * Changed XML element from hotspotsMetadata to hotspots and added networkUri element to networkMetadata
13       
142005-07-12 Francois Proulx <francois.proulx@gmail.com>
15        * Fixed XML protocol for exchanging hotspots status.
16                * Should now be considered stable (stamped v1.0)
17        * Fixed hotspots status map to reflect the changes
18        * Added french translations
19       
202005-07-11 Francois Proulx <francois.proulx@gmail.com>
21        * Changed link to hotspots map using NON ssl because Google Keys are sensitive to the whole path.
22       
232005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
24        * classes/RssPressReview.php: Begin rewrite.
25        * classes/MainUI.php: Add addFooterScript() function.
26        * venues_map.php:  Workaround the IE DOM problem.
27
282005-07-05 Francois Proulx <francois.proulx@gmail.com>
29        * Changed wording in hotspots status page added legend
30       
312005-07-05 Francois Proulx <francois.proulx@gmail.com>
32        * Minor adjustements to icon positionning
33       
342005-07-05 Francois Proulx <francois.proulx@gmail.com>
35        * Changed google maps marker icons
36       
372005-07-05 Francois Proulx <francois.proulx@gmail.com>
38        * Added missing elements in XML exchange format
39        * Stable v1.0 for XML exchange format and Google Maps mapping
40        * Added GMaps constants to config file
41        * Unsmartied index.php , added link to map
42        * Check config.php to set corresponding values
43        * You can now use hotspot_status.php?format=XML along with xslt query string parament to convert your XML document
44        * For this to work, You need to have activated XSLT ( see config file )
45       
462005-07-05 Francois Proulx <francois.proulx@gmail.com>
47        * Added Google Maps mapping venues_map.php
48        * /js/venues_status_map.js  JavaScript code for Mapping
49        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in a snap
50       
512005-07-03 Francois Proulx <francois.proulx@gmail.com>
52        * Updated the XML venues status format ( version 1.0, once approved )
53        * Added long / lat fields to nodes table ( for mapping purposes )
54       
552005-06-17 Francois Proulx <francois.proulx@gmail.com>
56        * Added IFrame and SimpleIFrame content types.
57       
582005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
59        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
60
612005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
62        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
63         "use the Internet").  From now on, once authenticated and when pressing the start
64          button on the portal, the user will be sent to the page he originally tried to
65          access.  A second window will be popped with the portal page so he can come back
66           to it. The window is collapsed, and can be expanded back by clicking on the link.
67           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
68         
69          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
70
71        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
72        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
73        the user's URL bar.
74
75
762005-06-17 Francois Proulx <francois.proulx@gmail.com>
77        * Removed forced Pattern Language on all hotspots
78        * Do not show hotspot logo in portal page, only on login, until we find a better layout
79
802005-06-16 Francois Proulx <francois.proulx@gmail.com>
81        * Added XML output format for hotspot_status.php
82        * Rough draft v1.0
83        * TODO move to different classes once stabilized
84        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
85        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
86        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
87
882005-06-06 Francois Proulx <francois.proulx@gmail.com>
89        * Added long description field to content table
90        * MUST use schema_validate
91        * Modified Pattern Language to be more generic
92        * resend changelog
93       
942005-06-06 Francois Proulx <francois.proulx@gmail.com>
95        * Made changes to Pattern Language ( Kate Armstrong )
96       
972005-05-30 Philippe April <philippe@ilesansfil.org>
98        * Show username in user_stats.php instead of user_id
99          and in other admin pages
100
1012005-05-30 Francois Proulx <francois.proulx@gmail.com>
102        * Changed language selectbox name so it does not clash with ISF's domain cookie
103        * Fixed setlocale algorithm in Locale.php
104       
1052005-05-29 Francois Proulx <francois.proulx@gmail.com>
106        * Missing null check in validate.php
107       
1082005-05-27 Francois Proulx <francois.proulx@gmail.com>
109        * Changed the signup process to make it smoother for users
110                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
111                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
112        * Added big red message to the top of the portal page, warning user to validate as soon as possible
113        * Fixed translation typos
114
1152005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
116        * 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.
117       
1182005-05-24 Francois Proulx <francois.proulx@gmail.com>
119        * Fixed bug in auth.php to let users go through when the click twice on the login button
120        * Fixed bug in hotspot_log.php
121       
1222005-05-24 Francois Proulx <francois.proulx@gmail.com>
123        * Added "Get access statistics" button to Node admin to get hotspot specific stats
124        * Added search box in Users log to get a specific user stats quickly
125       
1262005-05-24 Francois Proulx <francois.proulx@gmail.com>
127        * Fixed typo in some translations
128        * Cleaned-up todos
129       
1302005-05-18 Francois Proulx <francois.proulx@gmail.com>
131        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
132       
1332005-05-16 Francois Proulx <francois.proulx@gmail.com>
134        * Changed login message in MainUI to make it clearer what the login button will do
135
1362005-05-13 Philippe April <philippe@ilesansfil.org>
137        * Added deployment status to node_list
138
1392005-05-11 Francois Proulx <francois.proulx@gmail.com>
140        * Began writing user profiles
141        * Added many methods to User class
142        * Added node quota fields in DB ( bandwidth, throttling ...)
143
1442005-05-10 Francois Proulx <francois.proulx@gmail.com>
145        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
146          show physical login link
147         
1482005-05-10 Francois Proulx <francois.proulx@gmail.com>
149        * Added download button CSS class to style button
150       
1512005-05-10 Francois Proulx <francois.proulx@gmail.com>
152        * Fixed wrong method name in File.php
153        * Added strip tags to Langstring
154        * Basic styling of content_admin table
155       
1562005-05-04 Francois Proulx <francois.proulx@gmail.com>
157        * Fixed serialization issue ( flickr)
1582005-05-04 Francois Proulx <francois.proulx@gmail.com>
159        * Improved caching
160        * Wrote very basic gridview code for Flickr
161       
1622005-05-04 Francois Proulx <francois.proulx@gmail.com>
163        * Implemented caching for Flickr
164        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
165       
1662005-05-04 Francois Proulx <francois.proulx@gmail.com>
167        * Fixed bug concerning Content-Length header
168        * Changed default Unit size for setLocalFileSize to bytes
169       
1702005-05-04 Francois Proulx <francois.proulx@gmail.com>
171        * Added BLOB support
172        * modified file_download.php to support new header attributes
173        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
174        * Make sure your PHP.ini contains the right value to allow big downloads
175        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
176        * ISF Live server is now configured to support 100 megabytes files
177       
1782005-05-04 Francois Proulx <francois.proulx@gmail.com>
179        * Fixed CSS IE Bug
180        * Fixed SQL query
181        * NEED HELP FROM A WEB DESIGNER !!!!!
182       
1832005-05-03 Francois Proulx <francois.proulx@gmail.com>
184        * Disabled logging in Pattern Language archives
185       
1862005-05-03 Francois Proulx <francois.proulx@gmail.com>
187        * Having for SQL query... :-(
188       
1892005-05-02 Francois Proulx <francois.proulx@gmail.com>
190        * PatternLanguage is now completed
191       
1922005-04-30 Francois Proulx <francois.proulx@gmail.com>
193        * Logout button will now destroy session AND render token USED
194       
1952005-04-30 Francois Proulx <francois.proulx@gmail.com>
196        * Fixed bug that could potentially let non owners add content in /content through content groups
197        * Admin menu won't show node selector if the user is not owner of at least one hotspot
198        * Added Width, height support for Picture
199       
2002005-04-30 Francois Proulx <francois.proulx@gmail.com>
201        * Did my best for content styling ... ( it's 5h00 am )
202       
2032005-04-30 Francois Proulx <francois.proulx@gmail.com>
204        * Updated sync_sql_for_cvs.sh
205
2062005-04-30 François Proulx <francois.proulx@gmail.com>
207        * ChangeLog entry missed by CVS ?!
208        * Locale now decomposes the locale string by '_' 
209        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
210       
2112005-04-30 François Proulx <francois.proulx@gmail.com>
212        * Trying to solve RSS encoding bug...
213        * Testing on live server
214       
2152005-04-29 François Proulx <francois.proulx@gmail.com>
216        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
217        * This conflicted with the actual click on the submit button in Safari
218        * Fixed check in Network for isOwner, only check superAdmin
219        * Fixed bug so you can't add an existing content group to itself ( deadlock )
220        * Started coding Pattern language narrative display
221
2222005-04-29 François Proulx <francois.proulx@gmail.com>
223        * Wrote User.php addcontent, removeContent, getAllContent()
224        * Wrote Content.php subscrite() and unsubscribe()
225        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
226        * These will be used for subscribing a to some content
227        * Pattern Language will be the first to use it
228        * Online users lists
229        * Fixed bugs in Node and Network ( isOwner check )
230       
2312005-04-28 François Proulx <francois.proulx@gmail.com>
232        * 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.
233        * Fixed but in Locale ( did not propertly set the locale in the session )
234       
2352005-04-28 François Proulx <francois.proulx@gmail.com>
236        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
237                * This message confused many users ( they clicked and got the virtual login instead ! )
238        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
239        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
240        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
241        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
242        * Added security check in all content classes ( ProcessAdminUI )
243       
2442005-04-26 François Proulx <francois.proulx@gmail.com>
245        * Replaced show only content groups by show persistent
246       
2472005-04-26 François Proulx <francois.proulx@gmail.com>
248        * Added missing /content directory
249       
2502005-04-26 François Proulx <francois.proulx@gmail.com>
251        * Added /content/ for displaying all content elements
252                * Logging is disable when viewing them
253                * All content elements will expand
254                * Pattern languages won't display everything ( special property ) isExpandable
255        * Added a link in portal pages to go to /content/
256        * Added Show all contents button in content_admin.php
257       
2582005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
259        * 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.
260       
2612005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
262        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
263       
2642005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
265        * 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).
266
2672005-04-26 François Proulx <francois.proulx@gmail.com>
268        * Most of the missing translations
269       
2702005-04-26 François Proulx <francois.proulx@gmail.com>
271        * Changed back File to non trivial
272        * portal page stylesheet
273       
2742005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
275        * 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.
276        * Locale:  Fix string selection algorithm to pick the right language.
277        * Content:  Implement display logging.
278       
2792005-04-26 François Proulx <francois.proulx@gmail.com>
280        * stylesheet rework
2812005-04-26 François Proulx <francois.proulx@gmail.com>
282        * Fixed wrong location for change password link
2832005-04-25 François Proulx <francois.proulx@gmail.com>
284        * Portal page styling
285       
2862005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
287        * ContentGroup.php:  Previous fix didn't work.  New fix.
288
2892005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
290        * ContentGroup.php:  Make bad selection mode eror non-fatal.
2912005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
292        * Fix bug in ContentGroup enumeration
293
2942005-04-25 François Proulx <francois.proulx@gmail.com>
295        * More stylesheets work
296       
2972005-04-25 François Proulx <francois.proulx@gmail.com>
298        * Much better stylesheet
299               
3002005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
301        * UI fully functionnal
302
3032005-04-25 François Proulx <francois.proulx@gmail.com
304        * More interface work
3052005-04-25 François Proulx <francois.proulx@gmail.com
306        * Completed integration of new interface with new objects
307       
3082005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
309        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
310        * Almost 100% complete Network abstraction
311        * Much better object encapsulation.  Deprecated methods not removed yet.
312        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
313       
3142005-04-23 François Proulx <francois.proulx@gmail.com>
315        * Added Preferred Size support for Flickr pictures
316       
3172005-04-23 François Proulx <francois.proulx@gmail.com>
318        * Completed missing translations
319       
3202005-04-23 François Proulx <francois.proulx@gmail.com>
321        * Fixed bugs in File and EmbeddedContent
322        * Completed first iteration of EmbeddedContent
323        * Can now play multimedia content
324        * Could not test fallback with my browser ( Safari and Firefox )
325        * Need help to test content in different browser to see how it reacts...
326       
3272005-04-22 François Proulx <francois.proulx@gmail.com>
328        * Fixed bug in FlickrPhotostream.php
329        * Params did not match new methods requirements ( getUserByEmail )
330        * Changed stylesheet class name for Flickr to match new changes
331        * Fixed bugs in File
332        * Wrote part of EmbeddedContent ( partially working )
333        * TODO: add support for parameters and attributes in EmbeddedContent
334       
3352005-04-22 François Proulx <francois.proulx@gmail.com>
336        * Fix schema version in François's commit
337       
3382005-04-21 François Proulx <francois.proulx@gmail.com>
339        * Added explicit admin UI exceptions support for Flickr
340        * Completed File and Picture objects
341       
3422005-04-20 François Proulx <francois.proulx@gmail.com>
343        * Completed Flickr support ( explicit exceptions catching )
344        * Most of File object is done
345        * Fixed bug in generic_object_admin.php
346        * changed stylesheet class tags for Flickr
347       
3482005-04-18 François Proulx <francois.proulx@gmail.com>
349        * Added Flickr content support
350        * Part of File object is done
351       
3522005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
353        * Working (beta...) content manager and portal.
354        * Add content preview mode
355       
3562005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
357        * Hotspot and network content association, continue access control work.
358        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
359        * All files:  Remove whitespace and carriage return after the ?> closing tags.
360       
3612005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
362        * Much more complete admin, initial access control work.
363
3642005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
365        * Support more of the content object model, do a half-decent CSS for the admin interface.
366
3672005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
368        * Content.php:  Use full langstring interface by default;
369
3702005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
371        * Content.php:  Fix db reference;
372
3732005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
374        * Fix Content object enumeration preventing usage of admin interface
375        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
376
3772005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
378        * First part of the future content delivery infrastructure.  Many files added.
379
3802005-04-01 François Proulx  <francois.proulx@gmail.com>
381        * Modified gen.sh script to match UTF-8
382        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
383       
3842005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
385        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
386
3872005-04-01 Philippe April <philippe@ilesansfil.org>
388        * Fixed missing parenthesis in classes/User.php
389        * Removed unused files
390        * fixed schema_validate.php (typos)
391
3922005-04-01 Francois Proulx  <francois.proulx@gmail.com>
393        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
394        * The database will be converted to UTF-8 (version 5)
395        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
396       
3972005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
398        * Add constraints to account_origin to detect errors on inserts.
399        * Remove IDRC test server
400
4012005-04-01 Philippe April <philippe@ilesansfil.org>
402        * User.php: Add reference to $db global variable.
403        * Tagged v0_1_0_alpha1
404        * Removed spaces in AuthenticatorLocalUser.php
405       
4062005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
407        * Remove spaces after php blocks in various files.
408        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
409        * Fix initial schema errors.
410       
4112005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
412        * More RADIUS install documentation.
413        * Fix schema_validate.php
414       
4152005-03-31 Francois Proulx  <francois.proulx@gmail.com>
416        * Moved language definition
417        * Moved e-mail subjects to User class ( each e-mail functions )
418       
4192005-03-31 Francois Proulx  <francois.proulx@gmail.com>
420        * Added missing schema_validate.php modifs.
421
4222005-03-31 Francois Proulx  <francois.proulx@gmail.com>
423        * Added PEAR install procedure
424       
4252005-03-30 François Proulx  <francois.proulx@gmail.com>
426        * Finished RADIUS authentication and accounting
427        * Accounting Unique session ID is now based on the same token we use
428        * Fixed all issues with lost_username, lost_password etc...
429        * User class has new static function getUsersByEmail and getUsersByUsername
430        * Added translations for new features
431        * Translated the validation, lost password, username e-mails
432        * Tested quite a bit, this version is considered stable
433        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
434       
4352005-03-29 François Proulx  <francois.proulx@gmail.com>
436        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
437        * Schema is now at version 3
438        * Coded RADIUS authentication
439        * Modified templates to show a select box when more than one server is configured
440        * Coded RADIUS accounting and backward compatibility accounting
441        * Modified many statistics SQL queries to match new Users table
442        * modified statistics templates to match user_id and account_origin
443        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
444        * TODO : Heavy testing possibly with remote RADIUS servers
445       
4462005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
447        * 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
448       
4492005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
450        * common.php:  Add get_guid() function
451        * 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.
452        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
453         
4542005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
455        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
456        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
457        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
458                BEGIN;
459                CREATE TABLE schema_info (
460                    tag text PRIMARY KEY,
461                    value text
462                );
463                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
464                COMMIT;
465       
4662005-03-16 Matthew Asham <matthewa@bcwireless.net>
467 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
468 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
469 * hotspot_status.php: ob_clean may complain about buffering.  muted.
470 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
471 
4722005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
473        * 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:
474BEGIN;
475ALTER TABLE connections RENAME incoming TO incoming_old;
476ALTER TABLE connections ADD COLUMN incoming int8;
477ALTER TABLE connections RENAME outgoing TO outgoing_old;
478ALTER TABLE connections ADD COLUMN outgoing int8;
479UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
480ALTER TABLE connections DROP COLUMN incoming_old;
481ALTER TABLE connections DROP COLUMN outgoing_old;
482COMMIT;
483        * wifidog/admin/hotspot.php: Missing file from phil's commit.
484        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
485
4862005-02-14 Philippe April <philippe@ilesansfil.org>
487        * gw_message.php: the "activate" message was not properly defined and
488        would cause an error to show up instead of the nice activate your account
489        message
490
4912005-02-14 Philippe April <philippe@ilesansfil.org>
492        * wifidog/locale/gen.s: Was not working as expected, it will now get the
493        gettext from smarty properly.
494        * Updated TODO with ideas on making config better
495
4962005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
497        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
498        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
499
5002005-01-26 Philippe April <isf_lists@philippeapril.com>
501        * Some kind of virtual login (we need to talk about this).
502        * New User and Node classes
503        * Modified all files to work with the classes.
504        * Remove mgmt_helpers (all done in User class now)
505
5062005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
507        * classes/Node.php:  New file, untested code example
508        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
509       
5102005-01-25 Philippe April <isf_lists@philippeapril.com>
511        * Changed initial postgres inserts sql file, it wasn't working properly
512
5132005-01-25 Pascal Leclerc  <pascal@plec.ca>
514        * Added admin and owner administration pages
515
5162005-01-23 Philippe April <isf_lists@philippeapril.com>
517        * Added gateway error messages (validation period, etc.)
518
5192005-01-20 Philippe April <isf_lists@philippeapril.com>
520        * Modularized the admin interface, added functions
521
5222005-01-18 Philippe April <isf_lists@philippeapril.com>
523        * Smarty'ized more, I think it's done now
524
5252005-01-12 Philippe April <isf_lists@philippeapril.com>
526        * i18n and smarty'ized parts
527
5282005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
529        * INSTALL: Mandate PHP5
530        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
531        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
532        * 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.
533        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
534
5352005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
536        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
537        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
538        * 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.
539        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
540        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
541
5422005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
543        * 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.
544
5452005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
546        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
547
5482005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
549        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
550        * wifidog/local_content/default/login.html: Remove announcements
551        * wifidog/include/user_management_menu.php: Fix mailto:
552        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
553        * wifidog/admin/index.php: Add link to statistics
554        * wifidog/admin/user_stats.php: Activate security.
555        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
556
5572004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
558        * wifidog/index.php: Add menu
559        * wifidog/include/user_management_menu.php: Editorial change, make translateable
560        * wifidog/portal/index.php:  Fix RSS feeds
561
5622004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
563        * 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.
564        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
565        * wifidog/hotspot_status.php: Cosmetic
566        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
567        * wifidog/index.php: Cosmetic.
568
5692004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
570        * TODO: Add email domains to blacklist
571        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
572        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
573        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
574        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
575        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
576        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
577        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
578
5792004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
580        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
581
5822004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
583        * wifidog/ping/index.php: Log user-agent
584        * extensive statistics work
585        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
586
5872004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
588        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
589        * Some statistics fixes
590
5912004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
592        * wifidog/admin/index.php: Integrated the changes contributed
593        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
594        mainly a missing ' in some HTML.
595
5962004-09-28 Yanik Crépeau <yanik@exScriptis.com>
597        * wifidog/include/common.php: Added commented header with cvs
598        keywords.
599        * wifidog/include/common.php: Added commented code (not executing) for
600        further testing with language/localization issues.
601
6022004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
603        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
604
6052004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
606        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
607
6082004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
609        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
610        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
611
6122004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
613        * portal/index.php:  Fix users appearing online at every hotspot.
614        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
615       
6162004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
617        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
618        * 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.
619        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
620        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
621       
6222004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
623        * wifidog/node_list.php: Complete the status page
624        * Add images
625        * Add hotspot creation date
626       
6272004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
628        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
629        * 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.
630        * 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.
631        * INSTALL:  Update for postgres.  Somebody please test this.
632
6332004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
634        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
635        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
636        * wifidog/include/user_management_menu.php:  Change menu labels
637        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
638        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
639        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
640
6412004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
642        * Add link to original requested site.
643        * wifidog/node_list.php:  New file.  Will become the main node status page.
644
6452004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
646        * Primitive network status available form the index page
647        * Administrative security is implemented.
648
6492004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
650        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
651        * PostgreSql port
652        * Change the method to determine who is online
653        * Stop keeping unused token once user successfully logs in.
654        * Fix missing update of token update date.
655        * Counters wouldn't get updated for stage=LOGOUT
656        * 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.
657        * wifidog/auth/index.php:   Fix code injection vulnerability.
658       
6592004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
660        * SSL support and RSS improvement
661        * Last commit tested with mysql support
662       
6632004-08-24 Pascal Leclerc  <pascal@plec.ca>
664        * wifidog/admin/user_log.php: Add total to incoming and outgoing
665        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
666
6672004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
668        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
669        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
670        * Add alex's mising changelog entry...
671       
6722004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
673        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
674
6752004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
676        * 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.
677        * 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.
678        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
679        * The user is now allowed to login with either his username or his email.
680       
6812004-08-03 Pascal Leclerc  <pascal@plec.ca>
682        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
683        * wifidog/classes/AbstractDb.php: Add class=warning for better display
684        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
685
6862004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
687        * 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.
688
6892004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
690        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
691
6922004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
693        * wifidog-auth lives! New since the dark ages
694        * Demo page to allow people to hack more easely on it
695        * Support for multiple nodes.  TODO:  Merge with the database project.
696        * 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.)
697        * 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.
698        * No need to set any path in the web server config files (that one was a bitch to implement)
699        * 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.
700        * All path are editable from the config file
701        * "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.
702        * Put most strings in gettext calls for easy future translation.
703        * User can request that the server send the validation email again
704        * User can change password
705        * User who forgot his username can have it mailed to him.
706        * User who lost his password can ask the system to generate a new one and mail it to him.
707        * Email is now a separate field to preserve user privacy.
708        * Enforces (politely) that there are no duplicate emails in the database
709        * 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.
710        * Lots of other things I forgot.
711       
712        * User who forgot his username can have it mailed to him.
713        * User who lost his password can ask the system to generate a new one and mail it to him.
714        * Email is now a separate field to preserve user privacy.
715        * Enforces (politely) that there are no duplicate emails in the database
716        * 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.
717        * Lots of other things I forgot.
718       
Note: See TracBrowser for help on using the browser.