2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed 'print debug' function a tiny bit. More... almost 17 years ago
Added functionality for deletion of permission templates. Simplified function for getting permission template details. More... almost 17 years ago
Improved error checking of delete_domain function. The ticket:25 has been opened, this is still a problem. More... almost 17 years ago
Bugfix. Corrected field order of insert of new zones. More... almost 17 years ago
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones. More... almost 17 years ago
Added functionality to add a new permission template. It was lacking support for that important feature until now. :) More... almost 17 years ago
Fixed a typo in a description of one of the permission items. More... almost 17 years ago
Bugfix. When changing the username of an existing user, an sql error was shown due to bad quoting of a variable. More... almost 17 years ago
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. More... almost 17 years ago
Bugfix for ticket:16: A minor glitch in the query caused partially owned records not to be shown. More... almost 17 years ago
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. More... almost 17 years ago
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. More... almost 17 years ago
Bugfix for ticket:5 : Modified the query which searches zones to also find empty zones by adding a LEFT JOIN. More... almost 17 years ago
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. More... almost 17 years ago
Reverting to changeset:121. Problems that were fixed in changeset:122 were local problems only. More... almost 17 years ago
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. More... almost 17 years ago
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. More... almost 17 years ago
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. More... almost 17 years ago
Modified install.php to have the same footer as the rest of the files. More... almost 17 years ago
Removed the requirement of enabeling the PHP setting short_open_tag by changing all short open tags (<?) to the 'normal' tags (<?php). More... almost 17 years ago
Fixed a bug reported by Balazs Petrikovics. i18n doesn't work correctly on FreeBSD. More... almost 17 years ago
Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success. More... almost 17 years ago
Fixed a missing slash in a html tag in list_zones.php. More... almost 17 years ago
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. More... almost 17 years ago
Password field in users.php is now set to type 'password' instead of 'text'. When typing password '*' are shown instead of the password. More... almost 17 years ago
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. More... almost 17 years ago
Cleaning up docs/. More... almost 17 years ago
Removed two echo's used for debugging. More... almost 17 years ago
Fixed ticket:7 (allow regular expression in zone and record search). More... almost 17 years ago
Modified the SQL statements for PostgreSQL as the tables are created with wrong definitions. More... almost 17 years ago