2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 24 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor bug fix: [email protected] reported that cyrillic characters where not supported. Applied the patch which was supplied. This closes #93. More... over 15 years ago
Added preliminary support for SPF (other than in TXT) and SSHFP records. Valdiation for these types will be added in near future. As requested in #89. More... over 15 years ago
Applied the patches supplied in #82 and #85. Also quoted some additional values before they are send to the database. More... almost 16 years ago
Bugfix: When no zones are available in current listing, it isn't possible to switch to an other listing. Fixed this by displaying the character selection in this case. Closes: #81. Bug reported by Tom Hutchison. More... almost 16 years ago
Fixed a number of undefined errors warnings. Updated a number variable names for consistency. Update PHP syntax for consistency. More... almost 16 years ago
Bugfix: The GRANT statement for PostgreSQL is not correct. Modified the code to give the correct GRANT statement based on the tables in database-structure.inc.php. Reported by grin. Closes: #78. More... almost 16 years ago
Bugfix: removed the multirow insert syntax, which is only supported in PostgreSQL 8.2 and higher. Reported and patch by grin. This closes ticket:79. More... almost 16 years ago
Fixed a number of errors for undefined variables. More... almost 16 years ago
Update of SRV record validation. Now checks for a maximum number of characters of content field and allows dash in first label of content field. Closes #45. More... almost 16 years ago
Added isset() check for commits. More... almost 16 years ago
Fixed a number of undefined variable errors in PHP. Fixed an omission in r291. More... almost 16 years ago
Bugfix. A user without the privilige to change the permission templates for users couldn't change user properties. Closes: #80. More... almost 16 years ago
Fixed a couple of warnings on undefined variables and array indexes. Closes: #71. More... almost 16 years ago
Bugfix: In postgres an empty string ("") was is not automatically casted to 0. Because of this the use of integer is forced in the $db->quote() function. This fixes ticket:40. More... almost 16 years ago
Fixed GRANT statement installer to give working example, even if web interface and database are on different server. Closes #67. More... almost 16 years ago
Changed default zone type when adding new master zones (from master to native). More... almost 16 years ago
Bugfix: Modified the link to the Poweradmin installation in step 7 from 'index.php' to '../index.php'. This closes ticket:68. More... almost 16 years ago
Fixed an invalid function call. Reported by Chet Nichols. Closes #55. More... almost 16 years ago
Validation of an emailaddress now uses new hostname validation function as well. Issue reported by Alessandro Bono. Closes: #60. More... almost 16 years ago
Bugfix. Unable to add a new slave due to wrong validation of user input. Reported by Adhisimon. Closes #58. More... almost 16 years ago
Fixed a bug that was introduced by bugfix (...) in r277. More... almost 16 years ago
Fixed a small and non-critical bug when validating SOA records. An error messages was shown, validation or process wasn't influenced. More... almost 16 years ago
Fixed a bug causing return of wrong seasrch results when searching for zones the user does own. Reported by Adhisimon. Closes: #56. More... almost 16 years ago
Added user configurable option to show serial of zone in zone listing. Closes: #53. More... almost 16 years ago
Changed legacy function name for hostname validation to new code. Bug reported by Adhisimon. Closes: #55. More... almost 16 years ago
Bugfix: Used the $_SESSION['userid'] instead of $userid. Patch supplied by adhisimon. This closes #54. More... almost 16 years ago
Fixed the two URL's in the CHANGELOG and README file. More... almost 16 years ago
Renamed error ERR_DNS_MX_NS_TO_CNAME to more generic ERR_DNS_NON_ALIAS_TARGET. See also r270. More... almost 16 years ago
Removed an unused error definition. More... almost 16 years ago
Password of Poweradmin administrator is now asked (and used) during installation procedure, avoiding the need of using a default password. More... almost 16 years ago