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