docs/CHANGELOG
author rejo
Tue, 10 Jul 2007 21:24:06 +0000
changeset 37 b785e54690ce
parent 28 a73ac0ba0401
child 59 11804f18dfc7
permissions -rw-r--r--
[feladat @ 84] Bugfix. The function zone_count() now also counts zones an owner has only partial access to, not just those zones the owner has full access to. This fixes just the count, the zones a user has partial access to are not (yet!) shown in the "list zones" page. Bugfix. In the zone listing the "edit" button is now show for users with access level 1. Untill now they were presented an overview of the zones they could change, but there was no link for them to actually edit the zone. Bugfix. Some of the buttons in the "edit zone" interface that are of no use to a user with access level 1 have been hidden. Bugfix. Make sure a user with access level 1 with only partial access to a zone cannot add new records to that zone. Only the zone owner should be able to add new record. Bugfix. If a user with access level 1 edits a record in a zone he has only partial access to, an error was shown because of call to a non- existing function in the PEAR:MDB2. This bug was most likely introduced while migrating from PEAR:DB to PEAR:MDB2. Bugfix. A user with access level 1 was able to delete all records of a zone he has only partial access to. Some additional checks have been added. Bugfix. If a user with accees level 1 has partial access to one or more zones starting with a certain character, but did not own at least one entire zone starting with the same character, the character wasn't clickable in the "list zone" page. Interface. If no record or zone id is given for delete_record.php or delete_domain.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. Interface. If no master IP is given in delete_supermaster.php, don't just die but echo a nice message. The i18n files have not yet been updated to reflect this change. [All fixes by Peter Beernink.]

CHANGES between current revision and revision 62
-----------------------------------------------------------------------

For the time being, please check:

  https://rejo.zenger.nl/poweradmin/svn-log.txt


CHANGES between revision 61 and orginal 1.2.7-patched
-----------------------------------------------------------------------

- Removed a few bugs in the 1.3.0 release.

- Moved language setting to config file.

- Added support for all PowerDNS zone types: slave, master and native.

- Added support for supermasters.

- Added basic support for skins. All html markup tags are now removed
  from the code. One example CSS file has been added. The CSS and HTML
  has been made as flexible as possible, so one is free to position a
  menu in a left bar instead of inline with other elements, etc.

- Changed all visible occurrences of "domain" to "zone".

- Updated i18n related files, Dutch translation fully updated.

- Added a page with credits to the original authors.

- Removed all PHP shorttags.

- Updated the "database abstraction layer" from an outdated version of
  the unmaintained PEAR::DB module to the most recent version of
  PEAR::MDB2 (which is currently 2.4.0). Please read the README file
  for important information about upgrading from 1.2.7-patched. It
  will not break anything if you don't, but it won't work either. :)

- Added multi-language support, using php'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 code
  comments of already implemented todo's, etc.