Commit Graph

144 Commits

Author SHA1 Message Date
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
lars 1497aeecb5 fix interface settings bug 2008-09-18 11:51:24 +00:00
lars 6755211203 removed obsolete separate language selection template 2008-09-18 11:40:02 +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
lars 0fbf98d850 enable encryption support - further testing is needed! 2008-08-25 03:03:38 +00:00
lars 70968ebaf8 syntax fix 2008-08-25 02:27:43 +00:00
lars 428a3fa598 filter input for admin users into a lowercase string 2008-08-25 02:23:18 +00:00
lars 685f33af48 turn REMOTE_USER into lower case (Closes: #53) 2008-08-25 01:49:55 +00:00
lars 64ccc92d38 add posting model for subscriber-only lists (Closes: #49) 2008-08-25 01:26:27 +00:00
lars d15f994ac4 update language strings 2008-08-25 00:42:16 +00:00
lars ced6763cc8 remove MAIL_ADDRESS_PREFIX from dotqmail file names (Closes: #45)
update some comments
remove obsolete subscription log output from template
2008-08-24 15:02:51 +00:00
lars 5b203e002f add encoding to the output of the subscription log 2008-08-24 14:06:48 +00:00
lars b0da792705 added Japanese translations (contributed by kinneko) 2008-08-23 21:23:27 +00:00
lars e73d6af533 added translation:
- Russian (complete) - contributed by Anton Ponkratov
 - Spanish (complete) - contributed by Jose Luis Martinez
 - French (incomplete) - contributed by Lionel
2008-07-23 01:29:08 +00:00
jlmartinez bbd34495c6 Ticket #52
interface_select.cs
 - correct condition for displaying the select
2008-07-11 10:46:18 +00:00
jlmartinez 00034f178d Ticket #48
ezmlm-web.cgi
 - synced regexps in create_list and untaint
2008-07-11 09:42:24 +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
jlmartinez 4bcce50d6c Solves #47 Usernames with at sign are not accepted
ezmlm-web.cgi
 - applied patch
2008-07-09 11:33:33 +00:00
lars 477796cf9b typoe fixed (reported by Hans F. Nordhaug) 2008-03-01 22:08:04 +00:00
lars 1f1a1ab125 put files instead of directories into MANIFEST file (reported by Hans F. Nordhaug) 2008-03-01 16:24:28 +00:00
pootle-translation b63e7862a5 partial Russian translation provided by Anton Ponkratov - thanks! 2008-01-28 21:49:57 +00:00
pootle-translation 073057f940 partial hungarian translation added by "kkk" 2007-12-30 17:47:32 +00:00
lars 7e208f7c1a improved parsing of subscription log files 2007-09-21 01:39:26 +00:00
lars 69f270bd54 improved handling of translations 2007-09-21 01:32:20 +00:00
lars 64766d7db7 language string added 2007-09-21 01:28:09 +00:00
lars 30a996a8b8 fix plural value 2007-09-17 08:50:12 +00:00
lars b9ea4a72fe Translation update for Spanish - contributed by CAPSiDE 2007-09-17 00:30:01 +00:00
lars a5ed7e005f Dutch translated strings contributed by Michiel van Dijk 2007-08-21 21:22:46 +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 fc564403fa updated changelog date
removed TODO file from release
tagged the v3.2 release
2007-08-15 17:39:45 +00:00
lars caad094657 fixed ugly typo for default interface type 2007-08-15 17:27:05 +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 ea52604595 remove obsolete fuzzy header data from po files 2007-08-13 11:05:50 +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 2f8364f915 added Portugues do Brasil based on Portugues (now: fuzzy) 2007-08-10 13:38:24 +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 506a1f57e3 finished splitting of CSS into basic and color 2007-08-04 22:55:54 +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 9feba7481e Italian strings contributed by Andrea Garbato 2007-07-29 21:31:27 +00:00
lars e6ed2f34ef removed auo-generated german translation file 2007-07-29 21:30:22 +00:00
lars 3a9fda7f20 Slovenian strings contributed by Clavdia Horvat 2007-07-29 21:27:20 +00:00
lars e83509a81e Spanish strings contributed by Jose Luis Martinez 2007-07-29 21:15:19 +00:00
lars bf42b7fd4b Japanese strings translated by Ward Lai 2007-07-29 21:12:45 +00:00
lars 9ca475d584 Italian strings contributed by Andrea Garbato 2007-07-01 14:20:59 +00:00
lars 3e1ac964da Slovenian strings contributed by Clavdia Horvat 2007-06-13 09:52:50 +00:00
lars 96c69d52f4 Spanish strings contributed by Jose Luis Martinez - thanks a lot 2007-06-11 12:21:10 +00:00
lars a71e6a8016 Japanese strings contributed by Ward Lai - thanks a lot 2007-06-11 12:20:04 +00:00