Posted
about 14 years
ago
Sorry about that! I am pretty sure something I changed recently broke the code. I committed a potential fix in rev 1977, if you could try it and let me know that would be great. I really appreciate all your feedback lately. I'm hoping to revamp the
|
Posted
about 14 years
ago
SVN Trunk rev. 1976.All attachments in messages show up as having zero bytes."attachments_path" is set as such: attachments_path = /var/hastymail2/attachments/Apache runs as user "nobody"; permissions on attachment directory and parent directories
|
Posted
about 14 years
ago
The problem appears to be the fact that original image url is not in a valid format (it has unescaped single quotes embedded in it). When plutting in the placeholder we don't care about the original url's arguments so rather than have something
|
Posted
about 14 years
ago
I was looking at server logs today, and noticed several 404 errors that where created by Hastymail. A little research and a search of the source code leads me to the prep_html_part function in misc_functions.php. The code section I think is affected
|
Posted
about 14 years
ago
by
sailfrog <[email protected]>
When replying to a message in which the lines are too long to fit the resulting quoted text ends up looking crappy because a line will be wrapped but only have a single quoted word on the second line. Build more robust routines that attempt to more nicely format reply text in these cases.
|
Posted
about 14 years
ago
by
magnus <[email protected]>
is there any plans to enhance the granularity of the templating system?
I would like to be able to, for example, change the order of the fields of the compose form.
I've seen that the compose template (templates/compose.php) of the default theme seems to be limited to echo $pd->print_compose_form()
thanks in advance
|
Posted
about 14 years
ago
Found the problem and it should be fixed in SVN rev 1971.Thanks for the feedback,Jason
|
Posted
about 14 years
ago
The vCard import does not import the "Company Unit" attribute.How to reproduce:Create a new contact that contains a "Company Unit".Export that contact.Import that contact back in.The "Company Unit" is missing.This vCard was exported from HM2 ( svn
|
Posted
about 14 years
ago
No problem. If you do end up creating anything we would love to include it in the source to share with other sites.Jason
|
Posted
about 14 years
ago
Thanks Jason!
|