Commit Graph

20485 Commits

Author SHA1 Message Date
Ralf Becker
9df39d8dfc * CalDAV/CardDAV: Max OS X 10.8 (Mountain Lion) support: automatic sync of all addressbooks in one 2012-09-26 08:06:48 +00:00
Ralf Becker
f0e780c313 fixed not working fixed height of date rows aka stop end and finished date to move up 2012-09-25 17:38:37 +00:00
Nathan Gray
3386edced3 * Improvements to import - file checking, more warnings, destination addressbook checking 2012-09-25 14:49:27 +00:00
Ralf Becker
41470de3b4 * Calendar/CalDAV/eSync: tracking participant status changes now in modified date and user of calendar entry (main table), fixes sometimes not synced status changes and simplifies code a lot 2012-09-25 14:40:17 +00:00
Klaus Leithoff
5486b8a03f handle problem with displaying content on reply when charset reported on content does not match charset found; the result is not nice, as assumedly somehow encoding failed in the first place 2012-09-25 13:27:52 +00:00
Ralf Becker
9c0fc7c2c4 * Filemanager: fixed not working repair of doublicate directories 2012-09-25 12:55:43 +00:00
Ralf Becker
742df91ab9 * Addressbook: fixed not stored private custom-fields, if extra private tab was used 2012-09-25 09:03:34 +00:00
Klaus Leithoff
8f677687ca * eMail: make side menu section Sieve translateable 2012-09-25 08:32:35 +00:00
Ralf Becker
701827ea89 improved 1.9.006/7 update-scripts for PostgreSQL: removed stray bracket and drop NULL and default at the end, thanks to feedback from Anthony Messina 2012-09-25 07:15:31 +00:00
Nathan Gray
86a5b379cb Fix fatal error deleting user (LDAP) 2012-09-24 14:46:33 +00:00
Ralf Becker
9c63bf81ed * InfoLog/CalDAV/eSync: deleted entries where not taken into account for ctag generation, causing deletes only to sync after other modifications 2012-09-24 08:54:14 +00:00
Ralf Becker
05ebf438ff backported docu update to have comments available in view-generator 2012-09-21 16:50:59 +00:00
Ralf Becker
a16a52516b fix 1.9.007 update to work with PostgreSQL, deleting all broken events having range_start=0 (not a single recurrence or a broken one with cal_start=0), they are not displayed in regular calendar anyway, but might be synced to CalDAV or eSync clients 2012-09-20 12:10:56 +00:00
Ralf Becker
fba1fd1e56 fixed new unlimited recuring events get not synced (range_end == 0 instead of NULL) 2012-09-19 13:37:37 +00:00
Ralf Becker
652e735886 fixed some sql errors because of no longer existing egw_cal_repeats.recur_enddate column 2012-09-19 10:27:53 +00:00
Klaus Leithoff
fa7439dca8 * eMail: improve namespace/prefix detection and handling; work-around for dovecot bug/problem regarding the counters in shared folders; fix problem regarding the recognition of INLINE images (only INLINE images should NOT be listed as attachments in windowed message display); support firefox drag and drop feature for inserting images (as data url) into html edit area in compose window; handle Reply-To as intended in creating eMails from .eml files; improving profile handling, regarding the ID of the activeProfile; 2012-09-18 12:05:36 +00:00
Ralf Becker
acf3e9edbe * Calendar/CalDAV/eSync: tremendious speed improvment for sync-queries on huge installations (few milisecs instead of more then 2 minutes) *** REQUIRES SCHEMA UPDATE *** 2012-09-18 11:40:32 +00:00
Ralf Becker
c85432afd0 only users can be owners, no need to add groups 2012-09-18 11:39:26 +00:00
Ralf Becker
d18c8b3fda removed usage of MCAL_ constants in favor of own class-constants 2012-09-18 11:39:00 +00:00
Nathan Gray
31d0d47988 LDAP search to match sql search: If row limit is < 0, don't slice, return all records 2012-09-17 14:47:53 +00:00
Ralf Becker
5abaf08822 disable PHP 5.4 E_STRICT warnings in setup, as already done inside EGroupware 2012-09-14 16:38:51 +00:00
Ralf Becker
1f77853ff5 * Addressbook: doublicate check while adding/editing contacts, based on email or match of 2 out of name, first name, organisation 2012-09-06 12:42:10 +00:00
Ralf Becker
f3d12c72c1 * API/all apps: fixed account-selection popup started with all users, not primary group, also displaying shown group in bold 2012-09-04 14:08:30 +00:00
Ralf Becker
84ba4ba538 * Calendar: add duration intervalls 10, 12, 14 and 16 hours 2012-09-04 13:30:41 +00:00
Ralf Becker
760ed8d1dc * Calendar: popup notifications now include a link again 2012-09-04 12:11:54 +00:00
Klaus Leithoff
8e755e1813 fix the use of deprecated firstname/lastname; using account_firstname/account_lastname 2012-08-30 11:50:00 +00:00
Klaus Leithoff
2d22b12486 some comments 2012-08-29 12:40:49 +00:00
Klaus Leithoff
3319c3bd3f Send ->HTTP/1.1 500 Internal Server Error<- to device on connection failure 2012-08-29 09:40:18 +00:00
Klaus Leithoff
8e9a616e9f fixing bug regarding the reset of the Connection, in some cases some cached objects have not been reset as intended 2012-08-29 09:29:42 +00:00
Ralf Becker
988d8148c5 an other PHP < 5.3 compatibilty function for ImportExport 2012-08-28 14:59:27 +00:00
Ralf Becker
8eff610872 support (ignoring) for used ! (exclamation mark) in format 2012-08-28 10:28:27 +00:00
Ralf Becker
b62a3f502b * ImportExport: fix for fatal error in PHP 5.2 not having egw_time::createFromFormat() 2012-08-27 14:04:49 +00:00
Klaus Leithoff
88179025b0 * email/tracker: fix bug regarding the manual transformation of emails to tracker, if tracker is set to htmledit 2012-08-27 12:22:30 +00:00
Klaus Leithoff
16de40a9ee * eMail: fix problem when forwarding inline some mails containing winmail.dat attachments (HelpDesk Ticket 3810) (all original attachments are probably part of the winmail.dat, so we resolve the data/attachments contained in winmail.dat) 2012-08-27 12:14:17 +00:00
Klaus Leithoff
846fa9eff9 fix problem when vcf-cards have double carriage returns (such as crcrlf) this seems to break the v-card 2012-08-27 12:04:49 +00:00
Klaus Leithoff
bb64a1ed2a * timesheet/mergeprint: add missing datefield definition 2012-08-24 11:44:22 +00:00
Klaus Leithoff
aecf198508 * mergeprint: fix problem with not replaced app-links like #contact/nfn; fix problem with not replaced date only option on date/datetime customfields 2012-08-23 10:25:27 +00:00
Klaus Leithoff
5e1f3ac1cb Changelog for 11.1.20120822 2012-08-22 08:10:12 +00:00
Klaus Leithoff
6eaeae0d45 silence warnings 2012-08-22 07:58:18 +00:00
Klaus Leithoff
f3b4b5687e * email/IMAP: revert the static caching of the selected mailbox, as the selecting of the mailbox seems not to live through the request 2012-08-22 07:37:21 +00:00
Ralf Becker
08af7636e0 Changelog for 11.1.20120821 2012-08-21 15:40:39 +00:00
Ralf Becker
75a41ddd9e * Calendar: fixed since last update missing event details, notification iCal adds description with (required) *~*~*~*~*~*~*~*~*~* separator, extended has description before event details and links 2012-08-21 14:50:47 +00:00
Klaus Leithoff
d1f25f9209 fix problem within TestConnection (failed Sieve Connect on special conditions) 2012-08-21 09:56:53 +00:00
Klaus Leithoff
50e343fa83 fix typo (fix from current Version of Net/Socket.php) 2012-08-20 13:30:34 +00:00
Klaus Leithoff
f310b5e711 fix for encoding problem in Header on importing mails; fix for not recognizing plain text/calendar messages on importing mail; fix problem regarding the fetching of bodies of eMails when not in ->current-Folder<- (folder that is selected by UI) 2012-08-20 09:21:24 +00:00
Klaus Leithoff
a11b4213ee remove obsolet code 2012-08-20 09:17:54 +00:00
Ralf Becker
e410b46958 spanish translations from Rafael 2012-08-16 14:44:06 +00:00
Ralf Becker
ff7c90c114 more translations from Gudrun, Ingo & Stefan 2012-08-16 14:43:44 +00:00
Klaus Leithoff
22464affda fix for possible cause for unwanted foldercreation within esync 2012-08-16 13:43:22 +00:00
Klaus Leithoff
2c5f606c35 * eMail: fix problem with not recognized Kolab Invitations 2012-08-16 11:45:47 +00:00