[feladat @ 70]
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.
CHANGESbetween1.4.0and1.3.0------------------------------------------------------------------------Removedafewbugsinthe1.3.0release.-Movedlanguagesettingtoconfigfile.-AddedsupportforallPowerDNSzonetypes:slave,masterandnative.-Addedsupportforsupermasters.-Addedbasicsupportforskins.Allhtmlmarkuptagsarenowremovedfromthecode.OneexampleCSSfilehasbeenadded.TheCSSandHTMLhasbeenmadeasflexibleaspossible,sooneisfreetopositionamenuinaleftbarinsteadofinlinewithotherelements,etc.-Changedallvisibleoccurrencesof"domain"to"zone".-Updatedi18nrelatedfiles,Dutchtranslationfullyupdated.-Addedapagewithcreditstotheoriginalauthors.-RemovedallPHPshorttags.CHANGESbetween1.3.0and1.2.7-patched------------------------------------------------------------------------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.