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.
rejo [Mon, 25 Jun 2007 21:32:29 +0000] rev 26
[feladat @ 73]
All owners (not sub-owners though) of the zone are now shown
when listing a zone. Added a new function to retrieve owners
of zone by id without fetching all other zone details, which
should improve perfomance. Both fixes by Peter Beernink.