Commit Graph

12523 Commits

Author SHA1 Message Date
8d2512f5ab fixed two mail2infolog problems: 1. instead of default status of email type done was used, 2. long lines of line-chars (-_+=~) stalled the infolog layout, they get now truncated to 40 of these chars 2007-09-13 08:13:43 +00:00
61270a0e0f fixed two mail2infolog problems: 1. instead of default status of email type done was used, 2. long lines of line-chars (-_+=~) stalled the infolog layout, they get now truncated to 40 of these chars 2007-09-13 08:12:56 +00:00
a10101d640 Fix for a problem with cumulating timesheets when the linking application is other than initiated by $app1, means for whom link_app1=$app1 and app1
being the application passed on in the get_3links function parameter list.
2007-09-12 13:17:02 +00:00
9735285636 fixed not working autorepeated rows with , added id's to (content of) labels and images 2007-09-06 12:00:02 +00:00
1055642df3 fixed not working autorepeated rows with , added id's to (content of) labels and images 2007-09-06 11:59:35 +00:00
47994931b8 fixed not working direct sql-updates (eg. 'etag=etag+1') via so_sql::save's parameter 2007-09-06 11:57:14 +00:00
f21e357253 fixed not working direct sql-updates (eg. 'etag=etag+1') via so_sql::save's parameter 2007-09-06 11:56:37 +00:00
59cf6042fa "added missing \"None\" label for contact-type" 2007-09-06 11:15:12 +00:00
cb5e205d66 "added missing \"None\" label for contact-type" 2007-09-06 11:14:12 +00:00
a5dc5e8b0d calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less 2007-09-05 07:50:49 +00:00
820bb9b592 calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less 2007-09-05 07:50:10 +00:00
2416e9cd6a fix for small typo in switch of the export definitions 2007-09-05 06:50:19 +00:00
a4a85097a4 fix of small typo in the switching of the export definition fields 2007-09-05 06:27:35 +00:00
25c0ba0ac8 Fix for some problems handling attachments, regarding the logik of the mail-structure object.
This fix adds to the fix of Connie, and focuses on the MULTIPART/ALTERNATIVE part of the mail-structure object
2007-09-04 08:14:47 +00:00
fe80186ba2 fix: not displayed messages when MIME MIXED was in RFC822 Container with PartID 1 (Thanks Lars)
fix: not displayed images, when PartID of Attachment was > 1
fix: broken addresses after ajaxsearch when for some reason an rfc formated address is in the addressbook
2007-09-03 20:21:45 +00:00
7308e918a6 bugfix from trunk (warning in check_install line 184) and set checked memory_limit to 24M, as 16M cries for problems, also added missing translations 2007-08-31 07:01:22 +00:00
45e3088505 set checked memory_limit to 24M, as 16M cries for problems, also added missing translations 2007-08-31 06:59:32 +00:00
0abbc55c49 fixed bug reported on the user list: Warning wrong data type in line 184, added ldap extension check as it seems for many a surprise that ldap/ads auth needs it ;-) 2007-08-31 06:49:17 +00:00
9e91aafcc7 add german outlook import 2007-08-30 15:47:16 +00:00
885dd1bf84 php5.2 fixes 2007-08-30 15:46:31 +00:00
b7013343a2 add german outlook import 2007-08-30 15:44:11 +00:00
654294ae97 php5.2 fixes 2007-08-30 15:43:27 +00:00
e91b4400b9 fix for bug #1172: values lost, if error in user-creation/validation 2007-08-30 15:29:34 +00:00
a012a4ba22 removed formatting chars from the phone-number in callto:-links, as the mess up the links 2007-08-30 13:25:34 +00:00
f2ea7ea2f6 removed formatting chars from the phone-number in callto:-links, as the mess up the links 2007-08-30 13:24:54 +00:00
372c2b4b28 fix: onchange of date selector was not working 2007-08-28 13:02:33 +00:00
7aa256a362 fix: onchange of date selector was not working 2007-08-28 13:01:42 +00:00
2cd29e1d32 changed case to uppercase of the method part of the mime-type of calendar invitations, as lightning ignores lowercase methods 2007-08-27 17:18:10 +00:00
ba1a1c3e69 changed case to uppercase of the method part of the mime-type of calendar invitations, as lightning ignores lowercase methods 2007-08-27 17:17:36 +00:00
183ec68fa8 many modifications to improve the support of (at least) lightning
- changed default uid handling to UID2UID (means keep them unchanged), as the other modes created doublicates on client and server, as the client did not understand that the server changes his uid's (against the RFC specs).
- ability to delete events (not yet InfoLogs!), by tracking the id's of the GET request of the client and deleting the ones NOT send back to the server in PUT requests
- added etag handling to allow to reject put requests if the calendar is not up to date (HTTP_IF header with etag in client PUT requests) and to report unmodified calendars to the client (HTTP_IF_NONE_MATCH header with etag gets 304 Not modified response)
- returning 501 Not implemented response, for WebDAV/CalDAV request (eg. PROPFIND), to let the client know we dont support it
- ability to use contacts identified by their mail address as participants (mail addresses which are no contacts still get written to the description!)
- support uid for InfoLog (requires InfoLog version >= 1.5)
2007-08-27 13:18:32 +00:00
e003a6b5c7 many modifications to improve the support of (at least) lightning
- changed default uid handling to UID2UID (means keep them unchanged), as the other modes created doublicates on client and server, as the client did not understand that the server changes his uid's (against the RFC specs).
- ability to delete events (not yet InfoLogs!), by tracking the id's of the GET request of the client and deleting the ones NOT send back to the server in PUT requests
- added etag handling to allow to reject put requests if the calendar is not up to date (HTTP_IF header with etag in client PUT requests) and to report unmodified calendars to the client (HTTP_IF_NONE_MATCH header with etag gets 304 Not modified response)
- returning 501 Not implemented response, for WebDAV/CalDAV request (eg. PROPFIND), to let the client know we dont support it
- ability to use contacts identified by their mail address as participants (mail addresses which are no contacts still get written to the description!)
- support uid for InfoLog (requires InfoLog version >= 1.5)
2007-08-27 13:13:11 +00:00
56774aaee5 using uid to fetch infolog entries like in calendar, used by icalsrv, requires a schema update to store the uid 2007-08-27 13:04:05 +00:00
8e9f44c745 some new features for the infolog-widget to improve form printting: 1) fetching contact fields from linked infolog entries, 2) formatting content with preg_replace 2007-08-27 13:02:11 +00:00
240b8eac31 some new features for the infolog-widget to improve form printting: 1) fetching contact fields from linked infolog entries, 2) formatting content with preg_replace 2007-08-27 13:00:45 +00:00
22449ee1a4 fix sif syncml from ob@dansound.dk on devel list 2007-08-24 15:16:45 +00:00
cea9766cc4 fix sif syncml from ob@dansound.dk on devel list 2007-08-24 15:16:05 +00:00
121a44bf71 fix for dst in cal import 2007-08-24 12:52:50 +00:00
28114e0ed1 fix for dst in cal import 2007-08-24 12:50:45 +00:00
c2ec0ba5d7 fixed not found user searched by email, if there's also a contact with that email 2007-08-24 10:54:16 +00:00
097238311b fixed not found user searched by email, if there's also a contact with that email 2007-08-24 10:53:26 +00:00
d77a1d2b33 fixed bug reported by Raphael Alla: registered javascript files get lost if etemplate loops 2007-08-24 06:16:11 +00:00
ee022cd40d fixed bug reported by Raphael Alla: registered javascript files get lost if etemplate loops 2007-08-24 06:15:27 +00:00
fa8bef1312 typo 2007-08-23 10:22:55 +00:00
47ddd5f714 a fix to get the memcache session handler working with SyncML: the way SyncML/Horde handles the session (calling session_destroy) unloads our custom memcache handler 2007-08-23 10:18:14 +00:00
ff5c696a71 fix from Nigel Vicker to get replyTo working in FMail 2007-08-20 15:33:01 +00:00
1bae7bd196 widget to fetch infolog fields from linked infolog, eg. for advanced infolog forms (has also the ability to print an X if a compare value is given or to specify alternative fields if the original one is empty) 2007-08-20 08:18:30 +00:00
30bf7c6f06 widget to fetch infolog fields from linked infolog, eg. for advanced infolog forms (has also the ability to print an X if a compare value is given or to specify alternative fields if the original one is empty) 2007-08-20 08:17:07 +00:00
c42c8a8636 fixed not working/existing custom fields and widget-types for dates, accounts and cats 2007-08-20 07:52:42 +00:00
fde08a961d fixed not working/existing custom fields and widget-types for dates, accounts and cats 2007-08-20 07:51:49 +00:00
f17e9b4032 to allow other code (eg. the SyncML code from Horde) to open the eGW session, we use a first memcache key identical to the original memcache session handler (for the first junk/1MB) 2007-08-17 15:53:19 +00:00