| 1 | # $Header$ |
|---|
| 2 | 2005-01-25 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 3 | * classes/Node.php: New file, untested code example |
|---|
| 4 | * wifidog/admin/admin_common.php: Remove double-defined BASEPATH |
|---|
| 5 | |
|---|
| 6 | 2005-01-25 Philippe April <isf_lists@philippeapril.com> |
|---|
| 7 | * Changed initial postgres inserts sql file, it wasn't working properly |
|---|
| 8 | |
|---|
| 9 | 2005-01-25 Pascal Leclerc <pascal@plec.ca> |
|---|
| 10 | * Added admin and owner administration pages |
|---|
| 11 | |
|---|
| 12 | 2005-01-23 Philippe April <isf_lists@philippeapril.com> |
|---|
| 13 | * Added gateway error messages (validation period, etc.) |
|---|
| 14 | |
|---|
| 15 | 2005-01-20 Philippe April <isf_lists@philippeapril.com> |
|---|
| 16 | * Modularized the admin interface, added functions |
|---|
| 17 | |
|---|
| 18 | 2005-01-18 Philippe April <isf_lists@philippeapril.com> |
|---|
| 19 | * Smarty'ized more, I think it's done now |
|---|
| 20 | |
|---|
| 21 | 2005-01-12 Philippe April <isf_lists@philippeapril.com> |
|---|
| 22 | * i18n and smarty'ized parts |
|---|
| 23 | |
|---|
| 24 | 2005-01-11 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 25 | * INSTALL: Mandate PHP5 |
|---|
| 26 | * wifidog/hotspot_status.php: Allow export of the list as a RSS feed |
|---|
| 27 | * wifidog/classes/RssPressReview.inc: Make it truly functionnal. |
|---|
| 28 | * wifidog/portal/index.php: Support multiple RSS feeds. The system will automatically pick the best 5 entries from all the feeds. It will compensate for disparate publication intervals. An entry from a feed that does not publish often will live longer than an entry from a feed that publishes very often. If a feed doesn't have any entry that makes the cut, it will not appear at all. |
|---|
| 29 | * wifidog/templates/hotspot_status.html: Add link to the RSS version. |
|---|
| 30 | |
|---|
| 31 | 2005-01-11 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 32 | * wifidog/config.php: Add list of hotspot to network rss feed list (not yet functionnal) |
|---|
| 33 | * wifidog/hotspot_status.php: Allow RSS export of the list of deployed HotSpots. |
|---|
| 34 | * wifidog/admin/incoming_outgoing_swap.php: Script to swap incoming and outgoing in your data. only use this if you had gateways before 1.0.2 and wish to correct your logs before you upgrade. |
|---|
| 35 | * wifidog/classes/RssPressReview.inc: Missing file from previous commit. |
|---|
| 36 | * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds. |
|---|
| 37 | |
|---|
| 38 | 2005-01-10 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 39 | * include/common.php: Fix SSL security warnings. If SSL is enabled and the page was actually served over SSL, all media in the file will be served over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links that break out of SSL mode. From now on, use the self adapting BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode, and BASE_URL_PATH to break out of it. |
|---|
| 40 | |
|---|
| 41 | 2005-01-10 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 42 | * admin/user_stats.php: Add three top tens to the statistics: Top ten apetite for bandwidth, top ten travelers, most addicted users. |
|---|
| 43 | |
|---|
| 44 | 2005-01-04 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 45 | * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner. |
|---|
| 46 | * wifidog/local_content/default/login.html: Remove announcements |
|---|
| 47 | * wifidog/include/user_management_menu.php: Fix mailto: |
|---|
| 48 | * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug. |
|---|
| 49 | * wifidog/admin/index.php: Add link to statistics |
|---|
| 50 | * wifidog/admin/user_stats.php: Activate security. |
|---|
| 51 | * wifidog/index.php: Make the distinction between the two hotspot status pages clearer. |
|---|
| 52 | |
|---|
| 53 | 2004-12-08 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 54 | * wifidog/index.php: Add menu |
|---|
| 55 | * wifidog/include/user_management_menu.php: Editorial change, make translateable |
|---|
| 56 | * wifidog/portal/index.php: Fix RSS feeds |
|---|
| 57 | |
|---|
| 58 | 2004-12-03 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 59 | * wifidog/admin/user_stats.php, wifidog/classes/Statistics.php: Embryonic aggregate user stats. Currently allows you to find out the rate at which your users subscribe. |
|---|
| 60 | * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php: Add hotspot status page to login page. |
|---|
| 61 | * wifidog/hotspot_status.php: Cosmetic |
|---|
| 62 | * wifidog/admin/hotspot_log.php: Stats now need admin privileges |
|---|
| 63 | * wifidog/index.php: Cosmetic. |
|---|
| 64 | |
|---|
| 65 | 2004-11-19 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 66 | * TODO: Add email domains to blacklist |
|---|
| 67 | * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address |
|---|
| 68 | * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information. Designed to be included as part of another page. |
|---|
| 69 | * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo |
|---|
| 70 | * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly |
|---|
| 71 | * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes |
|---|
| 72 | * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation. |
|---|
| 73 | * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures. |
|---|
| 74 | |
|---|
| 75 | 2004-11-04 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 76 | * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well. |
|---|
| 77 | |
|---|
| 78 | 2004-11-03 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 79 | * wifidog/ping/index.php: Log user-agent |
|---|
| 80 | * extensive statistics work |
|---|
| 81 | * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent |
|---|
| 82 | |
|---|
| 83 | 2004-10-28 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 84 | * sql/wifidog-postgres-schema.sql: Add constraints to avoid empty string in email or user_id. |
|---|
| 85 | * Some statistics fixes |
|---|
| 86 | |
|---|
| 87 | 2004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca> |
|---|
| 88 | * wifidog/admin/index.php: Integrated the changes contributed |
|---|
| 89 | on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org), |
|---|
| 90 | mainly a missing ' in some HTML. |
|---|
| 91 | |
|---|
| 92 | 2004-09-28 Yanik Cr�peau <yanik@exScriptis.com> |
|---|
| 93 | * wifidog/include/common.php: Added commented header with cvs |
|---|
| 94 | keywords. |
|---|
| 95 | * wifidog/include/common.php: Added commented code (not executing) for |
|---|
| 96 | further testing with language/localization issues. |
|---|
| 97 | |
|---|
| 98 | 2004-09-27 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 99 | * sql/wifidog-postgres-schema.sql: Remove non SQL standard "COMMENT ON" comments |
|---|
| 100 | |
|---|
| 101 | 2004-09-27 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 102 | * sql/wifidog-postgres-schema.sql: Drop procedural language stuff |
|---|
| 103 | |
|---|
| 104 | 2004-09-27 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 105 | * sql/wifidog-postgres-schema.sql: Fix layout for the node_owners table |
|---|
| 106 | * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images. |
|---|
| 107 | |
|---|
| 108 | 2004-09-22 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 109 | * portal/index.php: Fix users appearing online at every hotspot. |
|---|
| 110 | * wifidog/classes/Style.php, wifidog/login/index.php: Fix some potential cache problems and help with validation. |
|---|
| 111 | |
|---|
| 112 | 2004-09-18 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 113 | * wifidog/config.php: Add VALIDATION_GRACE_TIME configuration parameter. |
|---|
| 114 | * wifidog/auth/index.php: Move grace time date arithmetics to the database, fixes validation period not working. Stop storing VALIDATION_FAILES status to the database. Add check for validation period expiration at stage login, not just stage counters, this will fix one minute validation period. |
|---|
| 115 | * wifidog/login/index.php: Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway. |
|---|
| 116 | * wifidog/user_management/index.php: Fix SQL error at new user registration. |
|---|
| 117 | |
|---|
| 118 | 2004-09-02 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 119 | * wifidog/node_list.php: Complete the status page |
|---|
| 120 | * Add images |
|---|
| 121 | * Add hotspot creation date |
|---|
| 122 | |
|---|
| 123 | 2004-08-31 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 124 | * sql/: Update the postgres schemas and add scripts to ease maintaining it. |
|---|
| 125 | * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this script to the chances will be available in the cvs schemas and initial data. |
|---|
| 126 | * sql/dump_initial_data_postgres.sh: This does the actual dump of the data in a runnable form. Note that this needs to be edited manually if you add a new table requiring initial data. |
|---|
| 127 | * INSTALL: Update for postgres. Somebody please test this. |
|---|
| 128 | |
|---|
| 129 | 2004-08-31 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 130 | * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when. |
|---|
| 131 | * wifidog/node_list.php: Primitive but functionnal hotspot status page. |
|---|
| 132 | * wifidog/include/user_management_menu.php: Change menu labels |
|---|
| 133 | * wifidog/local_content/default/login.html: Improve layout. Someone needs to make this stylesheet correct, I took shortcuts... |
|---|
| 134 | * wifidog/local_content/default/stylesheet.css: Reduce H1 font size. |
|---|
| 135 | * wifidog/user_management/index.php: Display the menu, will eventually allow us to present proper help text. |
|---|
| 136 | |
|---|
| 137 | 2004-08-30 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 138 | * Add link to original requested site. |
|---|
| 139 | * wifidog/node_list.php: New file. Will become the main node status page. |
|---|
| 140 | |
|---|
| 141 | 2004-08-28 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 142 | * Primitive network status available form the index page |
|---|
| 143 | * Administrative security is implemented. |
|---|
| 144 | |
|---|
| 145 | 2004-08-28 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 146 | * Fix big gaping security hole in login page (password would be ignored if the username was used to login) |
|---|
| 147 | * PostgreSql port |
|---|
| 148 | * Change the method to determine who is online |
|---|
| 149 | * Stop keeping unused token once user successfully logs in. |
|---|
| 150 | * Fix missing update of token update date. |
|---|
| 151 | * Counters wouldn't get updated for stage=LOGOUT |
|---|
| 152 | * wifidog/auth/index.php: Added a Messages: response in addition to Auth: so we can know what the hell the server is up to. Currently you need to run wifidog in debug level 7 to see it. That message should be parsed so it is visible in debug level 6. |
|---|
| 153 | * wifidog/auth/index.php: Fix code injection vulnerability. |
|---|
| 154 | |
|---|
| 155 | 2004-08-27 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 156 | * SSL support and RSS improvement |
|---|
| 157 | * Last commit tested with mysql support |
|---|
| 158 | |
|---|
| 159 | 2004-08-24 Pascal Leclerc <pascal@plec.ca> |
|---|
| 160 | * wifidog/admin/user_log.php: Add total to incoming and outgoing |
|---|
| 161 | * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports |
|---|
| 162 | |
|---|
| 163 | 2004-08-11 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 164 | * wifidog/config.php: Add USER_MANAGEMENT_PAGE |
|---|
| 165 | * wifidog/include/user_management_menu.php: Code meant to deal with non-standard ports broke the menu. Hopefully fixed. |
|---|
| 166 | * Add alex's mising changelog entry... |
|---|
| 167 | |
|---|
| 168 | 2004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca> |
|---|
| 169 | * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats. |
|---|
| 170 | |
|---|
| 171 | 2004-08-07 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 172 | * Add code to import a NoCat user database (passwd). The username will be generated from the first part of the email if the name was en email. |
|---|
| 173 | * Change password hashing algorithm to make it compatible with NoCat (For the curious among you, the hashing algorithm is now: take the md5 digest in binary format of the password, and base64 encode it. |
|---|
| 174 | * Table schema changed to accomodate newhash length (users.pass is now varchar(32)) |
|---|
| 175 | * The user is now allowed to login with either his username or his email. |
|---|
| 176 | |
|---|
| 177 | 2004-08-03 Pascal Leclerc <pascal@plec.ca> |
|---|
| 178 | * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH |
|---|
| 179 | * wifidog/classes/AbstractDb.php: Add class=warning for better display |
|---|
| 180 | * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports |
|---|
| 181 | |
|---|
| 182 | 2004-08-03 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 183 | * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set to true if gettext is available. If false, blank _() and gettext() functions will be defined so the system still works. |
|---|
| 184 | |
|---|
| 185 | 2004-08-03 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 186 | * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully). |
|---|
| 187 | |
|---|
| 188 | 2004-08-02 Benoit Gr�goire <bock@step.polymtl.ca> |
|---|
| 189 | * wifidog-auth lives! New since the dark ages |
|---|
| 190 | * Demo page to allow people to hack more easely on it |
|---|
| 191 | * Support for multiple nodes. TODO: Merge with the database project. |
|---|
| 192 | * Very cool local content architecture. Every hotspot can have a folder in the local_content directory. This folder can be filed by a single logo, leaving all the rest to the default content, or be completely custom (stylesheet, login page, portal page, header, etc.) |
|---|
| 193 | * Everything in local content is templated with smarty, no problem with web designer wrecking havoc on the auth server. You can edit everything in local_content/default even if you only speak html. |
|---|
| 194 | * No need to set any path in the web server config files (that one was a bitch to implement) |
|---|
| 195 | * RSS feed support (optionnal, with magpierss), one feed per node (url stored in the database, works great, but no gui to edit it yet) and one network-wide RSS feed. |
|---|
| 196 | * All path are editable from the config file |
|---|
| 197 | * "Productize" the thing, so it make sense for other groups to install it (the network name, url, default RSS, and such are set from the config file. |
|---|
| 198 | * Put most strings in gettext calls for easy future translation. |
|---|
| 199 | * User can request that the server send the validation email again |
|---|
| 200 | * User can change password |
|---|
| 201 | * User who forgot his username can have it mailed to him. |
|---|
| 202 | * User who lost his password can ask the system to generate a new one and mail it to him. |
|---|
| 203 | * Email is now a separate field to preserve user privacy. |
|---|
| 204 | * Enforces (politely) that there are no duplicate emails in the database |
|---|
| 205 | * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows. Also allow future upgrade to postgres. |
|---|
| 206 | * Lots of other things I forgot. |
|---|
| 207 | |
|---|