rejo [Fri, 11 Apr 2008 11:59:33 +0000] rev 137
[feladat @ 243]
Added inclusion of 'config-me.inc.php' to get the defaults.
rejo [Fri, 11 Apr 2008 10:19:14 +0000] rev 136
[feladat @ 242]
Changed configuration file and variables. See [wiki:Documentation/ConfigurationFile documentation] for more information on new setup.
peter [Thu, 10 Apr 2008 19:42:47 +0000] rev 135
[feladat @ 241]
Bugfix: Only save the modified record when there is no error in the record.
Bug reported by Techwolf in ticket:39
peter [Mon, 07 Apr 2008 19:11:03 +0000] rev 134
[feladat @ 240]
Bugfix: when a zone has no records (eg a incorrect slave) it was not possible to delete this zone.
Modified the query to fetch the records of the zone with a LEFT OUTER JOIN so there still will be a result when an empty zone is selected.
This closes ticket:25.
Bugfix: Made the query compatible with pgsql
rejo [Sun, 06 Apr 2008 18:54:52 +0000] rev 133
[feladat @ 239]
Bugfix. Adding a new master zone without using the template caused creation of malformed SOA record.
rejo [Sun, 06 Apr 2008 18:32:32 +0000] rev 132
[feladat @ 238]
Fixed a typo. Reported in ticket:39.
rejo [Sat, 05 Apr 2008 16:58:49 +0000] rev 131
[feladat @ 235]
Removed svn:executable for a number of files. This closes ticket:36.
rejo [Fri, 04 Apr 2008 07:29:24 +0000] rev 130
[feladat @ 234]
Bugfix. If the number of zones a user has access to was exactly the maximum number of rows to be show according to the configuration, only a small number was actually shown. Parch by Techwolf. This closes ticket:29.
rejo [Fri, 04 Apr 2008 06:54:05 +0000] rev 129
[feladat @ 233]
Bugfix. Added missing count of number of supermasters. Was removed somewhere between revisions r125 and r181 in r182. Bug found by Techwolf. This closes ticket:35.
rejo [Thu, 03 Apr 2008 22:36:17 +0000] rev 128
[feladat @ 232]
Removed left-over debug statement.