rejo [Sun, 18 May 2008 12:28:16 +0000] rev 171
[feladat @ 278]
Added user configurable option to show serial of zone in zone listing. Closes: #53.
rejo [Sun, 18 May 2008 11:51:59 +0000] rev 170
[feladat @ 277]
Changed legacy function name for hostname validation to new code. Bug reported by Adhisimon. Closes: #55.
peter [Sun, 18 May 2008 07:56:11 +0000] rev 169
[feladat @ 276]
Bugfix: Used the $_SESSION['userid'] instead of $userid. Patch supplied by adhisimon.
This closes #54.
rejo [Fri, 16 May 2008 11:30:20 +0000] rev 168
[feladat @ 275]
Fixed the two URL's in the CHANGELOG and README file.
rejo [Fri, 16 May 2008 10:43:57 +0000] rev 167
[feladat @ 273]
Renamed error ERR_DNS_MX_NS_TO_CNAME to more generic ERR_DNS_NON_ALIAS_TARGET. See also r270.
rejo [Fri, 16 May 2008 10:42:36 +0000] rev 166
[feladat @ 272]
Removed an unused error definition.
rejo [Fri, 16 May 2008 10:01:42 +0000] rev 165
[feladat @ 271]
Password of Poweradmin administrator is now asked (and used) during installation procedure, avoiding the need of using a default password.
rejo [Thu, 15 May 2008 21:50:20 +0000] rev 164
[feladat @ 270]
Added validation for SRV records. Closes #45. Updated validation for TXT records to allow for DKIM. Closes #49. Renamed is_valid_mx_or_ns_target function to more generic name is_valid_non_alias_target.
peter [Thu, 15 May 2008 19:02:53 +0000] rev 163
[feladat @ 269]
Minor layout bug: Made sure the table row was closed before starting a new one.
rejo [Tue, 13 May 2008 21:35:17 +0000] rev 162
[feladat @ 268]
Added two missing exclamation marks in IP address verification function. Closes #52.
rejo [Tue, 13 May 2008 20:59:32 +0000] rev 161
[feladat @ 267]
Fixing the previous bugfix. Should really close #51. Additionaly, allow for IPv6 master if zone is a new slave zone.
rejo [Tue, 13 May 2008 20:37:32 +0000] rev 160
[feladat @ 266]
Fixed legacy function calls to functions for validating IPv4 and IPv6 addresses. Closes: #51.
rejo [Tue, 13 May 2008 19:03:24 +0000] rev 159
[feladat @ 265]
Fixed a bug in the installer. This closes #50.
rejo [Tue, 13 May 2008 15:18:45 +0000] rev 158
[feladat @ 264]
Fixing typo in MX validation check.
rejo [Mon, 12 May 2008 07:36:11 +0000] rev 157
[feladat @ 263]
Fixed create user example for PgSQL to have create a new user with a password.
rejo [Fri, 09 May 2008 15:41:02 +0000] rev 156
[feladat @ 262]
Re-ordering of some of the questions in the installer script. The user is now presented the exact commands to create the Poweradmin database user, instead of giving a mock-up.