root/trunk/wifidog-auth/CHANGELOG @ 1046

Revision 1046, 83.5 KB (checked in by benoitg, 7 years ago)

* index.tpl: Fix link to the map not being displayed at a hotspot, even
when you are logged in. There needs to be much better logick before we
export such things to smarty templates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
2        * index.tpl:  Fix link to the map not being displayed at a hotspot, even when you are logged in.  There needs to be much better logick before we export such things to smarty templates.
3
42006-05-20 François Proulx <francois.proulx@gmail.com>
5        * Added /wifidog/contrib and /wifidog/contrib/xslt directories
6        * Posted Île Sans Fil XSLT example stylesheet for converting the hotspot_status page
7                * Browser view
8                * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>)
9                * Simply use in this manner :
10                http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl
11
122006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
13        * page.php:  Fix bugs in various files preventing the system from working from the command line.
14
152006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
16        * More install script fixes:  Phlickr wouldn't install, and the permissions of wifidog/tmp/smarty/cache weren't checked.
17
182006-05-20 Benoit Grégoire  <bock@step.polymtl.ca>
19        * More stylesheet and HTML work
20
212006-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
22        * Fix loging form incorrectly attempting to validate the password, preventing many existing
23        accounts from logging-in.
24        * Interim commit, begin simplifying the html ans stylesheets, and re-doing the general look.
25        This is incomplete, this commit was done to fix the problem above.
26        * install.php:  Fix path problems, make shel command errors visible.  Update magpie and smarty url to latest versions (note that this won't
27        automatically update an existing install).  Didn't touch phlickr as I didn't know the implications
28        * Add interactive scripts in sql/ to easily backup and restore a wifidog auth server database.
29
302006-05-10 François Proulx <francois.proulx@gmail.com>
31        * Fixed Google Maps script path to images.
32
332006-05-10 François Proulx <francois.proulx@gmail.com>
34        * Added sweetTitles tooltips script, now if you need to add tooltips simply add the 'title' attribute to you html <a>, <attr>, <accroym> tags
35        * Fixed usort bug in MainUI
36        * Fixed download (wget) in install.php
37
382006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
39        * Working (if slightly basic) theme manager.  You can pick the theme in the network configuration.
40        To add your own theme, read wifidog/media/network_theme_packs/README.txt
41        * Cleanup and document the wifidog directory structure
42        * Minor HTML corrections for content types
43        * Completely rip out the old local_content system, and a bunch of obsolete defines and config variables.
44        * Get rid of PHP generated stylesheets
45
462006-05-09 Benoit Grégoire  <bock@step.polymtl.ca>
47        * Finish content assignation system
48        * Content ordering is now global (network, nodes and everywhere content cand now be in mixed order).
49        * Implement 'everywhere' content
50        * Change MainUI::apendContent to MainUI::addContent
51
522006-04-28 François Proulx <francois.proulx@gmail.com>
53        * Fixed error in initial data script
54
552006-04-28 Benoit Grégoire  <bock@step.polymtl.ca>
56        * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php instead of hardcoded 'default'
57
582006-04-28 François Proulx <francois.proulx@gmail.com>
59        * Fixed initial_data schema script so that it adds a dummy server.
60
612006-04-25 François Proulx <francois.proulx@gmail.com>
62        * Updated JavaScript code to work with Google Maps v2 API
63        * v2 will now provide full maps of European countries and is a bit faster
64        * Updated the schema accordingly with new GMaps values
65
662006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
67        * Dependencies.php:  Small fix in case gettext isn't installed
68
692006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
70        * AuthenticatorLDAP.php:  Merge patch from jguevara@unitec.edu.  Fixes #125
71
722006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
73        * Major system locale handling overhaull.  Hopefully abstract out the UTF8 problems once and for all,
74        allowing everyone to define them the same way.  Fix a few bugs along the way.
75        Should also be a little faster.
76
772006-04-24 Benoit Grégoire  <bock@step.polymtl.ca>
78        * Revert Rob's SYSTEM_PATH change.  Sorry about that.  The devs spent hours to finally get the PATH
79         stuff consistent and fixing the countless bugs that this process introduced.
80         Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH,
81        (or vice-versa) but it was on purpose that SYSTEM_PATH was not made available to Smarty.
82        We already have 3 defines to be used for links and html refs, that's enough
83         BASE_SSL_PATH should be used to enter SSL mode (if available)
84         BASE_NON_SSL_PATH should be used to break out of SSL mode of when we
85         explicitely do not want someting to be referenced over http
86         BASE_URL_PATH should be used in all other cases to avoid needless SSL warning
87
882006-04-17 Rob Janes <janes.rob@gmail.com>
89        * javascript for validating and navigating forms.
90        * help text (untranslated).
91        * EVENT_LOGGING enabling/disabling flag.
92        * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever appropriate.
93        * standardize Smarty variables for Network and User info by adding assignSmartyValues($smarty, $self) to Network and User.
94        * change_password only allowed if logged in.
95        * non-superadmin can only use change_password to change their own password.
96        * superadmin can use change_password to change any user password by entering in their password for the old password.
97        * page_header div defined and positioned in MainUI
98
992006-04-04 Benoit Grégoire  <bock@step.polymtl.ca>
100        * /classes/Content/IFrame/IFrame.php: Change a few methods from private to protected as the private methods broke IFrameRest
101
1022006-04-01 François Proulx <francois.proulx@gmail.com>
103        * Dumped initial schema from working install
104
1052006-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
106        * dump_initial_data_postgres.sh:  Add the content_available_display_pages table to the dump, can someone re-generate the initial data from a working install
107        * Remove the ?> tags from all the classes.
108
1092006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
110        * Fix bug where right_area_bottom content wouldn't be displayed.
111        * Minor CSS cleanup
112
1132006-03-28 François Proulx <francois.proulx@gmail.com>
114        * Fixed error in initial schema (bad client encoding)
115
1162006-03-28 François Proulx <francois.proulx@gmail.com>
117        * Fixed schema 37 : left_area_top
118        * Updated initial schema
119
1202006-03-27 Benoit Grégoire  <bock@step.polymtl.ca>
121        * First step in massive simplification of CSS and templates
122        * Implement the new main CSS structure
123        * Implement working content assignation interface and content ordering for both network and nodes.
124        * Display of content according to assignation work on 'portal' and 'login'.  'everywhere' not yet implemented
125        * Get rid of some ISF specific interface elements
126        * Finally replace the overly complicated start button by a "Use the Internet" link that will not
127         get you out of your working tab
128        * Fix #118
129
1302006-03-26 Benoit Grégoire  <bock@step.polymtl.ca>
131        * init_php.php: Fix stripslashes_cb() so it actually works, this means the aust server should work properly with auth servers with magic quotes turned on.
132        This is still not recommended however.
133        * Remove some spurious error ouptut on logout.
134        * Remove potential error in network id parsing
135
1362006-03-22 François Proulx <francois.proulx@gmail.com>
137        * Fixed Google Maps URLs bug
138        * Since Google Maps does not provide Javascript over SSL (it does but the certificate does not match)
139          the code path to the map does not use SSL, but the outgoing URLs do.
140        * Removed lost echo in Locale.php
141
1422006-03-21 Benoit Grégoire  <bock@step.polymtl.ca>
143        * login/index.php: Remove huge security hole introduced by stylistic changes in the file.
144        A user could login to any hotspot by simply filling a blank form because of a gratuitous
145        change from empty to is_null everywhere.  Remove escaping or REQUEST parameters in non SQL
146         related code, as this would lead to double unescaping down the line.  Remove logic dependent
147          on encapsulated side effects of object method call.
148
1492006-03-19 François Proulx <francois.proulx@gmail.com>
150        * Updated French translations
151
1522006-03-18 Rob Janes <janes.rob@gmail.com>
153        * path_defines_base working for combinations of DocumentRoot, Alias,
154          and installed wifidog-auth directory, correctly setting SYSTEM_PATH
155          and WIFIDOG_ABS_FILE_PATH dynamically.
156        * classes/Locale.php::getBestLanguage changed to correctly parse
157          HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon.
158          Ignores SESS_LANGUAGE_VAR if invalid.
159
1602006-03-18 Rob Janes <janes.rob@gmail.com>
161        * Fixed bug #77 classes/EventLogging.php non-variable pass by reference
162
1632006-03-16 François Proulx <francois.proulx@gmail.com>
164        * Removed stale owner_sendfiles.php (now integrated in the Content Manager)
165        * Cleaned up a bunch of stale TODOs
166
1672006-03-16 Max Horváth <max.horvath@maxspot.de>
168        * updated language files (new german strings have already been translated)
169        * added LDAP authentication
170        * Dependencies class can check for an PHP extension now
171        * Dependencies class can check for multiple files on a single dependency now
172        * Authentication classes moved to it's own directory
173        * The getAuthenticator method now uses the much safer and faster
174          call_user_func_array function to return an authenticator object
175        * the available authenticator classes are now being displayed in a select
176          box on the network administration page
177        * the link to and the Google hotspots map as is won't be shown to an
178          unauthenticated user at a real hotspot
179
1802006-03-16 Benoit Grégoire  <bock@step.polymtl.ca>
181        * hotspots_map.tpl:  Use base_url_path instead of base_ssl_path
182
1832006-03-09 Benoit Grégoire  <bock@step.polymtl.ca>
184        * init_php.php: Try to fix #102 by inspection
185        * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php
186          into AbstractDb.php to prepare for eventual switch to PDO file.
187        * incoming_outgoing_swap.php:  Delete file, closes #85
188
1892006-03-09 Max Horváth <max.horvath@maxspot.de>
190        * fixed small bug in the InterfaceElements class
191        * fixed PHP notices in portal/index.php and Locale class
192        * fixed small bug in Authenticator class which in resulted in a fatal PHP
193          error if a user logged out when his session was already gone
194    * using the {$isUserAtHotspot} smarty variable you can check now in every
195      template if a user calls the portal from a hotspot or not
196
1972006-03-08 Max Horváth <max.horvath@maxspot.de>
198        * fixed small bug where clicking on the start button at the portal page
199          didn't open the wifidog portal, but the requested page
200        * updated source to generate a clean PHPdoc output
201        * updated PHPdoc generating script
202
2032006-03-07 Max Horváth <max.horvath@maxspot.de>
204        * init_php.php now does a 100% strict check for variable types of
205          elements to be processed when magic_quotes are turned on
206        * fixed duplicate use of SSL_AVIABLE define in common.php
207          This fixes ticket #95.
208        * fixed problens with slashes in htospots_map.php
209          This fixes ticket #97.
210        * fixed variable typo in NodeListXML.php
211        * introduced new InterfaceElements class which is being used to create
212          HTML code - this reduces HTML markup in PHP code and reduces HTML errors
213          we had i.e. on the node administration page (unclosed div).
214          It is being used on the node administration page now and will be updated
215          for the other admin pages ...
216        * when adding an owner or tech officer on the node admin page and pressing
217          enter in the input field the statistics where called (no owner or tech
218          officer was added) - this has been fixed
219        * database schema update 35 wasn't compatible with PostgreSQL version 7,
220          the update script has been changed to be compatible with it ...
221          This fixes ticket #94.
222        * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has
223          been included
224          This fixes ticket #98.
225        * on node administration page owners have less rights than admins
226
2272006-03-02 Max Horváth <max.horvath@maxspot.de>
228        * converted PNGs to GIFs because Internet Explorer cannot handle alpha
229          transparency of PNGs
230
2312006-02-28 Max Horváth <max.horvath@maxspot.de>
232        * the content selector for an owner could produce notices
233        * the button add existing content in the content manager will only be shown
234          if content is actually available
235        * the start button on the portal page won't be shown anymore if a user
236          didn't access it from a WiFiDog hotspot
237        * deleted wifidog/templates/message_unknown_hotspot.html as this error
238          message will be displayed using the genecir error message template
239        * display of generic error messages will be handled by the MainUI class
240        * deleted wifidog/portal/missing_original_url.php as its functions is being
241          handled by wifidog/portal/index.php now
242        * deleted wifidog/templates/message_default.html as its functions is being
243          handled by wifidog/gw_message.php now
244        * deleted wifidog/templates/message_activate.html as its functions is being
245          handled by wifidog/gw_message.php now
246        * account validation hints finally show the real validation grace time
247          (used to display 15 minutes)
248        * deleted wifidog/templates/message_denied.html as its functions is being
249          handled by wifidog/gw_message.php now
250        * deleted wifidog/templates/message_failed_validation.html as its functions
251          is being handled by wifidog/gw_message.php now
252        * deleted wifidog/templates/user_management_menu.html as its not being
253          used anymore
254        * deleted wifidog/local_content/default/footer.html as its not being
255          used anymore
256        * deleted wifidog/local_content/default/header.html as its not being
257          used anymore
258        * deleted wifidog/local_content/default/portal.html as its not being
259          used anymore
260        * deleted wifidog/local_content/default/new.css as its wasn't ever used
261        * deleted wifidog/local_content/README as its content isn't valid anymore
262          used anymore
263        * Login site now uses a Smarty template to render HTML page
264        * class MainUI now also delivers $isOwner variable for Smarty
265
2662006-02-26 Max Horváth <max.horvath@maxspot.de>
267        * Hotspots map page now uses a direct Javascript call for the link
268          "Show me on the map" (resulting in the browser not jumping to the top of
269          the page if a user clicks on such a link)
270        * refactored hotspot status page, it now uses node list classes to generate
271          output
272        * WIFI411_CSV has been removed from hotspot status page - it didn't work
273          properly - a working version can be added to /wifidog/classes/NodeLists
274        * RSS feed of hotspot status now delivers language of user
275        * RSS and XML feed of hotspot status now actually do deliver data from
276          the requested network (before the code accepted network selection but
277          actually switched back to the current network)
278        * RSS feed of hotspot status page now gets announced in browser
279
2802006-02-25 Max Horváth <max.horvath@maxspot.de>
281        * fixed undefined variable bugs in statistic classes (use of date_from and
282          date_to), variables were processed directly from request, without any
283          check
284          This fixes ticket #71.
285        * clicking on a username in user logs now generates a individual user
286          report as it does when clicking on a username on the online users page
287        * Changing the value of the "Is persistent" checkbox doesn't have to
288          saved when JavaScript is enabled in the browser. Before this change
289          you had to save a content. So if you wanted to delete a persistant content
290          you first had to uncheck this checkbox, save the content and delete the
291          content after saving it. If JavaScript is enabled in your browser you
292          can go straight ahead, uncheck the checkbox and delete the content.
293          This fixes ticket #73.
294        * when processing global arrays if magic quotes is enabled, WiFiDog will
295          check for type variables
296          This fixes ticket #84.
297        * the RSS feed of nodes now delivers the correct link to the nodes homepage
298          This fixes ticket #80.
299        * small fix in schema_validate.php which should affect nobody (in schema
300          version 9)
301          This fixes ticket #79.
302        * fixed "Show all available contents for this hotspot" link which didn't
303          work if WiFiDog wasn't located in the root folder of the webserver
304        * the "Show all available contents for this hotspot" link won't be shown
305          anymore unless all requirements are meet that all content of a hotspot
306          would be shown. The requirements are: you need to have at least one
307          Content Group tagged artistic and locative content, with at least one
308          content group element available for display.
309          This fixes ticket #35.
310        * adjusting the location of a node via the Google maps geocoding service)
311          and clicking the button "Use these coordinates" didn't work
312          This fixes ticket #81 and #82.
313        * the content select box now only shows the content to a user of which is
314          is the owner from (same mechanism has already been used on the content
315          manager page) or all content if the user is a superadmin
316        * wifidog/admin/content_admin.php removed, because the content manager now
317          uses the generic object administration interface
318        * the creation date of a network can be changed now (this value wasn't
319          displayed in the admin interface, even though it was present in the
320          database)
321        * revamped administration sidebar, cleaner interface for the superadmin,
322          for the owner of a node nothing changes
323        * added "server administration" section to the administration interface
324        * Added administration of webservers. For one webserver not much changes.
325          The SSL available setting has been moved to this section (and removed
326          from config.php). Running WiFiDog on two or more webserver (with one
327          database) you now can define the different hostnames of the webserver.
328          Of course you can also define, which of those webserver serves SSL. This
329          is for example essential for the Google maps feature (different API keys
330          for different hostnames)
331        * for every network you now can define it's own Google Map initial values
332          and map types
333        * Hotspots map page now supports different maps for different networks
334        * Hotspots map page now supports different map types for different networks
335          This fixes ticket #69
336        * Hotspots map page now offers full multilingual support (text in the
337          JavaScript file was english only)
338        * Hotspots map page now uses a Smarty template to render HTML page
339
3402006-02-21 Max Horváth <max.horvath@maxspot.de>
341        * fixed access restriction for HTMLeditor in templates folder
342        * fixed XML error in HTMLeditors CSS and HTML templates
343        * fixed undefined variable bug in content class ContenGroup
344        * start page now uses a Smarty template to render HTML page
345        * start page now also displays information about deployed/operational nodes
346        * information about valid/online users and deployed/operational nodes gets
347          cached if caching has been enabled (valid/online users for 1 minute,
348          deployed/operational nodes for 5 minutes)
349
3502006-02-17 Max Horváth <max.horvath@maxspot.de>
351        * refactored lost username site - now it also includes the help toolbox
352        * lost username page now focuses input field automaticly (like on login or
353          signup page)
354        * refactored lost password site - now it also includes the help toolbox
355        * lost password page now focuses input field automaticly (like on login or
356          signup page)
357        * refactored sesend validation email site - now it also includes the help
358          toolbox
359        * refactored resend validation email page now focuses input field
360          automaticly (like on login or signup page)
361
3622006-02-16 Max Horváth <max.horvath@maxspot.de>
363    * added full PHPdoc documentation to Mail class
364    * added more temporary-email-address-providers to the black-list
365        * Login site now uses a Smarty template to render HTML page
366        * refactored signup site - now it also includes the help toolbox
367        * removed Phlickr directory in /lib dir as Phlickr must be installed via
368          PEAR
369        * modified gen.sh to include new template folders for the
370          translation file generation
371
3722006-02-15 Max Horváth <max.horvath@maxspot.de>
373        * Login site now uses a Smarty template to render HTML page
374
3752006-02-14 Max Horváth <max.horvath@maxspot.de>
376        * converted Session class to PHP5 style
377        * moved code used used to init PHP into wifidog/include/init_php.php
378        * fixed bug regarding APC (super globals weren't initialized before their
379          first use
380        * in an attemp to enter the administration interface of WiFiDog and not
381          being logged in you'll be redirected to the administration interface after
382          a successful login, if you are an admin or owner of a node. This only
383          works for a virtual login, as it isn't needed to be done when logging in
384          via a WiFiDog node (then you have to login anyway on the splash page
385          first)
386        * fixed preview of network in administration interface as content for a
387          network as is isn't available in the code, yet
388
3892006-02-13 Rob Janes <janes.rob@gmail.com>
390    * cron/cleanup.php needed new way to call common.php
391        * added cron/vacuum.php to round things out
392
3932006-02-07 Benoit Grégoire  <bock@step.polymtl.ca>
394        * Fix a bunch of file inclusion bugs in the statistics subsystem.
395          This is only a ad-hac fix. It seems the requires for just about every
396          class have been stripped off. This must be fixed, all classes should
397          require_once all classes or include that they need that isn't included by
398          a parent class.
399
4002006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
401        * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file
402        * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated
403          file
404
4052006-02-04 Max Horváth <max.horvath@maxspot.de>
406        * MainUI class now uses Smarty templates to render HTML pages
407        * display of debug messages by using $_REQUEST['debug_request'] on any
408          page is now only possible for a super admin
409        * caching class now supports lifetime of a cache and every data type
410          supported by PHP (except the resource-type)
411        * Content class caches available content plugins for 7 days if caching has
412          been enabled -> results in a nice speed-up on every page call because
413          of 17 saved filesystem queries
414        * converted Security class to PHP5 style and it's functions to static
415          functions
416        * fixed broken HTMLeditor support
417        * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been
418          installed it strips down all potentially dangerous content within HTML
419          that has been entered using the content plugins Langstring,
420          TrivialLangstring and HTMLeditor
421        * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor
422        * fixed thrown exception in path_defines_base.php (sprintf() was used
423          uncorrectly)
424        * template for definition of SYSTEM_PATH has been added to config.php
425          for easier definiton when path detection failes
426        * from now on caching is enabled by default in config.php - it means that
427          WiFiDog caching features will automaticly be used if PEAR::Cache_Lite
428          has been installed
429        * updated installation file to represent all the new modules that can be
430          installed to use all WiFiDog features
431
4322006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
433        * path_defines_base.php:  Fix syntax errors in the exception thrown. Add
434          more meaningfull output
435
4362006-01-29 Max Horváth <max.horvath@maxspot.de>
437        * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables
438          both PHP caches, because WiFiDog currently doesn't run with either of
439          those PHP caches (I'm still investigating why)
440        * added a missing <ul> HTML tag on the administration page
441        * the validation mail sent to new users now includes the full path to the
442          WiFiDog installation (before it assumed WiFiDog to be installed in
443          the document root of the webserver)
444        * fixed display of start button of portal when WiFiDog is not installed
445          in the document root of the webserver
446        * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in
447          path_defines_base.php
448        * updated HTMLeditor content class to use the new, moved stylesheet.css
449        * fixed error messages not displaying technical support e-mail address
450
4512006-01-25 Max Horváth <max.horvath@maxspot.de>
452        * a notice message regarding timezones was being displayed when running PHP
453          5.1.0+ due to rewritten date functions of PHP. There is a new config flag
454          in config.php named DATE_TIMEZONE. Set it to your local timezone.
455          Don't forget to update your local.config.php in case you're using it.
456
4572006-01-24 Benoit Grégoire  <bock@step.polymtl.ca>
458        * Dependencies.php:  We missed one more instance of non-unifrom code for
459          path detection. The Dependencies class now uses the code in
460          include/path_defines_base.php like the rest of the system. Also make it
461          returns more usefull error messages.
462        * SmartyWifidog.php: Output the error returned by Dependencies if Smarty
463      cannot be found for some reason.
464
4652006-01-23 Max Horváth <max.horvath@maxspot.de>
466        * Removed compiled PHPdoc documentation
467        * moved createDoc.sh to "doc" directory, documentation can be generated on
468          the fly now, in the future we'll be generating a nightly PHPdoc on
469          wifidog.org
470        * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by
471          PHPdoc
472        * moved "header.gif" image to its own folder in the images directory
473        * touched almost every PHP file in WiFiDog auth server for PHPdoc generating
474          compiling without any warnings
475        * Initialized uninitialized variables in Node class
476        * Fixed initialization error of one variable
477        * Configuration file (config.php) will be read before path detection is
478          being started (otherwise there was no chance to set a manual SYSTEM_PATH)
479
4802006-01-22 Benoit Grégoire  <bock@step.polymtl.ca>
481        * common.php: Real fix for Ticket #59 ;)
482        * common.php: Untested fix for Ticket #59
483
4842006-01-18 François Proulx <francois.proulx@gmail.com>
485        * Remove unneeded .cvsignore files since the svn:ignore property is set to
486          the same list
487
4882006-01-11 Rob Janes <janes.rob@gmail.com>
489    * classes/User.php: added setters, getters, throw exceptions, added
490      refresh() subr, tweaked language
491
4922006-01-09 Max Horváth <max.horvath@maxspot.de>
493        * createDoc.sh: added description of how to install requirements
494
4952006-01-08 Benoit Grégoire  <bock@step.polymtl.ca>
496        * common.php: Improve path detection code, and start moving PATH detection
497          back to a central location. You should NEVER go to any $_SERVER[]
498          variables for path related stuff, all you need is already available
499          in defines.
500        * UserReport.php: Remove dangling reference to BASEPATH.
501        * install.php: Use centralised path detection.
502
5032006-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
504        * config.php, common.php: Completely remove SYSTEM_PATH from config.php,
505          making one less config option to manage.  It is now autodetected.
506
5072006-01-03 Rob Janes <janes.rob@gmail.com>
508        * added support for classes/EventLogging.php.
509        * modified include/common.php to pull in the EventLogging class
510        * modified index.php to kick start error logging with minimal setup.
511          I didn't setup a css for this, so any errors are simply pushed out
512          when the logging channel is destructed.
513        * other changes to include/common.php - a host of utility functions,
514          prefixed with "cmn" to avoid namespace collision.
515        * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change
516          to include/common.php, wrapping the require_once in a function.
517
5182006-01-04 Pascal Leclerc <isf@plec.ca>
519    * install.php: New security validation and small bugs fix in admin account
520      creation
521
5222006-01-02 Rob Janes <janes.rob@gmail.com>
523        * split static stylesheet.css from smarty template stuff.
524          local_content/default/stylesheet.css has only smarty template stuff.
525          local_content/common/stylesheet.css has all the rest.
526        * classes/MainUI.php changed to <link ...> the common stylesheet.css, while
527          still smarty fetching the templated stylesheet.
528        * classes/SmartyWifidog.php changed to set a smarty template variable so
529          that the templating stylesheet could work.
530
5312005-12-29 François Proulx <francois.proulx@gmail.com>
532        * Integrating Philippe's code for User class
533        * This build needs extensive testing please
534        * E-mail blacklisting (Mail class)
535
5362005-12-29 François Proulx <francois.proulx@gmail.com>
537        * Added Aidan's file_exists_incpath function to Dependencies class
538        * Translated and standardized most of PostgreSQL abstraction class.
539        * Removed blank lines at end of many files
540        * Tested the new Phlickr package, which fixes URL on Flickr
541
5422005-12-28 Max Horváth <max.horvath@maxspot.de>
543        * Removed BASEPATH define from source - resulting in a better
544          require-overview
545        * speed improvement of 7% by optimizing Dependencies class
546        * improved documentation of content classes
547
5482005-12-26 François Proulx <francois.proulx@gmail.com>
549        * Fixed bug when the same user was owner of many nodes
550        * Added missing reference to content_display_location initial data in dump
551          script
552
5532005-12-26 François Proulx <francois.proulx@gmail.com>
554        * Tiny modifications to config.php
555        * Reinserted the deprecated defines, created errors on my system
556        * Fully translated FormSelectGenerator class, Locale
557        * Added comments to Utils, Locale etc..
558        * Fully tested installation from scratch using blank database with
559          installation script
560        * Improved installation script a bit
561        * Synched SQL for CVS schema 29 --> 33
562
5632005-12-26 Max Horváth <max.horvath@maxspot.de>
564        * added new headers to every source file
565        * converted file to represent a tab as four (4) spaces
566        * added PhpDocumentor documentation
567        * added WiFiDog skin to HTMLeditor
568        * language selection in a content class now shows the language name instead
569          of the language code
570        * added caching support to content classes Langstring and TrivialLangstring
571
5722005-12-15 Max Horváth <max.horvath@maxspot.de>
573        * fixed bug in dependencies class when gettext support for PHP is not
574          available
575
5762005-12-14 Max Horváth <max.horvath@maxspot.de>
577        * fixed bug in config.php:59 ... was unable to select DB server
578
5792005-12-08 Max Horváth <max.horvath@maxspot.de>
580        * added FCKeditor to the supported libraries
581        * added new content type: HTMLeditor
582        * added new caching class which uses PEAR::Cache_Lite - must be enabled in
583          config.php
584        * HTMLeditor is the first class using the new caching class
585        * removed unused function from content type Langstring
586        * beautified and reorganized config.php and added a new switch for the
587          caching class
588
5892005-12-06 Max Horváth <max.horvath@maxspot.de>
590        * fixed SQL bug when calling the "report configuration" page as a node owner
591
5922005-12-05 François Proulx <francois.proulx@gmail.com>
593        * Crunched the Google Maps Div block for better display on small screens
594
5952005-12-05 Max Horváth <max.horvath@maxspot.de>
596        * fixed bug when calling the preview version of a login page
597
5982005-11-30 Benoit Grégoire  <bock@step.polymtl.ca>
599        * User.php: Fix a bug in the sql query in isUserValid(). Checked that the
600          change works with postgresql 7.4 and 8. It is still not understood why
601          ISF doesn't encounter this bug on it's production server.
602
6032005-11-28 François Proulx <francois.proulx@gmail.com>
604        * Improved Flickr user output
605        * Mostly completed Flickr admin UI
606        * Changed display algorithm to display sequentially
607
6082005-11-25 Rob Janes <janes.rob@gmail.com>
609        * EventLogging class initial checkin
610
6112005-11-14 Max Horváth <max.horvath@maxspot.de>
612        * fixed path to included classes
613          Guys, please check the paths to included files twice next time you're
614          moving files
615
6162005-11-12 François Proulx <francois.proulx@gmail.com>
617        * Fixed schema 33 update
618        * fixed css
619
6202005-11-11 François Proulx <francois.proulx@gmail.com>
621        * Fixed Admin hotspot location map
622        * Take note: Google Maps updated their API key system, so that you simply
623          need to register a key for the whole domain.
624          ie. one key for http://auth.abc.org will work even in sub-directories
625        * Changed the Content classes structure to make them "pluggable" more easily
626          as requested during last developpers meeting
627        * node_list.php now support column sorting, node_id are naturally sorted
628          (numerical order, alphabetic)
629        * Added 2-dimensionnal natural sort algorithm to Utils class
630        * fixed Node::getSelectNodeUI to naturally sort by node_id
631        * Improved Flickr content class
632        * Modified Flickr database schema
633        * Modified CSS look and feel
634
6352005-11-08 Philippe April  <philippe@ilesansfil.org>
636        * Put a note to mention the roles of users in the logged in users list
637        * Fixed online users link to statistics
638
6392005-11-01 Max Horváth <max.horvath@maxspot.de>
640        * added german translation
641        * modified gen.sh to include geocoder and statistics classes for the
642          translation file generation
643        * modified hotspot status page to allow translations of every string
644        * modified node list page to allow translations of every string
645        * modified FAQ page to allow translations of every string
646        * fixed bug in FAQ page which caused the Safari browser to display very
647          large text
648        * modified online users page in administration to allow translations of
649          every string
650        * added Phlickr directory to /lib
651
6522005-10-25 Francois Proulx <francois.proulx@gmail.com>
653        * /classes/DateTime.php : First iteration of DateTime abstraction class
654        * Basic support for datetime input field.
655        * TODO : Overhaul with full-fledged datetime selector...
656
6572005-10-25 Francois Proulx <francois.proulx@gmail.com>
658        * AuthenticatorRadius : Fixed legacy variable misuse
659
6602005-10-24 Benoit Grégoire  <bock@step.polymtl.ca>
661        * AuthenticatorRadius:  Fix bug reported by kouete, by inspection. Fix not
662          actually tested. Guys, read the documentation of the function parameters
663          when you code, it's there to help you ;)
664
6652005-10-21 Francois Proulx <francois.proulx@gmail.com>
666        * Integration testing for Radius debugging
667        * Added network_id parameter to hotspot_status.php for selecting network
668        * Default network will be automatically selected...
669
6702005-10-04 Francois Proulx <francois.proulx@gmail.com>
671        * Scaled down network logo
672        * Changed CSS accordingly
673        * Modified online users SQL query to sort better
674
6752005-10-04 Francois Proulx <francois.proulx@gmail.com>
676        * Removed unwanted file from checkout
677
6782005-10-07 Philippe April  <philippe@ilesansfil.org>
679        * Released wifidog-auth-1.0.0_m2
680
6812005-10-06 Benoit Grégoire  <bock@step.polymtl.ca>
682        * AuthenticatorLocalUserNoSignup:  Make a new authenticator, identical to
683          AuthenticatorLocalUser but disalowing new user signup.  When setting up
684          a server, you can add your users, and then change the authenticator class
685          from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup
686        * signup.php: Actually enforce it. Still needs improvement, as the network
687          is still shown for signing up.
688
6892005-10-04 Francois Proulx <francois.proulx@gmail.com>
690        * Translated some error message in SQL abstraction
691        * Cleaned up error messages when starting from scratch
692        * Added link to install script, when the database is empty.
693        * Fixed initial data dump script
694
6952005-10-04 Benoit Grégoire  <bock@step.polymtl.ca>
696        * Remove a bunch of deprecated methods from the Node object,
697          document undocumented methods.
698        * Make the node id editable.  This allows the gateway "MAC address as node
699          ID" patch by London wireless to be usable with the standard auth server,
700          and to transition to using MAC address as node ID.
701        * Fix a saving problem with all the content types with some versions of PHP
702        * Add a new Content type:  IFrameRest.  This allows the result of a REST
703          style query returning HTML to be displayed in a HTML iframeset. Currently
704          supported are substitution of the node_id, the user_id and the last
705          display date in the get query.
706        * CVS version of the auth server should now be "reasonnably" safe to use in
707          production, so the 2005-09-01 notice is no longuer in effect.
708
7092005-10-04 Francois Proulx <francois.proulx@gmail.com>
710        * Translated signup page messages
711
7122005-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
713        * Partial login page content manager support (Node only for now)
714
7152005-09-27 Philippe April  <philippe@ilesansfil.org>
716        * Guess the best language from what the browser sends,
717          otherwise use the default.
718
7192005-09-26 Francois Proulx <francois.proulx@gmail.com>
720        * Translated the few new sentences on the login page
721
7222005-09-26 Benoit Grégoire  <bock@step.polymtl.ca>
723        * login/index.php, stylesheet.css:  Make the create new account bigger, and
724          remove unnecessary words.
725
7262005-09-26 Francois Proulx <francois.proulx@gmail.com>
727        * Completed translations
728
7292005-09-26 Francois Proulx <francois.proulx@gmail.com>
730        * Fixed annoying bug in new google maps code
731
7322005-09-25 Francois Proulx <francois.proulx@gmail.com>
733        * Complete rewrite of Google maps code, now stands as a js class
734        * relooking of mapping stuff
735        * wrote basic "Find the closest hotspot" widget for canada geocoding only...
736        * fixed broken xml, damn blank lines...
737
7382005-09-25 Benoit Grégoire  <bock@step.polymtl.ca>
739        * Statistics:  At long last, the monster statistics commit.
740          We finally have a stable, documented and uniform codebase for statistics.
741          This resulted is removal of several functions in other classes too.
742          There are a few new reports, but mostly, each report is a lot more
743          flexible.
744          Still TODO:
745          - Security:  This is to be implemented directly in the Statistics class,
746            by forcing restrictions to the selected nodes and network.
747          - Support selecting multiple users for a report.
748            The code and SQL queries support it, but the UI doesn't. An easy and
749            quick way would be to simply parse a coma-separated list. Comment are
750            off course welcome!
751
7522005-09-25 Francois Proulx <francois.proulx@gmail.com>
753        * Updated initial SQL script to schema 29
754        * Remove useless includes in some files, preventing from using the "plugin"
755          contents
756
7572005-09-25 Philippe April  <philippe@ilesansfil.org>
758        * Make method getCurrentRealNode ORDER BY DESC so it picks
759          up the latest network name
760
7612005-09-20 Francois Proulx <francois.proulx@gmail.com>
762        * Changed the output layout of the Google Maps hotspots list
763        * Added "Loading" message on Google Maps
764
7652005-09-17 Francois Proulx <francois.proulx@gmail.com>
766        * Fixed forgotten reference to getNetwork in AuthLocalUser
767
7682005-09-17 Francois Proulx <francois.proulx@gmail.com>
769        * Fixed a few bugs in Radius class
770        * Improved syntax and completed 100% of French translations
771
7722005-09-17 Francois Proulx <francois.proulx@gmail.com>
773        * Fixed RADIUS bug #1287000
774
7752005-09-16 Francois Proulx <francois.proulx@gmail.com>
776        * Added Mail Classes to circumvent mb_send_mail UTF-8 problems
777        * This class provides UTF-8 mailing for validation e-mail, lost password,
778          lost username...
779        * Fixes reported bug where users would not receive validation email on
780          some servers
781
7822005-09-13 Francois Proulx <francois.proulx@gmail.com>
783        * Added bytes in words for online users
784
7852005-09-13 Francois Proulx <francois.proulx@gmail.com>
786        * Fixed bug in user stats
787
7882005-09-13 Francois Proulx <francois.proulx@gmail.com>
789        * Added access permissions for statistics.
790
7912005-09-12 Benoit Grégoire  <bock@step.polymtl.ca>
792        * schema_validate.php:  Fix a bug version 26.  The conversion of the old
793          account_origin as a parameter to the authenticator was wrong.  To fix it
794          manually if you already ran the script, you must quote the parameter in
795          column network_authenticator_params in the networks table.
796        * Network.php:  Fix improper quoting of Authenticator arguments.
797        * RssPressReview.php:  Make expansion of today's item optionnal.
798
7992005-09-11 Francois Proulx <francois.proulx@gmail.com>
800        * Fixed dependency check, found a workaround for the file_exists problem
801
8022005-09-11 Francois Proulx <francois.proulx@gmail.com>
803        * Added dependency check for Phlickr
804
8052005-09-11 Francois Proulx <francois.proulx@gmail.com>
806        * Fixed Flickr support
807        * Now using PEAR version of Phlickr
808        * Download the latest package and install like this: pear install
809          PhlickrXYZ.tar.gz
810
8112005-09-10 Francois Proulx <francois.proulx@gmail.com>
812        * Fixed dependency check
813
8142005-09-10 Francois Proulx <francois.proulx@gmail.com>
815        * Removed many blank lines after php tags
816        * added more checks, for dates etc...
817        * changed sorting mode
818
8192005-09-10 Benoit Grégoire  <bock@step.polymtl.ca>
820        * Add UI to add a new Network
821        * Improve UI to add a new Node and new Content
822
8232005-09-10 Philippe April  <philippe@ilesansfil.org>
824        * signup.php: Fixed bug in detecting is the user is already part of the
825          network.
826        * classes/{Authenticator,Network,Node}.php: isset, and issues preventing
827          users from logging out.
828        * add BASEPATH to most files with require_once
829        * Added dependency checking class
830        * Don't show the admin menu if user does not have access
831        * Got rid of user_log_detailed.html, using stats.php instead
832
8332005-09-10 Francois Proulx <francois.proulx@gmail.com>
834        * Automatically redirect user to login form when trying to access admin
835        * Added various isset, empty tests, vars init in stats (to avoid PHP
836          warning)
837
8382005-09-08 Philippe April  <philippe@ilesansfil.org>
839        * New stats system with graphs
840        * Changed the UI a bit to reflect this change
841        * Updated stylesheet
842
8432005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
844        * portal/index.php:  Custom portal redirect now operational.
845
8462005-09-08 Benoit Grégoire  <bock@step.polymtl.ca>
847        * MainUI:  Move call to garbage_collect() here.
848        * portal/index.php:  New feature:  Custom portal redirect.
849        * rework much of the logout code
850
8512005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
852        * login/index.php:  Fix getSplashOnlyUser() method call.
853
8542005-09-07 Benoit Grégoire  <bock@step.polymtl.ca>
855        * RssPressReview.php:  Fix z-index so the hovers will overlap the expanded
856          news.
857        * login/index.php:  Reorganise code to make it more legible and comment what
858          it does. Emphasise error messages and put them right above where they
859          clicked so users can actually see them.
860        * Security.php:  Remove deprecated login code
861        * Authenticator.php: Change calling convention for better encapsulation
862        * New feature:  Support multiple simultaneous logins if enabled in network
863          configuration
864        * New feature (in testing): Splash-only node support
865
8662005-09-05 Benoit Grégoire  <bock@step.polymtl.ca>
867        * include/common.php:  Add code to undo the effect of magic_quote if enabled
868          in the server config.  It is still strongly recommended to disable
869          magic_quote
870        * Node.php:  Add UI for splash only node and custom portal
871        * Update schema
872
8732005-09-04 Francois Proulx <francois.proulx@gmail.com>
874        * Removed update.php script ( should not have been in CVS )
875        * Moved authenticator require in Network getAuthenticator()
876
8772005-09-03 Philippe April  <philippe@ilesansfil.org>
878        * Schema change: Added last_paged column to nodes table
879        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates
880        * s/Networt/Network/
881        * Fixed signing up and validation, typos
882
8832005-09-01 Benoit Grégoire  <bock@step.polymtl.ca>
884        WARNING:  DO NOT use the CVS auth server in production until further notice.
885        Massive internal changes are underway.
886        Use the release tagged 1.0m1 in production.
887        * Network abstraction mostly complete, including UI.
888          All that is missing is new network creation, network stakeholder UI and
889          testing.
890        * Cleanup the config file of all the now unneeded constants.
891          Note that the install script is currently broken.
892          There can now be multiple networks on the server.
893          The install script will have to make sure that there is at least one, with
894          one super-admin
895
8962005-08-31 Francois Proulx <francois.proulx@gmail.com>
897        * Fixed bug where node ID containing periods, whitespaces or underscores
898          would confuse PHP
899        * MD5 hash is used to make sur the http vars are unique
900        * This is only valid for Node administration
901
902NOTE:  the 1.0m1 release was tagged here
903
9042005-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
905        * Node.php:  Fix node creation
906
9072005-08-31 Francois Proulx <francois.proulx@gmail.com>
908        * Fixed new node creation bug
909
9102005-08-29 Philippe April <philippe@ilesansfil.org>
911        * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents
912          IE to see the map properly.
913
9142005-08-22 Pascal Leclerc  <pascal@plec.ca>
915        * install.php, Change javascript to OnClick + dependencie note
916        * schema_validate.php, Fix broken DB update for install.php
917        * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not
918          installed
919
9202005-08-22 Francois Proulx <francois.proulx@gmail.com>
921        * Added edit button for quickly accessing Content editing mode
922        * Changed the layout so the admin ui fits in a tighter space
923
9242005-08-21 Francois Proulx <francois.proulx@gmail.com>
925        * Added reference to new street address fields in mapping page and on status
926          template
927        * Fix bug on line 756 of RssPressReview , added check for empty var.
928        * Flickr support is broken, added  bug to sf.net tracker
929
9302005-08-21 Francois Proulx <francois.proulx@gmail.com>
931        * Node admin UI should now be completed.
932        * Minor bug fixes in Geocoder
933        * Merged node_owners and node_tech_officers table into node_stakeholders
934
9352005-08-19 Benoit Grégoire  <bock@step.polymtl.ca>
936        * New schema version
937        * install.php, tmp/magpie_cache/:  Move all magpie caches
938          to a central location, adjust install script to match.
939        * classes/MainUI.php:  Add $_REQUEST array output if debug_request is set as
940          a parameter to the page
941        * classes/Network.php, classes/Node.php:  Change content ordering to be most
942          recently subscribed first, this is a stopgap measure while waiting for
943          Content ordering to be explicitely settable.
944        * classes/Content/RssAggregator.php:  Full admin UI, some bug fixes
945        * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable()
946          and getFeedTitle() methods.
947          Fixes minor bugs
948
9492005-08-17 Pascal Leclerc  <pascal@plec.ca>
950    * Added install script + minor changes in schema_validate.php
951
9522005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
953        * Re-Run sync_sql_for_cvs.sh, did not run to completion last time.
954
9552005-08-15 Benoit Grégoire  <bock@step.polymtl.ca>
956        * Run sync_sql_for_cvs.sh
957        * sql/dump_initial_data_postgres.sh:  Fix a hardcoded reference to rss_url
958          which no longer exists
959        * .project:  Remove mistakenly commited file in last commit
960        * .cvsignore:  Add file to avoid previous error
961
9622005-08-12 Francois Proulx <francois.proulx@gmail.com>
963        * Added missing GisPoint fille to CVS
964        * Fixed some bugs
965        * Added Technical officer table
966        * Added technical officer management to node UI
967
9682005-08-12 Francois Proulx <francois.proulx@gmail.com>
969        * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY
970        * Added GMAPS_ADMIN_API_KEY, needed for admin UI
971        * This is a stupid limitation of the Google Maps API which matches the
972          complete URL path
973        * Added /classes/GisPoint.php class
974        * Will add geocode + Google Maps capabilities very soon
975        * Notice : the XML schema will change very soon...
976        * I will try to keep the streetAddress field intact so I won't break
977          backward compat.
978
9792005-08-12 Benoit Grégoire  <bock@step.polymtl.ca>
980        * classes/MainUI.php: Move the call to schema_validate() in MainUI's
981          constructor
982        * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to
983          reflect it's independently maintained status
984        * wifidog/classes/Content/HotspotRss.php:  Delete the class, obsolete
985        * wifidog/classes/Content/RssAggregator.php:  Functionnal, but needs it's
986          admin UI written.
987        * wifidog/include/schema_validate.php:  Create the table structure for the
988          new RssAggregator.
989          Remove rss_url in nodes table, no longer needed.  Move it's data to the
990          new Content class.
991
9922005-08-11 Francois Proulx <francois.proulx@gmail.com>
993        * Refactored the Admin UI.
994        * I need to write the upload form and rewrite statistics
995
9962005-08-10 Francois Proulx <francois.proulx@gmail.com>
997        * More GIS stuff
998
9992005-08-10 Francois Proulx <francois.proulx@gmail.com>
1000        * Added Geocoders
1001          - /classes/AbstractGeocoder.php
1002          - /classes/Geocoders/GeocoderCanada.php
1003          - /classes/Geocoders/GeocoderUsa.php
1004        * This will be used for enterring GIS data
1005        * Coming in the next few days: set hotspot gis using Google Maps + Geocoding
1006
10072005-01-25 Pascal Leclerc  <pascal@plec.ca>
1008        * Fix hardcoded images path in classes/MainUI.php
1009
10102005-07-25 Francois Proulx <francois.proulx@gmail.com>
1011        * Fixed bug in hotspot_status , added htmlspecialchars();
1012        * This solved the bug where ampersands would break the XML
1013
10142005-07-17 Francois Proulx <francois.proulx@gmail.com>
1015        * Fixed bugs in gen.sh, compile.sh locale scripts
1016
10172005-07-12 Francois Proulx <francois.proulx@gmail.com>
1018        * Changed XML element from hotspotsMetadata to hotspots and added networkUri
1019          element to networkMetadata
1020
10212005-07-12 Francois Proulx <francois.proulx@gmail.com>
1022        * Fixed XML protocol for exchanging hotspots status.
1023        * Should now be considered stable (stamped v1.0)
1024        * Fixed hotspots status map to reflect the changes
1025        * Added french translations
1026
10272005-07-11 Francois Proulx <francois.proulx@gmail.com>
1028        * Changed link to hotspots map using NON ssl because Google Keys are
1029          sensitive to the whole path.
1030
10312005-07-11 Benoit Grégoire  <bock@step.polymtl.ca>
1032        * classes/RssPressReview.php: Begin rewrite.
1033        * classes/MainUI.php: Add addFooterScript() function.
1034        * venues_map.php:  Workaround the IE DOM problem.
1035
10362005-07-05 Francois Proulx <francois.proulx@gmail.com>
1037        * Changed wording in hotspots status page added legend
1038
10392005-07-05 Francois Proulx <francois.proulx@gmail.com>
1040        * Minor adjustements to icon positionning
1041
10422005-07-05 Francois Proulx <francois.proulx@gmail.com>
1043        * Changed google maps marker icons
1044
10452005-07-05 Francois Proulx <francois.proulx@gmail.com>
1046        * Added missing elements in XML exchange format
1047        * Stable v1.0 for XML exchange format and Google Maps mapping
1048        * Added GMaps constants to config file
1049        * Unsmartied index.php , added link to map
1050        * Check config.php to set corresponding values
1051        * You can now use hotspot_status.php?format=XML along with xslt query string
1052          parament to convert your XML document
1053        * For this to work, You need to have activated XSLT ( see config file )
1054
10552005-07-05 Francois Proulx <francois.proulx@gmail.com>
1056        * Added Google Maps mapping venues_map.php
1057        * /js/venues_status_map.js  JavaScript code for Mapping
1058        * In beta : tested successfuly with 48 nodes in the Montreal area, loads in
1059          a snap
1060
10612005-07-03 Francois Proulx <francois.proulx@gmail.com>
1062        * Updated the XML venues status format ( version 1.0, once approved )
1063        * Added long / lat fields to nodes table ( for mapping purposes )
1064
10652005-06-17 Francois Proulx <francois.proulx@gmail.com>
1066        * Added IFrame and SimpleIFrame content types.
1067
10682005-06-28 Benoit Grégoire  <bock@step.polymtl.ca>
1069        * classes/Content/Langstring.php:  Bug fix:  Langstring was always
1070          non-persistent, no matter the checkbox.  Move the code to
1071          TrivialLangstring.php where it belongs.
1072
10732005-06-21 Benoit Grégoire  <bock@step.polymtl.ca>
1074        * portal/inted.php:  Implement the start button functionnality (maybe it
1075          would be better to call it "use the Internet").  From now on, once
1076          authenticated and when pressing the start button on the portal, the user
1077          will be sent to the page he originally tried to access.  A second window
1078          will be popped with the portal page so he can come back to it. The window
1079          is collapsed, and can be expanded back by clicking on the link. I tried
1080          to make it cross platform (and mostly did) but it's still buggy in IE.
1081
1082          At the same time, this fixes the goof reported by Rob Kelley of
1083          nycwireless.net
1084
1085        * portal/missing_original_url.php:  Displayed when the user tries to use the
1086          start button but for some reason the original url is unavailable
1087        * common.php:  New define CURRENT_REQUEST_URL, hopefully containing the full
1088          URL in the user's URL bar.
1089
1090
10912005-06-17 Francois Proulx <francois.proulx@gmail.com>
1092        * Removed forced Pattern Language on all hotspots
1093        * Do not show hotspot logo in portal page, only on login, until we find a
1094          better layout
1095
10962005-06-16 Francois Proulx <francois.proulx@gmail.com>
1097        * Added XML output format for hotspot_status.php
1098        * Rough draft v1.0
1099        * TODO move to different classes once stabilized
1100        * Can use XSLT, if activated ( XSLT_SUPPORT constant )
1101        * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl
1102        * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML
1103
11042005-06-06 Francois Proulx <francois.proulx@gmail.com>
1105        * Added long description field to content table
1106        * MUST use schema_validate
1107        * Modified Pattern Language to be more generic
1108        * resend changelog
1109
11102005-06-06 Francois Proulx <francois.proulx@gmail.com>
1111        * Made changes to Pattern Language ( Kate Armstrong )
1112
11132005-05-30 Philippe April <philippe@ilesansfil.org>
1114        * Show username in user_stats.php instead of user_id
1115          and in other admin pages
1116
11172005-05-30 Francois Proulx <francois.proulx@gmail.com>
1118        * Changed language selectbox name so it does not clash with ISF's domain
1119          cookie
1120        * Fixed setlocale algorithm in Locale.php
1121
11222005-05-29 Francois Proulx <francois.proulx@gmail.com>
1123        * Missing null check in validate.php
1124
11252005-05-27 Francois Proulx <francois.proulx@gmail.com>
1126        * Changed the signup process to make it smoother for users
1127        * The user will automatically be granted the 15 minutes if he's signing up
1128          at a real hotspot
1129        * If the user closes his browser during the 15 minutes and loses its
1130          session, we will regenerate it
1131        * Added big red message to the top of the portal page, warning user to
1132          validate as soon as possible
1133        * Fixed translation typos
1134
11352005-05-26 Benoit Grégoire  <bock@step.polymtl.ca>
1136        * Someone moved the fallback gettext functions definition (for when gettext
1137          isn't installed) inside the static setCurrentLocale method, completely
1138          breaking the system when PHP doesn't have gettext support.  This is an
1139          untested fix.
1140
11412005-05-24 Francois Proulx <francois.proulx@gmail.com>
1142        * Fixed bug in auth.php to let users go through when the click twice on the
1143          login button
1144        * Fixed bug in hotspot_log.php
1145
11462005-05-24 Francois Proulx <francois.proulx@gmail.com>
1147        * Added "Get access statistics" button to Node admin to get hotspot specific
1148          stats
1149        * Added search box in Users log to get a specific user stats quickly
1150
11512005-05-24 Francois Proulx <francois.proulx@gmail.com>
1152        * Fixed typo in some translations
1153        * Cleaned-up todos
1154
11552005-05-18 Francois Proulx <francois.proulx@gmail.com>
1156        * Added strip_tags in RssPreview ( some malformed HTML would break the page
1157          layout)
1158
11592005-05-16 Francois Proulx <francois.proulx@gmail.com>
1160        * Changed login message in MainUI to make it clearer what the login button
1161          will do
1162
11632005-05-13 Philippe April <philippe@ilesansfil.org>
1164        * Added deployment status to node_list
1165
11662005-05-11 Francois Proulx <francois.proulx@gmail.com>
1167        * Began writing user profiles
1168        * Added many methods to User class
1169        * Added node quota fields in DB ( bandwidth, throttling ...)
1170
11712005-05-10 Francois Proulx <francois.proulx@gmail.com>
1172        * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id,
1173          gw_address, gw_port show physical login link
1174
11752005-05-10 Francois Proulx <francois.proulx@gmail.com>
1176        * Added download button CSS class to style button
1177
11782005-05-10 Francois Proulx <francois.proulx@gmail.com>
1179        * Fixed wrong method name in File.php
1180        * Added strip tags to Langstring
1181        * Basic styling of content_admin table
1182
11832005-05-04 Francois Proulx <francois.proulx@gmail.com>
1184        * Fixed serialization issue ( flickr)
11852005-05-04 Francois Proulx <francois.proulx@gmail.com>
1186        * Improved caching
1187        * Wrote very basic gridview code for Flickr
1188
11892005-05-04 Francois Proulx <francois.proulx@gmail.com>
1190        * Implemented caching for Flickr
1191        * Need to contact Phlickr to see how we could do better, since serialize
1192          does not work OK on objects
1193
11942005-05-04 Francois Proulx <francois.proulx@gmail.com>
1195        * Fixed bug concerning Content-Length header
1196        * Changed default Unit size for setLocalFileSize to bytes
1197
11982005-05-04 Francois Proulx <francois.proulx@gmail.com>
1199        * Added BLOB support
1200        * modified file_download.php to support new header attributes
1201        * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction
1202        * Make sure your PHP.ini contains the right value to allow big downloads
1203        * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php
1204        * ISF Live server is now configured to support 100 megabytes files
1205
12062005-05-04 Francois Proulx <francois.proulx@gmail.com>
1207        * Fixed CSS IE Bug
1208        * Fixed SQL query
1209        * NEED HELP FROM A WEB DESIGNER !!!!!
1210
12112005-05-03 Francois Proulx <francois.proulx@gmail.com>
1212        * Disabled logging in Pattern Language archives
1213
12142005-05-03 Francois Proulx <francois.proulx@gmail.com>
1215        * Having for SQL query... :-(
1216
12172005-05-02 Francois Proulx <francois.proulx@gmail.com>
1218        * PatternLanguage is now completed
1219
12202005-04-30 Francois Proulx <francois.proulx@gmail.com>
1221        * Logout button will now destroy session AND render token USED
1222
12232005-04-30 Francois Proulx <francois.proulx@gmail.com>
1224        * Fixed bug that could potentially let non owners add content in /content
1225          through content groups
1226        * Admin menu won't show node selector if the user is not owner of at least
1227          one hotspot
1228        * Added Width, height support for Picture
1229
12302005-04-30 Francois Proulx <francois.proulx@gmail.com>
1231        * Did my best for content styling ... ( it's 5h00 am )
1232
12332005-04-30 Francois Proulx <francois.proulx@gmail.com>
1234        * Updated sync_sql_for_cvs.sh
1235
12362005-04-30 François Proulx <francois.proulx@gmail.com>
1237        * ChangeLog entry missed by CVS ?!
1238        * Locale now decomposes the locale string by '_'
1239        * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... )
1240
12412005-04-30 François Proulx <francois.proulx@gmail.com>
1242        * Trying to solve RSS encoding bug...
1243        * Testing on live server
1244
12452005-04-29 François Proulx <francois.proulx@gmail.com>
1246        * Removed all inline unuseful javascript code on submit buttons
1247          onclick='submit()'
1248        * This conflicted with the actual click on the submit button in Safari
1249        * Fixed check in Network for isOwner, only check superAdmin
1250        * Fixed bug so you can't add an existing content group to itself (deadlock)
1251        * Started coding Pattern language narrative display
1252
12532005-04-29 François Proulx <francois.proulx@gmail.com>
1254        * Wrote User.php addcontent, removeContent, getAllContent()
1255        * Wrote Content.php subscrite() and unsubscribe()
1256        * Added parameters to getAllContent() in Node and Network
1257          (exclude_subscribed_content)
1258        * These will be used for subscribing a to some content
1259        * Pattern Language will be the first to use it
1260        * Online users lists
1261        * Fixed bugs in Node and Network ( isOwner check )
1262
12632005-04-28 François Proulx <francois.proulx@gmail.com>
1264        * Logout button build a query string containing gw_id, gw_address, gw_port
1265          ( if available ), so that a user at a physical hotspot will get the login
1266          page from the hotspot he is.
1267        * Fixed but in Locale ( did not propertly set the locale in the session )
1268
12692005-04-28 François Proulx <francois.proulx@gmail.com>
1270        * Added check in MainUI toolbar so that it won't show "NOT logged in ?"
1271          message when connect to a real hotspot ( not virtual )
1272        * This message confused many users ( they clicked and got the virtual login
1273          instead ! )
1274        * Hide adminstration features ( statistics, hotspot creation, network wide
1275          content etc...) from all but Super admins
1276        * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check
1277        * Added $associate_existing_content parameter to processNewContentUI to
1278          allows reuse for existing content ( in ContentGroup )
1279        * Fixed bug in FlickrPhotoStream delete ( missing return from parent )
1280        * Added security check in all content classes ( ProcessAdminUI )
1281
12822005-04-26 François Proulx <francois.proulx@gmail.com>
1283        * Replaced show only content groups by show persistent
1284
12852005-04-26 François Proulx <francois.proulx@gmail.com>
1286        * Added missing /content directory
1287
12882005-04-26 François Proulx <francois.proulx@gmail.com>
1289        * Added /content/ for displaying all content elements
1290        * Logging is disable when viewing them
1291        * All content elements will expand
1292        * Pattern languages won't display everything ( special property )
1293          isExpandable
1294        * Added a link in portal pages to go to /content/
1295        * Added Show all contents button in content_admin.php
1296
12972005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1298        * Content.php, ContentGroup.php:  All Content now implement the
1299          isDisplayableAt($node).  Used by the portal, if content has nothing
1300          displayabel, the entire content is skipped.
1301
13022005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1303        * FlickrPhotostream.php:  Fix the object so it doesn't crash when flicker is
1304          disabled.
1305
13062005-04-27 Benoit Grégoire  <bock@step.polymtl.ca>
1307        * ContentGroup.php:  Fully functionnal content rotation engine, with all
1308          options supported. Rotation based on session may not be reliable if the
1309          user isn't truly logged in (from a node).
1310
13112005-04-26 François Proulx <francois.proulx@gmail.com>
1312        * Most of the missing translations
1313
13142005-04-26 François Proulx <francois.proulx@gmail.com>
1315        * Changed back File to non trivial
1316        * portal page stylesheet
1317
13182005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1319        * ContentGroupElement.php:  It shouldn't be allowed to create a new content
1320          element in isolation.  Unfortunately the UI allows if for now.  Such
1321          content will now be deleted.
1322        * Locale:  Fix string selection algorithm to pick the right language.
1323        * Content:  Implement display logging.
1324
13252005-04-26 François Proulx <francois.proulx@gmail.com>
1326        * stylesheet rework
1327
13282005-04-26 François Proulx <francois.proulx@gmail.com>
1329        * Fixed wrong location for change password link
1330
13312005-04-25 François Proulx <francois.proulx@gmail.com>
1332        * Portal page styling
1333
13342005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1335        * ContentGroup.php:  Previous fix didn't work.  New fix.
1336
13372005-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
1338        * ContentGroup.php:  Make bad selection mode eror non-fatal.
1339
13402005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1341        * Fix bug in ContentGroup enumeration
1342
13432005-04-25 François Proulx <francois.proulx@gmail.com>
1344        * More stylesheets work
1345
13462005-04-25 François Proulx <francois.proulx@gmail.com>
1347        * Much better stylesheet
1348
13492005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1350        * UI fully functionnal
1351
13522005-04-25 François Proulx <francois.proulx@gmail.com
1353        * More interface work
1354
13552005-04-25 François Proulx <francois.proulx@gmail.com
1356        * Completed integration of new interface with new objects
1357
13582005-04-25 Benoit Grégoire  <bock@step.polymtl.ca>
1359        * Integration merge, should work, but there will be display problems
1360          everywhere.  Expect further commits today.
1361        * Almost 100% complete Network abstraction
1362        * Much better object encapsulation.  Deprecated methods not removed yet.
1363        * Add MainUI class.  Used to display the interface.  Inner workings still
1364          need work.
1365
13662005-04-23 François Proulx <francois.proulx@gmail.com>
1367        * Added Preferred Size support for Flickr pictures
1368
13692005-04-23 François Proulx <francois.proulx@gmail.com>
1370        * Completed missing translations
1371
13722005-04-23 François Proulx <francois.proulx@gmail.com>
1373        * Fixed bugs in File and EmbeddedContent
1374        * Completed first iteration of EmbeddedContent
1375        * Can now play multimedia content
1376        * Could not test fallback with my browser ( Safari and Firefox )
1377        * Need help to test content in different browser to see how it reacts...
1378
13792005-04-22 François Proulx <francois.proulx@gmail.com>
1380        * Fixed bug in FlickrPhotostream.php
1381        * Params did not match new methods requirements ( getUserByEmail )
1382        * Changed stylesheet class name for Flickr to match new changes
1383        * Fixed bugs in File
1384        * Wrote part of EmbeddedContent ( partially working )
1385        * TODO: add support for parameters and attributes in EmbeddedContent
1386
13872005-04-22 François Proulx <francois.proulx@gmail.com>
1388        * Fix schema version in François's commit
1389
13902005-04-21 François Proulx <francois.proulx@gmail.com>
1391        * Added explicit admin UI exceptions support for Flickr
1392        * Completed File and Picture objects
1393
13942005-04-20 François Proulx <francois.proulx@gmail.com>
1395        * Completed Flickr support ( explicit exceptions catching )
1396        * Most of File object is done
1397        * Fixed bug in generic_object_admin.php
1398        * changed stylesheet class tags for Flickr
1399
14002005-04-18 François Proulx <francois.proulx@gmail.com>
1401        * Added Flickr content support
1402        * Part of File object is done
1403
14042005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
1405        * Working (beta...) content manager and portal.
1406        * Add content preview mode
1407
14082005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1409        * Hotspot and network content association, continue access control work.
1410        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the
1411          script from working.
1412        * All files:  Remove whitespace and carriage return after the ?> closing
1413          tags.
1414
14152005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
1416        * Much more complete admin, initial access control work.
1417
14182005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
1419        * Support more of the content object model, do a half-decent CSS for the
1420          admin interface.
1421
14222005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1423        * Content.php:  Use full langstring interface by default;
1424
14252005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1426        * Content.php:  Fix db reference;
1427
14282005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1429        * Fix Content object enumeration preventing usage of admin interface
1430        * Partial fix for RSS feed encoding (multiple feed aggregation still broken)
1431
14322005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
1433        * First part of the future content delivery infrastructure. Many files added
1434
14352005-04-01 François Proulx  <francois.proulx@gmail.com>
1436        * Modified gen.sh script to match UTF-8
1437        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
1438
14392005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1440        * wifidog/templates/auth_sources_selection.html:  Add missing file from
1441          Francois's commit.
1442
14432005-04-01 Philippe April <philippe@ilesansfil.org>
1444        * Fixed missing parenthesis in classes/User.php
1445        * Removed unused files
1446        * fixed schema_validate.php (typos)
1447
14482005-04-01 Francois Proulx  <francois.proulx@gmail.com>
1449        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT
1450          EDITOR
1451        * The database will be converted to UTF-8 (version 5)
1452        * Added select boxes ( or hidden ) html form elements to choose the network
1453          for signup, lost password, username
1454
14552005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
1456        * Add constraints to account_origin to detect errors on inserts.
1457        * Remove IDRC test server
1458
14592005-04-01 Philippe April <philippe@ilesansfil.org>
1460        * User.php: Add reference to $db global variable.
1461        * Tagged v0_1_0_alpha1
1462        * Removed spaces in AuthenticatorLocalUser.php
1463
14642005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1465        * Remove spaces after php blocks in various files.
1466        * Temporarily fix single authentication source not present bug in login
1467          smarty template.  All other places where we select the network will be
1468          fixed tommorow.
1469        * Fix initial schema errors.
1470
14712005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
1472        * More RADIUS install documentation.
1473        * Fix schema_validate.php
1474
14752005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1476        * Moved language definition
1477        * Moved e-mail subjects to User class ( each e-mail functions )
1478
14792005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1480        * Added missing schema_validate.php modifs.
1481
14822005-03-31 Francois Proulx  <francois.proulx@gmail.com>
1483        * Added PEAR install procedure
1484
14852005-03-30 François Proulx  <francois.proulx@gmail.com>
1486        * Finished RADIUS authentication and accounting
1487        * Accounting Unique session ID is now based on the same token we use
1488        * Fixed all issues with lost_username, lost_password etc...
1489        * User class has new static function getUsersByEmail and getUsersByUsername
1490        * Added translations for new features
1491        * Translated the validation, lost password, username e-mails
1492        * Tested quite a bit, this version is considered stable
1493        * A few examples on how set different RADIUS or local authenticators can be
1494          found in the config.php
1495
14962005-03-29 François Proulx  <francois.proulx@gmail.com>
1497        * schema_validate.php : Modified schema : dropped e-mail + account unique
1498          index, dropped email not empty constraint
1499        * Schema is now at version 3
1500        * Coded RADIUS authentication
1501        * Modified templates to show a select box when more than one server is
1502          configured
1503        * Coded RADIUS accounting and backward compatibility accounting
1504        * Modified many statistics SQL queries to match new Users table
1505        * modified statistics templates to match user_id and account_origin
1506        * TODO : Fix lost_username and lost_password ( issue since we dropped the
1507          unique constraint on emails... )
1508        * TODO : Heavy testing possibly with remote RADIUS servers
1509
15102005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1511        * sql:  Put initial data in a transaction, and specify the wifidog user so
1512          you do not have to su to it while using sync_sql_for_svs
1513
15142005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
1515        * common.php:  Add get_guid() function
1516        * validate_schema.php: New auto-upgrade script to allow autaumatic schema
1517          upgrade.  Note that you must still update dump_initial_data_postgres.sh
1518          and use sync_sql_for_cvs.sh so new users aren't left in the cold.
1519        * New class Authenticator (and subclasses):  Begin virtualizing the login
1520          process.
1521
15222005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
1523        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming
1524          and outgoing for all connections from a user have null values.
1525        * wifidog/local_content/default/portal.html: Fix layout so it resizes
1526          properly.  This in an interim measure.
1527        * Update schema.  This will allow automatic schema updates in the future.
1528          TO update a live server:
1529
1530      BEGIN;
1531      CREATE TABLE schema_info (
1532            tag text PRIMARY KEY,
1533            value text
1534          );
1535          INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
1536          COMMIT;
1537
15382005-03-16 Matthew Asham <matthewa@bcwireless.net>
1539    * config.php: will use "local.config.php" instead, if present.  avoid cvs
1540      over-writing.
1541    * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.
1542      For integration with existing auth systems
1543    * hotspot_status.php: ob_clean may complain about buffering.  muted.
1544    * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the
1545      feed.
1546
15472005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
1548        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql,
1549          wifidog-postgres-schema.sql:-Widen the connections size to fix int4
1550          wraparound problems.  To update a running server, execute the following
1551          sql sniplet:
1552
1553      BEGIN;
1554      ALTER TABLE connections RENAME incoming TO incoming_old;
1555      ALTER TABLE connections ADD COLUMN incoming int8;
1556      ALTER TABLE connections RENAME outgoing TO outgoing_old;
1557      ALTER TABLE connections ADD COLUMN outgoing int8;
1558      UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
1559      ALTER TABLE connections DROP COLUMN incoming_old;
1560      ALTER TABLE connections DROP COLUMN outgoing_old;
1561      COMMIT;
1562
1563        * wifidog/admin/hotspot.php: Missing file from phil's commit.
1564        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation
1565          by Benoit St-André
1566
15672005-02-14 Philippe April <philippe@ilesansfil.org>
1568        * gw_message.php: the "activate" message was not properly defined and
1569          would cause an error to show up instead of the nice activate your account
1570          message
1571
15722005-02-14 Philippe April <philippe@ilesansfil.org>
1573        * wifidog/locale/gen.s: Was not working as expected, it will now get the
1574          gettext from smarty properly.
1575        * Updated TODO with ideas on making config better
1576
15772005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
1578        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
1579        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting
1580          and more information to the RSS feed.
1581
15822005-01-26 Philippe April <isf_lists@philippeapril.com>
1583        * Some kind of virtual login (we need to talk about this).
1584        * New User and Node classes
1585        * Modified all files to work with the classes.
1586        * Remove mgmt_helpers (all done in User class now)
1587
15882005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
1589        * classes/Node.php:  New file, untested code example
1590        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
1591
15922005-01-25 Philippe April <isf_lists@philippeapril.com>
1593        * Changed initial postgres inserts sql file, it wasn't working properly
1594
15952005-01-25 Pascal Leclerc  <pascal@plec.ca>
1596        * Added admin and owner administration pages
1597
15982005-01-23 Philippe April <isf_lists@philippeapril.com>
1599        * Added gateway error messages (validation period, etc.)
1600
16012005-01-20 Philippe April <isf_lists@philippeapril.com>
1602        * Modularized the admin interface, added functions
1603
16042005-01-18 Philippe April <isf_lists@philippeapril.com>
1605        * Smarty'ized more, I think it's done now
1606
16072005-01-12 Philippe April <isf_lists@philippeapril.com>
1608        * i18n and smarty'ized parts
1609
16102005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1611        * INSTALL: Mandate PHP5
1612        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
1613        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
1614        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will
1615          automatically pick the best 5 entries from all the feeds.  It will
1616          compensate for disparate publication intervals.  An entry from a feed that
1617          does not publish often will live longer than an entry from a feed that
1618          publishes very often.  If a feed doesn't have any entry that makes the
1619          cut, it will not appear at all.
1620        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
1621
16222005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
1623        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet
1624          functionnal)
1625        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed
1626          Hotspots.
1627        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and
1628          outgoing in your data. Only use this if you had gateways before 1.0.2
1629          and wish to correct your logs before you upgrade.
1630        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
1631        * wifidog/portal/index.php: Preliminary work to enable smart press review
1632          of multiple RSS feeds.
1633
16342005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1635        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the
1636          page was actually served over SSL, all media in the file will be served
1637          over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links
1638          that break out of SSL mode.  From now on, use the self adapting
1639          BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode,
1640          and BASE_URL_PATH to break out of it.
1641
16422005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
1643        * admin/user_stats.php: Add three top tens to the statistics:  Top ten
1644          apetite for bandwidth, top ten travelers, most addicted users.
1645
16462005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
1647        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much
1648          thinner.
1649        * wifidog/local_content/default/login.html: Remove announcements
1650        * wifidog/include/user_management_menu.php: Fix mailto:
1651        * wifidog/auth/index.php: Fix auth server part of the no data transmited
1652          statistics bug.
1653        * wifidog/admin/index.php: Add link to statistics
1654        * wifidog/admin/user_stats.php: Activate security.
1655        * wifidog/index.php: Make the distinction between the two hotspot status
1656          pages clearer.
1657
16582004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
1659        * wifidog/index.php: Add menu
1660        * wifidog/include/user_management_menu.php: Editorial change, make
1661          translateable
1662        * wifidog/portal/index.php:  Fix RSS feeds
1663
16642004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
1665        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic
1666          aggregate user stats.  Currently allows you to find out the rate at which
1667          your users subscribe.
1668        * wifidog/config.php, wifidog/local_content/default/login.html,
1669          wifidog/include/user_management_menu.php:  Add hotspot status page to
1670          login page.
1671        * wifidog/hotspot_status.php: Cosmetic
1672        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
1673        * wifidog/index.php: Cosmetic.
1674
16752004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
1676        * TODO: Add email domains to blacklist
1677        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech
1678          support email address
1679        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of
1680          information.  Designed to be included as part of another page.
1681        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
1682        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo
1683          and write unknown hotspot, however this is still really ugly
1684        * wifidog/local_content/default/login.html, portal.html, stylesheet.css:
1685          Cosmetic fixes
1686        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the
1687          files, this isn't the approach we will use for translation.
1688        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:
1689          Update with new node information structures.
1690
16912004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
1692        * wifidog/admin/hotspot_log.php: Add number of currently connected users
1693          here as well.
1694
16952004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
1696        * wifidog/ping/index.php: Log user-agent
1697        * extensive statistics work
1698        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and
1699          log user-agent
1700
17012004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
1702        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string
1703          in email or user_id.
1704        * Some statistics fixes
1705
17062004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
1707        * wifidog/admin/index.php: Integrated the changes contributed
1708          on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
1709          mainly a missing ' in some HTML.
1710
17112004-09-28 Yanik Crépeau <yanik@exScriptis.com>
1712    * wifidog/include/common.php: Added commented header with cvs
1713          keywords.
1714        * wifidog/include/common.php: Added commented code (not executing) for
1715          further testing with language/localization issues.
1716
17172004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1718        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON"
1719          comments
1720
17212004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1722        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
1723
17242004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
1725        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
1726        * Begin integrating Patrick Tanguay's new layout and generate the css
1727          dynamically to allow for background images.
1728
17292004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
1730        * portal/index.php:  Fix users appearing online at every hotspot.
1731        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential
1732          cache problems and help with validation.
1733
17342004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
1735        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
1736        * wifidog/auth/index.php:  Move grace time date arithmetics to the database,
1737          fixes validation period not working.  Stop storing VALIDATION_FAILES
1738          status to the database.  Add check for validation period expiration at
1739          stage login, not just stage counters, this will fix one minute
1740          validation period.
1741        * wifidog/login/index.php:  Check validation period activation, and if
1742          period is expired, explain to the user instead of redirecting to the
1743          gateway.
1744        * wifidog/user_management/index.php:  Fix SQL error at new user registration.
1745
17462004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
1747        * wifidog/node_list.php: Complete the status page
1748        * Add images
1749        * Add hotspot creation date
1750
17512004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1752        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
1753        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this
1754          script to the chances will be available in the cvs schemas and initial
1755          data.
1756        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data
1757          in a runnable form.  Note that this needs to be edited manually if you add
1758          a new table requiring initial data.
1759        * INSTALL:  Update for postgres.  Somebody please test this.
1760
17612004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
1762        * wifidog/ping/index.php: Implement logging of which hotspot sent the
1763          heartbeat, from which ip and when.
1764        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
1765        * wifidog/include/user_management_menu.php:  Change menu labels
1766        * wifidog/local_content/default/login.html: Improve layout.  Someone needs
1767          to make this stylesheet correct, I took shortcuts...
1768        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
1769        * wifidog/user_management/index.php:  Display the menu, will eventually
1770          allow us to present proper help text.
1771
17722004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
1773        * Add link to original requested site.
1774        * wifidog/node_list.php:  New file.  Will become the main node status page.
1775
17762004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1777        * Primitive network status available form the index page
1778        * Administrative security is implemented.
1779
17802004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
1781        * Fix big gaping security hole in login page (password would be ignored if
1782          the username was used to login)
1783        * PostgreSql port
1784        * Change the method to determine who is online
1785        * Stop keeping unused token once user successfully logs in.
1786        * Fix missing update of token update date.
1787        * Counters wouldn't get updated for stage=LOGOUT
1788        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth:
1789          so we can know what the hell the server is up to.  Currently you need to
1790          run wifidog in debug level 7 to see it. That message should be parsed so
1791          it is visible in debug level 6.
1792        * wifidog/auth/index.php:   Fix code injection vulnerability.
1793
17942004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
1795        * SSL support and RSS improvement
1796        * Last commit tested with mysql support
1797
17982004-08-24 Pascal Leclerc  <pascal@plec.ca>
1799        * wifidog/admin/user_log.php: Add total to incoming and outgoing
1800        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
1801
18022004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
1803        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
1804        * wifidog/include/user_management_menu.php:  Code meant to deal with
1805          non-standard ports broke the menu.  Hopefully fixed.
1806        * Add alex's mising changelog entry...
1807
18082004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
1809        * wifidog/ping/index.php: will now reply if the wifidog auth server is up.
1810          To be used by wifidog to do heartbeats.
1811
18122004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
1813        * Add code to import a NoCat user database (passwd).  The username will be
1814          generated from the first part of the email if the name was en email.
1815        * Change password hashing algorithm to make it compatible with NoCat (For
1816          the curious among you, the hashing algorithm is now:  take the md5
1817          digest in binary format of the password, and base64 encode it.
1818        * Table schema changed to accomodate newhash length (users.pass is now
1819          varchar(32))
1820        * The user is now allowed to login with either his username or his email.
1821
18222004-08-03 Pascal Leclerc  <pascal@plec.ca>
1823        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace
1824          NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
1825        * wifidog/classes/AbstractDb.php: Add class=warning for better display
1826        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
1827
18282004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1829        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set
1830          to true if gettext is available.  If false, blank _() and gettext()
1831          functions will be defined so the system still works.
1832
18332004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
1834        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
1835
18362004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
1837        * wifidog-auth lives! New since the dark ages
1838        * Demo page to allow people to hack more easely on it
1839        * Support for multiple nodes.  TODO:  Merge with the database project.
1840        * Very cool local content architecture.  Every hotspot can have a folder in
1841          the local_content directory.  This folder can be filed by a single logo,
1842          leaving all the rest to the default content, or be completely custom
1843          (stylesheet, login page, portal page, header, etc.)
1844        * Everything in local content is templated with smarty, no problem with
1845          web designer wrecking havoc on the auth server.  You can edit everything
1846          in local_content/default even if you only speak html.
1847        * No need to set any path in the web server config files (that one was a
1848          bitch to implement)
1849        * RSS feed support (optionnal, with magpierss), one feed per node (url
1850          stored in the database, works great, but no gui to edit it yet) and one
1851          network-wide RSS feed.
1852        * All path are editable from the config file
1853        * "Productize" the thing, so it make sense for other groups to install it
1854          (the network name, url, default RSS, and such are set from the config
1855          file).
1856        * Put most strings in gettext calls for easy future translation.
1857        * User can request that the server send the validation email again
1858        * User can change password
1859        * User who forgot his username can have it mailed to him.
1860        * User who lost his password can ask the system to generate a new one and
1861          mail it to him.
1862        * Email is now a separate field to preserve user privacy.
1863        * Enforces (politely) that there are no duplicate emails in the database
1864        * Database abstraction layer with very nice debugging features (just append
1865          true at the end of the call, and you'll see the query, the results, the
1866          query plan and number of affected rows.  Also allow future upgrade to
1867          postgres.
1868        * Lots of other things I forgot.
Note: See TracBrowser for help on using the browser.