main>changelog
domiPanel Changelog
0.1
* Initial release. Released under GPL terms.
0.1a
* Fixed some bugs with SQL sentences and '-' characters
* Fixed a bug that didn't allow users to have subdomains with '-' into
their names
0.1b:
* Moved configuracion.* to configuracion-example.conf. Documentation
updated showing this change.
* Fixed pRedir; it had the same problem with '-' into domain names
* Implemented gettext translations!
* Fixed a bug in CSS stylesheet (width of options menu)
* <table> tag not closed in admin panel when used 'Domain List' option.
* If using admin panel on a domain, 'Leave this domain' link will not show
up.
0.1c:
* Web interface will use PHP-gettext extension
(http://savannah.nongnu.org/projects/php-gettext/) when gettext support
is not compiled into PHP.
0.1d:
* [iWeb] Fixed delete action, which failed if domain had hyphens in
its name (thanks |RiCkY|).
* [iWeb] Fixed some spacing issues
0.1e:
* [sCron] I will be not updating anymore the bind zones generator. If
someone is interested on its developing, please contact me.
* [sCron] Added '--force' argument. When passed to tinydnsZonas.pl,
it will update all domains, although they have not been changed.
* [sCron] If trailing slash is not present in '$dirZonas', it will be
"added" on the fly to avoid some problems.
* [iWeb] Fixed a bug with 'delete' function and 'Web redirection'
records. It didn't display the records list after deleting a
record, but now it does.
* [iWeb] More REGEXP bugs and 'with-hyphens' names. Names with hyphens were
not allowed into CNAME records and MX records.