rejo [Thu, 27 Mar 2008 20:46:22 +0000] rev 104
[feladat @ 204]
Bugfix. Even if one did have the 'add supermasters' right, the menu option wasn't shown. Reported by Maarten te Paske.
rejo [Thu, 27 Mar 2008 20:42:50 +0000] rev 103
[feladat @ 203]
Changed field type for password entry field in 'edit user' window from text to password. Now password is no longer shown in plain tekst.
rejo [Thu, 27 Mar 2008 20:40:42 +0000] rev 102
[feladat @ 202]
Changed field type for password entry field in 'add user' window from text to password. Now password is no longer shown in plain tekst.
rejo [Thu, 27 Mar 2008 20:38:03 +0000] rev 101
[feladat @ 201]
Fixed a typo in the description of 'supermaster_edit' permission.
rejo [Thu, 27 Mar 2008 20:35:23 +0000] rev 100
[feladat @ 200]
When loading SQL database structure user 'administrator' has all possible permissions enabled, both ueberuser and others. This may bring confusion, especially those that didn't read the documentation. Now only 'user_is_ueberuser' is enabled, all other disabled. No functional changes. Suggested by Maarten te Paske.
rejo [Thu, 27 Mar 2008 20:30:00 +0000] rev 99
[feladat @ 199]
Changed layout of links to additional menu options in user management windows. Suggestion by Maarten te Paske.
rejo [Thu, 27 Mar 2008 17:55:33 +0000] rev 98
[feladat @ 198]
Bugfix. User was unable to delete a record from a zone due to a number of errors in de code.
rejo [Thu, 27 Mar 2008 17:44:49 +0000] rev 97
[feladat @ 197]
Bugfix for name field validation. Now done right. I hope.
rejo [Thu, 27 Mar 2008 16:39:29 +0000] rev 96
[feladat @ 196]
Another update to name field checking.
rejo [Thu, 27 Mar 2008 16:30:51 +0000] rev 95
[feladat @ 195]
Extended name field validation.
rejo [Thu, 27 Mar 2008 16:11:46 +0000] rev 94
[feladat @ 194]
Bugfix. Unable to add record without specifying a name (which is common for @ records).
rejo [Thu, 27 Mar 2008 15:32:17 +0000] rev 93
[feladat @ 193]
Removal of left-over debug statement in add domain function.
rejo [Thu, 27 Mar 2008 15:31:14 +0000] rev 92
[feladat @ 192]
Second half of r189 commit.
rejo [Wed, 26 Mar 2008 14:56:43 +0000] rev 91
[feladat @ 191]
Bugfix. Syntax problem in debug_print function.
rejo [Wed, 26 Mar 2008 14:48:25 +0000] rev 90
[feladat @ 190]
Changed 'print debug' function a tiny bit.
rejo [Wed, 26 Mar 2008 14:02:59 +0000] rev 89
[feladat @ 189]
Added functionality for deletion of permission templates. Simplified function for getting permission template details.
rejo [Wed, 26 Mar 2008 10:02:45 +0000] rev 88
[feladat @ 188]
Improved error checking of delete_domain function. The ticket:25 has been opened, this is still a problem.
rejo [Wed, 26 Mar 2008 09:31:12 +0000] rev 87
[feladat @ 187]
Bugfix. Corrected field order of insert of new zones.
rejo [Wed, 26 Mar 2008 09:21:53 +0000] rev 86
[feladat @ 186]
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones.
rejo [Wed, 26 Mar 2008 09:06:58 +0000] rev 85
[feladat @ 185]
Added functionality to add a new permission template. It was lacking support for that important feature until now. :)
rejo [Wed, 26 Mar 2008 08:32:24 +0000] rev 84
[feladat @ 184]
Fixed a typo in a description of one of the permission items.
rejo [Wed, 26 Mar 2008 07:40:14 +0000] rev 83
[feladat @ 183]
Bugfix. When changing the username of an existing user, an sql error was shown due to bad quoting of a variable.
rejo [Tue, 25 Mar 2008 22:45:31 +0000] rev 82
[feladat @ 182]
Merged r125:181 of branches/rewrite-user-management into trunk. This incorporates the [wiki:ProposalUserPermissionManagement a new user and permission management system] and closes ticket:22. Be aware, this database structure has changed, this version is incompatible with previous versions.
peter [Wed, 12 Mar 2008 20:45:56 +0000] rev 81
[feladat @ 159]
Bugfix for ticket:16: A minor glitch in the query caused partially owned records not to be shown.
peter [Wed, 12 Mar 2008 19:47:25 +0000] rev 80
[feladat @ 158]
Bugfix for ticket:18: Minor modification in the CSS to make sure no data is displayed on top of other data. Also a little modification to make sure the sub-owners (if there are any) are displayed above the record form, instead of next to it.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
rejo [Tue, 01 Jan 2008 22:07:00 +0000] rev 57
[feladat @ 104]
Created function to delete sub-owner from record.
rejo [Tue, 01 Jan 2008 20:36:17 +0000] rev 56
[feladat @ 103]
Created function to add a so-called sub-owner to a record.
peter [Sat, 29 Dec 2007 14:42:34 +0000] rev 55
[feladat @ 102]
Fixed the queries so both MySQL and PostgreSQL are supported.
The 'REGEXP' queries are currently fixed with a workaround.
rejo [Thu, 27 Dec 2007 12:36:04 +0000] rev 54
[feladat @ 101]
Fixing wrong test commit.
rejo [Thu, 27 Dec 2007 12:34:45 +0000] rev 53
[feladat @ 100]
Test, please ignore
rejo [Thu, 27 Dec 2007 12:32:25 +0000] rev 52
[feladat @ 99]
Update of docs/README file with a new description and download instructions. Fixed a typo as well.
rejo [Tue, 25 Dec 2007 15:05:29 +0000] rev 51
[feladat @ 98]
Fixed a missing gettext reference in the title of the change password page.
rejo [Tue, 25 Dec 2007 15:02:25 +0000] rev 50
[feladat @ 97]
Removed superflucious includes of inc/i18n.inc.php.
rejo [Tue, 25 Dec 2007 14:57:43 +0000] rev 49
[feladat @ 96]
Changed list of credits to an online version.
rejo [Tue, 25 Dec 2007 14:44:39 +0000] rev 48
[feladat @ 95]
Minor changes to increase inconsistency.
rejo [Tue, 25 Dec 2007 14:40:03 +0000] rev 47
[feladat @ 94]
Second half of previous commit. :)
rejo [Tue, 25 Dec 2007 14:37:42 +0000] rev 46
[feladat @ 93]
Change of license, from QPL to GPL. Added a copyright, disclaimer and license pointer to all PHP files. Added the LICENSE file, with a copy of the GPLv3.
rejo [Mon, 24 Dec 2007 22:27:43 +0000] rev 45
[feladat @ 92]
Fix for ticket #3. Patch supplied by Peter Beernink. Added i18n.