# # ChangeLog for trunk # # Generated by Trac 1.6 # 07/05/24 21:40:58 Mon, 27 Feb 2012 23:04:23 GMT Kris Deugau [246] * trunk/DNSDB.pm (modified) /trunk Move SOA update SQL into DNSDB.pm while we update it for ... Mon, 27 Feb 2012 21:08:34 GMT Kris Deugau [245] * trunk/dns.cgi (modified) /trunk Pass revrec on group change. See #26. Nitpick cleanup on ... Fri, 24 Feb 2012 22:59:45 GMT Kris Deugau [244] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) /trunk Scope check cleanup for rdns, should be complete. Some ... Fri, 24 Feb 2012 20:35:07 GMT Kris Deugau [243] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/templates/delrec.tmpl (modified) /trunk Fixing up delRec() and caller to handle reverse records. ... Thu, 23 Feb 2012 22:54:48 GMT Kris Deugau [242] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) /trunk Fix buglet that snuck back into A/AAAA+PTR add - domain ID ... Thu, 23 Feb 2012 22:36:44 GMT Kris Deugau [241] * trunk/templates/fpnla.tmpl (modified) /trunk Fix fpnla.tmpl to propagate revrec. See #26 Thu, 23 Feb 2012 21:19:11 GMT Kris Deugau [240] * trunk/DNSDB.pm (modified) /trunk Whoops, forgot to export revName() somehow. See #26 Thu, 23 Feb 2012 20:36:59 GMT Kris Deugau [239] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/templates/domlist.tmpl (modified) /trunk Checkpoint; domain/reverse zone list almost complete. See ... Wed, 22 Feb 2012 23:03:41 GMT Kris Deugau [238] * trunk/dns.cgi (modified) * trunk/templates/badpage.tmpl (modified) * trunk/templates/menu.tmpl (modified) /trunk Clean up some little annoyances: - set reverse zone ... Fri, 17 Feb 2012 22:55:18 GMT Kris Deugau [237] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/templates/revzones.tmpl (added) /trunk Checkpoint - almost finished updating domain list code to ... Thu, 16 Feb 2012 22:24:18 GMT Kris Deugau [236] * trunk/DNSDB.pm (modified) /trunk Typofix in addRec()'s new SQL Thu, 16 Feb 2012 21:16:33 GMT Kris Deugau [235] * trunk/templates/reclist.tmpl (modified) /trunk Fixed update to reclist.tmpl for displaying warnings Thu, 16 Feb 2012 21:14:36 GMT Kris Deugau [234] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/templates/reclist.tmpl (modified) * trunk/templates/record.tmpl (modified) /trunk Validation for addRec() now functional with %validators hash ... Tue, 14 Feb 2012 23:01:43 GMT Kris Deugau [233] * trunk/DNSDB.pm (modified) /trunk Checkpoint - special type validation for 65280 and 65281 ... Mon, 13 Feb 2012 22:56:18 GMT Kris Deugau [232] * trunk/DNSDB.pm (modified) /trunk Checkpoint - almost done PTR, A/AAAA+PTR types. Still need ... Thu, 09 Feb 2012 20:29:12 GMT Kris Deugau [231] * trunk/DNSDB.pm (modified) /trunk Add info comments in TXT and RP validation subs; TXT ... Thu, 09 Feb 2012 19:43:08 GMT Kris Deugau [230] * trunk/DNSDB.pm (modified) /trunk Fill out _validate_* subs for NS, CNAME, and MX. Put ... Wed, 08 Feb 2012 21:00:24 GMT Kris Deugau [229] * trunk/DNSDB.pm (modified) /trunk Record validation refactoring Complete A and AAAA record ... Wed, 08 Feb 2012 20:14:30 GMT Kris Deugau [228] * trunk/DNSDB.pm (modified) /trunk Refactoring record data validation, first pass. Stub out ... Fri, 27 Jan 2012 21:46:09 GMT Kris Deugau [227] * trunk/dns.cgi (modified) /trunk Missed a couple of fragments from first-pass reverse zone ... Fri, 27 Jan 2012 21:45:00 GMT Kris Deugau [226] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/templates/record.tmpl (modified) /trunk Update addRec() for reverse zones, first pass. A+PTR and ... Thu, 26 Jan 2012 19:58:49 GMT Kris Deugau [225] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) /trunk Move some SQL into DNSDB.pm (see #1): fill_rectypes is now ... Tue, 24 Jan 2012 22:59:24 GMT Kris Deugau [224] * trunk/DNSDB.pm (modified) * trunk/dns.cgi (modified) * trunk/dns.sql (modified) * trunk/templates/menu.tmpl (modified) * trunk/templates/reclist.tmpl (modified) /trunk Start adding rDNS (See #26) - Initial SQL tabledef, ...