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