| | 1 | 2006-03-07 Max Horváth <max.horvath@maxspot.de> |
| | 2 | * init_php.php now does a 100% strict check for variable types of |
| | 3 | elements to be processed when magic_quotes are turned on |
| | 4 | * fixed duplicate use of SSL_AVIABLE define in common.php |
| | 5 | This fixes ticket #95. |
| | 6 | * fixed problens with slashes in htospots_map.php |
| | 7 | This fixes ticket #97. |
| | 8 | * fixed variable typo in NodeListXML.php |
| | 9 | * introduced new InterfaceElements class which is being used to create |
| | 10 | HTML code - this reduces HTML markup in PHP code and reduces HTML errors |
| | 11 | we had i.e. on the node administration page (unclosed div). |
| | 12 | It is being used on the node administration page now and will be updated |
| | 13 | for the other admin pages ... |
| | 14 | * when adding an owner or tech officer on the node admin page and pressing |
| | 15 | enter in the input field the statistics where called (no owner or tech |
| | 16 | officer was added) - this has been fixed |
| | 17 | * database schema update 35 wasn't compatible with PostgreSQL version 7, |
| | 18 | the update script has been changed to be compatible with it ... |
| | 19 | This fixes ticket #94. |
| | 20 | * Gabriel Hahmann did a translation of WiFiDog-Auth in portuguese ... it has |
| | 21 | been included |
| | 22 | This fixes ticket #98. |
| | 23 | * on node administration page owners have less rights than admins |
| | 24 | |