[feladat @ 85]
The type of zone wasn't show to users with access level 1.
If a user with access level 1 did have access to a slave zone the
user did not see the IP of the master nameserver of that zone. Now
the user will the IP address (readonly and only if one is set).
Bugfix. If no master IP for a slave zone is given, a warning is
shown regardless of the userlevel.
Bugfix. Both the "add record" and "edit record" buttons in the "edit
zone" screen is no longer available for users with level 1 for
domains of type "slave". Bug report by Antonio Prado.
Some PHP and HTML cleanup (removing of empty tags and unnecessary
repeatings of calls to a single function).
CHANGESbetweencurrentrevisionandrevision62-----------------------------------------------------------------------Forthetimebeing,pleasecheck:https://rejo.zenger.nl/poweradmin/svn-log.txtCHANGESbetweenrevision61andorginal1.2.7-patched------------------------------------------------------------------------Removedafewbugsinthe1.3.0release.-Movedlanguagesettingtoconfigfile.-AddedsupportforallPowerDNSzonetypes:slave,masterandnative.-Addedsupportforsupermasters.-Addedbasicsupportforskins.Allhtmlmarkuptagsarenowremovedfromthecode.OneexampleCSSfilehasbeenadded.TheCSSandHTMLhasbeenmadeasflexibleaspossible,sooneisfreetopositionamenuinaleftbarinsteadofinlinewithotherelements,etc.-Changedallvisibleoccurrencesof"domain"to"zone".-Updatedi18nrelatedfiles,Dutchtranslationfullyupdated.-Addedapagewithcreditstotheoriginalauthors.-RemovedallPHPshorttags.-Updatedthe"database abstraction layer"fromanoutdatedversionoftheunmaintainedPEAR::DBmoduletothemostrecentversionofPEAR::MDB2(whichiscurrently2.4.0).PleasereadtheREADMEfileforimportantinformationaboutupgradingfrom1.2.7-patched.Itwillnotbreakanythingifyoudon't, but it won'tworkeither.:)-Addedmulti-languagesupport,usingphp's gettext functionality. A first Dutch translation has been added, along with English. See for more details docs/README.i18n.- Removed the so-called "sequence updater". The code has been changed to use the auto increment functionalitiy in both mysql and pgsql. It is only tested on these backends, other backends are untested and may be unsupported. See docs/README.sequence for more details on inserting records and zones into the powerdns database when using other tools than poweradmin as well.- Fixed a bug in search.php. When searching for a string it would return matching records, not the matching domains.- Started cleanup code and files. For example, remove code and files related to "migration from a stone-age version of poweradmin", removal of the file called "BAKrecords.php", removal of codecommentsofalreadyimplementedtodo's, etc.