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.]
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     1
CHANGES between current revision and revision 62
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     2
-----------------------------------------------------------------------
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     3
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     4
For the time being, please check:
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     5
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     6
  https://rejo.zenger.nl/poweradmin/svn-log.txt
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     7
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     8
a73ac0ba0401 [feladat @ 75]
rejo
parents: 14
diff changeset
     9
CHANGES between revision 61 and orginal 1.2.7-patched
14
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    10
-----------------------------------------------------------------------
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    11
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    12
- Removed a few bugs in the 1.3.0 release.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    13
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    14
- Moved language setting to config file.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    15
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    16
- Added support for all PowerDNS zone types: slave, master and native.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    17
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    18
- Added support for supermasters.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    19
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    20
- Added basic support for skins. All html markup tags are now removed
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    21
  from the code. One example CSS file has been added. The CSS and HTML
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    22
  has been made as flexible as possible, so one is free to position a
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    23
  menu in a left bar instead of inline with other elements, etc.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    24
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    25
- Changed all visible occurrences of "domain" to "zone".
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    26
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    27
- Updated i18n related files, Dutch translation fully updated.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    28
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    29
- Added a page with credits to the original authors.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    30
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    31
- Removed all PHP shorttags.
2093cbe1133e [feladat @ 61]
rejo
parents: 13
diff changeset
    32
8
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    33
- Updated the "database abstraction layer" from an outdated version of
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    34
  the unmaintained PEAR::DB module to the most recent version of
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    35
  PEAR::MDB2 (which is currently 2.4.0). Please read the README file
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    36
  for important information about upgrading from 1.2.7-patched. It
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    37
  will not break anything if you don't, but it won't work either. :)
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    38
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    39
- Added multi-language support, using php's gettext functionality. A 
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    40
  first Dutch translation has been added, along with English. See for
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    41
  more details docs/README.i18n.
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    42
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    43
- Removed the so-called "sequence updater". The code has been changed
13
2ff220cfde13 [feladat @ 60]
rejo
parents: 8
diff changeset
    44
  to use the auto increment functionalitiy in both mysql and pgsql. It 
8
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    45
  is only tested on these backends, other backends are untested and
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    46
  may be unsupported. See docs/README.sequence for more details on
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    47
  inserting records and zones into the powerdns database when using
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    48
  other tools than poweradmin as well.
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    49
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    50
- Fixed a bug in search.php. When searching for a string it would
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    51
  return matching records, not the matching domains.
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    52
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    53
- Started cleanup code and files. For example, remove code and files
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    54
  related to "migration from a stone-age version of poweradmin",
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    55
  removal of the file called "BAKrecords.php", removal of code
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    56
  comments of already implemented todo's, etc.
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    57
47dd15d8bb8c [feladat @ 20]
rejo
parents:
diff changeset
    58