Discussion:
Release of v2.2.6
Turbo Fredriksson
2005-08-22 07:29:53 UTC
Permalink
New STABLE release - mostly bugfixes.

phpQLAdmin 2.2.6 Release (Aug 22 2005)
Bug fixes
- Make sure that the Bind9 manager editor remembers what TYPE of record we're changing
(as a 'hidden' input).
- Fix double branch listing (reported by GG Noris on mailinglist).
- Fix spelling error in include/pql_search.inc:pql_get_domains(). Used define
PQL_CONF_REFERENCE_USERS_WITH when I should have used PQL_CONF_REFERENCE_DOMAINS_WITH.
- Fix URL session initialization. Patch by Aaron Collins.
- When deleting a DNS object, the DN to the SOA must start with 'dNSTTL=3600+relativeDomainName=...',
not just 'relativeDomainName=...'.
- Slight rewrite of the tools/dnszonetemplate.php file. Catch round-robin aliases
(destination was previosly labeled as 'Array' :).
+ De globalize initial base values (domain and defaultdomain).

GUI layout changes
- Support viewing, changing and deleting the AFSDB records.
- Replace the 'A' name for the domain address in the DNS view for a domain. Call
it just that - 'Domain address'.
- Accept empty NS, MX and/or AFSDB records (don't show empty <td></td>) in the
DNS view for a domain.
- Add a pluralis suffix for MX/NS in the DNS view for a domain if there is
more than one value.

Misc changes
- ACI is good - enable it by default in the 'demo/database-main.ldif' file.
- Remove hardcoded attributes with the PQL_ATTR_* defines from
include/attrib.dnszone.inc:attribute_translate_type().

Loading...