docs/CHANGELOG
author rejo
Wed, 27 Jun 2007 20:45:51 +0000
changeset 29 e1c60f72d494
parent 28 a73ac0ba0401
child 59 11804f18dfc7
permissions -rw-r--r--
[feladat @ 76] Changed some of the functions that are used for the listing of (all) zones. Instead of getting all zones from the database, it now only requests exactlty what it needs. Considerable perfomance improvement.
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