peter [Sat, 29 Mar 2008 18:01:53 +0000] rev 109
[feladat @ 209]
Modified some of the INSERT queries to make them compatible with pgSQL
rejo [Sat, 29 Mar 2008 07:34:57 +0000] rev 108
[feladat @ 208]
When in the zone listing letters are shown (too many zones to show on a single screen), the start letter is clickable only if there are any zones starting with that letter. If the users asks for a start letter that has no zones (because of bugs like the one fixed in r207 or because user manipulates URL in browser), a PHP error was shown. Code now verifies number of zones now first.
rejo [Fri, 28 Mar 2008 21:57:43 +0000] rev 107
[feladat @ 207]
Bugfix. The letters shown just above the list of zones was showing clickable letters, even if there were no zones starting with such a letter.
peter [Fri, 28 Mar 2008 21:40:42 +0000] rev 106
[feladat @ 206]
Added database structure for PostgreSQL and fixed some queries to be compatible with PostgreSQL.
Bugfix in delete_supermaster.php
rejo [Thu, 27 Mar 2008 21:10:34 +0000] rev 105
[feladat @ 205]
Bugfix. A user with with at least view access could change user details, including the assigned permission template, for which he did have rights. Reported by Maarten te Paske.
rejo [Thu, 27 Mar 2008 20:46:22 +0000] rev 104
[feladat @ 204]
Bugfix. Even if one did have the 'add supermasters' right, the menu option wasn't shown. Reported by Maarten te Paske.
rejo [Thu, 27 Mar 2008 20:42:50 +0000] rev 103
[feladat @ 203]
Changed field type for password entry field in 'edit user' window from text to password. Now password is no longer shown in plain tekst.
rejo [Thu, 27 Mar 2008 20:40:42 +0000] rev 102
[feladat @ 202]
Changed field type for password entry field in 'add user' window from text to password. Now password is no longer shown in plain tekst.
rejo [Thu, 27 Mar 2008 20:38:03 +0000] rev 101
[feladat @ 201]
Fixed a typo in the description of 'supermaster_edit' permission.
rejo [Thu, 27 Mar 2008 20:35:23 +0000] rev 100
[feladat @ 200]
When loading SQL database structure user 'administrator' has all possible permissions enabled, both ueberuser and others. This may bring confusion, especially those that didn't read the documentation. Now only 'user_is_ueberuser' is enabled, all other disabled. No functional changes. Suggested by Maarten te Paske.
rejo [Thu, 27 Mar 2008 20:30:00 +0000] rev 99
[feladat @ 199]
Changed layout of links to additional menu options in user management windows. Suggestion by Maarten te Paske.
rejo [Thu, 27 Mar 2008 17:55:33 +0000] rev 98
[feladat @ 198]
Bugfix. User was unable to delete a record from a zone due to a number of errors in de code.
rejo [Thu, 27 Mar 2008 17:44:49 +0000] rev 97
[feladat @ 197]
Bugfix for name field validation. Now done right. I hope.
rejo [Thu, 27 Mar 2008 16:39:29 +0000] rev 96
[feladat @ 196]
Another update to name field checking.
rejo [Thu, 27 Mar 2008 16:30:51 +0000] rev 95
[feladat @ 195]
Extended name field validation.
rejo [Thu, 27 Mar 2008 16:11:46 +0000] rev 94
[feladat @ 194]
Bugfix. Unable to add record without specifying a name (which is common for @ records).
rejo [Thu, 27 Mar 2008 15:32:17 +0000] rev 93
[feladat @ 193]
Removal of left-over debug statement in add domain function.
rejo [Thu, 27 Mar 2008 15:31:14 +0000] rev 92
[feladat @ 192]
Second half of r189 commit.
rejo [Wed, 26 Mar 2008 14:56:43 +0000] rev 91
[feladat @ 191]
Bugfix. Syntax problem in debug_print function.
rejo [Wed, 26 Mar 2008 14:48:25 +0000] rev 90
[feladat @ 190]
Changed 'print debug' function a tiny bit.
rejo [Wed, 26 Mar 2008 14:02:59 +0000] rev 89
[feladat @ 189]
Added functionality for deletion of permission templates. Simplified function for getting permission template details.
rejo [Wed, 26 Mar 2008 10:02:45 +0000] rev 88
[feladat @ 188]
Improved error checking of delete_domain function. The ticket:25 has been opened, this is still a problem.
rejo [Wed, 26 Mar 2008 09:31:12 +0000] rev 87
[feladat @ 187]
Bugfix. Corrected field order of insert of new zones.
rejo [Wed, 26 Mar 2008 09:21:53 +0000] rev 86
[feladat @ 186]
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones.