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.
rejo [Thu, 28 Jun 2007 09:19:48 +0000] rev 35
[feladat @ 82]
Fixed a bug in add_zone_master.php.
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".
rejo [Wed, 27 Jun 2007 22:36:02 +0000] rev 33
[feladat @ 80]
Re-added link to credits (was removed by accident as well).
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).
rejo [Wed, 27 Jun 2007 21:33:53 +0000] rev 31
[feladat @ 78]
Removed version information in footer. Doesn't work. Isn't global.
rejo [Wed, 27 Jun 2007 21:31:34 +0000] rev 30
[feladat @ 77]
Bugfix. Function zone_count() was accidently omitted.
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.
rejo [Mon, 25 Jun 2007 22:37:06 +0000] rev 28
[feladat @ 75]
Updated changelog file with quick and dirty updated.
rejo [Mon, 25 Jun 2007 21:55:33 +0000] rev 27
[feladat @ 74]
Added missing record_owners SQL table creation during install. Fix by
John Morris.