rejo [Sun, 30 Mar 2008 15:33:55 +0000] rev 116
[feladat @ 219]
Description of permission rights are now translated as well. This closes ticket:26.
peter [Sun, 30 Mar 2008 13:50:39 +0000] rev 115
[feladat @ 218]
Little modification to speed up the zone listing in pgSQL.
rejo [Sun, 30 Mar 2008 12:45:05 +0000] rev 114
[feladat @ 215]
Removed wrong svn property on search.php.
peter [Sun, 30 Mar 2008 11:46:45 +0000] rev 113
[feladat @ 213]
Modified the inserts in the pgsql db structure to make sure no duplicate key errors are shown when a new records is created. Also moved the Ueber_user permision item upfront, to make sure it is created with id 1 so the permission template can be created correctly.
Added an additional query to check what the ID is of the ueber_user, as it set hardcoded to 53 in the query.
rejo [Sun, 30 Mar 2008 11:00:36 +0000] rev 112
[feladat @ 212]
Minor change to Dutch translation.
rejo [Sun, 30 Mar 2008 10:52:36 +0000] rev 111
[feladat @ 211]
Update of template translation file. Update of Dutch translation. Update and cleanup of some user interface text.
rejo [Sun, 30 Mar 2008 09:20:38 +0000] rev 110
[feladat @ 210]
Lots of minor updates to user interface text.
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.