Mon, 10 Mar 2008 19:15:59 +0000 [feladat @ 156]
peter [Mon, 10 Mar 2008 19:15:59 +0000] rev 79
[feladat @ 156] Made a lot of small changes to allow PHP to run with error_reporting E_ALL without giving notices. Most functions have been checked but some situations might give a notice.
Mon, 03 Mar 2008 20:32:33 +0000 [feladat @ 127]
peter [Mon, 03 Mar 2008 20:32:33 +0000] rev 78
[feladat @ 127] Bugfix for ticket:5 : Modified the query which searches zones to also find empty zones by adding a LEFT JOIN.
Tue, 19 Feb 2008 19:45:47 +0000 [feladat @ 124]
rejo [Tue, 19 Feb 2008 19:45:47 +0000] rev 77
[feladat @ 124] Minor bugfix. If number of zones exceeded maximum row amount and the '0-9' was selected to be shown, the '0-9' was not rendered in bold, where in all other cases the selected letter is shown in bold.
Sun, 17 Feb 2008 15:38:26 +0000 [feladat @ 123]
rejo [Sun, 17 Feb 2008 15:38:26 +0000] rev 76
[feladat @ 123] Reverting to changeset:121. Problems that were fixed in changeset:122 were local problems only.
Sun, 17 Feb 2008 15:28:21 +0000 [feladat @ 122]
rejo [Sun, 17 Feb 2008 15:28:21 +0000] rev 75
[feladat @ 122] Fixing a number of 'division by zero' errors introduced changeset:121. Changed from constant to a normal variable. May need to be reviewed in a future cleanup.
Mon, 11 Feb 2008 19:52:20 +0000 [feladat @ 121]
peter [Mon, 11 Feb 2008 19:52:20 +0000] rev 74
[feladat @ 121] Moved the constants down, so the ROWAMOUNT can be defined in the config.inc.php file. This to solve ticket:20. Fixed a bug which was introduced in r112. The used arguments in the setLimit function where in the wrong order.
Mon, 11 Feb 2008 18:42:04 +0000 [feladat @ 120]
peter [Mon, 11 Feb 2008 18:42:04 +0000] rev 73
[feladat @ 120] Fixed a bug reported by Techwolf. When editing or deleting an user the user was redirected to a non existing page. This probably happened when BASE_URL and/or BASE_PATH was set wrong in the config.inc.php.
Sun, 03 Feb 2008 16:50:06 +0000 [feladat @ 119]
peter [Sun, 03 Feb 2008 16:50:06 +0000] rev 72
[feladat @ 119] Modified install.php to have the same footer as the rest of the files.
Sat, 02 Feb 2008 15:39:04 +0000 [feladat @ 118]
peter [Sat, 02 Feb 2008 15:39:04 +0000] rev 71
[feladat @ 118] Removed the requirement of enabeling the PHP setting short_open_tag by changing all short open tags (<?) to the 'normal' tags (<?php).
Tue, 29 Jan 2008 21:32:48 +0000 [feladat @ 117]
peter [Tue, 29 Jan 2008 21:32:48 +0000] rev 70
[feladat @ 117] Fixed a bug reported by Balazs Petrikovics. i18n doesn't work correctly on FreeBSD.
Tue, 08 Jan 2008 20:20:10 +0000 [feladat @ 116]
rejo [Tue, 08 Jan 2008 20:20:10 +0000] rev 69
[feladat @ 116] Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success.
Sun, 06 Jan 2008 13:27:51 +0000 [feladat @ 115]
rejo [Sun, 06 Jan 2008 13:27:51 +0000] rev 68
[feladat @ 115] Fixed a missing slash in a html tag in list_zones.php.
Sun, 06 Jan 2008 11:49:17 +0000 [feladat @ 114]
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.
Sat, 05 Jan 2008 21:45:44 +0000 [feladat @ 113]
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.
(0) -14 +14 +100 tip