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