Changeset 1082 for trunk/wifidog-auth/CHANGELOG
- Timestamp:
- 08/28/06 19:03:25 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/CHANGELOG (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1080 r1082 1 2006-08-28 Max Horváth <max.horvath@maxspot.de> 2 * Integrated KML node list export 3 * Integrated PDF node list export 4 * Updated Sprintf formatted strings in some Smarty templates 5 1 6 2006-08-27 Benoit Grégoire <bock@step.polymtl.ca> 2 7 * clickthrough.php, HyperLink.php: Implement working hyperlink clickthrough tracking (no reporting yet). … … 4 9 * Make HTMLeditor inherit from Langstring. Allowed a massive reduction of line count and will stop the codebases from needlessly drifting apart. 5 10 * Do not log content displayed as metadata, and log their clickthrough as the parent's. 6 11 7 12 2006-08-27 François Proulx <francois.proulx@gmail.com> 8 13 * Updated French translations 9 14 * Now using Sprintf formatted strings in some Smarty templates (see example in templates/sites/index.tpl). 10 15 * Integrated back the SQL profiling functions 11 16 12 17 2006-07-20 Benoit Grégoire <bock@step.polymtl.ca> 13 18 * Fix a bug where having an empty username would break statistics. … … 17 22 18 23 2006-07-05 Benoit Grégoire <bock@step.polymtl.ca> 19 * Fix #175. 24 * Fix #175. 20 25 * Fix the "Registration Log" and "User registration report" reports giving incorrect statistics 21 26 * Allow disabling EventLogging class in config.php, to make SQL debuging possible (The class was traping errors before AbstractDb could output them) 22 * Make EVENT_LOGGING default to false for now, as it turns out EventLogging was the cause of the 23 Spurious PEAR output ("Runtime Notice: ") we've been seeing. That is probably only because we don't 27 * Make EVENT_LOGGING default to false for now, as it turns out EventLogging was the cause of the 28 Spurious PEAR output ("Runtime Notice: ") we've been seeing. That is probably only because we don't 24 29 understand how to properly control it's logging level. 25 30
