Changeset 1033 for trunk/wifidog-auth/CHANGELOG
- Timestamp:
- 05/10/06 16:51:44 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/CHANGELOG (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1032 r1033 1 2006-05-10 François Proulx <francois.proulx@gmail.com> 2 * Added sweetTitles tooltips script, now if you need to add tooltips simply add the 'title' attribute to you html <a>, <attr>, <accroym> tags 3 * Fixed usort bug in MainUI 4 * Fixed download (wget) in install.php 5 1 6 2006-05-09 Benoit Grégoire <bock@step.polymtl.ca> 2 7 * Working (if slightly basic) theme manager. You can pick the theme in the network configuration. … … 6 11 * Completely rip out the old local_content system, and a bunch of obsolete defines and config variables. 7 12 * Get rid of PHP generated stylesheets 8 13 9 14 2006-05-09 Benoit Grégoire <bock@step.polymtl.ca> 10 15 * Finish content assignation system … … 13 18 * Change MainUI::apendContent to MainUI::addContent 14 19 15 2006-04-28 François Proulx <francois.proulx@gmail.com> 20 2006-04-28 François Proulx <francois.proulx@gmail.com> 16 21 * Fixed error in initial data script 17 22 18 23 2006-04-28 Benoit Grégoire <bock@step.polymtl.ca> 19 24 * wifidog/login/index.php: Correctly use DEFAULT_NODE_ID from config.php instead of hardcoded 'default' … … 21 26 2006-04-28 François Proulx <francois.proulx@gmail.com> 22 27 * Fixed initial_data schema script so that it adds a dummy server. 23 28 24 29 2006-04-25 François Proulx <francois.proulx@gmail.com> 25 30 * Updated JavaScript code to work with Google Maps v2 API 26 31 * v2 will now provide full maps of European countries and is a bit faster 27 32 * Updated the schema accordingly with new GMaps values 28 33 29 34 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> 30 35 * Dependencies.php: Small fix in case gettext isn't installed … … 34 39 35 40 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> 36 * Major system locale handling overhaull. Hopefully abstract out the UTF8 problems once and for all, 37 allowing everyone to define them the same way. Fix a few bugs along the way. 41 * Major system locale handling overhaull. Hopefully abstract out the UTF8 problems once and for all, 42 allowing everyone to define them the same way. Fix a few bugs along the way. 38 43 Should also be a little faster. 39 44 40 45 2006-04-24 Benoit Grégoire <bock@step.polymtl.ca> 41 46 * Revert Rob's SYSTEM_PATH change. Sorry about that. The devs spent hours to finally get the PATH 42 stuff consistent and fixing the countless bugs that this process introduced. 47 stuff consistent and fixing the countless bugs that this process introduced. 43 48 Maybe some links still need to use BASE_URL_PATH instead of BASE_SSL_PATH, 44 (or vice-versa) but it was on purpose that SYSTEM_PATH was not made available to Smarty. 49 (or vice-versa) but it was on purpose that SYSTEM_PATH was not made available to Smarty. 45 50 We already have 3 defines to be used for links and html refs, that's enough 46 51 BASE_SSL_PATH should be used to enter SSL mode (if available) … … 48 53 explicitely do not want someting to be referenced over http 49 54 BASE_URL_PATH should be used in all other cases to avoid needless SSL warning 50 55 51 56 2006-04-17 Rob Janes <janes.rob@gmail.com> 52 57 * javascript for validating and navigating forms. … … 65 70 2006-04-01 François Proulx <francois.proulx@gmail.com> 66 71 * Dumped initial schema from working install 67 72 68 73 2006-03-31 Benoit Grégoire <bock@step.polymtl.ca> 69 74 * dump_initial_data_postgres.sh: Add the content_available_display_pages table to the dump, can someone re-generate the initial data from a working install … … 76 81 2006-03-28 François Proulx <francois.proulx@gmail.com> 77 82 * Fixed error in initial schema (bad client encoding) 78 83 79 84 2006-03-28 François Proulx <francois.proulx@gmail.com> 80 85 * Fixed schema 37 : left_area_top 81 86 * Updated initial schema 82 87 83 88 2006-03-27 Benoit Grégoire <bock@step.polymtl.ca> 84 89 * First step in massive simplification of CSS and templates … … 102 107 the code path to the map does not use SSL, but the outgoing URLs do. 103 108 * Removed lost echo in Locale.php 104 109 105 110 2006-03-21 Benoit Grégoire <bock@step.polymtl.ca> 106 * login/index.php: Remove huge security hole introduced by stylistic changes in the file. 107 A user could login to any hotspot by simply filling a blank form because of a gratuitous 111 * login/index.php: Remove huge security hole introduced by stylistic changes in the file. 112 A user could login to any hotspot by simply filling a blank form because of a gratuitous 108 113 change from empty to is_null everywhere. Remove escaping or REQUEST parameters in non SQL 109 114 related code, as this would lead to double unescaping down the line. Remove logic dependent … … 112 117 2006-03-19 François Proulx <francois.proulx@gmail.com> 113 118 * Updated French translations 114 119 115 120 2006-03-18 Rob Janes <janes.rob@gmail.com> 116 121 * path_defines_base working for combinations of DocumentRoot, Alias, … … 127 132 * Removed stale owner_sendfiles.php (now integrated in the Content Manager) 128 133 * Cleaned up a bunch of stale TODOs 129 134 130 135 2006-03-16 Max Horváth <max.horvath@maxspot.de> 131 136 * updated language files (new german strings have already been translated)
