peter [Sun, 06 Jan 2008 11:49:17 +0000] rev 67
[feladat @ 114]
Patch for ticket 19. Because of the use of the quote function, empty strings where converted to NULL as MDB2_PORTABILITY_EMPTY_TO_NULL is set by default.
This problem also applied to the active state of an user.
rejo [Sat, 05 Jan 2008 21:45:44 +0000] rev 66
[feladat @ 113]
Password field in users.php is now set to type 'password' instead of 'text'. When typing password '*' are shown instead of the password.
peter [Sat, 05 Jan 2008 16:25:49 +0000] rev 65
[feladat @ 112]
Added better support of the PEAR:MDB2 package by using the setLimit() function instead of adding a LIMIT to the query itself and by using the quote() function to quote all parameters.
Added an error when no valid email address was given when creating or modifying a user.
rejo [Thu, 03 Jan 2008 23:04:46 +0000] rev 64
[feladat @ 111]
Cleaning up docs/.
rejo [Thu, 03 Jan 2008 22:38:33 +0000] rev 63
[feladat @ 110]
Removed two echo's used for debugging.
rejo [Thu, 03 Jan 2008 22:30:40 +0000] rev 62
[feladat @ 109]
Fixed ticket:7 (allow regular expression in zone and record search).
peter [Thu, 03 Jan 2008 21:52:57 +0000] rev 61
[feladat @ 108]
Modified the SQL statements for PostgreSQL as the tables are created with wrong definitions.
rejo [Thu, 03 Jan 2008 20:27:47 +0000] rev 60
[feladat @ 107]
Fixing ticket:17 (zone listing and count in user management screen incomplete).
rejo [Wed, 02 Jan 2008 22:24:32 +0000] rev 59
[feladat @ 106]
Cleared unmaintained changelog in docs/ and added reference to website.
rejo [Wed, 02 Jan 2008 21:49:07 +0000] rev 58
[feladat @ 105]
Correcting included file in users.inc.php.