root/trunk/wifidog-auth/ChangeLog @ 657

Revision 657, 34.6 KB (checked in by fproulx, 8 years ago)

2005-06-17 Francois Proulx <francois.proulx@…>

  • Added IFrame and SimpleIFrame content types.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12005-06-17 Francois Proulx <francois.proulx@gmail.com>
2        * Added IFrame and SimpleIFrame content types.
3       
42005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
5        * classes/Content/Langstring.php:  Bug fix:  Langstring was always non-persistent, no matter the checkbox.  Move the code to TrivialLangstring.php where it belongs.
6
72005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
8        * portal/inted.php:  Implement the start button functionnality (maybe it would be better to call it
9         "use the Internet").  From now on, once authenticated and when pressing the start
10          button on the portal, the user will be sent to the page he originally tried to
11          access.  A second window will be popped with the portal page so he can come back
12           to it. The window is collapsed, and can be expanded back by clicking on the link.
13           I tried to make it cross platform (and mostly did) but it's still buggy in IE.
14         
15          At the same time, this fixes the goof reported by Rob Kelley of nycwireless.net
16
17        * portal/missing_original_url.php:  Displayed when the user tries to use the start button but for some reason the original url is unavailable
18        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full URL in
19        the user's URL bar.
20
21
222005-06-17 Francois Proulx <francois.proulx@gmail.com>
23        * Removed forced Pattern Language on all hotspots
24        * Do not show hotspot logo in portal page, only on login, until we find a better layout
25
262005-06-16 Francois Proulx <francois.proulx@gmail.com>
27        * Added XML output format for hotspot_status.php
28        * Rough draft v1.0
29        * TODO move to different classes once stabilized
30        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
31        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
32        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
33
342005-06-06 Francois Proulx <francois.proulx@gmail.com>
35        * Added long description field to content table
36        * MUST use schema_validate
37        * Modified Pattern Language to be more generic
38        * resend changelog
39       
402005-06-06 Francois Proulx <francois.proulx@gmail.com>
41        * Made changes to Pattern Language ( Kate Armstrong )
42       
432005-05-30 Philippe April <philippe@ilesansfil.org>
44        * Show username in user_stats.php instead of user_id
45          and in other admin pages
46
472005-05-30 Francois Proulx <francois.proulx@gmail.com>
48        * Changed language selectbox name so it does not clash with ISF's domain cookie
49        * Fixed setlocale algorithm in Locale.php
50       
512005-05-29 Francois Proulx <francois.proulx@gmail.com>
52        * Missing null check in validate.php
53       
542005-05-27 Francois Proulx <francois.proulx@gmail.com>
55        * Changed the signup process to make it smoother for users
56                * The user will automatically be granted the 15 minutes if he's signing up at a real hotspot
57                * If the user closes his browser during the 15 minutes and loses its session, we will regenerate it
58        * Added big red message to the top of the portal page, warning user to validate as soon as possible
59        * Fixed translation typos
60
612005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
62        * 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.
63       
642005-05-24 Francois Proulx <francois.proulx@gmail.com>
65        * Fixed bug in auth.php to let users go through when the click twice on the login button
66        * Fixed bug in hotspot_log.php
67       
682005-05-24 Francois Proulx <francois.proulx@gmail.com>
69        * Added "Get access statistics" button to Node admin to get hotspot specific stats
70        * Added search box in Users log to get a specific user stats quickly
71       
722005-05-24 Francois Proulx <francois.proulx@gmail.com>
73        * Fixed typo in some translations
74        * Cleaned-up todos
75       
762005-05-18 Francois Proulx <francois.proulx@gmail.com>
77        * Added strip_tags in RssPreview ( some malformed HTML would break the page layout )
78       
792005-05-16 Francois Proulx <francois.proulx@gmail.com>
80        * Changed login message in MainUI to make it clearer what the login button will do
81
822005-05-13 Philippe April <philippe@ilesansfil.org>
83        * Added deployment status to node_list
84
852005-05-11 Francois Proulx <francois.proulx@gmail.com>
86        * Began writing user profiles
87        * Added many methods to User class
88        * Added node quota fields in DB ( bandwidth, throttling ...)
89
902005-05-10 Francois Proulx <francois.proulx@gmail.com>
91        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, gw_address, gw_port
92          show physical login link
93         
942005-05-10 Francois Proulx <francois.proulx@gmail.com>
95        * Added download button CSS class to style button
96       
972005-05-10 Francois Proulx <francois.proulx@gmail.com>
98        * Fixed wrong method name in File.php
99        * Added strip tags to Langstring
100        * Basic styling of content_admin table
101       
1022005-05-04 Francois Proulx <francois.proulx@gmail.com>
103        * Fixed serialization issue ( flickr)
1042005-05-04 Francois Proulx <francois.proulx@gmail.com>
105        * Improved caching
106        * Wrote very basic gridview code for Flickr
107       
1082005-05-04 Francois Proulx <francois.proulx@gmail.com>
109        * Implemented caching for Flickr
110        * Need to contact Phlickr to see how we could do better, since serialize does not work OK on objects
111       
1122005-05-04 Francois Proulx <francois.proulx@gmail.com>
113        * Fixed bug concerning Content-Length header
114        * Changed default Unit size for setLocalFileSize to bytes
115       
1162005-05-04 Francois Proulx <francois.proulx@gmail.com>
117        * Added BLOB support
118        * modified file_download.php to support new header attributes
119        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
120        * Make sure your PHP.ini contains the right value to allow big downloads
121        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
122        * ISF Live server is now configured to support 100 megabytes files
123       
1242005-05-04 Francois Proulx <francois.proulx@gmail.com>
125        * Fixed CSS IE Bug
126        * Fixed SQL query
127        * NEED HELP FROM A WEB DESIGNER !!!!!
128       
1292005-05-03 Francois Proulx <francois.proulx@gmail.com>
130        * Disabled logging in Pattern Language archives
131       
1322005-05-03 Francois Proulx <francois.proulx@gmail.com>
133        * Having for SQL query... :-(
134       
1352005-05-02 Francois Proulx <francois.proulx@gmail.com>
136        * PatternLanguage is now completed
137       
1382005-04-30 Francois Proulx <francois.proulx@gmail.com>
139        * Logout button will now destroy session AND render token USED
140       
1412005-04-30 Francois Proulx <francois.proulx@gmail.com>
142        * Fixed bug that could potentially let non owners add content in /content through content groups
143        * Admin menu won't show node selector if the user is not owner of at least one hotspot
144        * Added Width, height support for Picture
145       
1462005-04-30 Francois Proulx <francois.proulx@gmail.com>
147        * Did my best for content styling ... ( it's 5h00 am )
148       
1492005-04-30 Francois Proulx <francois.proulx@gmail.com>
150        * Updated sync_sql_for_cvs.sh
151
1522005-04-30 François Proulx <francois.proulx@gmail.com>
153        * ChangeLog entry missed by CVS ?!
154        * Locale now decomposes the locale string by '_' 
155        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
156       
1572005-04-30 François Proulx <francois.proulx@gmail.com>
158        * Trying to solve RSS encoding bug...
159        * Testing on live server
160       
1612005-04-29 François Proulx <francois.proulx@gmail.com>
162        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
163        * This conflicted with the actual click on the submit button in Safari
164        * Fixed check in Network for isOwner, only check superAdmin
165        * Fixed bug so you can't add an existing content group to itself ( deadlock )
166        * Started coding Pattern language narrative display
167
1682005-04-29 François Proulx <francois.proulx@gmail.com>
169        * Wrote User.php addcontent, removeContent, getAllContent()
170        * Wrote Content.php subscrite() and unsubscribe()
171        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
172        * These will be used for subscribing a to some content
173        * Pattern Language will be the first to use it
174        * Online users lists
175        * Fixed bugs in Node and Network ( isOwner check )
176       
1772005-04-28 François Proulx <francois.proulx@gmail.com>
178        * 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.
179        * Fixed but in Locale ( did not propertly set the locale in the session )
180       
1812005-04-28 François Proulx <francois.proulx@gmail.com>
182        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
183                * This message confused many users ( they clicked and got the virtual login instead ! )
184        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
185        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
186        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
187        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
188        * Added security check in all content classes ( ProcessAdminUI )
189       
1902005-04-26 François Proulx <francois.proulx@gmail.com>
191        * Replaced show only content groups by show persistent
192       
1932005-04-26 François Proulx <francois.proulx@gmail.com>
194        * Added missing /content directory
195       
1962005-04-26 François Proulx <francois.proulx@gmail.com>
197        * Added /content/ for displaying all content elements
198                * Logging is disable when viewing them
199                * All content elements will expand
200                * Pattern languages won't display everything ( special property ) isExpandable
201        * Added a link in portal pages to go to /content/
202        * Added Show all contents button in content_admin.php
203       
2042005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
205        * 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.
206       
2072005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
208        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
209       
2102005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
211        * 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).
212
2132005-04-26 François Proulx <francois.proulx@gmail.com>
214        * Most of the missing translations
215       
2162005-04-26 François Proulx <francois.proulx@gmail.com>
217        * Changed back File to non trivial
218        * portal page stylesheet
219       
2202005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
221        * 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.
222        * Locale:  Fix string selection algorithm to pick the right language.
223        * Content:  Implement display logging.
224       
2252005-04-26 François Proulx <francois.proulx@gmail.com>
226        * stylesheet rework
2272005-04-26 François Proulx <francois.proulx@gmail.com>
228        * Fixed wrong location for change password link
2292005-04-25 François Proulx <francois.proulx@gmail.com>
230        * Portal page styling
231       
2322005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
233        * ContentGroup.php:  Previous fix didn't work.  New fix.
234
2352005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
236        * ContentGroup.php:  Make bad selection mode eror non-fatal.
2372005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
238        * Fix bug in ContentGroup enumeration
239
2402005-04-25 François Proulx <francois.proulx@gmail.com>
241        * More stylesheets work
242       
2432005-04-25 François Proulx <francois.proulx@gmail.com>
244        * Much better stylesheet
245               
2462005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
247        * UI fully functionnal
248
2492005-04-25 François Proulx <francois.proulx@gmail.com
250        * More interface work
2512005-04-25 François Proulx <francois.proulx@gmail.com
252        * Completed integration of new interface with new objects
253       
2542005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
255        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
256        * Almost 100% complete Network abstraction
257        * Much better object encapsulation.  Deprecated methods not removed yet.
258        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
259       
2602005-04-23 François Proulx <francois.proulx@gmail.com>
261        * Added Preferred Size support for Flickr pictures
262       
2632005-04-23 François Proulx <francois.proulx@gmail.com>
264        * Completed missing translations
265       
2662005-04-23 François Proulx <francois.proulx@gmail.com>
267        * Fixed bugs in File and EmbeddedContent
268        * Completed first iteration of EmbeddedContent
269        * Can now play multimedia content
270        * Could not test fallback with my browser ( Safari and Firefox )
271        * Need help to test content in different browser to see how it reacts...
272       
2732005-04-22 François Proulx <francois.proulx@gmail.com>
274        * Fixed bug in FlickrPhotostream.php
275        * Params did not match new methods requirements ( getUserByEmail )
276        * Changed stylesheet class name for Flickr to match new changes
277        * Fixed bugs in File
278        * Wrote part of EmbeddedContent ( partially working )
279        * TODO: add support for parameters and attributes in EmbeddedContent
280       
2812005-04-22 François Proulx <francois.proulx@gmail.com>
282        * Fix schema version in François's commit
283       
2842005-04-21 François Proulx <francois.proulx@gmail.com>
285        * Added explicit admin UI exceptions support for Flickr
286        * Completed File and Picture objects
287       
2882005-04-20 François Proulx <francois.proulx@gmail.com>
289        * Completed Flickr support ( explicit exceptions catching )
290        * Most of File object is done
291        * Fixed bug in generic_object_admin.php
292        * changed stylesheet class tags for Flickr
293       
2942005-04-18 François Proulx <francois.proulx@gmail.com>
295        * Added Flickr content support
296        * Part of File object is done
297       
2982005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
299        * Working (beta...) content manager and portal.
300        * Add content preview mode
301       
3022005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
303        * Hotspot and network content association, continue access control work.
304        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
305        * All files:  Remove whitespace and carriage return after the ?> closing tags.
306       
3072005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
308        * Much more complete admin, initial access control work.
309
3102005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
311        * Support more of the content object model, do a half-decent CSS for the admin interface.
312
3132005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
314        * Content.php:  Use full langstring interface by default;
315
3162005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
317        * Content.php:  Fix db reference;
318
3192005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
320        * Fix Content object enumeration preventing usage of admin interface
321        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
322
3232005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
324        * First part of the future content delivery infrastructure.  Many files added.
325
3262005-04-01 François Proulx  <francois.proulx@gmail.com>
327        * Modified gen.sh script to match UTF-8
328        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
329       
3302005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
331        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
332
3332005-04-01 Philippe April <philippe@ilesansfil.org>
334        * Fixed missing parenthesis in classes/User.php
335        * Removed unused files
336        * fixed schema_validate.php (typos)
337
3382005-04-01 Francois Proulx  <francois.proulx@gmail.com>
339        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
340        * The database will be converted to UTF-8 (version 5)
341        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
342       
3432005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
344        * Add constraints to account_origin to detect errors on inserts.
345        * Remove IDRC test server
346
3472005-04-01 Philippe April <philippe@ilesansfil.org>
348        * User.php: Add reference to $db global variable.
349        * Tagged v0_1_0_alpha1
350        * Removed spaces in AuthenticatorLocalUser.php
351       
3522005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
353        * Remove spaces after php blocks in various files.
354        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
355        * Fix initial schema errors.
356       
3572005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
358        * More RADIUS install documentation.
359        * Fix schema_validate.php
360       
3612005-03-31 Francois Proulx  <francois.proulx@gmail.com>
362        * Moved language definition
363        * Moved e-mail subjects to User class ( each e-mail functions )
364       
3652005-03-31 Francois Proulx  <francois.proulx@gmail.com>
366        * Added missing schema_validate.php modifs.
367
3682005-03-31 Francois Proulx  <francois.proulx@gmail.com>
369        * Added PEAR install procedure
370       
3712005-03-30 François Proulx  <francois.proulx@gmail.com>
372        * Finished RADIUS authentication and accounting
373        * Accounting Unique session ID is now based on the same token we use
374        * Fixed all issues with lost_username, lost_password etc...
375        * User class has new static function getUsersByEmail and getUsersByUsername
376        * Added translations for new features
377        * Translated the validation, lost password, username e-mails
378        * Tested quite a bit, this version is considered stable
379        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
380       
3812005-03-29 François Proulx  <francois.proulx@gmail.com>
382        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
383        * Schema is now at version 3
384        * Coded RADIUS authentication
385        * Modified templates to show a select box when more than one server is configured
386        * Coded RADIUS accounting and backward compatibility accounting
387        * Modified many statistics SQL queries to match new Users table
388        * modified statistics templates to match user_id and account_origin
389        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
390        * TODO : Heavy testing possibly with remote RADIUS servers
391       
3922005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
393        * 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
394       
3952005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
396        * common.php:  Add get_guid() function
397        * 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.
398        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
399         
4002005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
401        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
402        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
403        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
404                BEGIN;
405                CREATE TABLE schema_info (
406                    tag text PRIMARY KEY,
407                    value text
408                );
409                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
410                COMMIT;
411       
4122005-03-16 Matthew Asham <matthewa@bcwireless.net>
413 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
414 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
415 * hotspot_status.php: ob_clean may complain about buffering.  muted.
416 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
417 
4182005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
419        * 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:
420BEGIN;
421ALTER TABLE connections RENAME incoming TO incoming_old;
422ALTER TABLE connections ADD COLUMN incoming int8;
423ALTER TABLE connections RENAME outgoing TO outgoing_old;
424ALTER TABLE connections ADD COLUMN outgoing int8;
425UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
426ALTER TABLE connections DROP COLUMN incoming_old;
427ALTER TABLE connections DROP COLUMN outgoing_old;
428COMMIT;
429        * wifidog/admin/hotspot.php: Missing file from phil's commit.
430        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
431
4322005-02-14 Philippe April <philippe@ilesansfil.org>
433        * gw_message.php: the "activate" message was not properly defined and
434        would cause an error to show up instead of the nice activate your account
435        message
436
4372005-02-14 Philippe April <philippe@ilesansfil.org>
438        * wifidog/locale/gen.s: Was not working as expected, it will now get the
439        gettext from smarty properly.
440        * Updated TODO with ideas on making config better
441
4422005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
443        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
444        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
445
4462005-01-26 Philippe April <isf_lists@philippeapril.com>
447        * Some kind of virtual login (we need to talk about this).
448        * New User and Node classes
449        * Modified all files to work with the classes.
450        * Remove mgmt_helpers (all done in User class now)
451
4522005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
453        * classes/Node.php:  New file, untested code example
454        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
455       
4562005-01-25 Philippe April <isf_lists@philippeapril.com>
457        * Changed initial postgres inserts sql file, it wasn't working properly
458
4592005-01-25 Pascal Leclerc  <pascal@plec.ca>
460        * Added admin and owner administration pages
461
4622005-01-23 Philippe April <isf_lists@philippeapril.com>
463        * Added gateway error messages (validation period, etc.)
464
4652005-01-20 Philippe April <isf_lists@philippeapril.com>
466        * Modularized the admin interface, added functions
467
4682005-01-18 Philippe April <isf_lists@philippeapril.com>
469        * Smarty'ized more, I think it's done now
470
4712005-01-12 Philippe April <isf_lists@philippeapril.com>
472        * i18n and smarty'ized parts
473
4742005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
475        * INSTALL: Mandate PHP5
476        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
477        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
478        * 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.
479        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
480
4812005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
482        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
483        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
484        * 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.
485        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
486        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
487
4882005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
489        * 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.
490
4912005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
492        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
493
4942005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
495        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
496        * wifidog/local_content/default/login.html: Remove announcements
497        * wifidog/include/user_management_menu.php: Fix mailto:
498        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
499        * wifidog/admin/index.php: Add link to statistics
500        * wifidog/admin/user_stats.php: Activate security.
501        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
502
5032004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
504        * wifidog/index.php: Add menu
505        * wifidog/include/user_management_menu.php: Editorial change, make translateable
506        * wifidog/portal/index.php:  Fix RSS feeds
507
5082004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
509        * 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.
510        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
511        * wifidog/hotspot_status.php: Cosmetic
512        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
513        * wifidog/index.php: Cosmetic.
514
5152004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
516        * TODO: Add email domains to blacklist
517        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
518        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
519        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
520        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
521        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
522        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
523        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
524
5252004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
526        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
527
5282004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
529        * wifidog/ping/index.php: Log user-agent
530        * extensive statistics work
531        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
532
5332004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
534        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
535        * Some statistics fixes
536
5372004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
538        * wifidog/admin/index.php: Integrated the changes contributed
539        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
540        mainly a missing ' in some HTML.
541
5422004-09-28 Yanik Crépeau <yanik@exScriptis.com>
543        * wifidog/include/common.php: Added commented header with cvs
544        keywords.
545        * wifidog/include/common.php: Added commented code (not executing) for
546        further testing with language/localization issues.
547
5482004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
549        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
550
5512004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
552        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
553
5542004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
555        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
556        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
557
5582004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
559        * portal/index.php:  Fix users appearing online at every hotspot.
560        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
561       
5622004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
563        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
564        * 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.
565        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
566        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
567       
5682004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
569        * wifidog/node_list.php: Complete the status page
570        * Add images
571        * Add hotspot creation date
572       
5732004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
574        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
575        * 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.
576        * 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.
577        * INSTALL:  Update for postgres.  Somebody please test this.
578
5792004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
580        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
581        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
582        * wifidog/include/user_management_menu.php:  Change menu labels
583        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
584        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
585        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
586
5872004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
588        * Add link to original requested site.
589        * wifidog/node_list.php:  New file.  Will become the main node status page.
590
5912004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
592        * Primitive network status available form the index page
593        * Administrative security is implemented.
594
5952004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
596        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
597        * PostgreSql port
598        * Change the method to determine who is online
599        * Stop keeping unused token once user successfully logs in.
600        * Fix missing update of token update date.
601        * Counters wouldn't get updated for stage=LOGOUT
602        * 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.
603        * wifidog/auth/index.php:   Fix code injection vulnerability.
604       
6052004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
606        * SSL support and RSS improvement
607        * Last commit tested with mysql support
608       
6092004-08-24 Pascal Leclerc  <pascal@plec.ca>
610        * wifidog/admin/user_log.php: Add total to incoming and outgoing
611        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
612
6132004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
614        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
615        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
616        * Add alex's mising changelog entry...
617       
6182004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
619        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
620
6212004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
622        * 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.
623        * 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.
624        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
625        * The user is now allowed to login with either his username or his email.
626       
6272004-08-03 Pascal Leclerc  <pascal@plec.ca>
628        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
629        * wifidog/classes/AbstractDb.php: Add class=warning for better display
630        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
631
6322004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
633        * 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.
634
6352004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
636        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
637
6382004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
639        * wifidog-auth lives! New since the dark ages
640        * Demo page to allow people to hack more easely on it
641        * Support for multiple nodes.  TODO:  Merge with the database project.
642        * 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.)
643        * 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.
644        * No need to set any path in the web server config files (that one was a bitch to implement)
645        * 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.
646        * All path are editable from the config file
647        * "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.
648        * Put most strings in gettext calls for easy future translation.
649        * User can request that the server send the validation email again
650        * User can change password
651        * User who forgot his username can have it mailed to him.
652        * User who lost his password can ask the system to generate a new one and mail it to him.
653        * Email is now a separate field to preserve user privacy.
654        * Enforces (politely) that there are no duplicate emails in the database
655        * 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.
656        * Lots of other things I forgot.
657       
658        * User who forgot his username can have it mailed to him.
659        * User who lost his password can ask the system to generate a new one and mail it to him.
660        * Email is now a separate field to preserve user privacy.
661        * Enforces (politely) that there are no duplicate emails in the database
662        * 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.
663        * Lots of other things I forgot.
664       
Note: See TracBrowser for help on using the browser.