| | 1 | 2006-02-25 Max Horváth <max.horvath@maxspot.de> |
| | 2 | * fixed undefined variable bugs in statistic classes (use of date_from and |
| | 3 | date_to), variables were processed directly from request, without any |
| | 4 | check |
| | 5 | This fixes ticket #71. |
| | 6 | * clicking on a username in user logs now generates a individual user |
| | 7 | report as it does when clicking on a username on the online users page |
| | 8 | * Changing the value of the "Is persistent" checkbox doesn't have to |
| | 9 | saved when JavaScript is enabled in the browser. Before this change |
| | 10 | you had to save a content. So if you wanted to delete a persistant content |
| | 11 | you first had to uncheck this checkbox, save the content and delete the |
| | 12 | content after saving it. If JavaScript is enabled in your browser you |
| | 13 | can go straight ahead, uncheck the checkbox and delete the content. |
| | 14 | This fixes ticket #73. |
| | 15 | * when processing global arrays if magic quotes is enabled, WiFiDog will |
| | 16 | check for type variables |
| | 17 | This fixes ticket #84. |
| | 18 | * the RSS feed of nodes now delivers the correct link to the nodes homepage |
| | 19 | This fixes ticket #80. |
| | 20 | * small fix in schema_validate.php which should affect nobody (in schema |
| | 21 | version 9) |
| | 22 | This fixes ticket #79. |
| | 23 | * fixed "Show all available contents for this hotspot" link which didn't |
| | 24 | work if WiFiDog wasn't located in the root folder of the webserver |
| | 25 | * the "Show all available contents for this hotspot" link won't be shown |
| | 26 | anymore unless all requirements are meet that all content of a hotspot |
| | 27 | would be shown. The requirements are: you need to have at least one |
| | 28 | Content Group tagged artistic and locative content, with at least one |
| | 29 | content group element available for display. |
| | 30 | This fixes ticket #35. |
| | 31 | * adjusting the location of a node via the Google maps geocoding service) |
| | 32 | and clicking the button "Use these coordinates" didn't work |
| | 33 | This fixes ticket #81 and #82. |
| | 34 | * the content select box now only shows the content to a user of which is |
| | 35 | is the owner from (same mechanism has already been used on the content |
| | 36 | manager page) or all content if the user is a superadmin |
| | 37 | * wifidog/admin/content_admin.php removed, because the content manager now |
| | 38 | uses the generic object administration interface |
| | 39 | * the creation date of a network can be changed now (this value wasn't |
| | 40 | displayed in the admin interface, even though it was present in the |
| | 41 | database) |
| | 42 | * revamped administration sidebar, cleaner interface for the superadmin, |
| | 43 | for the owner of a node nothing changes |
| | 44 | * added "server administration" section to the administration interface |
| | 45 | * Added administration of webservers. For one webserver not much changes. |
| | 46 | The SSL available setting has been moved to this section (and removed |
| | 47 | from config.php). Running WiFiDog on two or more webserver (with one |
| | 48 | database) you now can define the different hostnames of the webserver. |
| | 49 | Of course you can also define, which of those webserver serves SSL. This |
| | 50 | is for example essential for the Google maps feature (different API keys |
| | 51 | for different hostnames) |
| | 52 | * for every network you now can define it's own Google Map initial values |
| | 53 | and map types |
| | 54 | * Hotspots map page now supports different maps for different networks |
| | 55 | * Hotspots map page now supports different map types for different networks |
| | 56 | This fixes ticket #69 |
| | 57 | * Hotspots map page now offers full multilingual support (text in the |
| | 58 | JavaScript file was english only) |
| | 59 | * Hotspots map page now uses a Smarty template to render HTML page |
| | 60 | |