root/trunk/wifidog-auth/ChangeLog @ 608

Revision 608, 28.3 KB (checked in by fproulx, 8 years ago)

2005-04-30 Francois Proulx <francois.proulx@…>

  • Fixed bug that could potentially let non owners add content in /content through content groups
  • Admin menu won't show node selector if the user is not owner of at least one hotspot
  • Added Width, height support for Picture
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12005-04-30 Francois Proulx <francois.proulx@gmail.com>
2        * Fixed bug that could potentially let non owners add content in /content through content groups
3        * Admin menu won't show node selector if the user is not owner of at least one hotspot
4        * Added Width, height support for Picture
5       
62005-04-30 Francois Proulx <francois.proulx@gmail.com>
7        * Did my best for content styling ... ( it's 5h00 am )
8       
92005-04-30 Francois Proulx <francois.proulx@gmail.com>
10        * Updated sync_sql_for_cvs.sh
11
122005-04-30 François Proulx <francois.proulx@gmail.com>
13        * ChangeLog entry missed by CVS ?!
14        * Locale now decomposes the locale string by '_' 
15        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
16       
172005-04-30 François Proulx <francois.proulx@gmail.com>
18        * Trying to solve RSS encoding bug...
19        * Testing on live server
20       
212005-04-29 François Proulx <francois.proulx@gmail.com>
22        * Removed all inline unuseful javascript code on submit buttons onclick='submit()'
23        * This conflicted with the actual click on the submit button in Safari
24        * Fixed check in Network for isOwner, only check superAdmin
25        * Fixed bug so you can't add an existing content group to itself ( deadlock )
26        * Started coding Pattern language narrative display
27
282005-04-29 François Proulx <francois.proulx@gmail.com>
29        * Wrote User.php addcontent, removeContent, getAllContent()
30        * Wrote Content.php subscrite() and unsubscribe()
31        * Added parameters to getAllContent() in Node and Network ( exclude_subscribed_content )
32        * These will be used for subscribing a to some content
33        * Pattern Language will be the first to use it
34        * Online users lists
35        * Fixed bugs in Node and Network ( isOwner check )
36       
372005-04-28 François Proulx <francois.proulx@gmail.com>
38        * 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.
39        * Fixed but in Locale ( did not propertly set the locale in the session )
40       
412005-04-28 François Proulx <francois.proulx@gmail.com>
42        * Added check in MainUI toolbar so that it won't show "NOT logged in ?" message when connect to a real hotspot ( not virtual )
43                * This message confused many users ( they clicked and got the virtual login instead ! )
44        * Hide adminstration features ( statistics, hotspot creation, network wide content etc...) from all but Super admins
45        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
46        * Added $associate_existing_content parameter to processNewContentUI to allows reuse for existing content ( in ContentGroup )
47        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
48        * Added security check in all content classes ( ProcessAdminUI )
49       
502005-04-26 François Proulx <francois.proulx@gmail.com>
51        * Replaced show only content groups by show persistent
52       
532005-04-26 François Proulx <francois.proulx@gmail.com>
54        * Added missing /content directory
55       
562005-04-26 François Proulx <francois.proulx@gmail.com>
57        * Added /content/ for displaying all content elements
58                * Logging is disable when viewing them
59                * All content elements will expand
60                * Pattern languages won't display everything ( special property ) isExpandable
61        * Added a link in portal pages to go to /content/
62        * Added Show all contents button in content_admin.php
63       
642005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
65        * 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.
66       
672005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
68        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is disabled.
69       
702005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
71        * 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).
72
732005-04-26 François Proulx <francois.proulx@gmail.com>
74        * Most of the missing translations
75       
762005-04-26 François Proulx <francois.proulx@gmail.com>
77        * Changed back File to non trivial
78        * portal page stylesheet
79       
802005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
81        * 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.
82        * Locale:  Fix string selection algorithm to pick the right language.
83        * Content:  Implement display logging.
84       
852005-04-26 François Proulx <francois.proulx@gmail.com>
86        * stylesheet rework
872005-04-26 François Proulx <francois.proulx@gmail.com>
88        * Fixed wrong location for change password link
892005-04-25 François Proulx <francois.proulx@gmail.com>
90        * Portal page styling
91       
922005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
93        * ContentGroup.php:  Previous fix didn't work.  New fix.
94
952005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
96        * ContentGroup.php:  Make bad selection mode eror non-fatal.
972005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
98        * Fix bug in ContentGroup enumeration
99
1002005-04-25 François Proulx <francois.proulx@gmail.com>
101        * More stylesheets work
102       
1032005-04-25 François Proulx <francois.proulx@gmail.com>
104        * Much better stylesheet
105               
1062005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
107        * UI fully functionnal
108
1092005-04-25 François Proulx <francois.proulx@gmail.com
110        * More interface work
1112005-04-25 François Proulx <francois.proulx@gmail.com
112        * Completed integration of new interface with new objects
113       
1142005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
115        * Integration merge, should work, but there will be display problems everywhere.  Expect further commits today.
116        * Almost 100% complete Network abstraction
117        * Much better object encapsulation.  Deprecated methods not removed yet.
118        * Add MainUI class.  Used to display the interface.  Inner workings still need work.
119       
1202005-04-23 François Proulx <francois.proulx@gmail.com>
121        * Added Preferred Size support for Flickr pictures
122       
1232005-04-23 François Proulx <francois.proulx@gmail.com>
124        * Completed missing translations
125       
1262005-04-23 François Proulx <francois.proulx@gmail.com>
127        * Fixed bugs in File and EmbeddedContent
128        * Completed first iteration of EmbeddedContent
129        * Can now play multimedia content
130        * Could not test fallback with my browser ( Safari and Firefox )
131        * Need help to test content in different browser to see how it reacts...
132       
1332005-04-22 François Proulx <francois.proulx@gmail.com>
134        * Fixed bug in FlickrPhotostream.php
135        * Params did not match new methods requirements ( getUserByEmail )
136        * Changed stylesheet class name for Flickr to match new changes
137        * Fixed bugs in File
138        * Wrote part of EmbeddedContent ( partially working )
139        * TODO: add support for parameters and attributes in EmbeddedContent
140       
1412005-04-22 François Proulx <francois.proulx@gmail.com>
142        * Fix schema version in François's commit
143       
1442005-04-21 François Proulx <francois.proulx@gmail.com>
145        * Added explicit admin UI exceptions support for Flickr
146        * Completed File and Picture objects
147       
1482005-04-20 François Proulx <francois.proulx@gmail.com>
149        * Completed Flickr support ( explicit exceptions catching )
150        * Most of File object is done
151        * Fixed bug in generic_object_admin.php
152        * changed stylesheet class tags for Flickr
153       
1542005-04-18 François Proulx <francois.proulx@gmail.com>
155        * Added Flickr content support
156        * Part of File object is done
157       
1582005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
159        * Working (beta...) content manager and portal.
160        * Add content preview mode
161       
1622005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
163        * Hotspot and network content association, continue access control work.
164        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
165        * All files:  Remove whitespace and carriage return after the ?> closing tags.
166       
1672005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
168        * Much more complete admin, initial access control work.
169
1702005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
171        * Support more of the content object model, do a half-decent CSS for the admin interface.
172
1732005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
174        * Content.php:  Use full langstring interface by default;
175
1762005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
177        * Content.php:  Fix db reference;
178
1792005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
180        * Fix Content object enumeration preventing usage of admin interface
181        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
182
1832005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
184        * First part of the future content delivery infrastructure.  Many files added.
185
1862005-04-01 François Proulx  <francois.proulx@gmail.com>
187        * Modified gen.sh script to match UTF-8
188        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
189       
1902005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
191        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
192
1932005-04-01 Philippe April <philippe@ilesansfil.org>
194        * Fixed missing parenthesis in classes/User.php
195        * Removed unused files
196        * fixed schema_validate.php (typos)
197
1982005-04-01 Francois Proulx  <francois.proulx@gmail.com>
199        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
200        * The database will be converted to UTF-8 (version 5)
201        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
202       
2032005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
204        * Add constraints to account_origin to detect errors on inserts.
205        * Remove IDRC test server
206
2072005-04-01 Philippe April <philippe@ilesansfil.org>
208        * User.php: Add reference to $db global variable.
209        * Tagged v0_1_0_alpha1
210        * Removed spaces in AuthenticatorLocalUser.php
211       
2122005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
213        * Remove spaces after php blocks in various files.
214        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
215        * Fix initial schema errors.
216       
2172005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
218        * More RADIUS install documentation.
219        * Fix schema_validate.php
220       
2212005-03-31 Francois Proulx  <francois.proulx@gmail.com>
222        * Moved language definition
223        * Moved e-mail subjects to User class ( each e-mail functions )
224       
2252005-03-31 Francois Proulx  <francois.proulx@gmail.com>
226        * Added missing schema_validate.php modifs.
227
2282005-03-31 Francois Proulx  <francois.proulx@gmail.com>
229        * Added PEAR install procedure
230       
2312005-03-30 François Proulx  <francois.proulx@gmail.com>
232        * Finished RADIUS authentication and accounting
233        * Accounting Unique session ID is now based on the same token we use
234        * Fixed all issues with lost_username, lost_password etc...
235        * User class has new static function getUsersByEmail and getUsersByUsername
236        * Added translations for new features
237        * Translated the validation, lost password, username e-mails
238        * Tested quite a bit, this version is considered stable
239        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
240       
2412005-03-29 François Proulx  <francois.proulx@gmail.com>
242        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
243        * Schema is now at version 3
244        * Coded RADIUS authentication
245        * Modified templates to show a select box when more than one server is configured
246        * Coded RADIUS accounting and backward compatibility accounting
247        * Modified many statistics SQL queries to match new Users table
248        * modified statistics templates to match user_id and account_origin
249        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
250        * TODO : Heavy testing possibly with remote RADIUS servers
251       
2522005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
253        * 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
254       
2552005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
256        * common.php:  Add get_guid() function
257        * 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.
258        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
259         
2602005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
261        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
262        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
263        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
264                BEGIN;
265                CREATE TABLE schema_info (
266                    tag text PRIMARY KEY,
267                    value text
268                );
269                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
270                COMMIT;
271       
2722005-03-16 Matthew Asham <matthewa@bcwireless.net>
273 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
274 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
275 * hotspot_status.php: ob_clean may complain about buffering.  muted.
276 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
277 
2782005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
279        * 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:
280BEGIN;
281ALTER TABLE connections RENAME incoming TO incoming_old;
282ALTER TABLE connections ADD COLUMN incoming int8;
283ALTER TABLE connections RENAME outgoing TO outgoing_old;
284ALTER TABLE connections ADD COLUMN outgoing int8;
285UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
286ALTER TABLE connections DROP COLUMN incoming_old;
287ALTER TABLE connections DROP COLUMN outgoing_old;
288COMMIT;
289        * wifidog/admin/hotspot.php: Missing file from phil's commit.
290        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
291
2922005-02-14 Philippe April <philippe@ilesansfil.org>
293        * gw_message.php: the "activate" message was not properly defined and
294        would cause an error to show up instead of the nice activate your account
295        message
296
2972005-02-14 Philippe April <philippe@ilesansfil.org>
298        * wifidog/locale/gen.s: Was not working as expected, it will now get the
299        gettext from smarty properly.
300        * Updated TODO with ideas on making config better
301
3022005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
303        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
304        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
305
3062005-01-26 Philippe April <isf_lists@philippeapril.com>
307        * Some kind of virtual login (we need to talk about this).
308        * New User and Node classes
309        * Modified all files to work with the classes.
310        * Remove mgmt_helpers (all done in User class now)
311
3122005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
313        * classes/Node.php:  New file, untested code example
314        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
315       
3162005-01-25 Philippe April <isf_lists@philippeapril.com>
317        * Changed initial postgres inserts sql file, it wasn't working properly
318
3192005-01-25 Pascal Leclerc  <pascal@plec.ca>
320        * Added admin and owner administration pages
321
3222005-01-23 Philippe April <isf_lists@philippeapril.com>
323        * Added gateway error messages (validation period, etc.)
324
3252005-01-20 Philippe April <isf_lists@philippeapril.com>
326        * Modularized the admin interface, added functions
327
3282005-01-18 Philippe April <isf_lists@philippeapril.com>
329        * Smarty'ized more, I think it's done now
330
3312005-01-12 Philippe April <isf_lists@philippeapril.com>
332        * i18n and smarty'ized parts
333
3342005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
335        * INSTALL: Mandate PHP5
336        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
337        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
338        * 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.
339        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
340
3412005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
342        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
343        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
344        * 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.
345        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
346        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
347
3482005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
349        * 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.
350
3512005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
352        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
353
3542005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
355        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
356        * wifidog/local_content/default/login.html: Remove announcements
357        * wifidog/include/user_management_menu.php: Fix mailto:
358        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
359        * wifidog/admin/index.php: Add link to statistics
360        * wifidog/admin/user_stats.php: Activate security.
361        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
362
3632004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
364        * wifidog/index.php: Add menu
365        * wifidog/include/user_management_menu.php: Editorial change, make translateable
366        * wifidog/portal/index.php:  Fix RSS feeds
367
3682004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
369        * 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.
370        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
371        * wifidog/hotspot_status.php: Cosmetic
372        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
373        * wifidog/index.php: Cosmetic.
374
3752004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
376        * TODO: Add email domains to blacklist
377        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
378        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
379        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
380        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
381        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
382        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
383        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
384
3852004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
386        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
387
3882004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
389        * wifidog/ping/index.php: Log user-agent
390        * extensive statistics work
391        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
392
3932004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
394        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
395        * Some statistics fixes
396
3972004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
398        * wifidog/admin/index.php: Integrated the changes contributed
399        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
400        mainly a missing ' in some HTML.
401
4022004-09-28 Yanik Crépeau <yanik@exScriptis.com>
403        * wifidog/include/common.php: Added commented header with cvs
404        keywords.
405        * wifidog/include/common.php: Added commented code (not executing) for
406        further testing with language/localization issues.
407
4082004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
409        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
410
4112004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
412        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
413
4142004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
415        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
416        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
417
4182004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
419        * portal/index.php:  Fix users appearing online at every hotspot.
420        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
421       
4222004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
423        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
424        * 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.
425        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
426        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
427       
4282004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
429        * wifidog/node_list.php: Complete the status page
430        * Add images
431        * Add hotspot creation date
432       
4332004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
434        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
435        * 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.
436        * 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.
437        * INSTALL:  Update for postgres.  Somebody please test this.
438
4392004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
440        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
441        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
442        * wifidog/include/user_management_menu.php:  Change menu labels
443        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
444        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
445        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
446
4472004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
448        * Add link to original requested site.
449        * wifidog/node_list.php:  New file.  Will become the main node status page.
450
4512004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
452        * Primitive network status available form the index page
453        * Administrative security is implemented.
454
4552004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
456        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
457        * PostgreSql port
458        * Change the method to determine who is online
459        * Stop keeping unused token once user successfully logs in.
460        * Fix missing update of token update date.
461        * Counters wouldn't get updated for stage=LOGOUT
462        * 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.
463        * wifidog/auth/index.php:   Fix code injection vulnerability.
464       
4652004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
466        * SSL support and RSS improvement
467        * Last commit tested with mysql support
468       
4692004-08-24 Pascal Leclerc  <pascal@plec.ca>
470        * wifidog/admin/user_log.php: Add total to incoming and outgoing
471        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
472
4732004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
474        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
475        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
476        * Add alex's mising changelog entry...
477       
4782004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
479        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
480
4812004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
482        * 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.
483        * 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.
484        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
485        * The user is now allowed to login with either his username or his email.
486       
4872004-08-03 Pascal Leclerc  <pascal@plec.ca>
488        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
489        * wifidog/classes/AbstractDb.php: Add class=warning for better display
490        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
491
4922004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
493        * 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.
494
4952004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
496        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
497
4982004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
499        * wifidog-auth lives! New since the dark ages
500        * Demo page to allow people to hack more easely on it
501        * Support for multiple nodes.  TODO:  Merge with the database project.
502        * 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.)
503        * 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.
504        * No need to set any path in the web server config files (that one was a bitch to implement)
505        * 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.
506        * All path are editable from the config file
507        * "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.
508        * Put most strings in gettext calls for easy future translation.
509        * User can request that the server send the validation email again
510        * User can change password
511        * User who forgot his username can have it mailed to him.
512        * User who lost his password can ask the system to generate a new one and mail it to him.
513        * Email is now a separate field to preserve user privacy.
514        * Enforces (politely) that there are no duplicate emails in the database
515        * 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.
516        * Lots of other things I forgot.
517       
518        * User who forgot his username can have it mailed to him.
519        * User who lost his password can ask the system to generate a new one and mail it to him.
520        * Email is now a separate field to preserve user privacy.
521        * Enforces (politely) that there are no duplicate emails in the database
522        * 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.
523        * Lots of other things I forgot.
524       
Note: See TracBrowser for help on using the browser.