rejo [Sat, 12 Jul 2008 13:44:34 +0000] rev 187
[feladat @ 296]
Fixed a number of errors for undefined variables.
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.
rejo [Fri, 11 Jul 2008 08:59:07 +0000] rev 185
[feladat @ 293]
Added isset() check for commits.
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.
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.
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.
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.
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.
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).
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.
rejo [Tue, 03 Jun 2008 19:51:43 +0000] rev 177
[feladat @ 285]
Fixed an invalid function call. Reported by Chet Nichols. Closes #55.
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.