From: Alexander M. <key...@us...> - 2003-07-16 16:03:20
|
CVSROOT : /cvsroot/publicdnsadmin Module : publicdnsadmin Commit time: 2003-07-16 16:03:18 UTC Modified files: docs/CHANGELOG lib/header.php Log message: Author: Alexander Maassen <out...@ke...> Log message: Released 1.1 ---------------------- diff included ---------------------- Index: publicdnsadmin/docs/CHANGELOG diff -u publicdnsadmin/docs/CHANGELOG:1.20 publicdnsadmin/docs/CHANGELOG:1.21 --- publicdnsadmin/docs/CHANGELOG:1.20 Wed Jul 16 08:04:18 2003 +++ publicdnsadmin/docs/CHANGELOG Wed Jul 16 09:03:08 2003 @@ -1,43 +1,3 @@ $Id: -SiRVu|caN <sir...@si...> - 4/16/2003 - initial project release. -SiRVu|caN <sir...@si...> - 24/5/2003 - Fixed PRIO-bug. -SiRVu|caN <sir...@si...> - 13/6/2003 - CSS HTML link color fix. -SiRVu|caN <sir...@si...> - 13/6/2003 - Allow the use of $DOMAIN in content field of template records. - - Users with granted access of other domains can now create/edit - records in them. -SiRVu|caN <sir...@si...> - 14/6/2003 - Fixed formatting issue on dbbackup page. - - Added documentation for the dbbackup setup into INSTALL, i - will improve the way it works later. - - Fixed path for .gz backup download link. -SiRVu|caN <sir...@si...> - 14/6/2003 - Added delete_user.php for deleting users. -SiRVu|caN <sir...@si...> - 14/6/2003 - Layout change. -SiRVu|caN <sir...@si...> - 14/6/2003 - Added TODO file in docs. -SiRVu|caN <sir...@si...> - 18/6/2003 - Added in a graphical check for signup and/or login. -SiRVu|caN <sir...@si...> - 18/6/2003 - Made the Contact email address changable in config.php. -SiRVu|caN <sir...@si...> - 19/6/2003 - Added a small image to fill up some of the white space. -SiRVu|caN <sir...@si...> - 19/6/2003 - Improved dbbackup.php, now doesnt require seperate conf. -SiRVu|caN <sir...@si...> - 19/6/2003 - Added a offset system, 10 domains displayed per page. -SiRVu|caN <sir...@si...> - 19/6/2003 - Version number added below the logo. -SiRVu|caN <sir...@si...> - 19/6/2003 - Admins can now restrict signups. -SiRVu|caN <sir...@si...> - 19/6/2003 - Added powered by images. -OUTsider <out...@ke...> - 16/7/2003 - Fixed several HTML missings - - Fixed double occurance of ns2port in config, one should have - been ns1port - - Added A6/NS6 records support - - Added support for postgres backup and changed the layout of it - - Updated postgres.sql to use the types as they are designed for. - - Did some work on db_types. - - Fixed hostmaster setting in config. Should use "." instead of "@" . -SiRVu|caN <sir...@si...> - 16/7/2003 - Threw in a / in front of "data" in the dbbackup.php link to - the gziped sql file the user downloads. - - Bug reporting address is now a link to submitting a bug in the - sourceforge project interface. -OUTsider <out...@ke...> - 16/7/2003 - Updated TODO and docs again to reflect new changes - - Moved whois to use SQL instead as source for whois servers - - Added a list of all required whois servers you might need. - Import docs/whoissrv.<dbtype>.sql into your database. - (NOTE: Upgraders first import docs/whois.update.<dbtype>.sql !!) - - Updated ns stats, splitted them into two files (ns1stats/ns2stats). - This was needed to make the changes to support subpages in the stats - Remaining problem is the 'Return to Main Page' link. +OUTsider <out...@ke...> - 16/7/2003 - Released 1.1 Index: publicdnsadmin/lib/header.php diff -u publicdnsadmin/lib/header.php:1.12 publicdnsadmin/lib/header.php:1.13 --- publicdnsadmin/lib/header.php:1.12 Wed Jul 16 08:04:18 2003 +++ publicdnsadmin/lib/header.php Wed Jul 16 09:03:08 2003 @@ -7,7 +7,7 @@ Distributed under the GPL license, see LICENSE for more information - $Id: header.php,v 1.12 2003/07/16 15:04:18 key2peace Exp $ + $Id: header.php,v 1.13 2003/07/16 16:03:08 key2peace Exp $ */ ?> @@ -74,5 +74,5 @@ <table><tr><td> <img src="images/logo.gif"><br> </td></tr><tr><td align="right"> - <font face="verdana" size=1>Public DNS Administrator v1.0</font> + <font face="verdana" size=1>Public DNS Administrator v1.1</font> </td></tr></table> ----------------------- End of diff ----------------------- |