-
Just one more button (near "delete", "rotate" etc.) to print the fax to the configured printer.
Right now, if I want to print a fax I have to download the PDF and print from my local PDF viewer. This could be avoided by having AvantFax provide a comfortable print button.
(Other fax software I used in the past stored and showed to the user a little "printed" flag. Useful. However, the main...
2008-08-21 17:05:48 UTC in AvantFAX
-
Just a checkbox in the login form to optionally store a persistent cookie that will avoid the need to login again when the browser is restarted, just like any web-based service already does.
It's a bit annoying to always type a password.
2008-08-21 16:59:33 UTC in AvantFAX
-
MySQL is often overkill for a simple fax server installation, as it wastes a lot of resources.
SQLite would be the ideal database backend for many low-volume sites, and supporting it shouldn't be too hard. I strongly encourage you to investigate that possible new feature as it would remove a big dependency and contribute to make AvantFax an even more out-of-the-box product.
The code already...
2008-08-21 16:55:58 UTC in AvantFAX
-
Then I'm not able to debug as it may be caused by the formatting and headers of the message itself. ezmlm-www is reported to work well with many alphabets (Italian and even Chinese), so we need a stronger test case before accepting a bug related to the way it handles Unicode.
binmode definitely needs ':utf8'. I guess that by using 'utf-8' you're instead just disabling the Unicode output...
2008-06-25 18:44:43 UTC in ezmlm-www
-
perldoc -f binmode actually says :utf8 without the hyphen so I guess it's correct as it is.
Which characters are not showed correctly? The interface strings or the message contents? Can you provide a URL to your ezmlm-www setup?.
2008-06-25 18:30:23 UTC in ezmlm-www
-
alexrj committed revision 22 to the ezmlm-www SVN repository, changing 3 files.
2007-05-20 15:41:58 UTC in ezmlm-www
-
ezmlm-www 1.4.4 is out with the following improvements:
* fixed UTF-8 output
* fixed bug #1576436 in ez_indexer.pl
* added ZH translation (thanks to Ben Croxogod)
* added ez_lists CSS class
* new ListServerName config option
* highlight e-mail addresses
* meaningful error when list archives are not available.
2007-02-16 07:54:18 UTC in ezmlm-www
-
alexrj committed revision 21 to the ezmlm-www SVN repository, changing 2 files.
2007-02-16 07:48:39 UTC in ezmlm-www
-
alexrj committed revision 20 to the ezmlm-www SVN repository, changing 1 files.
2007-02-16 07:46:41 UTC in ezmlm-www
-
alexrj committed revision 19 to the ezmlm-www SVN repository, changing 2 files.
2006-10-26 12:06:10 UTC in ezmlm-www