| 1 | 2007-06-16 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2 | * UIUserList_getUserUI.tpl: Fix #337 |
|---|
| 3 | * Node.php: Improve getCurrentRealNode() |
|---|
| 4 | * Implement #4: Allow the user to easily come back to the portal by typing in the root auth server adress from a hotspot. |
|---|
| 5 | * Log the system information sent with the gateway since almost forever: sys_uptime, sys_memfree, sys_load, wifidog_uptime |
|---|
| 6 | * NodeStatus.php: Include the above information |
|---|
| 7 | * node_list.html: Include wifidog_uptime if the hotspot is up. |
|---|
| 8 | * Menu.php: Sort menus alphabetically according to the user's locale. TODO: Implement menu weights. |
|---|
| 9 | * NodeLists: Only list node types that have dependencies met in the menu. Refactor the NodeLists for proper object-orientation. |
|---|
| 10 | |
|---|
| 11 | 2007-06-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 12 | * MainUI.php: Fix label problem in language chooser. |
|---|
| 13 | |
|---|
| 14 | 2007-06-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 15 | * Fix #291 by adding a proper warning and location of documentation |
|---|
| 16 | * Fix #336: Add Swedish translation by Christian Svensson <blue ATT cmd.nu> |
|---|
| 17 | |
|---|
| 18 | 2007-06-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 19 | -This is a behemoth "the road to 1.0" commit. I've been working on this for 6 months, |
|---|
| 20 | and it's reached the point where others can help. Those are very far reaching changes, please |
|---|
| 21 | notify me if anything isn't working right (and im sure I can't have caught everything). |
|---|
| 22 | * Completely revamp exception handling, all exceptions are now trapped and handled centrally. |
|---|
| 23 | * Major changes in the login process to allow repeating a request after a time out or missing permission exception. |
|---|
| 24 | * New user roles architecture, as described in https://dev.wifidog.org/wiki/doc/developer/UserRolesArchitecture |
|---|
| 25 | Mostly complete. Missing parts are Content stakeholders, system roles and "su" functionnality. |
|---|
| 26 | I need help replacing all the DEPRECATED* methods. Please read the wiki page above for instructions. |
|---|
| 27 | * generic_object_admin.php: More work towards making it generic once again. |
|---|
| 28 | * GenericDataObject: New class. Eventually, most classes should extend this, instead of directly implementing GenericObject |
|---|
| 29 | * Menu.php: Finally a uniform Menuing system to replace the mismatch of links that made wifidog |
|---|
| 30 | impossible to navigate. It's not very sophisticated yet, but it IS permission aware |
|---|
| 31 | Loosely inspired from Drupal's menuing system. HTML is slightly modified "Son of suckerfish", |
|---|
| 32 | so will be easy to style (althouh I haven't had time yet). |
|---|
| 33 | Actual menus are added in the hook_menu methods of each class. |
|---|
| 34 | * VirtualHost.php: Finally properly split off Virtual Hosts, and make Server a singleton. |
|---|
| 35 | * install.php: Do the bare minimum changes so it's still possible to setup a wifidog auth server. |
|---|
| 36 | However, install.php still needs 1- A good overhaull, 2- A way to install sample databases instead of the minimal one. |
|---|
| 37 | -Other changes |
|---|
| 38 | * Unbreak signup link for non-javascript enabled devices |
|---|
| 39 | * FlickrPhotostream: Check CURL, which is a mandatory dependency of Flickr |
|---|
| 40 | * AbstractDb: Improve debuging features |
|---|
| 41 | * *:getObject(): Hopefully improve performance of class caching by making sure |
|---|
| 42 | that we do not manipulate different objects. Otherwise copies would be generated as soon as we change properties, wasting much memory. |
|---|
| 43 | * Add dependency check for XSL module for hotspot_status.php. |
|---|
| 44 | * Some work towards respecting the coding style: http://dev.wifidog.org/wiki/doc/developer/CodingStandard |
|---|
| 45 | * wifidog/admin/index.php: Delete admin page. There is no longuer a concept of a separate admin section. Menu will depend on your access level. |
|---|
| 46 | |
|---|
| 47 | 2007-07-11 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 48 | * path_defines_url_content.php: Fix #348 |
|---|
| 49 | |
|---|
| 50 | 2007-07-03 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 51 | * wifidog/signup.php: Notify the user of the allowed characters. |
|---|
| 52 | * Add Bulgarian translation from "Nikola Petrov" <nvp.online A T gmail.com> |
|---|
| 53 | * config_available_languages: Centralize the list there so that there is only one to modify everytime we add a translation |
|---|
| 54 | |
|---|
| 55 | 2007-06-12 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 56 | * IE6 layout workarounds (not perfect, but better) |
|---|
| 57 | * HTML validation of the login and portal pages |
|---|
| 58 | * Apply patch from tdb@timothy86.orangehome.co.uk, fixes #334 |
|---|
| 59 | |
|---|
| 60 | 2007-05-30 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 61 | * VisitsPerMonth.php, VisitePerWeekday.php: Fix small sql bug when selecting a single user |
|---|
| 62 | |
|---|
| 63 | 2007-05-28 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 64 | * ActiveUserReport.php: Merge new report from my development tree. Gives a breakdown of how many users actually use the network. |
|---|
| 65 | |
|---|
| 66 | 2007-05-22 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 67 | * Reverse part of [1230], hotspot_network_name was already available as standardised variable networkName, and hotspot_network_url as networkWebSiteURL. |
|---|
| 68 | * Reverse part of [1231]: remove script tag, banning it was the reason the sag striping code was put in in the first place. We may want to consider creating a RawHTMLContent Content Type. |
|---|
| 69 | |
|---|
| 70 | 2007-05-22 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 71 | * locales/el/: Add new greek translation contributed by Nikola Petrov |
|---|
| 72 | |
|---|
| 73 | 2007-05-17 François Proulx <francois.proulx@gmail.com> |
|---|
| 74 | * WARNING: This has not been fully tested. Full testing to be completed on 2006-05-18 |
|---|
| 75 | but I'm pretty confident that it works pretty well. |
|---|
| 76 | * Added automatic resize on Avatars |
|---|
| 77 | * Added FavoriteHotspots content (mostly used for Profiles) |
|---|
| 78 | * Added new features to Content and File |
|---|
| 79 | * Fixed URL regexp bug in HyperlinkUtils |
|---|
| 80 | * Updated French translations |
|---|
| 81 | * Updates profiles template |
|---|
| 82 | * TODO: Add getNewUI et processNewUI to FavoriteHotspots to simplify input |
|---|
| 83 | |
|---|
| 84 | 2007-05-03 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 85 | * MainUI_ToolContent.tpl: Make preferences_link, login_link, and logout_link CSS targetable. Get rid of some deprecated CSS. |
|---|
| 86 | |
|---|
| 87 | 2007-04-25 Benoit Gréoire <bock@step.polymtl.ca> |
|---|
| 88 | * ShoutBox.php: The shout form wasn't displayed whent there weren't any Shouts yet, doh! |
|---|
| 89 | |
|---|
| 90 | 2007-04-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 91 | * AuthenticatorRadius.php: Fix RADIUS dependency detection bug related to case sensitivity |
|---|
| 92 | |
|---|
| 93 | 2007-04-19 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 94 | * RssAggregator.php: Fix bug saving the max item age. |
|---|
| 95 | * Forgot to remove a bunch of links to faq.php. |
|---|
| 96 | |
|---|
| 97 | 2007-04-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 98 | * AnonymisedDataExport.php: New report. Adds the ability to export anonymised SQL data for academic research. |
|---|
| 99 | |
|---|
| 100 | 2007-03-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 101 | * Shoutbox.php: Allow limiting the number of characters entered for a shout. |
|---|
| 102 | (Ideally, this would also need to be enforced at db write level). |
|---|
| 103 | Move the shout form in the list. |
|---|
| 104 | Allow choosing the number of shouts displayed. |
|---|
| 105 | Make the size of the shout field configurable from the admin interface |
|---|
| 106 | Put the date of the shout before the username. |
|---|
| 107 | * User.php: Make the entire "edit profile" link CSS targetable, including the parentesis. |
|---|
| 108 | |
|---|
| 109 | 2007-03-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 110 | * ProfileTemplateField.php: Only allow simple content types as metadata. |
|---|
| 111 | * Langstring.php: Fix bug: one couldn't change the language of a string without changing the actual text. |
|---|
| 112 | * Content.php: Add isExactContentType() method. |
|---|
| 113 | * Profile-related visual and UI tweaks |
|---|
| 114 | |
|---|
| 115 | 2007-03-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 116 | * Fix #304: For some reason the Smarty assignement to userName used getListUI() instead of getUsername()??? |
|---|
| 117 | * Add HyperLink content type |
|---|
| 118 | * Add UIUserList content type (work towards #158) |
|---|
| 119 | * portal/index.php: Finish refactoring Smarty usage. |
|---|
| 120 | |
|---|
| 121 | 2007-03-17 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 122 | * install.php: Make sure we are in the right directory when uncompressing Smarty |
|---|
| 123 | * Avatar.php: Don't allow user to hyperlink the image. |
|---|
| 124 | * ProfileTemplate: Display how many profiles will be affected when deleting a template field. |
|---|
| 125 | * User.php: Don't show the profile creation button if the network has no profile template. |
|---|
| 126 | Don't hyperlink the username if the user has no profile. |
|---|
| 127 | |
|---|
| 128 | 2007-03-16 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 129 | * Lots of work on profiles. The HTML and CSS are not final, but #18 can be considered closed. |
|---|
| 130 | * ProfileField::getContentField(): Fix bug where the object wouldn't refresh properly. |
|---|
| 131 | * Content: Delicate refactoring of the UI to create new content. |
|---|
| 132 | The content object now supports directly adding the actual values of a new |
|---|
| 133 | Content in getNewContentUI(), if the content filter only allows a single content type. |
|---|
| 134 | For this to work, the Content type must overload the getNewUI() method. |
|---|
| 135 | This saves many mouse clicks for form style interface, like profiles. |
|---|
| 136 | * User: Don't create profile automatically. |
|---|
| 137 | * Don't show profiles when user is invisible. |
|---|
| 138 | * Langstring, SimpleString, HTMLEditor: Support getNewUI(). As a result of these changes, SmartyTemplate, SimpleSmartyTemplate, Stylesheet also get it for free. |
|---|
| 139 | * Add new standard Smarty value userOriginallyRequestedURL. |
|---|
| 140 | Note that this does NOT fix #266 |
|---|
| 141 | * Add new standard Smarty value nodeWebSiteURL |
|---|
| 142 | * Some work towards #158 |
|---|
| 143 | 1- The "Use the Internet" link pointing to the originally requested URL is no longuer a part of every portal. To restore that functionnality, paste the following code in a SmartyTemplate in the Content manager. |
|---|
| 144 | {if $userOriginallyRequestedURL} |
|---|
| 145 | <a href='{$userOriginallyRequestedURL}'>Take me where I originally wanted to go</a> |
|---|
| 146 | {/if} |
|---|
| 147 | 2- The "Where am I" link is gone. It made little sense to have that content common to all groups. To restore it, pu it inline in your login page, link a html page on your auth server, or link a Content display page. |
|---|
| 148 | 3- Same with the link to the Network. To restore the unctionnality, paste the following code in a SmartyTemplate: |
|---|
| 149 | <a class="administration" href="{$networkWebSiteURL}"><img class="administration" src="{$common_images_url}lien_ext.gif"> {$networkName}</a> |
|---|
| 150 | * ContentTypeFilter: Saving still wasn't neutral. Strip the array indexes to fix it. |
|---|
| 151 | |
|---|
| 152 | 2007-03-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 153 | * CSS tweaks for RSS feeds. |
|---|
| 154 | * Fix detection of HTML Safe. |
|---|
| 155 | * Avatar.php: Don't allow editing the picture size. |
|---|
| 156 | * ContentGroup: In some cases, the same element could be picked twice in the same display. |
|---|
| 157 | Make sure that doesn't happen. Also, implement the option to not rotate content at all, |
|---|
| 158 | usefull when showing all elements simultaneously in a specific order. Closes #294 |
|---|
| 159 | |
|---|
| 160 | 2007-02-24 Damien Raude-Morvan <drazzib@drazzib.com> |
|---|
| 161 | * Fix main SQL request in Node::getSelectNodeUI() to use |
|---|
| 162 | table alias in ORDER BY and SELECT. This disambiguation |
|---|
| 163 | is necessary when using a join on a table containing |
|---|
| 164 | another 'node_id' field. |
|---|
| 165 | |
|---|
| 166 | 2007-02-24 Max Horvath <max.horvath@freenet.de> |
|---|
| 167 | * Updated dependencies list (completion of all required components) |
|---|
| 168 | * Dramatic speedup of PEAR and PECL modules detection by dependencies class |
|---|
| 169 | |
|---|
| 170 | 2007-02-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 171 | -* rev [1182], [1183], [1184] are repository fix commits. If anyone have problem with their lib directory when upgrading, contact me. |
|---|
| 172 | |
|---|
| 173 | 2007-02-24 Max Horvath <max.horvath@freenet.de> |
|---|
| 174 | * Fix ticket #300: SYSTEM_PATH not being respected in config.php. |
|---|
| 175 | |
|---|
| 176 | 2007-02-07 Damien Raude-Morvan <drazzib@drazzib.com> |
|---|
| 177 | * Fix ticket #298 : php-ldap module is lowercase in Dependencies array, |
|---|
| 178 | update Dependencies::check() calls. |
|---|
| 179 | |
|---|
| 180 | 2007-02-05 Damien Raude-Morvan <drazzib@drazzib.com> |
|---|
| 181 | * Try to fix ticket #295 and #297 by including parent class (Content.php) in |
|---|
| 182 | File.php. |
|---|
| 183 | * ... and remove unnecessary include of Avatar content type in User.php: All |
|---|
| 184 | contents types are included by Content.php getAvailableContentTypes() call. |
|---|
| 185 | |
|---|
| 186 | 2007-01-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 187 | * First iteration of user profiles completed. |
|---|
| 188 | * Need to improve Avatar admin UI |
|---|
| 189 | |
|---|
| 190 | 2007-01-19 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 191 | * dump_initial_data_postgres.sh: Initial node wasn't setup correctly. |
|---|
| 192 | * INSTALL: Fix some obsolete instructions for database backup and restore |
|---|
| 193 | |
|---|
| 194 | 2007-01-18 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 195 | * Updated french translation curtesy of http://zapquebec.org |
|---|
| 196 | |
|---|
| 197 | 2007-01-16 François Proulx <francois.proulx@gmail.com> |
|---|
| 198 | * ContentTypeFilter : Now supports filters stored in the DB, backward compatible |
|---|
| 199 | * ProfileTemplate, ProfileTemplateField, Profile : profiles support |
|---|
| 200 | * Update schema to 53 for profiles |
|---|
| 201 | * Network, User : Added support for profiles (not implemented for Network) |
|---|
| 202 | * TODO: Integration in portal |
|---|
| 203 | |
|---|
| 204 | 2007-01-16 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 205 | * A few more steps towards a real user manager |
|---|
| 206 | * Move password change to preferences. |
|---|
| 207 | * InterfaceElements: Begin moving away from a raw HTML generator and towards a more semantic one as discussed with Max Horvath. |
|---|
| 208 | * It is now possible for an administrator to manually validate or lock-out a user |
|---|
| 209 | * Add new SimpleString content type |
|---|
| 210 | * SmartyWifidog.php: Fix #282 with a slightly dirty workround to the chicken and the egg smarty variables assignment problem. |
|---|
| 211 | We now extend the fetch method and do our assignment there instead of in the constructor. |
|---|
| 212 | |
|---|
| 213 | 2007-01-15 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 214 | * Sync initial schema and translations |
|---|
| 215 | * Minor spelling fixes |
|---|
| 216 | |
|---|
| 217 | 2007-01-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 218 | * Dependencies.php, AuthenticatorRadius.php: Fix bug #287 (Dependencies not being detected properly) |
|---|
| 219 | * Content.php: Make hasDisplayableMetadata() consider Authors, and make it a bit faster. |
|---|
| 220 | |
|---|
| 221 | 2007-01-13 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 222 | * Content.php: Add setUserUIMainDisplayContent() and setUserUIMainInteractionArea() |
|---|
| 223 | to simplify writing subclasses and port all content subclasses to the new API. |
|---|
| 224 | * Content.php: Add a new callcack method, isTextualContent(), to be used by |
|---|
| 225 | ContentFilters. Indicates that the content is suitable to store plain text. |
|---|
| 226 | * ContentGroup.php: No longer warn about empty ContentGroup in getUserUI(), |
|---|
| 227 | as this may now be perfectly normal if all content has expired. |
|---|
| 228 | * Rework the classes and css for user_ui_main_outer, isSimpleContent has been |
|---|
| 229 | eliminated and hasDisplayableMetadata is now defined is metadata is available. |
|---|
| 230 | This should allow better HTML consistency and simpler CSS, and be closer to what |
|---|
| 231 | people expect by default. Content without metadata will display without |
|---|
| 232 | borders or background, and without margins when inside another content. |
|---|
| 233 | * smarty.resource.string.php: Add a setter function, |
|---|
| 234 | smarty_resource_string_add_string() that must be used before calling the smarty |
|---|
| 235 | function. Using the name as the the template was far to brittle. This makes |
|---|
| 236 | the SmartyTemplate content much more reliable, and quite possibly faster. |
|---|
| 237 | * ShoutBox: A very basic but already extensible implementation of the |
|---|
| 238 | shoutbox use case. Shows the last five shouts. Can connect to another web |
|---|
| 239 | site through a javascript extension. |
|---|
| 240 | * SimpleSmartyTemplate: Add a simple version of the SmartyTemplate content |
|---|
| 241 | type |
|---|
| 242 | |
|---|
| 243 | 2007-01-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 244 | * FormSelectGenerator.php: Fix incorrect $this reference in isPresent(). The bug would only manifest |
|---|
| 245 | itself from the FlickrPhotostream's admin interface. |
|---|
| 246 | * page.php: Fix missing retrieval of DB instance. |
|---|
| 247 | |
|---|
| 248 | 2007-01-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 249 | * Yet more Smarty cleanup, add some docs, add Smarty variables to access the physical node a user is connected to. |
|---|
| 250 | * RssAggregator.php: Fix bug in setMaxItemAge() method when setting a null value |
|---|
| 251 | * Cache.php: Performance optimization when caching is disabled. |
|---|
| 252 | * Fix bug where num online users in the portal was broken. |
|---|
| 253 | |
|---|
| 254 | 2007-01-02 François Proulx <francois.proulx@gmail.com> |
|---|
| 255 | * Updated the SQL schema initial schema |
|---|
| 256 | |
|---|
| 257 | 2006-12-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 258 | * More Smarty cleanup |
|---|
| 259 | * Content.php: Bugfix: metadata wasn't deleted along with the rest of the |
|---|
| 260 | content upon deletion. |
|---|
| 261 | |
|---|
| 262 | 2006-12-30 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 263 | * install.php: Move path verification to the first page, and make it clearer. Fix PHP warnings. |
|---|
| 264 | * wifidog/include/smarty.resource.string.php: A smarty resource plugin to parse a smarty template from a string |
|---|
| 265 | * SmartyTemplate: Very basic but functionnal commit of the new Smarty content type. |
|---|
| 266 | IMPORTANT NOTE: This will eventually obsolete IFrameRest, which will be removed. |
|---|
| 267 | * Continue cleaning-up/standardizing Smarty variable usage. |
|---|
| 268 | |
|---|
| 269 | 2006-12-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 270 | * Fix all PHP 5.2 compatibility issues I could find. This needs further testing |
|---|
| 271 | |
|---|
| 272 | 2006-12-12 Pascal Charest <pascal.charest@gmail.com> |
|---|
| 273 | * install.php: Remove obsolete Phlickr installation references |
|---|
| 274 | |
|---|
| 275 | 2006-12-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 276 | * install.php, Dependencies.php: Centralize Dependency detection (next is to centralize |
|---|
| 277 | dependency installation code). |
|---|
| 278 | * config.php: Remove more obsolete config directives. |
|---|
| 279 | |
|---|
| 280 | 2006-12-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 281 | * install.php: Fix a few problems caused by obsolete magpierss detection code. |
|---|
| 282 | * install.php, config.php: Remove the obsolete PHLICKR_SUPPORT option. |
|---|
| 283 | |
|---|
| 284 | 2006-11-30 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 285 | * schema_validate.php: Mute annoying ob_flush() notices. |
|---|
| 286 | * Node.php: Add missing default parameter to getSelectNodeUI() |
|---|
| 287 | * get_stylesheet: Fix date calculations that broke download. |
|---|
| 288 | |
|---|
| 289 | 2006-11-29 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 290 | Sync with my main developpement environement: |
|---|
| 291 | * Performance optimization pass: Collect a few low hagning fruits |
|---|
| 292 | by implementing basic instance caching for classes Server, Network, Nodes, Content and User. |
|---|
| 293 | It's no replacement for a real ORM, but is cuts way down on duplicate SQL queries and |
|---|
| 294 | object instanciation for a single request. |
|---|
| 295 | * Langstring.php: Slight performance optimization for admin interface, support for proper modification date. |
|---|
| 296 | * File.php: Update to use unified content modification date. |
|---|
| 297 | * get_stylesheet.php: Implement browser caching |
|---|
| 298 | * ContentGroup.php: Get rid of is_locative and is_artistic metadata. Will eventually be replaced by something better. |
|---|
| 299 | Allow editing of expired content elements |
|---|
| 300 | * Node.php, Utils.php: Sort by case insensitive name, and show gateway id in node selectors |
|---|
| 301 | * BannerAdGroup.php: Support group constraint of image size for all images in the group. |
|---|
| 302 | * ContentReport.php: Finish basic content reporting. |
|---|
| 303 | Note that for content that displayed before the logging fixes commited 2006-11-14, the display count will be underestimated: |
|---|
| 304 | Display before then was only counted once per user per node. Also File clickthrough wasn't logged (includes hyperlinked pictures). |
|---|
| 305 | * Content.php: Implement a Key-Value Pair infrastructure. In the future, this will often allow adding new content types without |
|---|
| 306 | having to modify the schema. See the Content class documentation. |
|---|
| 307 | * Fix various small UI issues. |
|---|
| 308 | |
|---|
| 309 | 2006-11-29 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 310 | * common.php: Fix the value of SESS_NODE_ID_VAR, it got overwritten by SESS_GW_ID_VAR. |
|---|
| 311 | Caused problems with logout. |
|---|
| 312 | |
|---|
| 313 | 2006-11-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 314 | * Try to fix #270: |
|---|
| 315 | * DateTime.php: Rename class to DateTimeWD because of the stunt they pulled in PHP 5.2 |
|---|
| 316 | * Content and derived classes: Make all constructors protected. |
|---|
| 317 | |
|---|
| 318 | 2006-11-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 319 | * lost_username.tpl, lost_password.tpl, resend_validation.tpl: Fix #259 by commenting out |
|---|
| 320 | all Javascript. I hate removing outside contributions, but the lost_username, |
|---|
| 321 | lost password and re-send validation email have been broken for months and no one |
|---|
| 322 | stepped-in to fix it. |
|---|
| 323 | |
|---|
| 324 | 2006-11-23 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 325 | * Fix bug in node creation |
|---|
| 326 | * Add error message for geocoder when you didn't set the country |
|---|
| 327 | * Clarify error messages and description for the geocoder. |
|---|
| 328 | * Make the google-map locator for nodes use the network center coordinates. |
|---|
| 329 | This change makes it usable when you didn't use the geocoder first. |
|---|
| 330 | * Show the gateway id in the technical nodelist. |
|---|
| 331 | |
|---|
| 332 | 2006-11-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 333 | * Fix minor problems with template using obsolete constants |
|---|
| 334 | * Delete a bunch of unused templates |
|---|
| 335 | |
|---|
| 336 | 2006-11-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 337 | * Fix broken auth |
|---|
| 338 | * Fix broken portal when called from gateway |
|---|
| 339 | |
|---|
| 340 | 2006-11-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 341 | * Major schema update (this one is going to make your database grind for a while, sorry |
|---|
| 342 | about that...) |
|---|
| 343 | Fix a long standing design problem with the node table, where the ID could be changed. |
|---|
| 344 | This caused performance problems when replacing gateways, and caused problems when |
|---|
| 345 | exporting data to other systems. Among other things, it will allow us to finally |
|---|
| 346 | finish the JiWire output. |
|---|
| 347 | * Stylesheet.php: New content type. Takes advantage of two pass content display to create stylesheets to be used only at a specific node, or with a specific content. |
|---|
| 348 | |
|---|
| 349 | 2006-11-21 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 350 | * Change schema update method. Will now do one transaction |
|---|
| 351 | per schema version, allowing each schema to assume that |
|---|
| 352 | the current schema is the previous one. Also allows not |
|---|
| 353 | starting over when there is a problem. |
|---|
| 354 | Fixes schema update problems with the last commit |
|---|
| 355 | |
|---|
| 356 | 2006-11-21 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 357 | * RssAggregator.php: At long last, sync with FeedPressReview 2.0 |
|---|
| 358 | http://projects.coeus.ca/feedpressreview/ (formerly rsspressreview) and |
|---|
| 359 | make most of it's features directly available from the web interface. |
|---|
| 360 | This gives us: |
|---|
| 361 | -Now based on SimplePie http://simplepie.org/ (magpie was no longuer maintained) |
|---|
| 362 | -Now unobtrusively displays almost all item and feed metadata |
|---|
| 363 | -Supports images |
|---|
| 364 | -Supports podcasts and enclosures |
|---|
| 365 | -More accurate algorithm |
|---|
| 366 | -Criteria based default feed expansion |
|---|
| 367 | -More real-estate efficient, and improved UI |
|---|
| 368 | The admin interface is now also more real-estate efficient (uses the hover help code commited by François that no one used yet). |
|---|
| 369 | |
|---|
| 370 | Warning: This changes the dependencies of the auth server. Your RSS feeds will be disabled untill you re-run the install script. |
|---|
| 371 | * gw_message.php: Fix validation period not being displayed. |
|---|
| 372 | |
|---|
| 373 | 2006-11-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 374 | * MainUI.php: Allow displaying any object with a getUserUI() method directly as content. |
|---|
| 375 | |
|---|
| 376 | 2006-11-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 377 | * generic_object_admin.php: Fix interface options for the user object, but this is the wrong way to go about it. THese options should be class properties. |
|---|
| 378 | |
|---|
| 379 | 2006-11-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 380 | * File.php: Clickthrough weren't logged, DOH! |
|---|
| 381 | * User.php: Error message on validation expired didn't properly output the validation grace time. |
|---|
| 382 | * Statistics.php: Fix #271: Getting statistics for a single MAC address was broken. |
|---|
| 383 | * NodeListXML.php: Small patch by Josephus to add the number of online users |
|---|
| 384 | * Improve CPU usage of the content manager |
|---|
| 385 | * AbstractDb: Fix query time not being displayed in debug mode if profiling was turned off. |
|---|
| 386 | Add total execution time statistics. |
|---|
| 387 | * Fix logging of content clickthrough and display. Unique users and node data is reliable for existing data. |
|---|
| 388 | Number of prints is underestimated (repeat prints for the same user, same content at same node didn't get counted) |
|---|
| 389 | for data before this patch. |
|---|
| 390 | Same with number of clickthrough for File content types and derivatives (picture, etc.). |
|---|
| 391 | * ContentReport.php: Add content report (does not support most options yet, but still very usefull). |
|---|
| 392 | |
|---|
| 393 | 2006-11-13 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 394 | * Make the MainUI, SmartyWifidog and Session and AbstractDb classes singletons |
|---|
| 395 | * Implement two pass content display. All Content can now implement a prepareGetUserUI(), allowing them to interact with MainUI and other Content before display. |
|---|
| 396 | Allow creating content such as stylesheets, feed accumulators, etc. |
|---|
| 397 | * SmartyWifidog.php Turn on security, begin preparing for standardisation of Smarty variables |
|---|
| 398 | * New Content type: Stylesheet. Allows specific nodes, or even specific content groups to have custom stylesheets. |
|---|
| 399 | * Langstring.php: Make getAdminUI calling conventions coherent with other content types. |
|---|
| 400 | |
|---|
| 401 | 2006-11-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 402 | * Authenticator.php: Critical: Fix SQL query syntax in acctStart() |
|---|
| 403 | |
|---|
| 404 | 2006-11-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 405 | * install.php: Fix password generation I inadvertently broke. Remove misleading info about SSL |
|---|
| 406 | |
|---|
| 407 | 2006-11-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 408 | * install.php: Put an end of line after the password, make it easier to read. |
|---|
| 409 | Make the install script check the permissions of lib/smarty/plugins directory to avoid smarty errors |
|---|
| 410 | * Statistics.php: A little gift for France wireless: Make aggregate statistics available across networks |
|---|
| 411 | |
|---|
| 412 | 2006-11-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 413 | * Fix # 268, #269 as well as greg's problems by moving all token and registration date arithmetics |
|---|
| 414 | to the database, and standardize on SQL-standard CURRENT_TIMESTAMP. |
|---|
| 415 | Fixes operational problems when PHP and PostGres don't have the same timezone |
|---|
| 416 | (which appears to be the case on Fedora by default). |
|---|
| 417 | Note that the page.php script still has PHP date arithmetics, but at least should be self-consistent. |
|---|
| 418 | |
|---|
| 419 | 2006-10-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 420 | * auth/index.php: Add some defensive coding and debug output when the token is invalid. |
|---|
| 421 | |
|---|
| 422 | 2006-10-24 Damien Raude-Morvan <drazzib@drazzib.com> |
|---|
| 423 | * Fix french translation used for account validation to use same number of token as original message. |
|---|
| 424 | * Only show language combo when there is more than one language to select. |
|---|
| 425 | |
|---|
| 426 | 2006-10-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 427 | * EmbeddedContent.php: Fix content type selection (admin interface of EmbeddedContent was broken) |
|---|
| 428 | * Full spanish translation curtesy of jguevara @@ unitec.edu (closes #254) |
|---|
| 429 | * Some documentation updates for content filters |
|---|
| 430 | * Content.php: Add isNotContentType() method. |
|---|
| 431 | |
|---|
| 432 | 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 433 | * Access to the Content manager was broken for normal users, again. |
|---|
| 434 | |
|---|
| 435 | 2006-09-11 François Proulx <francois.proulx@gmail.com> |
|---|
| 436 | * Changed install.php req. for Smarty 2.6.17 is mandatory |
|---|
| 437 | * ContentTypeFilter.php fixed the method checking function |
|---|
| 438 | * Fixed errors in French translation file |
|---|
| 439 | |
|---|
| 440 | 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 441 | * Fix PHPMailer that I've broken earlier |
|---|
| 442 | |
|---|
| 443 | 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 444 | * Slightly rework SSL detection so that it uses the default server if a current one isn't available. |
|---|
| 445 | Fixes server passing passwords in the clear if the hostname disn't match (DOH!). |
|---|
| 446 | We really should properly split the Server class into a singleton Server class and multiple VirtualHost classes. |
|---|
| 447 | * Re-apply fixed HTMLeditor patch. (Original description: Make HTMLeditor inherit from Langstring. Allowed a massive reduction of |
|---|
| 448 | line count and will stop the codebases from needlessly drifting apart.) |
|---|
| 449 | |
|---|
| 450 | 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 451 | * Add missing require of Statistics.php in stats.php |
|---|
| 452 | |
|---|
| 453 | 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 454 | * Fix non persistent content being available to add to nodes, networks and content groups. |
|---|
| 455 | * Prevent a user from entering the same language twice in a langstring. Fixes #226 |
|---|
| 456 | |
|---|
| 457 | 2006-09-06 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 458 | * Fix #63 |
|---|
| 459 | * Fix problem with my Splash only user fix (I used match on the user_id instead of the username). |
|---|
| 460 | * Prevent the Splash only user from logging out, wrecking havock in the tokens. |
|---|
| 461 | * Do not allow SplashOnlyUser to set his preferences. |
|---|
| 462 | * Assigning a reusable content to a contentgroup element would make it non-reusable. |
|---|
| 463 | Usability and UI fixes: |
|---|
| 464 | * Allow other users to log in when they are at a splash only node. |
|---|
| 465 | * Make isSimpleContent class available for Simple content types. Make it borderless and backgroundless in the default theme_pack. |
|---|
| 466 | * Simplify HTML output for simple content. |
|---|
| 467 | * Fix IE layout bug in node admin |
|---|
| 468 | * Content linked to nodes and networks now edits in a new window. |
|---|
| 469 | * Remove "Add new node" menu item for consistency. |
|---|
| 470 | |
|---|
| 471 | 2006-09-06 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 472 | * Remove most inclusions of MainUI in classes. |
|---|
| 473 | That completely broke authentication (circular dependencies). |
|---|
| 474 | Fixes 245. |
|---|
| 475 | Unfixes 242. Exceptions should not be caught in the context |
|---|
| 476 | they are thrown in. Else there no point in throwing exception in the |
|---|
| 477 | first place. |
|---|
| 478 | * HyperLink.php: Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent. |
|---|
| 479 | |
|---|
| 480 | 2006-09-06 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 481 | * ContentTypeFilter: New class, implements #159. Allows to filter content type according to various criteria. Will be used more extensively in the profile manager. |
|---|
| 482 | * Content manager: Use content type filter to only allow Simple content types (Content without metadata) to be used for metadata. |
|---|
| 483 | * New content type BannerAdGroup. Used (primarily) to display banner adds, or any other image rotation. Size constraints not yet implemented |
|---|
| 484 | * Move externally maintained class.phpmailer.php, class.smtp.php into lib where they belong |
|---|
| 485 | * DateTime.php: Make class handle an empty date sensibly. |
|---|
| 486 | * Network.php: Show the network again when there is only one. It was confusing in some screens. |
|---|
| 487 | * page.php: Clarify error message, and set a more reasonnable paging cascade: |
|---|
| 488 | 5 min, 30 min, 2 hours, 1 day, 1 week, 1 month |
|---|
| 489 | * Finally fix #127 |
|---|
| 490 | * At last, working content scheduled display and expiration for ContentGroups. Archiving does not yet have a UI. Content that expires will simply seem to disapear. |
|---|
| 491 | * Fix #247 (somebody filed a bug before I commited, conveniently saving me the need to describe it). |
|---|
| 492 | * The Fix for #106 in [1089] returned non-objects, causing error messages and not displaying what it was meant to display. |
|---|
| 493 | Used Guest instead of Annonymous, which will probably be used for different purpose in the future. |
|---|
| 494 | This re-fix does not include duplicate counting yet. Splash users are not the only users that could log-in multiple times. |
|---|
| 495 | I don't have a staging server here, a fix will be commited in a few minutes if something goes wrong. |
|---|
| 496 | * Cleanup coments. |
|---|
| 497 | * Sync schemas |
|---|
| 498 | |
|---|
| 499 | 2006-09-03 Max Horváth <max.horvath@freenet.de> |
|---|
| 500 | * The term SPLASH_ONLY_USER displayed to people visiting the portal has been |
|---|
| 501 | replaced by the more meaningful term "anonymous user" (fixes #106) |
|---|
| 502 | * When creating a new node and choosing an existing node_id there will be |
|---|
| 503 | shown an error message (fixes #223) |
|---|
| 504 | * If one or more nodes aren't monitored they now will be announced on the |
|---|
| 505 | front page (instead of just showing the number of monitored online nodes) |
|---|
| 506 | (fixes #100) |
|---|
| 507 | * Display more meaningful error messages if required user permissions are |
|---|
| 508 | missing (fixes #242) |
|---|
| 509 | * Refactored Network->getAdminUI() to match look and feel of |
|---|
| 510 | Node->getAdminUI (fixes #140) |
|---|
| 511 | * Show descriptive status of node (fixes #241) |
|---|
| 512 | |
|---|
| 513 | 2006-09-02 Max Horváth <max.horvath@freenet.de> |
|---|
| 514 | * Installation script checks for PHP session extension (fixes #139) |
|---|
| 515 | * Removed "Call-time pass-by-reference has been deprecated" warnings |
|---|
| 516 | (fixes #239) |
|---|
| 517 | * Revert changes of FCKeditor implementation (fixes #240) |
|---|
| 518 | * Fix of FCKeditor implementation, now also supports FCKeditor 2.3+ |
|---|
| 519 | (fixes #145) |
|---|
| 520 | * Hotspots/Nodes are sorted case-insensitive now (fixes #109) |
|---|
| 521 | * Fix #141 |
|---|
| 522 | * templates/sites/index.tpl: fix wrong user count (fixes #236) |
|---|
| 523 | * Added more trash mail services to the black list (fixes #149) |
|---|
| 524 | |
|---|
| 525 | 2006-09-01 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 526 | * Fix #189, #173 |
|---|
| 527 | |
|---|
| 528 | |
|---|
| 529 | 2006-09-01 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 530 | * Content.php: Improve handling of simple but persistent content. |
|---|
| 531 | |
|---|
| 532 | 2006-08-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 533 | * Server.php: Make sure getCurrentServer returns the default server if the |
|---|
| 534 | hostname isn't recognised. |
|---|
| 535 | * Content manager: |
|---|
| 536 | - Allow deleting simple (trivial) but persistent content |
|---|
| 537 | - Remove the sponsor info field from Content Metadata. Best practices |
|---|
| 538 | is now to use the project info field to show this information. |
|---|
| 539 | * Add the necessary schema constraints to allow manually deleting networks, |
|---|
| 540 | nodes and users. Be carefull, removing any of theses will remove all |
|---|
| 541 | traces of connection statistics as well. You've been warned. |
|---|
| 542 | * Do not display the network in the login interface if there is only one. |
|---|
| 543 | * Add a pseudo-random content ordering mode. Pick content elements |
|---|
| 544 | randomly, but do not display the same content twice untill all content |
|---|
| 545 | has been seen. |
|---|
| 546 | * Allow setting a title but not displaying it (very usefull for reusable |
|---|
| 547 | content) |
|---|
| 548 | |
|---|
| 549 | 2006-08-29 Max Horváth <max.horvath@freenet.de> |
|---|
| 550 | * Cleaned up PHPdoc tags |
|---|
| 551 | * Updated german translation |
|---|
| 552 | * Updated portuguese translation, thanks to Gabriel Hahmann |
|---|
| 553 | * Added spanish translation, thanks to Ricardo Jose Guevara Ochoa |
|---|
| 554 | |
|---|
| 555 | 2006-08-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 556 | * Add SimplePicture content type |
|---|
| 557 | * Fix #225 (For both nodes and networks) |
|---|
| 558 | |
|---|
| 559 | 2006-08-28 Max Horváth <max.horvath@freenet.de> |
|---|
| 560 | * Integrated KML node list export |
|---|
| 561 | * Integrated PDF node list export |
|---|
| 562 | * Updated Sprintf formatted strings in some Smarty templates |
|---|
| 563 | |
|---|
| 564 | 2006-08-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 565 | * clickthrough.php, HyperLink.php: Implement working hyperlink |
|---|
| 566 | clickthrough tracking (no reporting yet). |
|---|
| 567 | Works for Langstring, FlickrPhotoStream, Picture, RssAggregator and their |
|---|
| 568 | subclasses. |
|---|
| 569 | * Make HTMLeditor inherit from Langstring. Allowed a massive reduction of |
|---|
| 570 | line count and will stop the codebases from needlessly drifting apart. |
|---|
| 571 | * Do not log content displayed as metadata, and log their clickthrough as |
|---|
| 572 | the parent's. |
|---|
| 573 | |
|---|
| 574 | 2006-08-27 François Proulx <francois.proulx@gmail.com> |
|---|
| 575 | * Updated French translations |
|---|
| 576 | * Now using Sprintf formatted strings in some Smarty templates (see |
|---|
| 577 | example in templates/sites/index.tpl). |
|---|
| 578 | * Integrated back the SQL profiling functions |
|---|
| 579 | |
|---|
| 580 | 2006-07-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 581 | * Fix a bug where having an empty username would break statistics. |
|---|
| 582 | |
|---|
| 583 | 2006-07-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 584 | * Fix a bug in some reports when selecting a single user. |
|---|
| 585 | |
|---|
| 586 | 2006-07-05 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 587 | * Fix #175. |
|---|
| 588 | * Fix the "Registration Log" and "User registration report" reports giving |
|---|
| 589 | incorrect statistics |
|---|
| 590 | * Allow disabling EventLogging class in config.php, to make SQL debuging |
|---|
| 591 | possible (The class was traping errors before AbstractDb could |
|---|
| 592 | output them) |
|---|
| 593 | * Make EVENT_LOGGING default to false for now, as it turns out EventLogging |
|---|
| 594 | was the cause of the Spurious PEAR output ("Runtime Notice: ") we've |
|---|
| 595 | been seeing. That is probably only because we don't understand how to |
|---|
| 596 | properly control it's logging level. |
|---|
| 597 | |
|---|
| 598 | 2006-06-18 François Proulx <francois.proulx@gmail.com> |
|---|
| 599 | * Added creation_date , last_update_date support to File content (with |
|---|
| 600 | proper HTTP caching handling) |
|---|
| 601 | * Added hyperlinks URL support in Picture content |
|---|
| 602 | * Fixed constants in Flickr Content |
|---|
| 603 | * Fixed #171 (Can't add existing content to Node) |
|---|
| 604 | |
|---|
| 605 | 2006-06-17 François Proulx <francois.proulx@gmail.com> |
|---|
| 606 | * First iteration of JiWire CSV export |
|---|
| 607 | * Use : hotspot_status.php?format=JiWireCSV |
|---|
| 608 | * Fully working, but Excel doesn't seem to handle well UTF-8 |
|---|
| 609 | investigation in progress. |
|---|
| 610 | |
|---|
| 611 | 2006-06-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 612 | * Fix #151. It was still around after all. |
|---|
| 613 | |
|---|
| 614 | 2006-06-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 615 | * Completely refactor the look and html of the content manager, statistics |
|---|
| 616 | and most object's administrative interfaces. |
|---|
| 617 | Should be much simpler and clearer now. |
|---|
| 618 | No refactoring of the editing flow has been done yet. |
|---|
| 619 | * Spell check the french translation, and add a few of the missing strings. |
|---|
| 620 | |
|---|
| 621 | 2006-05-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 622 | * Added 'ja' to database locales table |
|---|
| 623 | |
|---|
| 624 | 2006-05-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 625 | * Added Japanese translation .po file |
|---|
| 626 | (Thanks to taedu AT ninjin-net DOT net) |
|---|
| 627 | |
|---|
| 628 | 2006-05-24 François Proulx <francois.proulx@gmail.com> |
|---|
| 629 | * Stylesheet changes for left_area_bottom content block. |
|---|
| 630 | |
|---|
| 631 | 2006-05-24 François Proulx <francois.proulx@gmail.com> |
|---|
| 632 | * Simplified Google Maps JS code to use more of the v2 abstraction |
|---|
| 633 | * Improved admin panels CSS classes |
|---|
| 634 | |
|---|
| 635 | 2006-05-23 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 636 | * config.php: Disable USE_CACHE_LITE, it's definitely not stable, and |
|---|
| 637 | causes very hard to track down problems with Internet Explorer. |
|---|
| 638 | |
|---|
| 639 | 2006-05-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 640 | * Fixed isValidUsername() Js function to allow caret and dot characters |
|---|
| 641 | |
|---|
| 642 | 2006-05-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 643 | * Use Pgsql persistent connections |
|---|
| 644 | |
|---|
| 645 | 2006-05-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 646 | * Removed unnecessary debug message |
|---|
| 647 | * Fixed getNumOnlineUsers to count users by MAC on splash only nodes |
|---|
| 648 | |
|---|
| 649 | 2006-05-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 650 | * Added generateFromArray parameter (max_length) |
|---|
| 651 | * Restricts select content ui combo box to 40 chars |
|---|
| 652 | * Added Smarty plugin modifier.fsize_format.php |
|---|
| 653 | |
|---|
| 654 | 2006-05-21 François Proulx <francois.proulx@gmail.com> |
|---|
| 655 | * Stupid IE CSS bug fixed |
|---|
| 656 | |
|---|
| 657 | 2006-05-21 François Proulx <francois.proulx@gmail.com> |
|---|
| 658 | * Fixed various bugs in content system |
|---|
| 659 | * stylesheet work |
|---|
| 660 | |
|---|
| 661 | 2006-05-21 François Proulx <francois.proulx@gmail.com> |
|---|
| 662 | * Think I've fixed Google Maps on IE. |
|---|
| 663 | * need to test on another system.. |
|---|
| 664 | |
|---|
| 665 | 2006-05-20 François Proulx <francois.proulx@gmail.com> |
|---|
| 666 | * Completed french translations |
|---|
| 667 | * Fixed Flickr javascript |
|---|
| 668 | * Various stylesheet improvements to tighten up the portal and admin |
|---|
| 669 | |
|---|
| 670 | 2006-05-20 François Proulx <francois.proulx@gmail.com> |
|---|
| 671 | * Various stylesheet improvements, started working on Île Sans Fil network |
|---|
| 672 | specific theme pack |
|---|
| 673 | * Fixed a few layout bugs |
|---|
| 674 | |
|---|
| 675 | 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 676 | * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines |
|---|
| 677 | endlessly |
|---|
| 678 | |
|---|
| 679 | 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 680 | * index.tpl: Fix link to the map not being displayed at a hotspot, even |
|---|
| 681 | when you are logged in. There needs to be much better logick before we |
|---|
| 682 | export such things to smarty templates. |
|---|
| 683 | |
|---|
| 684 | 2006-05-20 François Proulx <francois.proulx@gmail.com> |
|---|
| 685 | * Added /wifidog/contrib and /wifidog/contrib/xslt directories |
|---|
| 686 | * Posted Île Sans Fil XSLT example stylesheet for converting the |
|---|
| 687 | hotspot_status page |
|---|
| 688 | * Browser view |
|---|
| 689 | * PDA view (by Jean-Pierre Lessard <jplprog@videotron.ca>) |
|---|
| 690 | * Simply use in this manner : |
|---|
| 691 | http://wifidog-server.org/hotspot_status.php?format=XML&xslt=http://wifidog-server.org/contrib/xslt/hotspot_status_browser.xsl |
|---|
| 692 | |
|---|
| 693 | 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 694 | * page.php: Fix bugs in various files preventing the system from working |
|---|
| 695 | from the command line. |
|---|
| 696 | |
|---|
| 697 | 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 698 | * More install script fixes: Phlickr wouldn't install, and the permissions |
|---|
| 699 | of wifidog/tmp/smarty/cache weren't checked. |
|---|
| 700 | |
|---|
| 701 | 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 702 | * More stylesheet and HTML work |
|---|
| 703 | |
|---|
| 704 | 2006-05-18 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 705 | * Fix loging form incorrectly attempting to validate the password, |
|---|
| 706 | preventing many existing accounts from logging-in. |
|---|
| 707 | * Interim commit, begin simplifying the html ans stylesheets, and re-doing |
|---|
| 708 | the general look. |
|---|
| 709 | This is incomplete, this commit was done to fix the problem above. |
|---|
| 710 | * install.php: Fix path problems, make shel command errors visible. Update |
|---|
| 711 | magpie and smarty url to latest versions (note that this won't |
|---|
| 712 | automatically update an existing install). Didn't touch phlickr as I |
|---|
| 713 | didn't know the implications |
|---|
| 714 | * Add interactive scripts in sql/ to easily backup and restore a wifidog |
|---|
| 715 | auth server database. |
|---|
| 716 | |
|---|
| 717 | 2006-05-10 François Proulx <francois.proulx@gmail.com> |
|---|
| 718 | * Fixed Google Maps script path to images. |
|---|
| 719 | |
|---|
| 720 | 2006-05-10 François Proulx <francois.proulx@gmail.com> |
|---|
| 721 | * Added sweetTitles tooltips script, now if you need to add tooltips simply |
|---|
| 722 | add the 'title' attribute to you html <a>, <attr>, <accroym> tags |
|---|
| 723 | * Fixed usort bug in MainUI |
|---|
| 724 | * Fixed download (wget) in install.php |
|---|
| 725 | |
|---|
| 726 | 2006-05-09 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 727 | * Working (if slightly basic) theme manager. You can pick the theme in the |
|---|
| 728 | network configuration. |
|---|
| 729 | To add your own theme, read wifidog/media/network_theme_packs/README.txt |
|---|
| 730 | * Cleanup and document the wifidog directory structure |
|---|
| 731 | * Minor HTML corrections for content types |
|---|
| 732 | * Completely rip out the old local_content system, and a bunch of obsolete |
|---|
| 733 | defines and config variables. |
|---|
| 734 | * Get rid of PHP generated stylesheets |
|---|
| 735 | |
|---|
| 736 | 2006-05-09 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 737 | * Finish content assignation system |
|---|
| 738 | * Content ordering is now global (network, nodes and everywhere content cand |
|---|
| 739 | now be in mixed order). |
|---|
| 740 | * Implement 'everywhere' content |
|---|
| 741 | * Change MainUI::apendContent to MainUI::addContent |
|---|
| 742 | |
|---|
| 743 | 2006-04-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 744 | * Fixed error in initial data script |
|---|
| 745 | |
|---|
| 746 | 2006-04-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 747 | * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php |
|---|
| 748 | instead of hardcoded 'default' |
|---|
| 749 | |
|---|
| 750 | 2006-04-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 751 | * Fixed initial_data schema script so that it adds a dummy server. |
|---|
| 752 | |
|---|
| 753 | 2006-04-25 François Proulx <francois.proulx@gmail.com> |
|---|
| 754 | * Updated JavaScript code to work with Google Maps v2 API |
|---|
| 755 | * v2 will now provide full maps of European countries and is a bit faster |
|---|
| 756 | * Updated the schema accordingly with new GMaps values |
|---|
| 757 | |
|---|
| 758 | 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 759 | * Dependencies.php: Small fix in case gettext isn't installed |
|---|
| 760 | |
|---|
| 761 | 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 762 | * AuthenticatorLDAP.php: Merge patch from jguevara@unitec.edu. Fixes #125 |
|---|
| 763 | |
|---|
| 764 | 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 765 | * Major system locale handling overhaull. Hopefully abstract out the UTF8 |
|---|
| 766 | problems once and for all, allowing everyone to define them the same way. |
|---|
| 767 | Fix a few bugs along the way. Should also be a little faster. |
|---|
| 768 | |
|---|
| 769 | 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 770 | * Revert Rob's SYSTEM_PATH change. Sorry about that. The devs spent hours |
|---|
| 771 | to finally get the PATH stuff consistent and fixing the countless bugs |
|---|
| 772 | that this process introduced. |
|---|
| 773 | Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH, |
|---|
| 774 | (or vice-versa) but it was on purpose that SYSTEM_PATH was not made |
|---|
| 775 | available to Smarty. |
|---|
| 776 | We already have 3 defines to be used for links and html refs, that's |
|---|
| 777 | enough BASE_SSL_PATH should be used to enter SSL mode (if available) |
|---|
| 778 | BASE_NON_SSL_PATH should be used to break out of SSL mode of when we |
|---|
| 779 | explicitely do not want someting to be referenced over http |
|---|
| 780 | BASE_URL_PATH should be used in all other cases to avoid needless |
|---|
| 781 | SSL warning |
|---|
| 782 | |
|---|
| 783 | 2006-04-17 Rob Janes <janes.rob@gmail.com> |
|---|
| 784 | * javascript for validating and navigating forms. |
|---|
| 785 | * help text (untranslated). |
|---|
| 786 | * EVENT_LOGGING enabling/disabling flag. |
|---|
| 787 | * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever |
|---|
| 788 | appropriate. |
|---|
| 789 | * standardize Smarty variables for Network and User info by adding |
|---|
| 790 | assignSmartyValues($smarty, $self) to Network and User. |
|---|
| 791 | * change_password only allowed if logged in. |
|---|
| 792 | * non-superadmin can only use change_password to change their own password. |
|---|
| 793 | * superadmin can use change_password to change any user password by |
|---|
| 794 | entering in their password for the old password. |
|---|
| 795 | * page_header div defined and positioned in MainUI |
|---|
| 796 | |
|---|
| 797 | 2006-04-04 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 798 | * /classes/Content/IFrame/IFrame.php: Change a few methods from private |
|---|
| 799 | to protected as the private methods broke IFrameRest |
|---|
| 800 | |
|---|
| 801 | 2006-04-01 François Proulx <francois.proulx@gmail.com> |
|---|
| 802 | * Dumped initial schema from working install |
|---|
| 803 | |
|---|
| 804 | 2006-03-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 805 | * dump_initial_data_postgres.sh: Add the content_available_display_pages |
|---|
| 806 | table to the dump, can someone re-generate the initial data from a |
|---|
| 807 | working install |
|---|
| 808 | * Remove the ?> tags from all the classes. |
|---|
| 809 | |
|---|
| 810 | 2006-03-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 811 | * Fix bug where right_area_bottom content wouldn't be displayed. |
|---|
| 812 | * Minor CSS cleanup |
|---|
| 813 | |
|---|
| 814 | 2006-03-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 815 | * Fixed error in initial schema (bad client encoding) |
|---|
| 816 | |
|---|
| 817 | 2006-03-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 818 | * Fixed schema 37 : left_area_top |
|---|
| 819 | * Updated initial schema |
|---|
| 820 | |
|---|
| 821 | 2006-03-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 822 | * First step in massive simplification of CSS and templates |
|---|
| 823 | * Implement the new main CSS structure |
|---|
| 824 | * Implement working content assignation interface and content ordering for |
|---|
| 825 | both network and nodes. |
|---|
| 826 | * Display of content according to assignation work on 'portal' and 'login'. |
|---|
| 827 | 'everywhere' not yet implemented |
|---|
| 828 | * Get rid of some ISF specific interface elements |
|---|
| 829 | * Finally replace the overly complicated start button by a |
|---|
| 830 | "Use the Internet" link that will not get you out of your working tab |
|---|
| 831 | * Fix #118 |
|---|
| 832 | |
|---|
| 833 | 2006-03-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 834 | * init_php.php: Fix stripslashes_cb() so it actually works, this means the |
|---|
| 835 | auth server should work properly with auth servers with magic quotes |
|---|
| 836 | turned on. |
|---|
| 837 | This is still not recommended however. |
|---|
| 838 | * Remove some spurious error ouptut on logout. |
|---|
| 839 | * Remove potential error in network id parsing |
|---|
| 840 | |
|---|
| 841 | 2006-03-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 842 | * Fixed Google Maps URLs bug |
|---|
| 843 | * Since Google Maps does not provide Javascript over SSL (it does but the |
|---|
| 844 | certificate does not match) the code path to the map does not use SSL, but |
|---|
| 845 | the outgoing URLs do. |
|---|
| 846 | * Removed lost echo in Locale.php |
|---|
| 847 | |
|---|
| 848 | 2006-03-21 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 849 | * login/index.php: Remove huge security hole introduced by stylistic |
|---|
| 850 | changes in the file. A user could login to any hotspot by simply filling |
|---|
| 851 | a blank form because of a gratuitous change from empty to is_null |
|---|
| 852 | everywhere. Remove escaping or REQUEST parameters in non SQL |
|---|
| 853 | related code, as this would lead to double unescaping down the line. |
|---|
| 854 | Remove logic dependent on encapsulated side effects of object method call. |
|---|
| 855 | |
|---|
| 856 | 2006-03-19 François Proulx <francois.proulx@gmail.com> |
|---|
| 857 | * Updated French translations |
|---|
| 858 | |
|---|
| 859 | 2006-03-18 Rob Janes <janes.rob@gmail.com> |
|---|
| 860 | * path_defines_base working for combinations of DocumentRoot, Alias, |
|---|
| 861 | and installed wifidog-auth directory, correctly setting SYSTEM_PATH |
|---|
| 862 | and WIFIDOG_ABS_FILE_PATH dynamically. |
|---|
| 863 | * classes/Locale.php::getBestLanguage changed to correctly parse |
|---|
| 864 | HTTP_ACCEPT_LANGUAGE, comma is the correct delimiter not semi-colon. |
|---|
| 865 | Ignores SESS_LANGUAGE_VAR if invalid. |
|---|
| 866 | |
|---|
| 867 | 2006-03-18 Rob Janes <janes.rob@gmail.com> |
|---|
| 868 | * Fixed bug #77 classes/EventLogging.php non-variable pass by reference |
|---|
| 869 | |
|---|
| 870 | 2006-03-16 François Proulx <francois.proulx@gmail.com> |
|---|
| 871 | * Removed stale owner_sendfiles.php (now integrated in the Content Manager) |
|---|
| 872 | * Cleaned up a bunch of stale TODOs |
|---|
| 873 | |
|---|
| 874 | 2006-03-16 Max Horváth <max.horvath@freenet.de> |
|---|
| 875 | * updated language files (new german strings have already been translated) |
|---|
| 876 | * added LDAP authentication |
|---|
| 877 | * Dependencies class can check for an PHP extension now |
|---|
| 878 | * Dependencies class can check for multiple files on a single dependency now |
|---|
| 879 | * Authentication classes moved to it's own directory |
|---|
| 880 | * The getAuthenticator method now uses the much safer and faster |
|---|
| 881 | call_user_func_array function to return an authenticator object |
|---|
| 882 | * the available authenticator classes are now being displayed in a select |
|---|
| 883 | box on the network administration page |
|---|
| 884 | * the link to and the Google hotspots map as is won't be shown to an |
|---|
| 885 | unauthenticated user at a real hotspot |
|---|
| 886 | |
|---|
| 887 | 2006-03-16 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 888 | * hotspots_map.tpl: Use base_url_path instead of base_ssl_path |
|---|
| 889 | |
|---|
| 890 | 2006-03-09 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 891 | * init_php.php: Try to fix #102 by inspection |
|---|
| 892 | * Delete AbstractDbMySql.php, and collapse AbstractDbPostgres.php |
|---|
| 893 | into AbstractDb.php to prepare for eventual switch to PDO file. |
|---|
| 894 | * incoming_outgoing_swap.php: Delete file, closes #85 |
|---|
| 895 | |
|---|
| 896 | 2006-03-09 Max Horváth <max.horvath@freenet.de> |
|---|
| 897 | * fixed small bug in the InterfaceElements class |
|---|
| 898 | * fixed PHP notices in portal/index.php and Locale class |
|---|
| 899 | * fixed small bug in Authenticator class which in resulted in a fatal PHP |
|---|
| 900 | error if a user logged out when his session was already gone |
|---|
| 901 | * using the {$isUserAtHotspot} smarty variable you can check now in every |
|---|
| 902 | template if a user calls the portal from a hotspot or not |
|---|
| 903 | |
|---|
| 904 | 2006-03-08 Max Horváth <max.horvath@freenet.de> |
|---|
| 905 | * fixed small bug where clicking on the start button at the portal page |
|---|
| 906 | didn't open the wifidog portal, but the requested page |
|---|
| 907 | * updated source to generate a clean PHPdoc output |
|---|
| 908 | * updated PHPdoc generating script |
|---|
| 909 | |
|---|
| 910 | 2006-03-07 Max Horváth <max.horvath@freenet.de> |
|---|
| 911 | * init_php.php now does a 100% strict check for variable types of |
|---|
| 912 | elements to be processed when magic_quotes are turned on |
|---|
| 913 | * fixed duplicate use of SSL_AVIABLE define in common.php |
|---|
| 914 | This fixes ticket #95. |
|---|
| 915 | * fixed problens with slashes in htospots_map.php |
|---|
| 916 | This fixes ticket #97. |
|---|
| 917 | * fixed variable typo in NodeListXML.php |
|---|
| 918 | * introduced new InterfaceElements class which is being used to create |
|---|
| 919 | HTML code - this reduces HTML markup in PHP code and reduces HTML errors |
|---|
| 920 | we had i.e. on the node administration page (unclosed div). |
|---|
| 921 | It is being used on the node administration page now and will be updated |
|---|
| 922 | for the other admin pages ... |
|---|
| 923 | * when adding an owner or tech officer on the node admin page and pressing |
|---|
| 924 | enter in the input field the statistics where called (no owner or tech |
|---|
| 925 | officer was added) - this has been fixed |
|---|
| 926 | * database schema update 35 wasn't compatible with PostgreSQL version 7, |
|---|
| 927 | the update script has been changed to be compatible with it ... |
|---|
| 928 | This fixes ticket #94. |
|---|
| 929 | * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has |
|---|
| 930 | been included |
|---|
| 931 | This fixes ticket #98. |
|---|
| 932 | * on node administration page owners have less rights than admins |
|---|
| 933 | |
|---|
| 934 | 2006-03-02 Max Horváth <max.horvath@freenet.de> |
|---|
| 935 | * converted PNGs to GIFs because Internet Explorer cannot handle alpha |
|---|
| 936 | transparency of PNGs |
|---|
| 937 | |
|---|
| 938 | 2006-02-28 Max Horváth <max.horvath@freenet.de> |
|---|
| 939 | * the content selector for an owner could produce notices |
|---|
| 940 | * the button add existing content in the content manager will only be shown |
|---|
| 941 | if content is actually available |
|---|
| 942 | * the start button on the portal page won't be shown anymore if a user |
|---|
| 943 | didn't access it from a WiFiDog hotspot |
|---|
| 944 | * deleted wifidog/templates/message_unknown_hotspot.html as this error |
|---|
| 945 | message will be displayed using the genecir error message template |
|---|
| 946 | * display of generic error messages will be handled by the MainUI class |
|---|
| 947 | * deleted wifidog/portal/missing_original_url.php as its functions is being |
|---|
| 948 | handled by wifidog/portal/index.php now |
|---|
| 949 | * deleted wifidog/templates/message_default.html as its functions is being |
|---|
| 950 | handled by wifidog/gw_message.php now |
|---|
| 951 | * deleted wifidog/templates/message_activate.html as its functions is being |
|---|
| 952 | handled by wifidog/gw_message.php now |
|---|
| 953 | * account validation hints finally show the real validation grace time |
|---|
| 954 | (used to display 15 minutes) |
|---|
| 955 | * deleted wifidog/templates/message_denied.html as its functions is being |
|---|
| 956 | handled by wifidog/gw_message.php now |
|---|
| 957 | * deleted wifidog/templates/message_failed_validation.html as its functions |
|---|
| 958 | is being handled by wifidog/gw_message.php now |
|---|
| 959 | * deleted wifidog/templates/user_management_menu.html as its not being |
|---|
| 960 | used anymore |
|---|
| 961 | * deleted wifidog/local_content/default/footer.html as its not being |
|---|
| 962 | used anymore |
|---|
| 963 | * deleted wifidog/local_content/default/header.html as its not being |
|---|
| 964 | used anymore |
|---|
| 965 | * deleted wifidog/local_content/default/portal.html as its not being |
|---|
| 966 | used anymore |
|---|
| 967 | * deleted wifidog/local_content/default/new.css as its wasn't ever used |
|---|
| 968 | * deleted wifidog/local_content/README as its content isn't valid anymore |
|---|
| 969 | used anymore |
|---|
| 970 | * Login site now uses a Smarty template to render HTML page |
|---|
| 971 | * class MainUI now also delivers $isOwner variable for Smarty |
|---|
| 972 | |
|---|
| 973 | 2006-02-26 Max Horváth <max.horvath@freenet.de> |
|---|
| 974 | * Hotspots map page now uses a direct Javascript call for the link |
|---|
| 975 | "Show me on the map" (resulting in the browser not jumping to the top of |
|---|
| 976 | the page if a user clicks on such a link) |
|---|
| 977 | * refactored hotspot status page, it now uses node list classes to generate |
|---|
| 978 | output |
|---|
| 979 | * WIFI411_CSV has been removed from hotspot status page - it didn't work |
|---|
| 980 | properly - a working version can be added to /wifidog/classes/NodeLists |
|---|
| 981 | * RSS feed of hotspot status now delivers language of user |
|---|
| 982 | * RSS and XML feed of hotspot status now actually do deliver data from |
|---|
| 983 | the requested network (before the code accepted network selection but |
|---|
| 984 | actually switched back to the current network) |
|---|
| 985 | * RSS feed of hotspot status page now gets announced in browser |
|---|
| 986 | |
|---|
| 987 | 2006-02-25 Max Horváth <max.horvath@freenet.de> |
|---|
| 988 | * fixed undefined variable bugs in statistic classes (use of date_from and |
|---|
| 989 | date_to), variables were processed directly from request, without any |
|---|
| 990 | check |
|---|
| 991 | This fixes ticket #71. |
|---|
| 992 | * clicking on a username in user logs now generates a individual user |
|---|
| 993 | report as it does when clicking on a username on the online users page |
|---|
| 994 | * Changing the value of the "Is persistent" checkbox doesn't have to |
|---|
| 995 | saved when JavaScript is enabled in the browser. Before this change |
|---|
| 996 | you had to save a content. So if you wanted to delete a persistant content |
|---|
| 997 | you first had to uncheck this checkbox, save the content and delete the |
|---|
| 998 | content after saving it. If JavaScript is enabled in your browser you |
|---|
| 999 | can go straight ahead, uncheck the checkbox and delete the content. |
|---|
| 1000 | This fixes ticket #73. |
|---|
| 1001 | * when processing global arrays if magic quotes is enabled, WiFiDog will |
|---|
| 1002 | check for type variables |
|---|
| 1003 | This fixes ticket #84. |
|---|
| 1004 | * the RSS feed of nodes now delivers the correct link to the nodes homepage |
|---|
| 1005 | This fixes ticket #80. |
|---|
| 1006 | * small fix in schema_validate.php which should affect nobody (in schema |
|---|
| 1007 | version 9) |
|---|
| 1008 | This fixes ticket #79. |
|---|
| 1009 | * fixed "Show all available contents for this hotspot" link which didn't |
|---|
| 1010 | work if WiFiDog wasn't located in the root folder of the webserver |
|---|
| 1011 | * the "Show all available contents for this hotspot" link won't be shown |
|---|
| 1012 | anymore unless all requirements are meet that all content of a hotspot |
|---|
| 1013 | would be shown. The requirements are: you need to have at least one |
|---|
| 1014 | Content Group tagged artistic and locative content, with at least one |
|---|
| 1015 | content group element available for display. |
|---|
| 1016 | This fixes ticket #35. |
|---|
| 1017 | * adjusting the location of a node via the Google maps geocoding service) |
|---|
| 1018 | and clicking the button "Use these coordinates" didn't work |
|---|
| 1019 | This fixes ticket #81 and #82. |
|---|
| 1020 | * the content select box now only shows the content to a user of which is |
|---|
| 1021 | is the owner from (same mechanism has already been used on the content |
|---|
| 1022 | manager page) or all content if the user is a superadmin |
|---|
| 1023 | * wifidog/admin/content_admin.php removed, because the content manager now |
|---|
| 1024 | uses the generic object administration interface |
|---|
| 1025 | * the creation date of a network can be changed now (this value wasn't |
|---|
| 1026 | displayed in the admin interface, even though it was present in the |
|---|
| 1027 | database) |
|---|
| 1028 | * revamped administration sidebar, cleaner interface for the superadmin, |
|---|
| 1029 | for the owner of a node nothing changes |
|---|
| 1030 | * added "server administration" section to the administration interface |
|---|
| 1031 | * Added administration of webservers. For one webserver not much changes. |
|---|
| 1032 | The SSL available setting has been moved to this section (and removed |
|---|
| 1033 | from config.php). Running WiFiDog on two or more webserver (with one |
|---|
| 1034 | database) you now can define the different hostnames of the webserver. |
|---|
| 1035 | Of course you can also define, which of those webserver serves SSL. This |
|---|
| 1036 | is for example essential for the Google maps feature (different API keys |
|---|
| 1037 | for different hostnames) |
|---|
| 1038 | * for every network you now can define it's own Google Map initial values |
|---|
| 1039 | and map types |
|---|
| 1040 | * Hotspots map page now supports different maps for different networks |
|---|
| 1041 | * Hotspots map page now supports different map types for different networks |
|---|
| 1042 | This fixes ticket #69 |
|---|
| 1043 | * Hotspots map page now offers full multilingual support (text in the |
|---|
| 1044 | JavaScript file was english only) |
|---|
| 1045 | * Hotspots map page now uses a Smarty template to render HTML page |
|---|
| 1046 | |
|---|
| 1047 | 2006-02-21 Max Horváth <max.horvath@freenet.de> |
|---|
| 1048 | * fixed access restriction for HTMLeditor in templates folder |
|---|
| 1049 | * fixed XML error in HTMLeditors CSS and HTML templates |
|---|
| 1050 | * fixed undefined variable bug in content class ContenGroup |
|---|
| 1051 | * start page now uses a Smarty template to render HTML page |
|---|
| 1052 | * start page now also displays information about deployed/operational nodes |
|---|
| 1053 | * information about valid/online users and deployed/operational nodes gets |
|---|
| 1054 | cached if caching has been enabled (valid/online users for 1 minute, |
|---|
| 1055 | deployed/operational nodes for 5 minutes) |
|---|
| 1056 | |
|---|
| 1057 | 2006-02-17 Max Horváth <max.horvath@freenet.de> |
|---|
| 1058 | * refactored lost username site - now it also includes the help toolbox |
|---|
| 1059 | * lost username page now focuses input field automaticly (like on login or |
|---|
| 1060 | signup page) |
|---|
| 1061 | * refactored lost password site - now it also includes the help toolbox |
|---|
| 1062 | * lost password page now focuses input field automaticly (like on login or |
|---|
| 1063 | signup page) |
|---|
| 1064 | * refactored sesend validation email site - now it also includes the help |
|---|
| 1065 | toolbox |
|---|
| 1066 | * refactored resend validation email page now focuses input field |
|---|
| 1067 | automaticly (like on login or signup page) |
|---|
| 1068 | |
|---|
| 1069 | 2006-02-16 Max Horváth <max.horvath@freenet.de> |
|---|
| 1070 | * added full PHPdoc documentation to Mail class |
|---|
| 1071 | * added more temporary-email-address-providers to the black-list |
|---|
| 1072 | * Login site now uses a Smarty template to render HTML page |
|---|
| 1073 | * refactored signup site - now it also includes the help toolbox |
|---|
| 1074 | * removed Phlickr directory in /lib dir as Phlickr must be installed via |
|---|
| 1075 | PEAR |
|---|
| 1076 | * modified gen.sh to include new template folders for the |
|---|
| 1077 | translation file generation |
|---|
| 1078 | |
|---|
| 1079 | 2006-02-15 Max Horváth <max.horvath@freenet.de> |
|---|
| 1080 | * Login site now uses a Smarty template to render HTML page |
|---|
| 1081 | |
|---|
| 1082 | 2006-02-14 Max Horváth <max.horvath@freenet.de> |
|---|
| 1083 | * converted Session class to PHP5 style |
|---|
| 1084 | * moved code used used to init PHP into wifidog/include/init_php.php |
|---|
| 1085 | * fixed bug regarding APC (super globals weren't initialized before their |
|---|
| 1086 | first use |
|---|
| 1087 | * in an attemp to enter the administration interface of WiFiDog and not |
|---|
| 1088 | being logged in you'll be redirected to the administration interface after |
|---|
| 1089 | a successful login, if you are an admin or owner of a node. This only |
|---|
| 1090 | works for a virtual login, as it isn't needed to be done when logging in |
|---|
| 1091 | via a WiFiDog node (then you have to login anyway on the splash page |
|---|
| 1092 | first) |
|---|
| 1093 | * fixed preview of network in administration interface as content for a |
|---|
| 1094 | network as is isn't available in the code, yet |
|---|
| 1095 | |
|---|
| 1096 | 2006-02-13 Rob Janes <janes.rob@gmail.com> |
|---|
| 1097 | * cron/cleanup.php needed new way to call common.php |
|---|
| 1098 | * added cron/vacuum.php to round things out |
|---|
| 1099 | |
|---|
| 1100 | 2006-02-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1101 | * Fix a bunch of file inclusion bugs in the statistics subsystem. |
|---|
| 1102 | This is only a ad-hac fix. It seems the requires for just about every |
|---|
| 1103 | class have been stripped off. This must be fixed, all classes should |
|---|
| 1104 | require_once all classes or include that they need that isn't included by |
|---|
| 1105 | a parent class. |
|---|
| 1106 | |
|---|
| 1107 | 2006-02-06 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1108 | * wifidog/local_content/default/hotspot_logo.jpg: Delete deprecated file |
|---|
| 1109 | * wifidog/local_content/default/hotspot_logo_banner.jpg: Delete deprecated |
|---|
| 1110 | file |
|---|
| 1111 | |
|---|
| 1112 | 2006-02-04 Max Horváth <max.horvath@freenet.de> |
|---|
| 1113 | * MainUI class now uses Smarty templates to render HTML pages |
|---|
| 1114 | * display of debug messages by using $_REQUEST['debug_request'] on any |
|---|
| 1115 | page is now only possible for a super admin |
|---|
| 1116 | * caching class now supports lifetime of a cache and every data type |
|---|
| 1117 | supported by PHP (except the resource-type) |
|---|
| 1118 | * Content class caches available content plugins for 7 days if caching has |
|---|
| 1119 | been enabled -> results in a nice speed-up on every page call because |
|---|
| 1120 | of 17 saved filesystem queries |
|---|
| 1121 | * converted Security class to PHP5 style and it's functions to static |
|---|
| 1122 | functions |
|---|
| 1123 | * fixed broken HTMLeditor support |
|---|
| 1124 | * implemented PEAR::HTML_Safe cache support - if PEAR::HTML_Safe has been |
|---|
| 1125 | installed it strips down all potentially dangerous content within HTML |
|---|
| 1126 | that has been entered using the content plugins Langstring, |
|---|
| 1127 | TrivialLangstring and HTMLeditor |
|---|
| 1128 | * moved /wifidog/include/HTMLeditor to /wifidog/content/HTMLeditor |
|---|
| 1129 | * fixed thrown exception in path_defines_base.php (sprintf() was used |
|---|
| 1130 | uncorrectly) |
|---|
| 1131 | * template for definition of SYSTEM_PATH has been added to config.php |
|---|
| 1132 | for easier definiton when path detection failes |
|---|
| 1133 | * from now on caching is enabled by default in config.php - it means that |
|---|
| 1134 | WiFiDog caching features will automaticly be used if PEAR::Cache_Lite |
|---|
| 1135 | has been installed |
|---|
| 1136 | * updated installation file to represent all the new modules that can be |
|---|
| 1137 | installed to use all WiFiDog features |
|---|
| 1138 | |
|---|
| 1139 | 2006-01-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1140 | * path_defines_base.php: Fix syntax errors in the exception thrown. Add |
|---|
| 1141 | more meaningfull output |
|---|
| 1142 | |
|---|
| 1143 | 2006-01-29 Max Horváth <max.horvath@freenet.de> |
|---|
| 1144 | * WiFiDog now detects APC PHP cache and eAccelerator PHP cache and disables |
|---|
| 1145 | both PHP caches, because WiFiDog currently doesn't run with either of |
|---|
| 1146 | those PHP caches (I'm still investigating why) |
|---|
| 1147 | * added a missing <ul> HTML tag on the administration page |
|---|
| 1148 | * the validation mail sent to new users now includes the full path to the |
|---|
| 1149 | WiFiDog installation (before it assumed WiFiDog to be installed in |
|---|
| 1150 | the document root of the webserver) |
|---|
| 1151 | * fixed display of start button of portal when WiFiDog is not installed |
|---|
| 1152 | in the document root of the webserver |
|---|
| 1153 | * replaced $_SERVER["DOCUMENT_ROOT"]-stuff with our defines made in |
|---|
| 1154 | path_defines_base.php |
|---|
| 1155 | * updated HTMLeditor content class to use the new, moved stylesheet.css |
|---|
| 1156 | * fixed error messages not displaying technical support e-mail address |
|---|
| 1157 | |
|---|
| 1158 | 2006-01-25 Max Horváth <max.horvath@freenet.de> |
|---|
| 1159 | * a notice message regarding timezones was being displayed when running PHP |
|---|
| 1160 | 5.1.0+ due to rewritten date functions of PHP. There is a new config flag |
|---|
| 1161 | in config.php named DATE_TIMEZONE. Set it to your local timezone. |
|---|
| 1162 | Don't forget to update your local.config.php in case you're using it. |
|---|
| 1163 | |
|---|
| 1164 | 2006-01-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1165 | * Dependencies.php: We missed one more instance of non-unifrom code for |
|---|
| 1166 | path detection. The Dependencies class now uses the code in |
|---|
| 1167 | include/path_defines_base.php like the rest of the system. Also make it |
|---|
| 1168 | returns more usefull error messages. |
|---|
| 1169 | * SmartyWifidog.php: Output the error returned by Dependencies if Smarty |
|---|
| 1170 | cannot be found for some reason. |
|---|
| 1171 | |
|---|
| 1172 | 2006-01-23 Max Horváth <max.horvath@freenet.de> |
|---|
| 1173 | * Removed compiled PHPdoc documentation |
|---|
| 1174 | * moved createDoc.sh to "doc" directory, documentation can be generated on |
|---|
| 1175 | the fly now, in the future we'll be generating a nightly PHPdoc on |
|---|
| 1176 | wifidog.org |
|---|
| 1177 | * renamed "ChangeLog" to CHANGELOG, resulting this file being parsed by |
|---|
| 1178 | PHPdoc |
|---|
| 1179 | * moved "header.gif" image to its own folder in the images directory |
|---|
| 1180 | * touched almost every PHP file in WiFiDog auth server for PHPdoc generating |
|---|
| 1181 | compiling without any warnings |
|---|
| 1182 | * Initialized uninitialized variables in Node class |
|---|
| 1183 | * Fixed initialization error of one variable |
|---|
| 1184 | * Configuration file (config.php) will be read before path detection is |
|---|
| 1185 | being started (otherwise there was no chance to set a manual SYSTEM_PATH) |
|---|
| 1186 | |
|---|
| 1187 | 2006-01-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1188 | * common.php: Real fix for Ticket #59 ;) |
|---|
| 1189 | * common.php: Untested fix for Ticket #59 |
|---|
| 1190 | |
|---|
| 1191 | 2006-01-18 François Proulx <francois.proulx@gmail.com> |
|---|
| 1192 | * Remove unneeded .cvsignore files since the svn:ignore property is set to |
|---|
| 1193 | the same list |
|---|
| 1194 | |
|---|
| 1195 | 2006-01-11 Rob Janes <janes.rob@gmail.com> |
|---|
| 1196 | * classes/User.php: added setters, getters, throw exceptions, added |
|---|
| 1197 | refresh() subr, tweaked language |
|---|
| 1198 | |
|---|
| 1199 | 2006-01-09 Max Horváth <max.horvath@freenet.de> |
|---|
| 1200 | * createDoc.sh: added description of how to install requirements |
|---|
| 1201 | |
|---|
| 1202 | 2006-01-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1203 | * common.php: Improve path detection code, and start moving PATH detection |
|---|
| 1204 | back to a central location. You should NEVER go to any $_SERVER[] |
|---|
| 1205 | variables for path related stuff, all you need is already available |
|---|
| 1206 | in defines. |
|---|
| 1207 | * UserReport.php: Remove dangling reference to BASEPATH. |
|---|
| 1208 | * install.php: Use centralised path detection. |
|---|
| 1209 | |
|---|
| 1210 | 2006-01-04 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1211 | * config.php, common.php: Completely remove SYSTEM_PATH from config.php, |
|---|
| 1212 | making one less config option to manage. It is now autodetected. |
|---|
| 1213 | |
|---|
| 1214 | 2006-01-03 Rob Janes <janes.rob@gmail.com> |
|---|
| 1215 | * added support for classes/EventLogging.php. |
|---|
| 1216 | * modified include/common.php to pull in the EventLogging class |
|---|
| 1217 | * modified index.php to kick start error logging with minimal setup. |
|---|
| 1218 | I didn't setup a css for this, so any errors are simply pushed out |
|---|
| 1219 | when the logging channel is destructed. |
|---|
| 1220 | * other changes to include/common.php - a host of utility functions, |
|---|
| 1221 | prefixed with "cmn" to avoid namespace collision. |
|---|
| 1222 | * stock config.php, added global $AVAIL_LOCALE_ARRAY, cause of my change |
|---|
| 1223 | to include/common.php, wrapping the require_once in a function. |
|---|
| 1224 | |
|---|
| 1225 | 2006-01-04 Pascal Leclerc <isf@plec.ca> |
|---|
| 1226 | * install.php: New security validation and small bugs fix in admin account |
|---|
| 1227 | creation |
|---|
| 1228 | |
|---|
| 1229 | 2006-01-02 Rob Janes <janes.rob@gmail.com> |
|---|
| 1230 | * split static stylesheet.css from smarty template stuff. |
|---|
| 1231 | local_content/default/stylesheet.css has only smarty template stuff. |
|---|
| 1232 | local_content/common/stylesheet.css has all the rest. |
|---|
| 1233 | * classes/MainUI.php changed to <link ...> the common stylesheet.css, while |
|---|
| 1234 | still smarty fetching the templated stylesheet. |
|---|
| 1235 | * classes/SmartyWifidog.php changed to set a smarty template variable so |
|---|
| 1236 | that the templating stylesheet could work. |
|---|
| 1237 | |
|---|
| 1238 | 2005-12-29 François Proulx <francois.proulx@gmail.com> |
|---|
| 1239 | * Integrating Philippe's code for User class |
|---|
| 1240 | * This build needs extensive testing please |
|---|
| 1241 | * E-mail blacklisting (Mail class) |
|---|
| 1242 | |
|---|
| 1243 | 2005-12-29 François Proulx <francois.proulx@gmail.com> |
|---|
| 1244 | * Added Aidan's file_exists_incpath function to Dependencies class |
|---|
| 1245 | * Translated and standardized most of PostgreSQL abstraction class. |
|---|
| 1246 | * Removed blank lines at end of many files |
|---|
| 1247 | * Tested the new Phlickr package, which fixes URL on Flickr |
|---|
| 1248 | |
|---|
| 1249 | 2005-12-28 Max Horváth <max.horvath@freenet.de> |
|---|
| 1250 | * Removed BASEPATH define from source - resulting in a better |
|---|
| 1251 | require-overview |
|---|
| 1252 | * speed improvement of 7% by optimizing Dependencies class |
|---|
| 1253 | * improved documentation of content classes |
|---|
| 1254 | |
|---|
| 1255 | 2005-12-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 1256 | * Fixed bug when the same user was owner of many nodes |
|---|
| 1257 | * Added missing reference to content_display_location initial data in dump |
|---|
| 1258 | script |
|---|
| 1259 | |
|---|
| 1260 | 2005-12-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 1261 | * Tiny modifications to config.php |
|---|
| 1262 | * Reinserted the deprecated defines, created errors on my system |
|---|
| 1263 | * Fully translated FormSelectGenerator class, Locale |
|---|
| 1264 | * Added comments to Utils, Locale etc.. |
|---|
| 1265 | * Fully tested installation from scratch using blank database with |
|---|
| 1266 | installation script |
|---|
| 1267 | * Improved installation script a bit |
|---|
| 1268 | * Synched SQL for CVS schema 29 --> 33 |
|---|
| 1269 | |
|---|
| 1270 | 2005-12-26 Max Horváth <max.horvath@freenet.de> |
|---|
| 1271 | * added new headers to every source file |
|---|
| 1272 | * converted file to represent a tab as four (4) spaces |
|---|
| 1273 | * added PhpDocumentor documentation |
|---|
| 1274 | * added WiFiDog skin to HTMLeditor |
|---|
| 1275 | * language selection in a content class now shows the language name instead |
|---|
| 1276 | of the language code |
|---|
| 1277 | * added caching support to content classes Langstring and TrivialLangstring |
|---|
| 1278 | |
|---|
| 1279 | 2005-12-15 Max Horváth <max.horvath@freenet.de> |
|---|
| 1280 | * fixed bug in dependencies class when gettext support for PHP is not |
|---|
| 1281 | available |
|---|
| 1282 | |
|---|
| 1283 | 2005-12-14 Max Horváth <max.horvath@freenet.de> |
|---|
| 1284 | * fixed bug in config.php:59 ... was unable to select DB server |
|---|
| 1285 | |
|---|
| 1286 | 2005-12-08 Max Horváth <max.horvath@freenet.de> |
|---|
| 1287 | * added FCKeditor to the supported libraries |
|---|
| 1288 | * added new content type: HTMLeditor |
|---|
| 1289 | * added new caching class which uses PEAR::Cache_Lite - must be enabled in |
|---|
| 1290 | config.php |
|---|
| 1291 | * HTMLeditor is the first class using the new caching class |
|---|
| 1292 | * removed unused function from content type Langstring |
|---|
| 1293 | * beautified and reorganized config.php and added a new switch for the |
|---|
| 1294 | caching class |
|---|
| 1295 | |
|---|
| 1296 | 2005-12-06 Max Horváth <max.horvath@freenet.de> |
|---|
| 1297 | * fixed SQL bug when calling the "report configuration" page as a node owner |
|---|
| 1298 | |
|---|
| 1299 | 2005-12-05 François Proulx <francois.proulx@gmail.com> |
|---|
| 1300 | * Crunched the Google Maps Div block for better display on small screens |
|---|
| 1301 | |
|---|
| 1302 | 2005-12-05 Max Horváth <max.horvath@freenet.de> |
|---|
| 1303 | * fixed bug when calling the preview version of a login page |
|---|
| 1304 | |
|---|
| 1305 | 2005-11-30 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1306 | * User.php: Fix a bug in the sql query in isUserValid(). Checked that the |
|---|
| 1307 | change works with postgresql 7.4 and 8. It is still not understood why |
|---|
| 1308 | ISF doesn't encounter this bug on it's production server. |
|---|
| 1309 | |
|---|
| 1310 | 2005-11-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 1311 | * Improved Flickr user output |
|---|
| 1312 | * Mostly completed Flickr admin UI |
|---|
| 1313 | * Changed display algorithm to display sequentially |
|---|
| 1314 | |
|---|
| 1315 | 2005-11-25 Rob Janes <janes.rob@gmail.com> |
|---|
| 1316 | * EventLogging class initial checkin |
|---|
| 1317 | |
|---|
| 1318 | 2005-11-14 Max Horváth <max.horvath@freenet.de> |
|---|
| 1319 | * fixed path to included classes |
|---|
| 1320 | Guys, please check the paths to included files twice next time you're |
|---|
| 1321 | moving files |
|---|
| 1322 | |
|---|
| 1323 | 2005-11-12 François Proulx <francois.proulx@gmail.com> |
|---|
| 1324 | * Fixed schema 33 update |
|---|
| 1325 | * fixed css |
|---|
| 1326 | |
|---|
| 1327 | 2005-11-11 François Proulx <francois.proulx@gmail.com> |
|---|
| 1328 | * Fixed Admin hotspot location map |
|---|
| 1329 | * Take note: Google Maps updated their API key system, so that you simply |
|---|
| 1330 | need to register a key for the whole domain. |
|---|
| 1331 | ie. one key for http://auth.abc.org will work even in sub-directories |
|---|
| 1332 | * Changed the Content classes structure to make them "pluggable" more easily |
|---|
| 1333 | as requested during last developpers meeting |
|---|
| 1334 | * node_list.php now support column sorting, node_id are naturally sorted |
|---|
| 1335 | (numerical order, alphabetic) |
|---|
| 1336 | * Added 2-dimensionnal natural sort algorithm to Utils class |
|---|
| 1337 | * fixed Node::getSelectNodeUI to naturally sort by node_id |
|---|
| 1338 | * Improved Flickr content class |
|---|
| 1339 | * Modified Flickr database schema |
|---|
| 1340 | * Modified CSS look and feel |
|---|
| 1341 | |
|---|
| 1342 | 2005-11-08 Philippe April <philippe@ilesansfil.org> |
|---|
| 1343 | * Put a note to mention the roles of users in the logged in users list |
|---|
| 1344 | * Fixed online users link to statistics |
|---|
| 1345 | |
|---|
| 1346 | 2005-11-01 Max Horváth <max.horvath@freenet.de> |
|---|
| 1347 | * added german translation |
|---|
| 1348 | * modified gen.sh to include geocoder and statistics classes for the |
|---|
| 1349 | translation file generation |
|---|
| 1350 | * modified hotspot status page to allow translations of every string |
|---|
| 1351 | * modified node list page to allow translations of every string |
|---|
| 1352 | * modified FAQ page to allow translations of every string |
|---|
| 1353 | * fixed bug in FAQ page which caused the Safari browser to display very |
|---|
| 1354 | large text |
|---|
| 1355 | * modified online users page in administration to allow translations of |
|---|
| 1356 | every string |
|---|
| 1357 | * added Phlickr directory to /lib |
|---|
| 1358 | |
|---|
| 1359 | 2005-10-25 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1360 | * /classes/DateTime.php : First iteration of DateTime abstraction class |
|---|
| 1361 | * Basic support for datetime input field. |
|---|
| 1362 | * TODO : Overhaul with full-fledged datetime selector... |
|---|
| 1363 | |
|---|
| 1364 | 2005-10-25 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1365 | * AuthenticatorRadius : Fixed legacy variable misuse |
|---|
| 1366 | |
|---|
| 1367 | 2005-10-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1368 | * AuthenticatorRadius: Fix bug reported by kouete, by inspection. Fix not |
|---|
| 1369 | actually tested. Guys, read the documentation of the function parameters |
|---|
| 1370 | when you code, it's there to help you ;) |
|---|
| 1371 | |
|---|
| 1372 | 2005-10-21 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1373 | * Integration testing for Radius debugging |
|---|
| 1374 | * Added network_id parameter to hotspot_status.php for selecting network |
|---|
| 1375 | * Default network will be automatically selected... |
|---|
| 1376 | |
|---|
| 1377 | 2005-10-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1378 | * Scaled down network logo |
|---|
| 1379 | * Changed CSS accordingly |
|---|
| 1380 | * Modified online users SQL query to sort better |
|---|
| 1381 | |
|---|
| 1382 | 2005-10-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1383 | * Removed unwanted file from checkout |
|---|
| 1384 | |
|---|
| 1385 | 2005-10-07 Philippe April <philippe@ilesansfil.org> |
|---|
| 1386 | * Released wifidog-auth-1.0.0_m2 |
|---|
| 1387 | |
|---|
| 1388 | 2005-10-06 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1389 | * AuthenticatorLocalUserNoSignup: Make a new authenticator, identical to |
|---|
| 1390 | AuthenticatorLocalUser but disalowing new user signup. When setting up |
|---|
| 1391 | a server, you can add your users, and then change the authenticator class |
|---|
| 1392 | from AuthenticatorLocalUser to AuthenticatorLocalUserNoSignup |
|---|
| 1393 | * signup.php: Actually enforce it. Still needs improvement, as the network |
|---|
| 1394 | is still shown for signing up. |
|---|
| 1395 | |
|---|
| 1396 | 2005-10-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1397 | * Translated some error message in SQL abstraction |
|---|
| 1398 | * Cleaned up error messages when starting from scratch |
|---|
| 1399 | * Added link to install script, when the database is empty. |
|---|
| 1400 | * Fixed initial data dump script |
|---|
| 1401 | |
|---|
| 1402 | 2005-10-04 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1403 | * Remove a bunch of deprecated methods from the Node object, |
|---|
| 1404 | document undocumented methods. |
|---|
| 1405 | * Make the node id editable. This allows the gateway "MAC address as node |
|---|
| 1406 | ID" patch by London wireless to be usable with the standard auth server, |
|---|
| 1407 | and to transition to using MAC address as node ID. |
|---|
| 1408 | * Fix a saving problem with all the content types with some versions of PHP |
|---|
| 1409 | * Add a new Content type: IFrameRest. This allows the result of a REST |
|---|
| 1410 | style query returning HTML to be displayed in a HTML iframeset. Currently |
|---|
| 1411 | supported are substitution of the node_id, the user_id and the last |
|---|
| 1412 | display date in the get query. |
|---|
| 1413 | * CVS version of the auth server should now be "reasonnably" safe to use in |
|---|
| 1414 | production, so the 2005-09-01 notice is no longuer in effect. |
|---|
| 1415 | |
|---|
| 1416 | 2005-10-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1417 | * Translated signup page messages |
|---|
| 1418 | |
|---|
| 1419 | 2005-09-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1420 | * Partial login page content manager support (Node only for now) |
|---|
| 1421 | |
|---|
| 1422 | 2005-09-27 Philippe April <philippe@ilesansfil.org> |
|---|
| 1423 | * Guess the best language from what the browser sends, |
|---|
| 1424 | otherwise use the default. |
|---|
| 1425 | |
|---|
| 1426 | 2005-09-26 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1427 | * Translated the few new sentences on the login page |
|---|
| 1428 | |
|---|
| 1429 | 2005-09-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1430 | * login/index.php, stylesheet.css: Make the create new account bigger, and |
|---|
| 1431 | remove unnecessary words. |
|---|
| 1432 | |
|---|
| 1433 | 2005-09-26 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1434 | * Completed translations |
|---|
| 1435 | |
|---|
| 1436 | 2005-09-26 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1437 | * Fixed annoying bug in new google maps code |
|---|
| 1438 | |
|---|
| 1439 | 2005-09-25 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1440 | * Complete rewrite of Google maps code, now stands as a js class |
|---|
| 1441 | * relooking of mapping stuff |
|---|
| 1442 | * wrote basic "Find the closest hotspot" widget for canada geocoding only... |
|---|
| 1443 | * fixed broken xml, damn blank lines... |
|---|
| 1444 | |
|---|
| 1445 | 2005-09-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1446 | * Statistics: At long last, the monster statistics commit. |
|---|
| 1447 | We finally have a stable, documented and uniform codebase for statistics. |
|---|
| 1448 | This resulted is removal of several functions in other classes too. |
|---|
| 1449 | There are a few new reports, but mostly, each report is a lot more |
|---|
| 1450 | flexible. |
|---|
| 1451 | Still TODO: |
|---|
| 1452 | - Security: This is to be implemented directly in the Statistics class, |
|---|
| 1453 | by forcing restrictions to the selected nodes and network. |
|---|
| 1454 | - Support selecting multiple users for a report. |
|---|
| 1455 | The code and SQL queries support it, but the UI doesn't. An easy and |
|---|
| 1456 | quick way would be to simply parse a coma-separated list. Comment are |
|---|
| 1457 | off course welcome! |
|---|
| 1458 | |
|---|
| 1459 | 2005-09-25 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1460 | * Updated initial SQL script to schema 29 |
|---|
| 1461 | * Remove useless includes in some files, preventing from using the "plugin" |
|---|
| 1462 | contents |
|---|
| 1463 | |
|---|
| 1464 | 2005-09-25 Philippe April <philippe@ilesansfil.org> |
|---|
| 1465 | * Make method getCurrentRealNode ORDER BY DESC so it picks |
|---|
| 1466 | up the latest network name |
|---|
| 1467 | |
|---|
| 1468 | 2005-09-20 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1469 | * Changed the output layout of the Google Maps hotspots list |
|---|
| 1470 | * Added "Loading" message on Google Maps |
|---|
| 1471 | |
|---|
| 1472 | 2005-09-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1473 | * Fixed forgotten reference to getNetwork in AuthLocalUser |
|---|
| 1474 | |
|---|
| 1475 | 2005-09-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1476 | * Fixed a few bugs in Radius class |
|---|
| 1477 | * Improved syntax and completed 100% of French translations |
|---|
| 1478 | |
|---|
| 1479 | 2005-09-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1480 | * Fixed RADIUS bug #1287000 |
|---|
| 1481 | |
|---|
| 1482 | 2005-09-16 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1483 | * Added Mail Classes to circumvent mb_send_mail UTF-8 problems |
|---|
| 1484 | * This class provides UTF-8 mailing for validation e-mail, lost password, |
|---|
| 1485 | lost username... |
|---|
| 1486 | * Fixes reported bug where users would not receive validation email on |
|---|
| 1487 | some servers |
|---|
| 1488 | |
|---|
| 1489 | 2005-09-13 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1490 | * Added bytes in words for online users |
|---|
| 1491 | |
|---|
| 1492 | 2005-09-13 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1493 | * Fixed bug in user stats |
|---|
| 1494 | |
|---|
| 1495 | 2005-09-13 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1496 | * Added access permissions for statistics. |
|---|
| 1497 | |
|---|
| 1498 | 2005-09-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1499 | * schema_validate.php: Fix a bug version 26. The conversion of the old |
|---|
| 1500 | account_origin as a parameter to the authenticator was wrong. To fix it |
|---|
| 1501 | manually if you already ran the script, you must quote the parameter in |
|---|
| 1502 | column network_authenticator_params in the networks table. |
|---|
| 1503 | * Network.php: Fix improper quoting of Authenticator arguments. |
|---|
| 1504 | * RssPressReview.php: Make expansion of today's item optionnal. |
|---|
| 1505 | |
|---|
| 1506 | 2005-09-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1507 | * Fixed dependency check, found a workaround for the file_exists problem |
|---|
| 1508 | |
|---|
| 1509 | 2005-09-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1510 | * Added dependency check for Phlickr |
|---|
| 1511 | |
|---|
| 1512 | 2005-09-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1513 | * Fixed Flickr support |
|---|
| 1514 | * Now using PEAR version of Phlickr |
|---|
| 1515 | * Download the latest package and install like this: pear install |
|---|
| 1516 | PhlickrXYZ.tar.gz |
|---|
| 1517 | |
|---|
| 1518 | 2005-09-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1519 | * Fixed dependency check |
|---|
| 1520 | |
|---|
| 1521 | 2005-09-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1522 | * Removed many blank lines after php tags |
|---|
| 1523 | * added more checks, for dates etc... |
|---|
| 1524 | * changed sorting mode |
|---|
| 1525 | |
|---|
| 1526 | 2005-09-10 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1527 | * Add UI to add a new Network |
|---|
| 1528 | * Improve UI to add a new Node and new Content |
|---|
| 1529 | |
|---|
| 1530 | 2005-09-10 Philippe April <philippe@ilesansfil.org> |
|---|
| 1531 | * signup.php: Fixed bug in detecting is the user is already part of the |
|---|
| 1532 | network. |
|---|
| 1533 | * classes/{Authenticator,Network,Node}.php: isset, and issues preventing |
|---|
| 1534 | users from logging out. |
|---|
| 1535 | * add BASEPATH to most files with require_once |
|---|
| 1536 | * Added dependency checking class |
|---|
| 1537 | * Don't show the admin menu if user does not have access |
|---|
| 1538 | * Got rid of user_log_detailed.html, using stats.php instead |
|---|
| 1539 | |
|---|
| 1540 | 2005-09-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1541 | * Automatically redirect user to login form when trying to access admin |
|---|
| 1542 | * Added various isset, empty tests, vars init in stats (to avoid PHP |
|---|
| 1543 | warning) |
|---|
| 1544 | |
|---|
| 1545 | 2005-09-08 Philippe April <philippe@ilesansfil.org> |
|---|
| 1546 | * New stats system with graphs |
|---|
| 1547 | * Changed the UI a bit to reflect this change |
|---|
| 1548 | * Updated stylesheet |
|---|
| 1549 | |
|---|
| 1550 | 2005-09-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1551 | * portal/index.php: Custom portal redirect now operational. |
|---|
| 1552 | |
|---|
| 1553 | 2005-09-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1554 | * MainUI: Move call to garbage_collect() here. |
|---|
| 1555 | * portal/index.php: New feature: Custom portal redirect. |
|---|
| 1556 | * rework much of the logout code |
|---|
| 1557 | |
|---|
| 1558 | 2005-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1559 | * login/index.php: Fix getSplashOnlyUser() method call. |
|---|
| 1560 | |
|---|
| 1561 | 2005-09-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1562 | * RssPressReview.php: Fix z-index so the hovers will overlap the expanded |
|---|
| 1563 | news. |
|---|
| 1564 | * login/index.php: Reorganise code to make it more legible and comment what |
|---|
| 1565 | it does. Emphasise error messages and put them right above where they |
|---|
| 1566 | clicked so users can actually see them. |
|---|
| 1567 | * Security.php: Remove deprecated login code |
|---|
| 1568 | * Authenticator.php: Change calling convention for better encapsulation |
|---|
| 1569 | * New feature: Support multiple simultaneous logins if enabled in network |
|---|
| 1570 | configuration |
|---|
| 1571 | * New feature (in testing): Splash-only node support |
|---|
| 1572 | |
|---|
| 1573 | 2005-09-05 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1574 | * include/common.php: Add code to undo the effect of magic_quote if enabled |
|---|
| 1575 | in the server config. It is still strongly recommended to disable |
|---|
| 1576 | magic_quote |
|---|
| 1577 | * Node.php: Add UI for splash only node and custom portal |
|---|
| 1578 | * Update schema |
|---|
| 1579 | |
|---|
| 1580 | 2005-09-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1581 | * Removed update.php script ( should not have been in CVS ) |
|---|
| 1582 | * Moved authenticator require in Network getAuthenticator() |
|---|
| 1583 | |
|---|
| 1584 | 2005-09-03 Philippe April <philippe@ilesansfil.org> |
|---|
| 1585 | * Schema change: Added last_paged column to nodes table |
|---|
| 1586 | * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates |
|---|
| 1587 | * s/Networt/Network/ |
|---|
| 1588 | * Fixed signing up and validation, typos |
|---|
| 1589 | |
|---|
| 1590 | 2005-09-01 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1591 | WARNING: DO NOT use the CVS auth server in production until further notice. |
|---|
| 1592 | Massive internal changes are underway. |
|---|
| 1593 | Use the release tagged 1.0m1 in production. |
|---|
| 1594 | * Network abstraction mostly complete, including UI. |
|---|
| 1595 | All that is missing is new network creation, network stakeholder UI and |
|---|
| 1596 | testing. |
|---|
| 1597 | * Cleanup the config file of all the now unneeded constants. |
|---|
| 1598 | Note that the install script is currently broken. |
|---|
| 1599 | There can now be multiple networks on the server. |
|---|
| 1600 | The install script will have to make sure that there is at least one, with |
|---|
| 1601 | one super-admin |
|---|
| 1602 | |
|---|
| 1603 | 2005-08-31 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1604 | * Fixed bug where node ID containing periods, whitespaces or underscores |
|---|
| 1605 | would confuse PHP |
|---|
| 1606 | * MD5 hash is used to make sur the http vars are unique |
|---|
| 1607 | * This is only valid for Node administration |
|---|
| 1608 | |
|---|
| 1609 | NOTE: the 1.0m1 release was tagged here |
|---|
| 1610 | |
|---|
| 1611 | 2005-08-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1612 | * Node.php: Fix node creation |
|---|
| 1613 | |
|---|
| 1614 | 2005-08-31 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1615 | * Fixed new node creation bug |
|---|
| 1616 | |
|---|
| 1617 | 2005-08-29 Philippe April <philippe@ilesansfil.org> |
|---|
| 1618 | * js/gmaps_hotspots_status_map.js: Fixed small bug in that makes prevents |
|---|
| 1619 | IE to see the map properly. |
|---|
| 1620 | |
|---|
| 1621 | 2005-08-22 Pascal Leclerc <pascal@plec.ca> |
|---|
| 1622 | * install.php, Change javascript to OnClick + dependencie note |
|---|
| 1623 | * schema_validate.php, Fix broken DB update for install.php |
|---|
| 1624 | * SmartyWifidog.php, Add automatic redirect to install.php if Smarty not |
|---|
| 1625 | installed |
|---|
| 1626 | |
|---|
| 1627 | 2005-08-22 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1628 | * Added edit button for quickly accessing Content editing mode |
|---|
| 1629 | * Changed the layout so the admin ui fits in a tighter space |
|---|
| 1630 | |
|---|
| 1631 | 2005-08-21 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1632 | * Added reference to new street address fields in mapping page and on status |
|---|
| 1633 | template |
|---|
| 1634 | * Fix bug on line 756 of RssPressReview , added check for empty var. |
|---|
| 1635 | * Flickr support is broken, added bug to sf.net tracker |
|---|
| 1636 | |
|---|
| 1637 | 2005-08-21 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1638 | * Node admin UI should now be completed. |
|---|
| 1639 | * Minor bug fixes in Geocoder |
|---|
| 1640 | * Merged node_owners and node_tech_officers table into node_stakeholders |
|---|
| 1641 | |
|---|
| 1642 | 2005-08-19 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1643 | * New schema version |
|---|
| 1644 | * install.php, tmp/magpie_cache/: Move all magpie caches |
|---|
| 1645 | to a central location, adjust install script to match. |
|---|
| 1646 | * classes/MainUI.php: Add $_REQUEST array output if debug_request is set as |
|---|
| 1647 | a parameter to the page |
|---|
| 1648 | * classes/Network.php, classes/Node.php: Change content ordering to be most |
|---|
| 1649 | recently subscribed first, this is a stopgap measure while waiting for |
|---|
| 1650 | Content ordering to be explicitely settable. |
|---|
| 1651 | * classes/Content/RssAggregator.php: Full admin UI, some bug fixes |
|---|
| 1652 | * lib/RssPressReview/RssPressReview.php: New version, adds isFeedAvailable() |
|---|
| 1653 | and getFeedTitle() methods. |
|---|
| 1654 | Fixes minor bugs |
|---|
| 1655 | |
|---|
| 1656 | 2005-08-17 Pascal Leclerc <pascal@plec.ca> |
|---|
| 1657 | * Added install script + minor changes in schema_validate.php |
|---|
| 1658 | |
|---|
| 1659 | 2005-08-15 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1660 | * Re-Run sync_sql_for_cvs.sh, did not run to completion last time. |
|---|
| 1661 | |
|---|
| 1662 | 2005-08-15 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1663 | * Run sync_sql_for_cvs.sh |
|---|
| 1664 | * sql/dump_initial_data_postgres.sh: Fix a hardcoded reference to rss_url |
|---|
| 1665 | which no longer exists |
|---|
| 1666 | * .project: Remove mistakenly commited file in last commit |
|---|
| 1667 | * .cvsignore: Add file to avoid previous error |
|---|
| 1668 | |
|---|
| 1669 | 2005-08-12 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1670 | * Added missing GisPoint fille to CVS |
|---|
| 1671 | * Fixed some bugs |
|---|
| 1672 | * Added Technical officer table |
|---|
| 1673 | * Added technical officer management to node UI |
|---|
| 1674 | |
|---|
| 1675 | 2005-08-12 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1676 | * Changed config.php GMAPS_API_KEY to GMAPS_PUBLIC_API_KEY |
|---|
| 1677 | * Added GMAPS_ADMIN_API_KEY, needed for admin UI |
|---|
| 1678 | * This is a stupid limitation of the Google Maps API which matches the |
|---|
| 1679 | complete URL path |
|---|
| 1680 | * Added /classes/GisPoint.php class |
|---|
| 1681 | * Will add geocode + Google Maps capabilities very soon |
|---|
| 1682 | * Notice : the XML schema will change very soon... |
|---|
| 1683 | * I will try to keep the streetAddress field intact so I won't break |
|---|
| 1684 | backward compat. |
|---|
| 1685 | |
|---|
| 1686 | 2005-08-12 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1687 | * classes/MainUI.php: Move the call to schema_validate() in MainUI's |
|---|
| 1688 | constructor |
|---|
| 1689 | * lib/RssPressReview/RssPressReview.php: Finish rewrite. Move there to |
|---|
| 1690 | reflect it's independently maintained status |
|---|
| 1691 | * wifidog/classes/Content/HotspotRss.php: Delete the class, obsolete |
|---|
| 1692 | * wifidog/classes/Content/RssAggregator.php: Functionnal, but needs it's |
|---|
| 1693 | admin UI written. |
|---|
| 1694 | * wifidog/include/schema_validate.php: Create the table structure for the |
|---|
| 1695 | new RssAggregator. |
|---|
| 1696 | Remove rss_url in nodes table, no longer needed. Move it's data to the |
|---|
| 1697 | new Content class. |
|---|
| 1698 | |
|---|
| 1699 | 2005-08-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1700 | * Refactored the Admin UI. |
|---|
| 1701 | * I need to write the upload form and rewrite statistics |
|---|
| 1702 | |
|---|
| 1703 | 2005-08-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1704 | * More GIS stuff |
|---|
| 1705 | |
|---|
| 1706 | 2005-08-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1707 | * Added Geocoders |
|---|
| 1708 | - /classes/AbstractGeocoder.php |
|---|
| 1709 | - /classes/Geocoders/GeocoderCanada.php |
|---|
| 1710 | - /classes/Geocoders/GeocoderUsa.php |
|---|
| 1711 | * This will be used for enterring GIS data |
|---|
| 1712 | * Coming in the next few days: set hotspot gis using Google Maps + Geocoding |
|---|
| 1713 | |
|---|
| 1714 | 2005-01-25 Pascal Leclerc <pascal@plec.ca> |
|---|
| 1715 | * Fix hardcoded images path in classes/MainUI.php |
|---|
| 1716 | |
|---|
| 1717 | 2005-07-25 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1718 | * Fixed bug in hotspot_status , added htmlspecialchars(); |
|---|
| 1719 | * This solved the bug where ampersands would break the XML |
|---|
| 1720 | |
|---|
| 1721 | 2005-07-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1722 | * Fixed bugs in gen.sh, compile.sh locale scripts |
|---|
| 1723 | |
|---|
| 1724 | 2005-07-12 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1725 | * Changed XML element from hotspotsMetadata to hotspots and added networkUri |
|---|
| 1726 | element to networkMetadata |
|---|
| 1727 | |
|---|
| 1728 | 2005-07-12 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1729 | * Fixed XML protocol for exchanging hotspots status. |
|---|
| 1730 | * Should now be considered stable (stamped v1.0) |
|---|
| 1731 | * Fixed hotspots status map to reflect the changes |
|---|
| 1732 | * Added french translations |
|---|
| 1733 | |
|---|
| 1734 | 2005-07-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1735 | * Changed link to hotspots map using NON ssl because Google Keys are |
|---|
| 1736 | sensitive to the whole path. |
|---|
| 1737 | |
|---|
| 1738 | 2005-07-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1739 | * classes/RssPressReview.php: Begin rewrite. |
|---|
| 1740 | * classes/MainUI.php: Add addFooterScript() function. |
|---|
| 1741 | * venues_map.php: Workaround the IE DOM problem. |
|---|
| 1742 | |
|---|
| 1743 | 2005-07-05 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1744 | * Changed wording in hotspots status page added legend |
|---|
| 1745 | |
|---|
| 1746 | 2005-07-05 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1747 | * Minor adjustements to icon positionning |
|---|
| 1748 | |
|---|
| 1749 | 2005-07-05 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1750 | * Changed google maps marker icons |
|---|
| 1751 | |
|---|
| 1752 | 2005-07-05 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1753 | * Added missing elements in XML exchange format |
|---|
| 1754 | * Stable v1.0 for XML exchange format and Google Maps mapping |
|---|
| 1755 | * Added GMaps constants to config file |
|---|
| 1756 | * Unsmartied index.php , added link to map |
|---|
| 1757 | * Check config.php to set corresponding values |
|---|
| 1758 | * You can now use hotspot_status.php?format=XML along with xslt query string |
|---|
| 1759 | parament to convert your XML document |
|---|
| 1760 | * For this to work, You need to have activated XSLT ( see config file ) |
|---|
| 1761 | |
|---|
| 1762 | 2005-07-05 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1763 | * Added Google Maps mapping venues_map.php |
|---|
| 1764 | * /js/venues_status_map.js JavaScript code for Mapping |
|---|
| 1765 | * In beta : tested successfuly with 48 nodes in the Montreal area, loads in |
|---|
| 1766 | a snap |
|---|
| 1767 | |
|---|
| 1768 | 2005-07-03 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1769 | * Updated the XML venues status format ( version 1.0, once approved ) |
|---|
| 1770 | * Added long / lat fields to nodes table ( for mapping purposes ) |
|---|
| 1771 | |
|---|
| 1772 | 2005-06-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1773 | * Added IFrame and SimpleIFrame content types. |
|---|
| 1774 | |
|---|
| 1775 | 2005-06-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1776 | * classes/Content/Langstring.php: Bug fix: Langstring was always |
|---|
| 1777 | non-persistent, no matter the checkbox. Move the code to |
|---|
| 1778 | TrivialLangstring.php where it belongs. |
|---|
| 1779 | |
|---|
| 1780 | 2005-06-21 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1781 | * portal/inted.php: Implement the start button functionnality (maybe it |
|---|
| 1782 | would be better to call it "use the Internet"). From now on, once |
|---|
| 1783 | authenticated and when pressing the start button on the portal, the user |
|---|
| 1784 | will be sent to the page he originally tried to access. A second window |
|---|
| 1785 | will be popped with the portal page so he can come back to it. The window |
|---|
| 1786 | is collapsed, and can be expanded back by clicking on the link. I tried |
|---|
| 1787 | to make it cross platform (and mostly did) but it's still buggy in IE. |
|---|
| 1788 | |
|---|
| 1789 | At the same time, this fixes the goof reported by Rob Kelley of |
|---|
| 1790 | nycwireless.net |
|---|
| 1791 | |
|---|
| 1792 | * portal/missing_original_url.php: Displayed when the user tries to use the |
|---|
| 1793 | start button but for some reason the original url is unavailable |
|---|
| 1794 | * common.php: New define CURRENT_REQUEST_URL, hopefully containing the full |
|---|
| 1795 | URL in the user's URL bar. |
|---|
| 1796 | |
|---|
| 1797 | |
|---|
| 1798 | 2005-06-17 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1799 | * Removed forced Pattern Language on all hotspots |
|---|
| 1800 | * Do not show hotspot logo in portal page, only on login, until we find a |
|---|
| 1801 | better layout |
|---|
| 1802 | |
|---|
| 1803 | 2005-06-16 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1804 | * Added XML output format for hotspot_status.php |
|---|
| 1805 | * Rough draft v1.0 |
|---|
| 1806 | * TODO move to different classes once stabilized |
|---|
| 1807 | * Can use XSLT, if activated ( XSLT_SUPPORT constant ) |
|---|
| 1808 | * ie : http://wifidog-auth.org/hotspot_status.php?format=XML&xslt=http://wifidog-auth.org/xslt/hotspot_status.xsl |
|---|
| 1809 | * or simply : http://wifidog-auth.org/hotspot_status.php?format=XML |
|---|
| 1810 | |
|---|
| 1811 | 2005-06-06 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1812 | * Added long description field to content table |
|---|
| 1813 | * MUST use schema_validate |
|---|
| 1814 | * Modified Pattern Language to be more generic |
|---|
| 1815 | * resend changelog |
|---|
| 1816 | |
|---|
| 1817 | 2005-06-06 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1818 | * Made changes to Pattern Language ( Kate Armstrong ) |
|---|
| 1819 | |
|---|
| 1820 | 2005-05-30 Philippe April <philippe@ilesansfil.org> |
|---|
| 1821 | * Show username in user_stats.php instead of user_id |
|---|
| 1822 | and in other admin pages |
|---|
| 1823 | |
|---|
| 1824 | 2005-05-30 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1825 | * Changed language selectbox name so it does not clash with ISF's domain |
|---|
| 1826 | cookie |
|---|
| 1827 | * Fixed setlocale algorithm in Locale.php |
|---|
| 1828 | |
|---|
| 1829 | 2005-05-29 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1830 | * Missing null check in validate.php |
|---|
| 1831 | |
|---|
| 1832 | 2005-05-27 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1833 | * Changed the signup process to make it smoother for users |
|---|
| 1834 | * The user will automatically be granted the 15 minutes if he's signing up |
|---|
| 1835 | at a real hotspot |
|---|
| 1836 | * If the user closes his browser during the 15 minutes and loses its |
|---|
| 1837 | session, we will regenerate it |
|---|
| 1838 | * Added big red message to the top of the portal page, warning user to |
|---|
| 1839 | validate as soon as possible |
|---|
| 1840 | * Fixed translation typos |
|---|
| 1841 | |
|---|
| 1842 | 2005-05-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 1843 | * Someone moved the fallback gettext functions definition (for when gettext |
|---|
| 1844 | isn't installed) inside the static setCurrentLocale method, completely |
|---|
| 1845 | breaking the system when PHP doesn't have gettext support. This is an |
|---|
| 1846 | untested fix. |
|---|
| 1847 | |
|---|
| 1848 | 2005-05-24 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1849 | * Fixed bug in auth.php to let users go through when the click twice on the |
|---|
| 1850 | login button |
|---|
| 1851 | * Fixed bug in hotspot_log.php |
|---|
| 1852 | |
|---|
| 1853 | 2005-05-24 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1854 | * Added "Get access statistics" button to Node admin to get hotspot specific |
|---|
| 1855 | stats |
|---|
| 1856 | * Added search box in Users log to get a specific user stats quickly |
|---|
| 1857 | |
|---|
| 1858 | 2005-05-24 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1859 | * Fixed typo in some translations |
|---|
| 1860 | * Cleaned-up todos |
|---|
| 1861 | |
|---|
| 1862 | 2005-05-18 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1863 | * Added strip_tags in RssPreview ( some malformed HTML would break the page |
|---|
| 1864 | layout) |
|---|
| 1865 | |
|---|
| 1866 | 2005-05-16 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1867 | * Changed login message in MainUI to make it clearer what the login button |
|---|
| 1868 | will do |
|---|
| 1869 | |
|---|
| 1870 | 2005-05-13 Philippe April <philippe@ilesansfil.org> |
|---|
| 1871 | * Added deployment status to node_list |
|---|
| 1872 | |
|---|
| 1873 | 2005-05-11 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1874 | * Began writing user profiles |
|---|
| 1875 | * Added many methods to User class |
|---|
| 1876 | * Added node quota fields in DB ( bandwidth, throttling ...) |
|---|
| 1877 | |
|---|
| 1878 | 2005-05-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1879 | * Fixed Login link in signup page ( MainUI.php ) if the Session has gw_id, |
|---|
| 1880 | gw_address, gw_port show physical login link |
|---|
| 1881 | |
|---|
| 1882 | 2005-05-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1883 | * Added download button CSS class to style button |
|---|
| 1884 | |
|---|
| 1885 | 2005-05-10 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1886 | * Fixed wrong method name in File.php |
|---|
| 1887 | * Added strip tags to Langstring |
|---|
| 1888 | * Basic styling of content_admin table |
|---|
| 1889 | |
|---|
| 1890 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1891 | * Fixed serialization issue ( flickr) |
|---|
| 1892 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1893 | * Improved caching |
|---|
| 1894 | * Wrote very basic gridview code for Flickr |
|---|
| 1895 | |
|---|
| 1896 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1897 | * Implemented caching for Flickr |
|---|
| 1898 | * Need to contact Phlickr to see how we could do better, since serialize |
|---|
| 1899 | does not work OK on objects |
|---|
| 1900 | |
|---|
| 1901 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1902 | * Fixed bug concerning Content-Length header |
|---|
| 1903 | * Changed default Unit size for setLocalFileSize to bytes |
|---|
| 1904 | |
|---|
| 1905 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1906 | * Added BLOB support |
|---|
| 1907 | * modified file_download.php to support new header attributes |
|---|
| 1908 | * Added ImportLargeObject, UnlinkLargeObject to PG SQL abtraction |
|---|
| 1909 | * Make sure your PHP.ini contains the right value to allow big downloads |
|---|
| 1910 | * Check : http://ca3.php.net/manual/en/features.file-upload.common-pitfalls.php |
|---|
| 1911 | * ISF Live server is now configured to support 100 megabytes files |
|---|
| 1912 | |
|---|
| 1913 | 2005-05-04 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1914 | * Fixed CSS IE Bug |
|---|
| 1915 | * Fixed SQL query |
|---|
| 1916 | * NEED HELP FROM A WEB DESIGNER !!!!! |
|---|
| 1917 | |
|---|
| 1918 | 2005-05-03 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1919 | * Disabled logging in Pattern Language archives |
|---|
| 1920 | |
|---|
| 1921 | 2005-05-03 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1922 | * Having for SQL query... :-( |
|---|
| 1923 | |
|---|
| 1924 | 2005-05-02 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1925 | * PatternLanguage is now completed |
|---|
| 1926 | |
|---|
| 1927 | 2005-04-30 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1928 | * Logout button will now destroy session AND render token USED |
|---|
| 1929 | |
|---|
| 1930 | 2005-04-30 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1931 | * Fixed bug that could potentially let non owners add content in /content |
|---|
| 1932 | through content groups |
|---|
| 1933 | * Admin menu won't show node selector if the user is not owner of at least |
|---|
| 1934 | one hotspot |
|---|
| 1935 | * Added Width, height support for Picture |
|---|
| 1936 | |
|---|
| 1937 | 2005-04-30 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1938 | * Did my best for content styling ... ( it's 5h00 am ) |
|---|
| 1939 | |
|---|
| 1940 | 2005-04-30 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 1941 | * Updated sync_sql_for_cvs.sh |
|---|
| 1942 | |
|---|
| 1943 | 2005-04-30 François Proulx <francois.proulx@gmail.com> |
|---|
| 1944 | * ChangeLog entry missed by CVS ?! |
|---|
| 1945 | * Locale now decomposes the locale string by '_' |
|---|
| 1946 | * Now works on Mac OS X ( but you must use fr_CA, en_CA or fr_FR ... ) |
|---|
| 1947 | |
|---|
| 1948 | 2005-04-30 François Proulx <francois.proulx@gmail.com> |
|---|
| 1949 | * Trying to solve RSS encoding bug... |
|---|
| 1950 | * Testing on live server |
|---|
| 1951 | |
|---|
| 1952 | 2005-04-29 François Proulx <francois.proulx@gmail.com> |
|---|
| 1953 | * Removed all inline unuseful javascript code on submit buttons |
|---|
| 1954 | onclick='submit()' |
|---|
| 1955 | * This conflicted with the actual click on the submit button in Safari |
|---|
| 1956 | * Fixed check in Network for isOwner, only check superAdmin |
|---|
| 1957 | * Fixed bug so you can't add an existing content group to itself (deadlock) |
|---|
| 1958 | * Started coding Pattern language narrative display |
|---|
| 1959 | |
|---|
| 1960 | 2005-04-29 François Proulx <francois.proulx@gmail.com> |
|---|
| 1961 | * Wrote User.php addcontent, removeContent, getAllContent() |
|---|
| 1962 | * Wrote Content.php subscrite() and unsubscribe() |
|---|
| 1963 | * Added parameters to getAllContent() in Node and Network |
|---|
| 1964 | (exclude_subscribed_content) |
|---|
| 1965 | * These will be used for subscribing a to some content |
|---|
| 1966 | * Pattern Language will be the first to use it |
|---|
| 1967 | * Online users lists |
|---|
| 1968 | * Fixed bugs in Node and Network ( isOwner check ) |
|---|
| 1969 | |
|---|
| 1970 | 2005-04-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 1971 | * Logout button build a query string containing gw_id, gw_address, gw_port |
|---|
| 1972 | ( if available ), so that a user at a physical hotspot will get the login |
|---|
| 1973 | page from the hotspot he is. |
|---|
| 1974 | * Fixed but in Locale ( did not propertly set the locale in the session ) |
|---|
| 1975 | |
|---|
| 1976 | 2005-04-28 François Proulx <francois.proulx@gmail.com> |
|---|
| 1977 | * Added check in MainUI toolbar so that it won't show "NOT logged in ?" |
|---|
| 1978 | message when connect to a real hotspot ( not virtual ) |
|---|
| 1979 | * This message confused many users ( they clicked and got the virtual login |
|---|
| 1980 | instead ! ) |
|---|
| 1981 | * Hide adminstration features ( statistics, hotspot creation, network wide |
|---|
| 1982 | content etc...) from all but Super admins |
|---|
| 1983 | * Fixed getAllLocativeArtisticContent in Node.php added is_persistent check |
|---|
| 1984 | * Added $associate_existing_content parameter to processNewContentUI to |
|---|
| 1985 | allows reuse for existing content ( in ContentGroup ) |
|---|
| 1986 | * Fixed bug in FlickrPhotoStream delete ( missing return from parent ) |
|---|
| 1987 | * Added security check in all content classes ( ProcessAdminUI ) |
|---|
| 1988 | |
|---|
| 1989 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 1990 | * Replaced show only content groups by show persistent |
|---|
| 1991 | |
|---|
| 1992 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 1993 | * Added missing /content directory |
|---|
| 1994 | |
|---|
| 1995 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 1996 | * Added /content/ for displaying all content elements |
|---|
| 1997 | * Logging is disable when viewing them |
|---|
| 1998 | * All content elements will expand |
|---|
| 1999 | * Pattern languages won't display everything ( special property ) |
|---|
| 2000 | isExpandable |
|---|
| 2001 | * Added a link in portal pages to go to /content/ |
|---|
| 2002 | * Added Show all contents button in content_admin.php |
|---|
| 2003 | |
|---|
| 2004 | 2005-04-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2005 | * Content.php, ContentGroup.php: All Content now implement the |
|---|
| 2006 | isDisplayableAt($node). Used by the portal, if content has nothing |
|---|
| 2007 | displayabel, the entire content is skipped. |
|---|
| 2008 | |
|---|
| 2009 | 2005-04-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2010 | * FlickrPhotostream.php: Fix the object so it doesn't crash when flicker is |
|---|
| 2011 | disabled. |
|---|
| 2012 | |
|---|
| 2013 | 2005-04-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2014 | * ContentGroup.php: Fully functionnal content rotation engine, with all |
|---|
| 2015 | options supported. Rotation based on session may not be reliable if the |
|---|
| 2016 | user isn't truly logged in (from a node). |
|---|
| 2017 | |
|---|
| 2018 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 2019 | * Most of the missing translations |
|---|
| 2020 | |
|---|
| 2021 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 2022 | * Changed back File to non trivial |
|---|
| 2023 | * portal page stylesheet |
|---|
| 2024 | |
|---|
| 2025 | 2005-04-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2026 | * ContentGroupElement.php: It shouldn't be allowed to create a new content |
|---|
| 2027 | element in isolation. Unfortunately the UI allows if for now. Such |
|---|
| 2028 | content will now be deleted. |
|---|
| 2029 | * Locale: Fix string selection algorithm to pick the right language. |
|---|
| 2030 | * Content: Implement display logging. |
|---|
| 2031 | |
|---|
| 2032 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 2033 | * stylesheet rework |
|---|
| 2034 | |
|---|
| 2035 | 2005-04-26 François Proulx <francois.proulx@gmail.com> |
|---|
| 2036 | * Fixed wrong location for change password link |
|---|
| 2037 | |
|---|
| 2038 | 2005-04-25 François Proulx <francois.proulx@gmail.com> |
|---|
| 2039 | * Portal page styling |
|---|
| 2040 | |
|---|
| 2041 | 2005-04-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2042 | * ContentGroup.php: Previous fix didn't work. New fix. |
|---|
| 2043 | |
|---|
| 2044 | 2005-04-26 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2045 | * ContentGroup.php: Make bad selection mode eror non-fatal. |
|---|
| 2046 | |
|---|
| 2047 | 2005-04-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2048 | * Fix bug in ContentGroup enumeration |
|---|
| 2049 | |
|---|
| 2050 | 2005-04-25 François Proulx <francois.proulx@gmail.com> |
|---|
| 2051 | * More stylesheets work |
|---|
| 2052 | |
|---|
| 2053 | 2005-04-25 François Proulx <francois.proulx@gmail.com> |
|---|
| 2054 | * Much better stylesheet |
|---|
| 2055 | |
|---|
| 2056 | 2005-04-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2057 | * UI fully functionnal |
|---|
| 2058 | |
|---|
| 2059 | 2005-04-25 François Proulx <francois.proulx@gmail.com |
|---|
| 2060 | * More interface work |
|---|
| 2061 | |
|---|
| 2062 | 2005-04-25 François Proulx <francois.proulx@gmail.com |
|---|
| 2063 | * Completed integration of new interface with new objects |
|---|
| 2064 | |
|---|
| 2065 | 2005-04-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2066 | * Integration merge, should work, but there will be display problems |
|---|
| 2067 | everywhere. Expect further commits today. |
|---|
| 2068 | * Almost 100% complete Network abstraction |
|---|
| 2069 | * Much better object encapsulation. Deprecated methods not removed yet. |
|---|
| 2070 | * Add MainUI class. Used to display the interface. Inner workings still |
|---|
| 2071 | need work. |
|---|
| 2072 | |
|---|
| 2073 | 2005-04-23 François Proulx <francois.proulx@gmail.com> |
|---|
| 2074 | * Added Preferred Size support for Flickr pictures |
|---|
| 2075 | |
|---|
| 2076 | 2005-04-23 François Proulx <francois.proulx@gmail.com> |
|---|
| 2077 | * Completed missing translations |
|---|
| 2078 | |
|---|
| 2079 | 2005-04-23 François Proulx <francois.proulx@gmail.com> |
|---|
| 2080 | * Fixed bugs in File and EmbeddedContent |
|---|
| 2081 | * Completed first iteration of EmbeddedContent |
|---|
| 2082 | * Can now play multimedia content |
|---|
| 2083 | * Could not test fallback with my browser ( Safari and Firefox ) |
|---|
| 2084 | * Need help to test content in different browser to see how it reacts... |
|---|
| 2085 | |
|---|
| 2086 | 2005-04-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 2087 | * Fixed bug in FlickrPhotostream.php |
|---|
| 2088 | * Params did not match new methods requirements ( getUserByEmail ) |
|---|
| 2089 | * Changed stylesheet class name for Flickr to match new changes |
|---|
| 2090 | * Fixed bugs in File |
|---|
| 2091 | * Wrote part of EmbeddedContent ( partially working ) |
|---|
| 2092 | * TODO: add support for parameters and attributes in EmbeddedContent |
|---|
| 2093 | |
|---|
| 2094 | 2005-04-22 François Proulx <francois.proulx@gmail.com> |
|---|
| 2095 | * Fix schema version in François's commit |
|---|
| 2096 | |
|---|
| 2097 | 2005-04-21 François Proulx <francois.proulx@gmail.com> |
|---|
| 2098 | * Added explicit admin UI exceptions support for Flickr |
|---|
| 2099 | * Completed File and Picture objects |
|---|
| 2100 | |
|---|
| 2101 | 2005-04-20 François Proulx <francois.proulx@gmail.com> |
|---|
| 2102 | * Completed Flickr support ( explicit exceptions catching ) |
|---|
| 2103 | * Most of File object is done |
|---|
| 2104 | * Fixed bug in generic_object_admin.php |
|---|
| 2105 | * changed stylesheet class tags for Flickr |
|---|
| 2106 | |
|---|
| 2107 | 2005-04-18 François Proulx <francois.proulx@gmail.com> |
|---|
| 2108 | * Added Flickr content support |
|---|
| 2109 | * Part of File object is done |
|---|
| 2110 | |
|---|
| 2111 | 2005-04-19 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2112 | * Working (beta...) content manager and portal. |
|---|
| 2113 | * Add content preview mode |
|---|
| 2114 | |
|---|
| 2115 | 2005-04-18 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2116 | * Hotspot and network content association, continue access control work. |
|---|
| 2117 | * hotspot_owner.php: Fix wrong assignement of user_id that prevented the |
|---|
| 2118 | script from working. |
|---|
| 2119 | * All files: Remove whitespace and carriage return after the ?> closing |
|---|
| 2120 | tags. |
|---|
| 2121 | |
|---|
| 2122 | 2005-04-18 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2123 | * Much more complete admin, initial access control work. |
|---|
| 2124 | |
|---|
| 2125 | 2005-04-15 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2126 | * Support more of the content object model, do a half-decent CSS for the |
|---|
| 2127 | admin interface. |
|---|
| 2128 | |
|---|
| 2129 | 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2130 | * Content.php: Use full langstring interface by default; |
|---|
| 2131 | |
|---|
| 2132 | 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2133 | * Content.php: Fix db reference; |
|---|
| 2134 | |
|---|
| 2135 | 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2136 | * Fix Content object enumeration preventing usage of admin interface |
|---|
| 2137 | * Partial fix for RSS feed encoding (multiple feed aggregation still broken) |
|---|
| 2138 | |
|---|
| 2139 | 2005-04-14 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2140 | * First part of the future content delivery infrastructure. Many files added |
|---|
| 2141 | |
|---|
| 2142 | 2005-04-01 François Proulx <francois.proulx@gmail.com> |
|---|
| 2143 | * Modified gen.sh script to match UTF-8 |
|---|
| 2144 | * Added PAP RADIUS encryption support ( asked by Paris Sans Fil ) |
|---|
| 2145 | |
|---|
| 2146 | 2005-04-01 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2147 | * wifidog/templates/auth_sources_selection.html: Add missing file from |
|---|
| 2148 | Francois's commit. |
|---|
| 2149 | |
|---|
| 2150 | 2005-04-01 Philippe April <philippe@ilesansfil.org> |
|---|
| 2151 | * Fixed missing parenthesis in classes/User.php |
|---|
| 2152 | * Removed unused files |
|---|
| 2153 | * fixed schema_validate.php (typos) |
|---|
| 2154 | |
|---|
| 2155 | 2005-04-01 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 2156 | * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT |
|---|
| 2157 | EDITOR |
|---|
| 2158 | * The database will be converted to UTF-8 (version 5) |
|---|
| 2159 | * Added select boxes ( or hidden ) html form elements to choose the network |
|---|
| 2160 | for signup, lost password, username |
|---|
| 2161 | |
|---|
| 2162 | 2005-04-01 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2163 | * Add constraints to account_origin to detect errors on inserts. |
|---|
| 2164 | * Remove IDRC test server |
|---|
| 2165 | |
|---|
| 2166 | 2005-04-01 Philippe April <philippe@ilesansfil.org> |
|---|
| 2167 | * User.php: Add reference to $db global variable. |
|---|
| 2168 | * Tagged v0_1_0_alpha1 |
|---|
| 2169 | * Removed spaces in AuthenticatorLocalUser.php |
|---|
| 2170 | |
|---|
| 2171 | 2005-03-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2172 | * Remove spaces after php blocks in various files. |
|---|
| 2173 | * Temporarily fix single authentication source not present bug in login |
|---|
| 2174 | smarty template. All other places where we select the network will be |
|---|
| 2175 | fixed tommorow. |
|---|
| 2176 | * Fix initial schema errors. |
|---|
| 2177 | |
|---|
| 2178 | 2005-03-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2179 | * More RADIUS install documentation. |
|---|
| 2180 | * Fix schema_validate.php |
|---|
| 2181 | |
|---|
| 2182 | 2005-03-31 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 2183 | * Moved language definition |
|---|
| 2184 | * Moved e-mail subjects to User class ( each e-mail functions ) |
|---|
| 2185 | |
|---|
| 2186 | 2005-03-31 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 2187 | * Added missing schema_validate.php modifs. |
|---|
| 2188 | |
|---|
| 2189 | 2005-03-31 Francois Proulx <francois.proulx@gmail.com> |
|---|
| 2190 | * Added PEAR install procedure |
|---|
| 2191 | |
|---|
| 2192 | 2005-03-30 François Proulx <francois.proulx@gmail.com> |
|---|
| 2193 | * Finished RADIUS authentication and accounting |
|---|
| 2194 | * Accounting Unique session ID is now based on the same token we use |
|---|
| 2195 | * Fixed all issues with lost_username, lost_password etc... |
|---|
| 2196 | * User class has new static function getUsersByEmail and getUsersByUsername |
|---|
| 2197 | * Added translations for new features |
|---|
| 2198 | * Translated the validation, lost password, username e-mails |
|---|
| 2199 | * Tested quite a bit, this version is considered stable |
|---|
| 2200 | * A few examples on how set different RADIUS or local authenticators can be |
|---|
| 2201 | found in the config.php |
|---|
| 2202 | |
|---|
| 2203 | 2005-03-29 François Proulx <francois.proulx@gmail.com> |
|---|
| 2204 | * schema_validate.php : Modified schema : dropped e-mail + account unique |
|---|
| 2205 | index, dropped email not empty constraint |
|---|
| 2206 | * Schema is now at version 3 |
|---|
| 2207 | * Coded RADIUS authentication |
|---|
| 2208 | * Modified templates to show a select box when more than one server is |
|---|
| 2209 | configured |
|---|
| 2210 | * Coded RADIUS accounting and backward compatibility accounting |
|---|
| 2211 | * Modified many statistics SQL queries to match new Users table |
|---|
| 2212 | * modified statistics templates to match user_id and account_origin |
|---|
| 2213 | * TODO : Fix lost_username and lost_password ( issue since we dropped the |
|---|
| 2214 | unique constraint on emails... ) |
|---|
| 2215 | * TODO : Heavy testing possibly with remote RADIUS servers |
|---|
| 2216 | |
|---|
| 2217 | 2005-03-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2218 | * sql: Put initial data in a transaction, and specify the wifidog user so |
|---|
| 2219 | you do not have to su to it while using sync_sql_for_svs |
|---|
| 2220 | |
|---|
| 2221 | 2005-03-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2222 | * common.php: Add get_guid() function |
|---|
| 2223 | * validate_schema.php: New auto-upgrade script to allow autaumatic schema |
|---|
| 2224 | upgrade. Note that you must still update dump_initial_data_postgres.sh |
|---|
| 2225 | and use sync_sql_for_cvs.sh so new users aren't left in the cold. |
|---|
| 2226 | * New class Authenticator (and subclasses): Begin virtualizing the login |
|---|
| 2227 | process. |
|---|
| 2228 | |
|---|
| 2229 | 2005-03-24 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2230 | * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming |
|---|
| 2231 | and outgoing for all connections from a user have null values. |
|---|
| 2232 | * wifidog/local_content/default/portal.html: Fix layout so it resizes |
|---|
| 2233 | properly. This in an interim measure. |
|---|
| 2234 | * Update schema. This will allow automatic schema updates in the future. |
|---|
| 2235 | TO update a live server: |
|---|
| 2236 | |
|---|
| 2237 | BEGIN; |
|---|
| 2238 | CREATE TABLE schema_info ( |
|---|
| 2239 | tag text PRIMARY KEY, |
|---|
| 2240 | value text |
|---|
| 2241 | ); |
|---|
| 2242 | INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1'); |
|---|
| 2243 | COMMIT; |
|---|
| 2244 | |
|---|
| 2245 | 2005-03-16 Matthew Asham <matthewa@bcwireless.net> |
|---|
| 2246 | * config.php: will use "local.config.php" instead, if present. avoid cvs |
|---|
| 2247 | over-writing. |
|---|
| 2248 | * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct. |
|---|
| 2249 | For integration with existing auth systems |
|---|
| 2250 | * hotspot_status.php: ob_clean may complain about buffering. muted. |
|---|
| 2251 | * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the |
|---|
| 2252 | feed. |
|---|
| 2253 | |
|---|
| 2254 | 2005-02-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2255 | * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql, |
|---|
| 2256 | wifidog-postgres-schema.sql:-Widen the connections size to fix int4 |
|---|
| 2257 | wraparound problems. To update a running server, execute the following |
|---|
| 2258 | sql sniplet: |
|---|
| 2259 | |
|---|
| 2260 | BEGIN; |
|---|
| 2261 | ALTER TABLE connections RENAME incoming TO incoming_old; |
|---|
| 2262 | ALTER TABLE connections ADD COLUMN incoming int8; |
|---|
| 2263 | ALTER TABLE connections RENAME outgoing TO outgoing_old; |
|---|
| 2264 | ALTER TABLE connections ADD COLUMN outgoing int8; |
|---|
| 2265 | UPDATE connections set incoming=incoming_old, outgoing=outgoing_old; |
|---|
| 2266 | ALTER TABLE connections DROP COLUMN incoming_old; |
|---|
| 2267 | ALTER TABLE connections DROP COLUMN outgoing_old; |
|---|
| 2268 | COMMIT; |
|---|
| 2269 | |
|---|
| 2270 | * wifidog/admin/hotspot.php: Missing file from phil's commit. |
|---|
| 2271 | * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po: New translation |
|---|
| 2272 | by Benoit St-André |
|---|
| 2273 | |
|---|
| 2274 | 2005-02-14 Philippe April <philippe@ilesansfil.org> |
|---|
| 2275 | * gw_message.php: the "activate" message was not properly defined and |
|---|
| 2276 | would cause an error to show up instead of the nice activate your account |
|---|
| 2277 | message |
|---|
| 2278 | |
|---|
| 2279 | 2005-02-14 Philippe April <philippe@ilesansfil.org> |
|---|
| 2280 | * wifidog/locale/gen.s: Was not working as expected, it will now get the |
|---|
| 2281 | gettext from smarty properly. |
|---|
| 2282 | * Updated TODO with ideas on making config better |
|---|
| 2283 | |
|---|
| 2284 | 2005-01-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2285 | * wifidog/templates/hotspot_status.html: Restore the number of nodes |
|---|
| 2286 | * wifidog/hotspot_status.php: Restore the number of nodes, add formatting |
|---|
| 2287 | and more information to the RSS feed. |
|---|
| 2288 | |
|---|
| 2289 | 2005-01-26 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2290 | * Some kind of virtual login (we need to talk about this). |
|---|
| 2291 | * New User and Node classes |
|---|
| 2292 | * Modified all files to work with the classes. |
|---|
| 2293 | * Remove mgmt_helpers (all done in User class now) |
|---|
| 2294 | |
|---|
| 2295 | 2005-01-25 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2296 | * classes/Node.php: New file, untested code example |
|---|
| 2297 | * wifidog/admin/admin_common.php: Remove double-defined BASEPATH |
|---|
| 2298 | |
|---|
| 2299 | 2005-01-25 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2300 | * Changed initial postgres inserts sql file, it wasn't working properly |
|---|
| 2301 | |
|---|
| 2302 | 2005-01-25 Pascal Leclerc <pascal@plec.ca> |
|---|
| 2303 | * Added admin and owner administration pages |
|---|
| 2304 | |
|---|
| 2305 | 2005-01-23 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2306 | * Added gateway error messages (validation period, etc.) |
|---|
| 2307 | |
|---|
| 2308 | 2005-01-20 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2309 | * Modularized the admin interface, added functions |
|---|
| 2310 | |
|---|
| 2311 | 2005-01-18 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2312 | * Smarty'ized more, I think it's done now |
|---|
| 2313 | |
|---|
| 2314 | 2005-01-12 Philippe April <isf_lists@philippeapril.com> |
|---|
| 2315 | * i18n and smarty'ized parts |
|---|
| 2316 | |
|---|
| 2317 | 2005-01-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2318 | * INSTALL: Mandate PHP5 |
|---|
| 2319 | * wifidog/hotspot_status.php: Allow export of the list as a RSS feed |
|---|
| 2320 | * wifidog/classes/RssPressReview.inc: Make it truly functionnal. |
|---|
| 2321 | * wifidog/portal/index.php: Support multiple RSS feeds. The system will |
|---|
| 2322 | automatically pick the best 5 entries from all the feeds. It will |
|---|
| 2323 | compensate for disparate publication intervals. An entry from a feed that |
|---|
| 2324 | does not publish often will live longer than an entry from a feed that |
|---|
| 2325 | publishes very often. If a feed doesn't have any entry that makes the |
|---|
| 2326 | cut, it will not appear at all. |
|---|
| 2327 | * wifidog/templates/hotspot_status.html: Add link to the RSS version. |
|---|
| 2328 | |
|---|
| 2329 | 2005-01-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2330 | * wifidog/config.php: Add list of hotspot to network rss feed list (not yet |
|---|
| 2331 | functionnal) |
|---|
| 2332 | * wifidog/hotspot_status.php: Allow RSS export of the list of deployed |
|---|
| 2333 | Hotspots. |
|---|
| 2334 | * wifidog/admin/incoming_outgoing_swap.php: Script to swap incoming and |
|---|
| 2335 | outgoing in your data. Only use this if you had gateways before 1.0.2 |
|---|
| 2336 | and wish to correct your logs before you upgrade. |
|---|
| 2337 | * wifidog/classes/RssPressReview.inc: Missing file from previous commit. |
|---|
| 2338 | * wifidog/portal/index.php: Preliminary work to enable smart press review |
|---|
| 2339 | of multiple RSS feeds. |
|---|
| 2340 | |
|---|
| 2341 | 2005-01-10 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2342 | * include/common.php: Fix SSL security warnings. If SSL is enabled and the |
|---|
| 2343 | page was actually served over SSL, all media in the file will be served |
|---|
| 2344 | over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links |
|---|
| 2345 | that break out of SSL mode. From now on, use the self adapting |
|---|
| 2346 | BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode, |
|---|
| 2347 | and BASE_URL_PATH to break out of it. |
|---|
| 2348 | |
|---|
| 2349 | 2005-01-10 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2350 | * admin/user_stats.php: Add three top tens to the statistics: Top ten |
|---|
| 2351 | apetite for bandwidth, top ten travelers, most addicted users. |
|---|
| 2352 | |
|---|
| 2353 | 2005-01-04 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2354 | * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much |
|---|
| 2355 | thinner. |
|---|
| 2356 | * wifidog/local_content/default/login.html: Remove announcements |
|---|
| 2357 | * wifidog/include/user_management_menu.php: Fix mailto: |
|---|
| 2358 | * wifidog/auth/index.php: Fix auth server part of the no data transmited |
|---|
| 2359 | statistics bug. |
|---|
| 2360 | * wifidog/admin/index.php: Add link to statistics |
|---|
| 2361 | * wifidog/admin/user_stats.php: Activate security. |
|---|
| 2362 | * wifidog/index.php: Make the distinction between the two hotspot status |
|---|
| 2363 | pages clearer. |
|---|
| 2364 | |
|---|
| 2365 | 2004-12-08 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2366 | * wifidog/index.php: Add menu |
|---|
| 2367 | * wifidog/include/user_management_menu.php: Editorial change, make |
|---|
| 2368 | translateable |
|---|
| 2369 | * wifidog/portal/index.php: Fix RSS feeds |
|---|
| 2370 | |
|---|
| 2371 | 2004-12-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2372 | * wifidog/admin/user_stats.php, wifidog/classes/Statistics.php: Embryonic |
|---|
| 2373 | aggregate user stats. Currently allows you to find out the rate at which |
|---|
| 2374 | your users subscribe. |
|---|
| 2375 | * wifidog/config.php, wifidog/local_content/default/login.html, |
|---|
| 2376 | wifidog/include/user_management_menu.php: Add hotspot status page to |
|---|
| 2377 | login page. |
|---|
| 2378 | * wifidog/hotspot_status.php: Cosmetic |
|---|
| 2379 | * wifidog/admin/hotspot_log.php: Stats now need admin privileges |
|---|
| 2380 | * wifidog/index.php: Cosmetic. |
|---|
| 2381 | |
|---|
| 2382 | 2004-11-19 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2383 | * TODO: Add email domains to blacklist |
|---|
| 2384 | * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech |
|---|
| 2385 | support email address |
|---|
| 2386 | * wifidog/hotspot_status.php: List of HotSpots that are open with summary of |
|---|
| 2387 | information. Designed to be included as part of another page. |
|---|
| 2388 | * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo |
|---|
| 2389 | * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo |
|---|
| 2390 | and write unknown hotspot, however this is still really ugly |
|---|
| 2391 | * wifidog/local_content/default/login.html, portal.html, stylesheet.css: |
|---|
| 2392 | Cosmetic fixes |
|---|
| 2393 | * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the |
|---|
| 2394 | files, this isn't the approach we will use for translation. |
|---|
| 2395 | * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: |
|---|
| 2396 | Update with new node information structures. |
|---|
| 2397 | |
|---|
| 2398 | 2004-11-04 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2399 | * wifidog/admin/hotspot_log.php: Add number of currently connected users |
|---|
| 2400 | here as well. |
|---|
| 2401 | |
|---|
| 2402 | 2004-11-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2403 | * wifidog/ping/index.php: Log user-agent |
|---|
| 2404 | * extensive statistics work |
|---|
| 2405 | * sql/wifidog-postgres-schema.sql: Add description field for hotspots and |
|---|
| 2406 | log user-agent |
|---|
| 2407 | |
|---|
| 2408 | 2004-10-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2409 | * sql/wifidog-postgres-schema.sql: Add constraints to avoid empty string |
|---|
| 2410 | in email or user_id. |
|---|
| 2411 | * Some statistics fixes |
|---|
| 2412 | |
|---|
| 2413 | 2004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca> |
|---|
| 2414 | * wifidog/admin/index.php: Integrated the changes contributed |
|---|
| 2415 | on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org), |
|---|
| 2416 | mainly a missing ' in some HTML. |
|---|
| 2417 | |
|---|
| 2418 | 2004-09-28 Yanik Crépeau <yanik@exScriptis.com> |
|---|
| 2419 | * wifidog/include/common.php: Added commented header with cvs |
|---|
| 2420 | keywords. |
|---|
| 2421 | * wifidog/include/common.php: Added commented code (not executing) for |
|---|
| 2422 | further testing with language/localization issues. |
|---|
| 2423 | |
|---|
| 2424 | 2004-09-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2425 | * sql/wifidog-postgres-schema.sql: Remove non SQL standard "COMMENT ON" |
|---|
| 2426 | comments |
|---|
| 2427 | |
|---|
| 2428 | 2004-09-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2429 | * sql/wifidog-postgres-schema.sql: Drop procedural language stuff |
|---|
| 2430 | |
|---|
| 2431 | 2004-09-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2432 | * sql/wifidog-postgres-schema.sql: Fix layout for the node_owners table |
|---|
| 2433 | * Begin integrating Patrick Tanguay's new layout and generate the css |
|---|
| 2434 | dynamically to allow for background images. |
|---|
| 2435 | |
|---|
| 2436 | 2004-09-22 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2437 | * portal/index.php: Fix users appearing online at every hotspot. |
|---|
| 2438 | * wifidog/classes/Style.php, wifidog/login/index.php: Fix some potential |
|---|
| 2439 | cache problems and help with validation. |
|---|
| 2440 | |
|---|
| 2441 | 2004-09-18 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2442 | * wifidog/config.php: Add VALIDATION_GRACE_TIME configuration parameter. |
|---|
| 2443 | * wifidog/auth/index.php: Move grace time date arithmetics to the database, |
|---|
| 2444 | fixes validation period not working. Stop storing VALIDATION_FAILES |
|---|
| 2445 | status to the database. Add check for validation period expiration at |
|---|
| 2446 | stage login, not just stage counters, this will fix one minute |
|---|
| 2447 | validation period. |
|---|
| 2448 | * wifidog/login/index.php: Check validation period activation, and if |
|---|
| 2449 | period is expired, explain to the user instead of redirecting to the |
|---|
| 2450 | gateway. |
|---|
| 2451 | * wifidog/user_management/index.php: Fix SQL error at new user registration. |
|---|
| 2452 | |
|---|
| 2453 | 2004-09-02 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2454 | * wifidog/node_list.php: Complete the status page |
|---|
| 2455 | * Add images |
|---|
| 2456 | * Add hotspot creation date |
|---|
| 2457 | |
|---|
| 2458 | 2004-08-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2459 | * sql/: Update the postgres schemas and add scripts to ease maintaining it. |
|---|
| 2460 | * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this |
|---|
| 2461 | script to the chances will be available in the cvs schemas and initial |
|---|
| 2462 | data. |
|---|
| 2463 | * sql/dump_initial_data_postgres.sh: This does the actual dump of the data |
|---|
| 2464 | in a runnable form. Note that this needs to be edited manually if you add |
|---|
| 2465 | a new table requiring initial data. |
|---|
| 2466 | * INSTALL: Update for postgres. Somebody please test this. |
|---|
| 2467 | |
|---|
| 2468 | 2004-08-31 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2469 | * wifidog/ping/index.php: Implement logging of which hotspot sent the |
|---|
| 2470 | heartbeat, from which ip and when. |
|---|
| 2471 | * wifidog/node_list.php: Primitive but functionnal hotspot status page. |
|---|
| 2472 | * wifidog/include/user_management_menu.php: Change menu labels |
|---|
| 2473 | * wifidog/local_content/default/login.html: Improve layout. Someone needs |
|---|
| 2474 | to make this stylesheet correct, I took shortcuts... |
|---|
| 2475 | * wifidog/local_content/default/stylesheet.css: Reduce H1 font size. |
|---|
| 2476 | * wifidog/user_management/index.php: Display the menu, will eventually |
|---|
| 2477 | allow us to present proper help text. |
|---|
| 2478 | |
|---|
| 2479 | 2004-08-30 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2480 | * Add link to original requested site. |
|---|
| 2481 | * wifidog/node_list.php: New file. Will become the main node status page. |
|---|
| 2482 | |
|---|
| 2483 | 2004-08-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2484 | * Primitive network status available form the index page |
|---|
| 2485 | * Administrative security is implemented. |
|---|
| 2486 | |
|---|
| 2487 | 2004-08-28 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2488 | * Fix big gaping security hole in login page (password would be ignored if |
|---|
| 2489 | the username was used to login) |
|---|
| 2490 | * PostgreSql port |
|---|
| 2491 | * Change the method to determine who is online |
|---|
| 2492 | * Stop keeping unused token once user successfully logs in. |
|---|
| 2493 | * Fix missing update of token update date. |
|---|
| 2494 | * Counters wouldn't get updated for stage=LOGOUT |
|---|
| 2495 | * wifidog/auth/index.php: Added a Messages: response in addition to Auth: |
|---|
| 2496 | so we can know what the hell the server is up to. Currently you need to |
|---|
| 2497 | run wifidog in debug level 7 to see it. That message should be parsed so |
|---|
| 2498 | it is visible in debug level 6. |
|---|
| 2499 | * wifidog/auth/index.php: Fix code injection vulnerability. |
|---|
| 2500 | |
|---|
| 2501 | 2004-08-27 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2502 | * SSL support and RSS improvement |
|---|
| 2503 | * Last commit tested with mysql support |
|---|
| 2504 | |
|---|
| 2505 | 2004-08-24 Pascal Leclerc <pascal@plec.ca> |
|---|
| 2506 | * wifidog/admin/user_log.php: Add total to incoming and outgoing |
|---|
| 2507 | * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports |
|---|
| 2508 | |
|---|
| 2509 | 2004-08-11 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2510 | * wifidog/config.php: Add USER_MANAGEMENT_PAGE |
|---|
| 2511 | * wifidog/include/user_management_menu.php: Code meant to deal with |
|---|
| 2512 | non-standard ports broke the menu. Hopefully fixed. |
|---|
| 2513 | * Add alex's mising changelog entry... |
|---|
| 2514 | |
|---|
| 2515 | 2004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca> |
|---|
| 2516 | * wifidog/ping/index.php: will now reply if the wifidog auth server is up. |
|---|
| 2517 | To be used by wifidog to do heartbeats. |
|---|
| 2518 | |
|---|
| 2519 | 2004-08-07 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2520 | * Add code to import a NoCat user database (passwd). The username will be |
|---|
| 2521 | generated from the first part of the email if the name was en email. |
|---|
| 2522 | * Change password hashing algorithm to make it compatible with NoCat (For |
|---|
| 2523 | the curious among you, the hashing algorithm is now: take the md5 |
|---|
| 2524 | digest in binary format of the password, and base64 encode it. |
|---|
| 2525 | * Table schema changed to accomodate newhash length (users.pass is now |
|---|
| 2526 | varchar(32)) |
|---|
| 2527 | * The user is now allowed to login with either his username or his email. |
|---|
| 2528 | |
|---|
| 2529 | 2004-08-03 Pascal Leclerc <pascal@plec.ca> |
|---|
| 2530 | * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace |
|---|
| 2531 | NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH |
|---|
| 2532 | * wifidog/classes/AbstractDb.php: Add class=warning for better display |
|---|
| 2533 | * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports |
|---|
| 2534 | |
|---|
| 2535 | 2004-08-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2536 | * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set |
|---|
| 2537 | to true if gettext is available. If false, blank _() and gettext() |
|---|
| 2538 | functions will be defined so the system still works. |
|---|
| 2539 | |
|---|
| 2540 | 2004-08-03 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2541 | * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully). |
|---|
| 2542 | |
|---|
| 2543 | 2004-08-02 Benoit Grégoire <bock@step.polymtl.ca> |
|---|
| 2544 | * wifidog-auth lives! New since the dark ages |
|---|
| 2545 | * Demo page to allow people to hack more easely on it |
|---|
| 2546 | * Support for multiple nodes. TODO: Merge with the database project. |
|---|
| 2547 | * Very cool local content architecture. Every hotspot can have a folder in |
|---|
| 2548 | the local_content directory. This folder can be filed by a single logo, |
|---|
| 2549 | leaving all the rest to the default content, or be completely custom |
|---|
| 2550 | (stylesheet, login page, portal page, header, etc.) |
|---|
| 2551 | * Everything in local content is templated with smarty, no problem with |
|---|
| 2552 | web designer wrecking havoc on the auth server. You can edit everything |
|---|
| 2553 | in local_content/default even if you only speak html. |
|---|
| 2554 | * No need to set any path in the web server config files (that one was a |
|---|
| 2555 | bitch to implement) |
|---|
| 2556 | * RSS feed support (optionnal, with magpierss), one feed per node (url |
|---|
| 2557 | stored in the database, works great, but no gui to edit it yet) and one |
|---|
| 2558 | network-wide RSS feed. |
|---|
| 2559 | * All path are editable from the config file |
|---|
| 2560 | * "Productize" the thing, so it make sense for other groups to install it |
|---|
| 2561 | (the network name, url, default RSS, and such are set from the config |
|---|
| 2562 | file). |
|---|
| 2563 | * Put most strings in gettext calls for easy future translation. |
|---|
| 2564 | * User can request that the server send the validation email again |
|---|
| 2565 | * User can change password |
|---|
| 2566 | * User who forgot his username can have it mailed to him. |
|---|
| 2567 | * User who lost his password can ask the system to generate a new one and |
|---|
| 2568 | mail it to him. |
|---|
| 2569 | * Email is now a separate field to preserve user privacy. |
|---|
| 2570 | * Enforces (politely) that there are no duplicate emails in the database |
|---|
| 2571 | * Database abstraction layer with very nice debugging features (just append |
|---|
| 2572 | true at the end of the call, and you'll see the query, the results, the |
|---|
| 2573 | query plan and number of affected rows. Also allow future upgrade to |
|---|
| 2574 | postgres. |
|---|
| 2575 | * Lots of other things I forgot. |
|---|