Commit Graph

13670 Commits

Author SHA1 Message Date
0ca2692d17 improving error_log output on sendMDN 2009-03-18 12:29:32 +00:00
ae752edf13 ... forgot to change variablenames in the actual db select 2009-03-18 09:28:58 +00:00
bae8ae867b fixing a problem with non numeric contact ids, while retrieving the distributionlist (reported by Benoit LORAND) 2009-03-18 09:26:08 +00:00
ce1412d204 improving speed for the retrieval of the distributionlists 2009-03-16 13:14:44 +00:00
67bfda1e3b filtering for valid messages with the reponse of the IMAP Servers 2009-03-16 09:18:34 +00:00
cac46f75b0 "fixed CreateObject to not suppress the error, if it cant find a class file or there are eg. syntax errors in it
--> now you can find the error in the error_log and dont get only a blank page
(also optimized it so far, that we first try to autoload the class and use the diverse \"magic\" only if that fails)"
2009-03-13 12:49:15 +00:00
9ed901daf7 "removed prefered phone marker \"♥\" from url, causing 9829 to be appended to the phone-number otherwise" 2009-03-12 11:43:40 +00:00
d313eb2daf fixing various webdav problems, regarding pathbuilding 2009-03-09 12:23:47 +00:00
7d2491678d dont use the outcome of titlecache (break) if id is an array 2009-03-09 11:07:22 +00:00
5d6bc0d0b3 handling a problem while importing mails as infolog, if they contain no text/plain part; this implied the move of some functionality from bocompose to bofelamimail 2009-03-09 11:05:16 +00:00
9e30fe47c8 "get default for query parameter of 'link-entry' working again and documented it (stoped working with patch fromRegis Leroy) " 2009-03-07 11:06:57 +00:00
a9830b0650 "fixing high minimize memory usage (important for huge number of accounts)" 2009-03-05 15:20:34 +00:00
26555a065c fixing 2 problems regarding the communication with a dovecotserver. CAPABILITIES and parseStructureCommonFields 2009-03-05 10:43:04 +00:00
f6f32e3f9f "query account_lid (via accounts::id2name) only if it's not already in the data
without that accounts_sql::get_list without limit requires quite a lot more time and memory"
2009-03-02 11:41:50 +00:00
832682620b handling an error on unset props-array 2009-02-27 10:23:51 +00:00
0b376f24b9 Fixed silent overwrite of existing files by new uploads. 2009-02-26 14:57:40 +00:00
c6d16df5a4 "fixed wrong template-name in export, if name contains variables" 2009-02-25 15:56:14 +00:00
1ca2d5c02a "vfs-mime: fixed empty filename always showed directory logo, now empty filename shows an empty cell" 2009-02-25 15:55:17 +00:00
b969464f1e resolving a cause for a The-mimeparser-can-not-parse-this-message - error, as the bodystructure is not retrieved 2009-02-20 09:12:44 +00:00
37f5a3c22d backport of stefan beckers patch 26508 IE 6 is not giving the unsecure warning, if ssl is used 2009-02-17 07:23:14 +00:00
67b27f36ec bugfix for 1677 Timesheet Version 1.6.001 groups are treated like a separate user, not like a bunch for their members; additional fix for colselection 2009-02-16 11:00:40 +00:00
ec6e453088 "making process_show public again, as requested by Raphael Alla
(there was no real reason to make it private, beside hiding it from public interfaces, as I thought noone else is using it)"
2009-02-16 08:38:00 +00:00
d887c7a87c Patch from jean-charles.passard@provectio.org to fix handling of account
prefixes
2009-02-16 08:24:01 +00:00
7052fe1178 "holiday file for Slovakia, thanks to Ladislav.Mate@refoma.sk" 2009-02-16 08:11:07 +00:00
cd54affebe fix for issue in tracker #1876 (Timesheet, in detail view, not shows link to the owner project); fix for not working 'no-project'-filter 2009-02-12 15:33:15 +00:00
bce3b1daac fixing a problem regarding the passing on of the charset information, as some clients get confused if there is a blank between the word charset and the equual sign. 2009-02-09 15:18:31 +00:00
e5f45ae50c adapting regex for emailvalidation to accept single letter subdomains 2009-02-04 14:08:43 +00:00
3401b0aeb4 bugfix regarding odd behavior Mailbox Access/Manage Folders with ZIMBRA Mailserver. (blank screens while trying to access preferences/manage folders if ZIMBRA Account is configured and active) 2009-01-29 19:19:47 +00:00
1c51e71119 removed debugging into my home folder. sorry I forgot that ! 2009-01-25 18:20:53 +00:00
b2d753f46f bugfix for typo in class-var 2009-01-13 11:24:29 +00:00
e13700dd02 backport of nathans patch: Check to see if the value is a string before we try to lowercase it, strtolower() doesn't like arrays. 2008-12-11 13:49:43 +00:00
514caa5d0e buffer and provide debug on missing participants to an event 2008-12-11 13:45:58 +00:00
aae4b8ac8d strange phenomenon with existing debug variable 2008-12-09 15:24:19 +00:00
770207474e debug stuff related to placeholder substitution 2008-12-09 14:47:35 +00:00
cf51ea7120 debug stuff for the session handling 2008-12-09 14:46:35 +00:00
8169fe41e1 introducing and enhancing debug-stuff, targeted on SMTP sending without interface (notification). To make not functional sending a bit more traceable 2008-12-09 14:45:27 +00:00
1445e08c72 making the standard substitutes for signatures useable even for the user:
supported substitutes are:
            $$fullname$$  => name of the user,
            $$firstname$$ => first name of the user,
            $$lastname$$  => last name of the user,
            $$domain$$    => domain name for mail-address,
            $$email$$     => email-address of the user,
            $$date$$      => todays date,

Note: substitutions are performed, as the signature is added to the email, in EDIT Mode of
the signature in question the above listed placeholders are shown, if used.

Note: this is the discussed feature for signature placeholder substitution of 1.4.
It was never dropped, (as assumed earlier, but not useable, as substitution was performed for almost 
every edit of the signature (and the placeholders where lost that way))
2008-12-09 14:22:31 +00:00
9d6f449bbd packport of nathans patch: Add special handling for query values of 'false' (the string) to convert them to false (boolean) 2008-12-09 14:12:48 +00:00
13dd934ddd putting some debug into the send class to find problems more easily 2008-12-05 11:34:58 +00:00
54d77a5455 fixed bug with the multiple category adding (no category select dialog appeared) 2008-11-28 12:27:23 +00:00
b3b0464615 bugfix for missing attachments reported on the german list 2008-11-27 11:50:15 +00:00
1005e7d060 "fixed changed constructor name" 2008-11-27 10:38:48 +00:00
68d6f0fe69 "- do not send session data for clients doing no sessions to memcached
- use 10min session lifetime for GroupDAV as for anonymous sessions"
2008-11-25 19:37:35 +00:00
1ffcad251a "upps wrong date" 2008-11-24 14:10:05 +00:00
1ae2341d7e specfile and build script for final 1.6 release 2008-11-24 11:06:59 +00:00
1f920ebb66 setting version to 1.6.001 2008-11-24 10:44:25 +00:00
e6ddae1c52 creating 1.6 branch 2008-11-24 09:51:07 +00:00
c12518c963 creating 1.6 branch 2008-11-24 09:51:03 +00:00
0df909dc6b creating 1.6 branch 2008-11-24 09:50:58 +00:00
56820592d2 creating 1.6 branch 2008-11-24 09:41:43 +00:00