Mon, 14 Jul 2008 22:44:32 +0000 [feladat @ 299]
rejo [Mon, 14 Jul 2008 22:44:32 +0000] rev 190
[feladat @ 299] Fixed a number of undefined errors warnings. Updated a number variable names for consistency. Update PHP syntax for consistency.
Mon, 14 Jul 2008 20:17:34 +0000 [feladat @ 298]
peter [Mon, 14 Jul 2008 20:17:34 +0000] rev 189
[feladat @ 298] Bugfix: The GRANT statement for PostgreSQL is not correct. Modified the code to give the correct GRANT statement based on the tables in database-structure.inc.php. Reported by grin. Closes: #78.
Mon, 14 Jul 2008 16:19:30 +0000 [feladat @ 297]
peter [Mon, 14 Jul 2008 16:19:30 +0000] rev 188
[feladat @ 297] Bugfix: removed the multirow insert syntax, which is only supported in PostgreSQL 8.2 and higher. Reported and patch by grin. This closes ticket:79.
Sat, 12 Jul 2008 13:44:34 +0000 [feladat @ 296]
rejo [Sat, 12 Jul 2008 13:44:34 +0000] rev 187
[feladat @ 296] Fixed a number of errors for undefined variables.
Sat, 12 Jul 2008 13:15:50 +0000 [feladat @ 294]
rejo [Sat, 12 Jul 2008 13:15:50 +0000] rev 186
[feladat @ 294] Update of SRV record validation. Now checks for a maximum number of characters of content field and allows dash in first label of content field. Closes #45.
Fri, 11 Jul 2008 08:59:07 +0000 [feladat @ 293]
rejo [Fri, 11 Jul 2008 08:59:07 +0000] rev 185
[feladat @ 293] Added isset() check for commits.
Fri, 11 Jul 2008 08:02:01 +0000 [feladat @ 292]
rejo [Fri, 11 Jul 2008 08:02:01 +0000] rev 184
[feladat @ 292] Fixed a number of undefined variable errors in PHP. Fixed an omission in r291.
Fri, 11 Jul 2008 07:44:10 +0000 [feladat @ 291]
rejo [Fri, 11 Jul 2008 07:44:10 +0000] rev 183
[feladat @ 291] Bugfix. A user without the privilige to change the permission templates for users couldn't change user properties. Closes: #80.
Fri, 20 Jun 2008 12:21:03 +0000 [feladat @ 290]
rejo [Fri, 20 Jun 2008 12:21:03 +0000] rev 182
[feladat @ 290] Fixed a couple of warnings on undefined variables and array indexes. Closes: #71.
Wed, 18 Jun 2008 19:11:39 +0000 [feladat @ 289]
peter [Wed, 18 Jun 2008 19:11:39 +0000] rev 181
[feladat @ 289] Bugfix: In postgres an empty string ("") was is not automatically casted to 0. Because of this the use of integer is forced in the $db->quote() function. This fixes ticket:40.
Thu, 12 Jun 2008 22:00:46 +0000 [feladat @ 288]
rejo [Thu, 12 Jun 2008 22:00:46 +0000] rev 180
[feladat @ 288] Fixed GRANT statement installer to give working example, even if web interface and database are on different server. Closes #67.
Sat, 07 Jun 2008 10:51:11 +0000 [feladat @ 287]
rejo [Sat, 07 Jun 2008 10:51:11 +0000] rev 179
[feladat @ 287] Changed default zone type when adding new master zones (from master to native).
Sat, 07 Jun 2008 09:56:37 +0000 [feladat @ 286]
peter [Sat, 07 Jun 2008 09:56:37 +0000] rev 178
[feladat @ 286] Bugfix: Modified the link to the Poweradmin installation in step 7 from 'index.php' to '../index.php'. This closes ticket:68.
Tue, 03 Jun 2008 19:51:43 +0000 [feladat @ 285]
rejo [Tue, 03 Jun 2008 19:51:43 +0000] rev 177
[feladat @ 285] Fixed an invalid function call. Reported by Chet Nichols. Closes #55.
Sat, 31 May 2008 16:06:49 +0000 [feladat @ 284]
rejo [Sat, 31 May 2008 16:06:49 +0000] rev 176
[feladat @ 284] Validation of an emailaddress now uses new hostname validation function as well. Issue reported by Alessandro Bono. Closes: #60.
Thu, 29 May 2008 20:27:46 +0000 [feladat @ 282] release_2.1.0
rejo [Thu, 29 May 2008 20:27:46 +0000] rev 175
[feladat @ 282] Bugfix. Unable to add a new slave due to wrong validation of user input. Reported by Adhisimon. Closes #58.
Fri, 23 May 2008 21:52:08 +0000 [feladat @ 281]
rejo [Fri, 23 May 2008 21:52:08 +0000] rev 174
[feladat @ 281] Fixed a bug that was introduced by bugfix (...) in r277.
Mon, 19 May 2008 19:01:58 +0000 [feladat @ 280]
rejo [Mon, 19 May 2008 19:01:58 +0000] rev 173
[feladat @ 280] Fixed a small and non-critical bug when validating SOA records. An error messages was shown, validation or process wasn't influenced.
Mon, 19 May 2008 10:20:44 +0000 [feladat @ 279]
rejo [Mon, 19 May 2008 10:20:44 +0000] rev 172
[feladat @ 279] Fixed a bug causing return of wrong seasrch results when searching for zones the user does own. Reported by Adhisimon. Closes: #56.
Sun, 18 May 2008 12:28:16 +0000 [feladat @ 278]
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.
Sun, 18 May 2008 11:51:59 +0000 [feladat @ 277]
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.
Sun, 18 May 2008 07:56:11 +0000 [feladat @ 276]
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.
Fri, 16 May 2008 11:30:20 +0000 [feladat @ 275]
rejo [Fri, 16 May 2008 11:30:20 +0000] rev 168
[feladat @ 275] Fixed the two URL's in the CHANGELOG and README file.
Fri, 16 May 2008 10:43:57 +0000 [feladat @ 273]
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.
Fri, 16 May 2008 10:42:36 +0000 [feladat @ 272]
rejo [Fri, 16 May 2008 10:42:36 +0000] rev 166
[feladat @ 272] Removed an unused error definition.
Fri, 16 May 2008 10:01:42 +0000 [feladat @ 271]
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.
Thu, 15 May 2008 21:50:20 +0000 [feladat @ 270]
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.
Thu, 15 May 2008 19:02:53 +0000 [feladat @ 269]
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.
(0) -100 -50 -28 tip