openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Poweradmin
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 75 of 78
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Changed 'print debug' function a tiny bit.
Rejo Zenger
More...
almost 17 years ago
Added functionality for deletion of permission templates. Simplified function for getting permission template details.
Rejo Zenger
More...
almost 17 years ago
Improved error checking of delete_domain function. The ticket:25 has been opened, this is still a problem.
Rejo Zenger
More...
almost 17 years ago
Bugfix. Corrected field order of insert of new zones.
Rejo Zenger
More...
almost 17 years ago
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones.
Rejo Zenger
More...
almost 17 years ago
Added functionality to add a new permission template. It was lacking support for that important feature until now. :)
Rejo Zenger
More...
almost 17 years ago
Fixed a typo in a description of one of the permission items.
Rejo Zenger
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.
Rejo Zenger
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.
Rejo Zenger
More...
almost 17 years ago
Bugfix for ticket:16: A minor glitch in the query caused partially owned records not to be shown.
Peter Beernink
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.
Peter Beernink
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.
Peter Beernink
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.
Peter Beernink
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.
Rejo Zenger
More...
almost 17 years ago
Reverting to changeset:121. Problems that were fixed in changeset:122 were local problems only.
Rejo Zenger
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.
Rejo Zenger
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.
Peter Beernink
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.
Peter Beernink
More...
almost 17 years ago
Modified install.php to have the same footer as the rest of the files.
Peter Beernink
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).
Peter Beernink
More...
almost 17 years ago
Fixed a bug reported by Balazs Petrikovics. i18n doesn't work correctly on FreeBSD.
Peter Beernink
More...
almost 17 years ago
Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success.
Rejo Zenger
More...
almost 17 years ago
Fixed a missing slash in a html tag in list_zones.php.
Rejo Zenger
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.
Peter Beernink
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.
Rejo Zenger
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.
Peter Beernink
More...
almost 17 years ago
Cleaning up docs/.
Rejo Zenger
More...
almost 17 years ago
Removed two echo's used for debugging.
Rejo Zenger
More...
almost 17 years ago
Fixed ticket:7 (allow regular expression in zone and record search).
Rejo Zenger
More...
almost 17 years ago
Modified the SQL statements for PostgreSQL as the tables are created with wrong definitions.
Peter Beernink
More...
almost 17 years ago
←
1
2
…
70
71
72
73
74
75
76
77
78
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree