Mon, 23 Jul 2007 22:05:19 +0000 [feladat @ 85]
rejo [Mon, 23 Jul 2007 22:05:19 +0000] rev 38
[feladat @ 85] The type of zone wasn't show to users with access level 1. If a user with access level 1 did have access to a slave zone the user did not see the IP of the master nameserver of that zone. Now the user will the IP address (readonly and only if one is set). Bugfix. If no master IP for a slave zone is given, a warning is shown regardless of the userlevel. Bugfix. Both the "add record" and "edit record" buttons in the "edit zone" screen is no longer available for users with level 1 for domains of type "slave". Bug report by Antonio Prado. Some PHP and HTML cleanup (removing of empty tags and unnecessary repeatings of calls to a single function).
Tue, 10 Jul 2007 21:24:06 +0000 [feladat @ 84]
rejo [Tue, 10 Jul 2007 21:24:06 +0000] rev 37
[feladat @ 84] Bugfix. The function zone_count() now also counts zones an owner has only partial access to, not just those zones the owner has full access to. This fixes just the count, the zones a user has partial access to are not (yet!) shown in the "list zones" page. Bugfix. In the zone listing the "edit" button is now show for users with access level 1. Untill now they were presented an overview of the zones they could change, but there was no link for them to actually edit the zone. Bugfix. Some of the buttons in the "edit zone" interface that are of no use to a user with access level 1 have been hidden. Bugfix. Make sure a user with access level 1 with only partial access to a zone cannot add new records to that zone. Only the zone owner should be able to add new record. Bugfix. If a user with access level 1 edits a record in a zone he has only partial access to, an error was shown because of call to a non- existing function in the PEAR:MDB2. This bug was most likely introduced while migrating from PEAR:DB to PEAR:MDB2. Bugfix. A user with access level 1 was able to delete all records of a zone he has only partial access to. Some additional checks have been added. Bugfix. If a user with accees level 1 has partial access to one or more zones starting with a certain character, but did not own at least one entire zone starting with the same character, the character wasn't clickable in the "list zone" page. Interface. If no record or zone id is given for delete_record.php or delete_domain.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. Interface. If no master IP is given in delete_supermaster.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. [All fixes by Peter Beernink.]
Mon, 02 Jul 2007 23:01:18 +0000 [feladat @ 83]
rejo [Mon, 02 Jul 2007 23:01:18 +0000] rev 36
[feladat @ 83] Bugfix: the list_zones.php wasn't listing zones correctly if a zone didn't have an owner. Bugfix: the list_supermasters.php never listed more then one supermaster, even if there were more. Both bugs were reported by Jasper van Erven Dorens.
Thu, 28 Jun 2007 09:19:48 +0000 [feladat @ 82]
rejo [Thu, 28 Jun 2007 09:19:48 +0000] rev 35
[feladat @ 82] Fixed a bug in add_zone_master.php.
Thu, 28 Jun 2007 02:20:11 +0000 [feladat @ 81]
rejo [Thu, 28 Jun 2007 02:20:11 +0000] rev 34
[feladat @ 81] Bugfix. If the number of zones exceeded the "max row limit" and a "starting letter" with no zones was requested in list_zones.php it would show no zones while incorrectly stating "showing 1 out of N zones".
Wed, 27 Jun 2007 22:36:02 +0000 [feladat @ 80]
rejo [Wed, 27 Jun 2007 22:36:02 +0000] rev 33
[feladat @ 80] Re-added link to credits (was removed by accident as well).
Wed, 27 Jun 2007 22:26:27 +0000 [feladat @ 79]
rejo [Wed, 27 Jun 2007 22:26:27 +0000] rev 32
[feladat @ 79] Bugfix. The link to the pages that should list zones starting with a number was incorrect (only reproducable if number of records to be shown was larger than the limit of the number of rows on a page).
Wed, 27 Jun 2007 21:33:53 +0000 [feladat @ 78]
rejo [Wed, 27 Jun 2007 21:33:53 +0000] rev 31
[feladat @ 78] Removed version information in footer. Doesn't work. Isn't global.
Wed, 27 Jun 2007 21:31:34 +0000 [feladat @ 77]
rejo [Wed, 27 Jun 2007 21:31:34 +0000] rev 30
[feladat @ 77] Bugfix. Function zone_count() was accidently omitted.
Wed, 27 Jun 2007 20:45:51 +0000 [feladat @ 76]
rejo [Wed, 27 Jun 2007 20:45:51 +0000] rev 29
[feladat @ 76] Changed some of the functions that are used for the listing of (all) zones. Instead of getting all zones from the database, it now only requests exactlty what it needs. Considerable perfomance improvement.
(0) -10 +10 +100 tip