# HG changeset patch # User rejo # Date 1181495190 0 # Node ID 76e20b9d45e635f54df3bb65e539f82f95bcd8fb # Parent f9ea2a05149b269d4049cf67e61c9ca0dfc3ff37 [feladat @ 67] Fixed small layout bug in list_zones.php. diff -r f9ea2a05149b -r 76e20b9d45e6 docs/TODO --- a/docs/TODO Tue Jun 05 23:57:11 2007 +0000 +++ b/docs/TODO Sun Jun 10 17:06:30 2007 +0000 @@ -1,26 +1,1 @@ -The TODO isnt much atm, to be fixed in the feature using a bug tracker. -The documentation has to be converted to docbook or a similar format. - -Legenda: - + = useful option, or not too hard to implement, should be implemented in time. - - = might be useful but time consuming and maybe a bit overkill. Nice if we have time left :) - * = being worked on - - +- Add some more webbased support for those who dont know DNS. - -- disable priority when adding IN A (JavaScript) - +- put the template(s) in database. - -- Multilanguage support is an option? - +- logging functionality - +- accept email/url when adding new domains. - +- add support for more pdns backends - *- Move error codes to defined file. - -- a little checkbox that would state: create corresponding PTR record - -- change the listing order (Ian's remark) -Priority: - +- slave master functionality, also includes issue below - +- mijo requested a function so that SOA records serials would be auto incremented. This in combination with bind - backends that require so - +- fix multidatabase install.php - +- Document security issues on mysql level. - - +Please see . diff -r f9ea2a05149b -r 76e20b9d45e6 list_zones.php --- a/list_zones.php Tue Jun 05 23:57:11 2007 +0000 +++ b/list_zones.php Sun Jun 10 17:06:30 2007 +0000 @@ -6,10 +6,13 @@ $all_doms = get_domains(0); $num_all_domains = ($all_doms == -1) ? 0 : count($all_doms); $doms = get_domains(0,LETTERSTART); -show_pages(count($doms),ROWAMOUNT); ?>

"; + show_pages(count($doms),ROWAMOUNT); + echo ""; + if ($num_all_domains > ROWAMOUNT) { echo "
";