2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug in add_zone_master.php. More... almost 17 years ago
Bugfix. If the number of zones exceeded the "max row limit" and a "starting letter" with no zones was requested in list_zones.php it would show no zones while incorrectly stating "showing 1 out of N zones". More... almost 17 years ago
Re-added link to credits (was removed by accident as well). More... almost 17 years ago
Bugfix. The link to the pages that should list zones starting with a number was incorrect (only reproducable if number of records to be shown was larger than the limit of the number of rows on a page). More... almost 17 years ago
Removed version information in footer. Doesn't work. Isn't global. More... almost 17 years ago
Bugfix. Function zone_count() was accidently omitted. More... almost 17 years ago
Changed some of the functions that are used for the listing of (all) zones. Instead of getting all zones from the database, it now only requests exactlty what it needs. Considerable perfomance improvement. More... almost 17 years ago
Updated changelog file with quick and dirty updated. More... almost 17 years ago
Added missing record_owners SQL table creation during install. Fix by John Morris. More... almost 17 years ago
All owners (not sub-owners though) of the zone are now shown when listing a zone. Added a new function to retrieve owners of zone by id without fetching all other zone details, which should improve perfomance. Both fixes by Peter Beernink. More... almost 17 years ago
After a user had logged out, the menu bar was still shown until a reloading the login screen. [Fix: Peter Beernink] More... almost 17 years ago
Improved printing of revision information in footer. More... almost 17 years ago
Changed default TTL from 3600 to 86400. Changed max number of records on a single screen from 500 to 50. Added print of version number to footer. More... almost 17 years ago
Changed some left-over "domains" to "zones" in web interface. More... almost 17 years ago
Updated some of the SQL queries to gain major performance improvements when listing all slave and master zones. More... almost 17 years ago
Fixed small layout bug in list_zones.php. More... almost 17 years ago
Removed unneeded variable in validate_input function call. More... almost 17 years ago
Updated credits page. More... almost 17 years ago
Updated credits page. More... almost 17 years ago
Bugfix. The number of arguments for the function validate_input() in record.inc.php and dns.inc.php was different, causing a variables to be validated incorrectly. More... almost 17 years ago
Bugfix. In list_zones.php with no domains created, get_domains will return -1, count() will not be 0, as all_doms contains one element. Similar problem in existed in list_supermasters.php. More... almost 17 years ago
Updated changelog. More... almost 17 years ago
Merged 1.4.0 changes r23:59 into trunk. More... almost 17 years ago
Fixed a bug in dns.inc.php ($recordid missing from input on validate_input function). More... about 17 years ago
Added some additional help to docs for i18n is not working. More... about 17 years ago
Fixed small typo. More... about 17 years ago
- Fixed bug in install.php (was still using sequence stuff). - Changed alignment of columns in user listing in users.php. More... about 17 years ago
- Merged branches/1.3.0 changes r12:19 into the trunk. More... about 17 years ago
- Removal of left-over backup file. More... about 17 years ago
- Fixed last major part of translation. More... about 17 years ago