Commit Graph

23 Commits

Author SHA1 Message Date
ckubu e06da8137d - If Environment variable EZMLM_WEB_RC ist set (e.g. at webservers vhost
configuration), the applicatiom loads ezmlmwebrc from that setting. That 
   allows multiple Webinterfaces on the same host with different settings.

 - Subscribition of different adresses at once via textarea input (Closes #70)
   TODO: change concerning labels for language other than german or english

 - Fix setting of chaerset variable (Close #69 ?)

 - Fix en-/decoding (if system charset differs from charset of list)

 - Handling of all text files will be done from the list directory, even if
   the defaults are used.That makes the list robust against changing server
   default settings or moving list from one to another server.

 - conf-lang file will always be written, even if language is the default
   one. So users can see their language setting from the Options screen.

 - Print available listdomains in alphabetical order.

 - trailer is no longer editable from the Overview screen. Changing trailer
   can be done - like other textfiles - from the text screen.

 - Add configuration variable DEBUG. If enabled, application prints Error/Warning 
   messages instead of "Internal Server Error" page.
2011-01-05 01:21:43 +00:00
lars d12f1e716f r418@erker: lars | 2008-09-28 11:32:49 +0200
encryption support:
 * renamed "GPG_SUPPORT" to "ENCRYPTION_SUPPORT"
 * populate a hash for supported features (%FEATURES)
 * specific gui options for encryption now depend on specific features
 * defined Config.Features.GpgKeyRing
2008-09-29 20:44:31 +00:00
lars cd30c44a7f Release preparation:
* updated some version information
2008-09-22 21:30:22 +00:00
lars e2e370747f encryption support in ezmlm-web:
* add separate keyring support
* implement interface option blacklisting
* improved some code style
manual:
* document INTERFACE_OPTIONS_BLACKLIST and GPG_KEYRING_DEFAULT_LOCATION
2008-09-18 11:56:16 +00:00
jlmartinez 9e9461e583 Ticket #51
Reverted changeset [375]

Implemented approach B from lars comment:3 to ticket #51. Updated INSTALL and UPGRADING documents.
2008-09-02 09:45:41 +00:00
lars 4c11dfd145 relax filetype checks for key upload
add gpg setting to example configuration file
2008-08-25 03:17:23 +00:00
jlmartinez 1f699d3cba Ticket #51
ezmlm-web.cgi
 - new options NO_WEBUSERS_CREATE, NO_WEBUSERS_ACCESSALL
 - modified sub webauth and sub webauth_create_allowed to honor the new options

ezmlmwebrc.dist
 - documented new options
2008-07-10 17:20:20 +00:00
lars f6bf0dc68a fix description of multidomain configuration file 2007-08-19 22:42:38 +00:00
lars 0452092b85 add html header information
improve multidomain template config file
2007-08-19 22:29:07 +00:00
lars fff1a0493a fix handling of empty "owner" setting
default interface type (basic/normal/expert) is now configurable
sort available languages
2007-08-13 11:21:26 +00:00
lars cd2ad51b08 use Mail::Address or Email::Address (whichever is available) - "Mail::Address" was required before
improved colors of warnings and errors
ScriptAlias of example apache config changed to /ezmlm-web
2007-08-10 14:00:55 +00:00
lars ee33aaf182 improve performance of specific file accesses (e.g. for check_interface_language) through caching
allow to reset "owner"
update language files
update packaging scripts
only build i386 debian package
clarified some copyright stuff
move URL of data files from /ezmlm-web-data/ to /ezmlm-web/ (debian policy)
add example config file for apache
fixed 'usr/local/' to 'usr/local/' patch for debian
moved "confirmation selection" from "easy" to "expert"
ezmlm-web version number for web interface footer is retrieved from the SPOT ezmlm-web.cgi
2007-08-07 22:48:40 +00:00
lars 70d0ae5d01 disable encryption support for now
README.clearsilver is obsolete
adapt ezmlmwebrc.dist to the new HTML_CSS_COMMON setting (renamed from HTML_CSS_FILE)
separate style and color settings (CSS)
add HTML_CSS_COLOR setting
adapted Makefile.PL to the new paths
cleaned up the README file
prevent uppercase letters in dotqmail filenames
2007-08-04 22:53:31 +00:00
lars 4c83771e11 updated UPGRADE file
new configuration setting: HTML_LINKS
changed layout of top div
fixed some IE rendering problems
improved visualization of subscriber's log
changed interface of 'form_header' macros
moved interface and language selection to the top of the page
reverse order of subscriber's log entries
set explicit default values for UNSAFE_RM, PRETTY_NAMES, ALIAS_USER, HTML_LINKS, HTML_LANGUAGE, FILE_UPLOAD and DEFAULT_OPTIONS
HTML_CSS_FILE replaced by HTML_CSS_URL - it defaults to '/ezmlm-web.css'
added manpages for 'webusers' and 'ezmlmwebrc' file formats
added check for required settings
ignore 'taintness' of 'send' input data due to non-ascii characters in buttons' values
2007-04-10 22:19:43 +00:00
lars 9d0e8730e0 QMAIL_BASE now defaults to /var/qmail/control (before: it was mandatory)
replaced DEFAULT_HOST by MAIL_DOMAIN
clarified MAIL_DOMAIN and MAIL_ADDRESS_PREFIX retrieval
clarified 'mimeremove' handling (Closes: #32)
added support for ezmlm-idx v5 features 'headerkeep', 'mimekeep' and 'copylines'
added 'easy' and 'expert' interface settings
fixed tagging of active menue items
cleaned version-specific visibility of some options (charset, language, ...)
2007-04-03 15:49:24 +00:00
lars 94006f8e6b support for a prefix of the local part of mailing list addresses
unified form headers
2007-04-01 23:42:36 +00:00
lars 3958224115 added multi-domain support
error checking after config loading
fixed language selection behaviour
removed obsolete ui_set directories
2007-03-30 15:24:18 +00:00
lars 525ce2812e moved default language names to scripts/update_language_files
revert removal of hdf attribute "Lang.Name"
finally fixed multilingual interface
2007-03-29 15:51:34 +00:00
lars e6438d0777 suppress success message if no subscriber was added
gettext support is now optional - otherwise only english is delivered
fixed GPG_SUPPORT: a missing module does not break the code anymore
subscription log added
moved gettext dependency from code to packaging - the perl gettext support in sarge seems to be broken
2007-03-28 19:08:48 +00:00
lars d845390a9b removed ezmlmwebrc.gnupg file - setting moved to ezmlmwebrc
removed implementation of 'ui_set'
fixed gnupg support
improved gettext support (still needs some testing)
Encode module is now optional (instead of being required)
2007-03-26 19:06:45 +00:00
lars 95d4b07ed9 removed hdf setting "LanguageDir"
setting "LANGUAGE_DIR" is now deprecated
moved english language file to template directory
added gettext translation of english language template
available interface languages are now configured via LANGUAGE_LIST
2007-03-20 19:15:04 +00:00
lars c5b5efe333 customError and customWarning fixed
added hint for absolute mailing list directory
2006-05-01 23:59:55 +00:00
lars a5e73e96f6 changed fancy listing of files in download directory
improved directory structure
2006-04-20 00:35:36 +00:00