2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: when a zone has no records (eg a incorrect slave) it was not possible to delete this zone. Modified the query to fetch the records of the zone with a LEFT OUTER JOIN so there still will be a result when an empty zone is selected. This closes ticket:25. Bugfix: Made the query compatible with pgsql More... about 16 years ago
Bugfix. Adding a new master zone without using the template caused creation of malformed SOA record. More... about 16 years ago
Fixed a typo. Reported in ticket:39. More... about 16 years ago
Removed svn:executable for a number of files. This closes ticket:36. More... about 16 years ago
Bugfix. If the number of zones a user has access to was exactly the maximum number of rows to be show according to the configuration, only a small number was actually shown. Parch by Techwolf. This closes ticket:29. More... about 16 years ago
Bugfix. Added missing count of number of supermasters. Was removed somewhere between revisions r125 and r181 in r182. Bug found by Techwolf. This closes ticket:35. More... about 16 years ago
Removed left-over debug statement. More... about 16 years ago
Input for edit_record function in edit_record.php was array with incorrect fields. Fixed. This closes ticket:32. More... about 16 years ago
Fixed a lot of notices which where shown when php was running in E_ALL instead of E_ALL & ~E_NOTICE Bugfix: In the index.php the Add supermaster wasn't displayed due to a wrong parameter in the check. More... about 16 years ago
Changed URL's to Poweradmin website in footer of PHP pages. More... about 16 years ago
Updated the README with a pointer to the website. More... about 16 years ago
Added a check for a number of database related settings in the configuration. If not set, the interface now will return a clean error message. This closes ticket:28. More... about 16 years ago
Removed left-over debug statement from r224. More... about 16 years ago
The is_valid_soa function now ignores multiple spaces inbetween the fields and replaces them with a single space upon updating the record in the database (instead of returning an error). If user provided 8 fields or more, 8th and further fields are ignored. This closes ticket:24. More... about 16 years ago
Bugfix. No domain id was provided when entering 'edit record' page from a search query. Changed code so 'edit record' does not rely on domain id provided by user but determines it from the record id that is about to be changed. This closes ticket:31. More... about 16 years ago
Changed case of Poweradmin's name (a is now lowercase). More... about 16 years ago
Applied the database-structure as supplied by Techwolf to make the insert queries work in PostgreSQL versions before 8.2. This closes ticket:27 More... about 16 years ago
Update of 'edit user' window and i18n related files. All text in 'edit user' window is now translatable. More... about 16 years ago
Description of permission rights are now translated as well. This closes ticket:26. More... about 16 years ago
Little modification to speed up the zone listing in pgSQL. More... about 16 years ago
Removed wrong svn property on search.php. More... about 16 years ago
Modified the inserts in the pgsql db structure to make sure no duplicate key errors are shown when a new records is created. Also moved the Ueber_user permision item upfront, to make sure it is created with id 1 so the permission template can be created correctly. Added an additional query to check what the ID is of the ueber_user, as it set hardcoded to 53 in the query. More... about 16 years ago
Minor change to Dutch translation. More... about 16 years ago
Update of template translation file. Update of Dutch translation. Update and cleanup of some user interface text. More... about 16 years ago
Lots of minor updates to user interface text. More... about 16 years ago
Modified some of the INSERT queries to make them compatible with pgSQL More... about 16 years ago
When in the zone listing letters are shown (too many zones to show on a single screen), the start letter is clickable only if there are any zones starting with that letter. If the users asks for a start letter that has no zones (because of bugs like the one fixed in r207 or because user manipulates URL in browser), a PHP error was shown. Code now verifies number of zones now first. More... about 16 years ago
Bugfix. The letters shown just above the list of zones was showing clickable letters, even if there were no zones starting with such a letter. More... about 16 years ago
Added database structure for PostgreSQL and fixed some queries to be compatible with PostgreSQL. Bugfix in delete_supermaster.php More... about 16 years ago
Bugfix. A user with with at least view access could change user details, including the assigned permission template, for which he did have rights. Reported by Maarten te Paske. More... about 16 years ago