rejo [Tue, 25 Dec 2007 14:40:03 +0000] rev 47
[feladat @ 94]
Second half of previous commit. :)
rejo [Tue, 25 Dec 2007 14:37:42 +0000] rev 46
[feladat @ 93]
Change of license, from QPL to GPL. Added a copyright, disclaimer and license pointer to all PHP files. Added the LICENSE file, with a copy of the GPLv3.
rejo [Mon, 24 Dec 2007 22:27:43 +0000] rev 45
[feladat @ 92]
Fix for ticket #3. Patch supplied by Peter Beernink. Added i18n.
rejo [Mon, 24 Dec 2007 21:07:38 +0000] rev 44
[feladat @ 91]
Fixing some language issues. Translations not working due to wrong file names, see r89 as well. Fixing two broken references in menu and list_zones.php.
rejo [Fri, 07 Dec 2007 23:52:08 +0000] rev 43
[feladat @ 90]
Fixing #1 ("password of user is shown in plain text when edited by admin").
rejo [Mon, 10 Sep 2007 20:48:27 +0000] rev 42
[feladat @ 89]
Fix documentation on i18n.
rejo [Fri, 17 Aug 2007 14:54:32 +0000] rev 41
[feladat @ 88]
Bugfix. When viewing the details of a slave zone, an error was shown
if the ip addresses of it's master nameserver was set (instead of
showing the error if there was none set. Reported: Maarten te Paske.
rejo [Mon, 13 Aug 2007 22:05:06 +0000] rev 40
[feladat @ 87]
Bugfix. With user level 5 or 10 and lots of zones without an owner,
like slave zones that are inserted by a supermaster, the "list all
zones" view was broken (not all zones shown, but "show page" and
"show letters" were missing as well). Function zone_count matches
zones and domains table, but users with level 5 or 10 are allowed
to see zones without an entry in the zones table as well.
rejo [Thu, 26 Jul 2007 14:31:38 +0000] rev 39
[feladat @ 86]
Fixed a typo in the credits. Sorry Koert.
rejo [Mon, 23 Jul 2007 22:05:19 +0000] rev 38
[feladat @ 85]
The type of zone wasn't show to users with access level 1.
If a user with access level 1 did have access to a slave zone the
user did not see the IP of the master nameserver of that zone. Now
the user will the IP address (readonly and only if one is set).
Bugfix. If no master IP for a slave zone is given, a warning is
shown regardless of the userlevel.
Bugfix. Both the "add record" and "edit record" buttons in the "edit
zone" screen is no longer available for users with level 1 for
domains of type "slave". Bug report by Antonio Prado.
Some PHP and HTML cleanup (removing of empty tags and unnecessary
repeatings of calls to a single function).
rejo [Tue, 10 Jul 2007 21:24:06 +0000] rev 37
[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.]
rejo [Mon, 02 Jul 2007 23:01:18 +0000] rev 36
[feladat @ 83]
Bugfix: the list_zones.php wasn't listing zones correctly if a zone
didn't have an owner. Bugfix: the list_supermasters.php never listed
more then one supermaster, even if there were more. Both bugs were
reported by Jasper van Erven Dorens.
rejo [Thu, 28 Jun 2007 09:19:48 +0000] rev 35
[feladat @ 82]
Fixed a bug in add_zone_master.php.
rejo [Thu, 28 Jun 2007 02:20:11 +0000] rev 34
[feladat @ 81]
Bugfix. If the number of zones exceeded the "max row limit" and a
"starting letter" with no zones was requested in list_zones.php it
would show no zones while incorrectly stating "showing 1 out of N
zones".
rejo [Wed, 27 Jun 2007 22:36:02 +0000] rev 33
[feladat @ 80]
Re-added link to credits (was removed by accident as well).
rejo [Wed, 27 Jun 2007 22:26:27 +0000] rev 32
[feladat @ 79]
Bugfix. The link to the pages that should list zones starting with a
number was incorrect (only reproducable if number of records to be
shown was larger than the limit of the number of rows on a page).
rejo [Wed, 27 Jun 2007 21:33:53 +0000] rev 31
[feladat @ 78]
Removed version information in footer. Doesn't work. Isn't global.
rejo [Wed, 27 Jun 2007 21:31:34 +0000] rev 30
[feladat @ 77]
Bugfix. Function zone_count() was accidently omitted.
rejo [Wed, 27 Jun 2007 20:45:51 +0000] rev 29
[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.
rejo [Mon, 25 Jun 2007 22:37:06 +0000] rev 28
[feladat @ 75]
Updated changelog file with quick and dirty updated.
rejo [Mon, 25 Jun 2007 21:55:33 +0000] rev 27
[feladat @ 74]
Added missing record_owners SQL table creation during install. Fix by
John Morris.
rejo [Mon, 25 Jun 2007 21:32:29 +0000] rev 26
[feladat @ 73]
All owners (not sub-owners though) of the zone are now shown
when listing a zone. Added a new function to retrieve owners
of zone by id without fetching all other zone details, which
should improve perfomance. Both fixes by Peter Beernink.
rejo [Mon, 25 Jun 2007 20:57:22 +0000] rev 25
[feladat @ 72]
After a user had logged out, the menu bar was still shown until a
reloading the login screen. [Fix: Peter Beernink]
rejo [Mon, 25 Jun 2007 20:52:41 +0000] rev 24
[feladat @ 71]
Improved printing of revision information in footer.
rejo [Mon, 25 Jun 2007 19:56:50 +0000] rev 23
[feladat @ 70]
Changed default TTL from 3600 to 86400.
Changed max number of records on a single screen from 500 to 50.
Added print of version number to footer.
rejo [Wed, 13 Jun 2007 13:32:39 +0000] rev 22
[feladat @ 69]
Changed some left-over "domains" to "zones" in web interface.
rejo [Tue, 12 Jun 2007 19:41:08 +0000] rev 21
[feladat @ 68]
Updated some of the SQL queries to gain major performance improvements
when listing all slave and master zones.
rejo [Sun, 10 Jun 2007 17:06:30 +0000] rev 20
[feladat @ 67]
Fixed small layout bug in list_zones.php.
rejo [Tue, 05 Jun 2007 23:57:11 +0000] rev 19
[feladat @ 66]
Removed unneeded variable in validate_input function call.
rejo [Tue, 05 Jun 2007 23:21:53 +0000] rev 18
[feladat @ 65]
Updated credits page.
rejo [Tue, 05 Jun 2007 23:17:46 +0000] rev 17
[feladat @ 64]
Updated credits page.
rejo [Tue, 05 Jun 2007 23:12:23 +0000] rev 16
[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.
rejo [Tue, 05 Jun 2007 22:40:47 +0000] rev 15
[feladat @ 62]
Bugfix. In list_zones.php with no domains created, get_domains will
return -1, count() will not be 0, as all_doms contains one element.
Similar problem in existed in list_supermasters.php.
rejo [Mon, 04 Jun 2007 19:04:55 +0000] rev 14
[feladat @ 61]
Updated changelog.
rejo [Mon, 04 Jun 2007 18:43:11 +0000] rev 13
[feladat @ 60]
Merged 1.4.0 changes r23:59 into trunk.
rejo [Sun, 22 Apr 2007 16:27:45 +0000] rev 12
[feladat @ 28]
Fixed a bug in dns.inc.php ($recordid missing from input on
validate_input function).
rejo [Sun, 22 Apr 2007 14:24:51 +0000] rev 11
[feladat @ 25]
Added some additional help to docs for i18n is not working.
rejo [Sun, 22 Apr 2007 14:07:04 +0000] rev 10
[feladat @ 24]
Fixed small typo.
rejo [Sun, 22 Apr 2007 07:27:49 +0000] rev 9
[feladat @ 22]
- Fixed bug in install.php (was still using sequence stuff).
- Changed alignment of columns in user listing in users.php.
rejo [Sun, 22 Apr 2007 07:20:09 +0000] rev 8
[feladat @ 20]
- Merged branches/1.3.0 changes r12:19 into the trunk.
rejo [Wed, 18 Apr 2007 22:48:49 +0000] rev 7
[feladat @ 8]
- Removal of left-over backup file.
rejo [Wed, 18 Apr 2007 21:08:07 +0000] rev 6
[feladat @ 7]
- Fixed last major part of translation.
rejo [Tue, 17 Apr 2007 21:18:14 +0000] rev 5
[feladat @ 6]
- Fixed bug in record.inc.php, search did never give matching domains.
- Some modifications to Dutch translation.
rejo [Tue, 17 Apr 2007 19:43:24 +0000] rev 4
[feladat @ 5]
- Second half of translation framework.
- Several small typo's in code fixed.
- Removed comments on a todo in leveldescription(), already done.
- Replaced dal.inc.php with DB.php from package DB-1.7.6 from
pear.php.net to fix problems using poweradmin 1.2.7-patched
with php5/pear. The DB package has already been superseded by
MDB2, but that version is incompatible with current code.
rejo [Mon, 16 Apr 2007 19:48:27 +0000] rev 3
[feladat @ 4]
General update translation.
rejo [Sat, 14 Apr 2007 11:37:27 +0000] rev 2
[feladat @ 3]
First set of changes to provide translation framework.
rejo [Tue, 10 Apr 2007 22:40:43 +0000] rev 1
[feladat @ 2]
Creation of initial working branch.
Peter Gervai <grin@grin.hu> [Fri, 14 Nov 2008 14:28:35 +0100] rev 0
Tailor preparing to convert repo by adding .hgignore