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.