Paperwork ;-)

Changelog update with all changes between 2.3.x and trunk.
Also includes several TODO notes.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1166 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent cd260cbba7
commit c471efcda1

@ -13,10 +13,55 @@
Version ***svn*** - 2009/12/26 - SVN r***
-----------------------------------
*** TODO: changelog for r1157 and r1163
*** TODO: copy changelog from the 2.3 branch after 2.3.3 release to trunk
- NOTE: changes from the 2.3 branch also apply to this version
- use smarty for templates
- add ability to choose activation date for vacation message in user module
- merge search functionality into list-virtual.php
- new command-line interface for PostfixAdmin (scripts/postfixadmin-cli)
(still incomplete)
- add ability to choose activation and end date for vacation message
- add support for total quota per domain - $CONF[domain_quota]
- redesign login page, list and edit pages (goodbye, green!) and made them wider
- new config option $CONF['theme_custom_css'] - allows to add some custom CSS
without editing the default CSS file.
- changed default of $CONF['admin_email'] to '' (not set).
IMPORTANT: If set, this will be used as mail sender for all mails
(2.3.x used the currently logged in admin's username in most cases).
$CONF['admin_email'] = '' will match the 2.3.x behaviour.
- replaced motd*.txt with $CONF['motd_*']
- DOCUMENTS/POSTFIX_CONF.TXT is now executable and can generate the
mysql_*.cf maps for postfix
- list-virtual can now display only mailboxes, only aliases or only alias
domains - or all in one page as in 2.3
- extreme speedup of page browser in list-virtual if a large number of
mailboxes or aliases exist
*** TODO: totally broken for PostgreSQL :-( - see create_page_browser() in functions.inc.php ***
- display alias domains less confusing (using From/To)
*** TODO: make "all" the default? ***
- merge search.php functionality into list-virtual.php (which brings various
bug fixes for free)
- don't mark mailboxes with vacation active as undeliverable
*** TODO: backport candidate? r1068 ***
- fix: undeliverable targets were not flagged if another target pointed to a
domain in $CONF[show_undeliverable_exceptions]
*** TODO: backport candidate? r1069 ***
- move lots of code into classes (model/*) which is then used by the
webinterface and the commandline interface (still incomplete)
- supress warnings about PHP's date.timezone not set at various places
*** TODO: do it always for Smarty? ***
- table_by_key function now always prepends $CONF['database_prefix'] even if
$CONF['database_tables'][$table] is not set. If you have/had an incomplete
database_tables array and use a database_prefix, you might need to rename/
add the database_prefix to the affected tables manually.
*** TODO: add a check/warning in setup.php? ***
- cleanup of $PALANG - marked lots of duplicated texts as obsolete
(which means less texts to translate)
- removed <span> and <br> tags from $PALANG texts (formatting is now done in
the templates)
- several translation updates
- merged templates for "edit" and "create" forms and for user and admin mode
- lots of code cleanup, removal of duplicated code etc.
Version 2.3.3 - 2011/03/14 - SVN r1010 (postfixadmin-2.3 branch)
----------------------------------------------------------------

Loading…
Cancel
Save