Commit Graph

18383 Commits

Author SHA1 Message Date
Ralf Becker
bbcfcefd54 Changelog for 10.1.20110805 2011-08-05 10:00:17 +00:00
Ralf Becker
df38576212 * PEAR: automatic upgrade or install of required PEAR packages via package post_instal.php (only package installs!) 2011-08-05 09:56:29 +00:00
Ralf Becker
c6d6bc03b5 * API fix PHP fatal error wakeup2 is no method ..., when comming from setup 2011-08-05 08:04:23 +00:00
Ralf Becker
947afe356d * API fix webserver_url of just a domain eg. http://domain.com gives PHP Warning empty delimiter ... 2011-08-05 08:04:11 +00:00
Ralf Becker
2d59da90b0 Changelog for 10.1.20110804 2011-08-04 17:59:02 +00:00
Ralf Becker
448733b400 * Filemanager popup: fixed sometimes missing first directory, eg. in favorites 2011-08-04 15:48:23 +00:00
Ralf Becker
b27a67ee66 * Calendar: fixed various issues with history in calendar: id display, unecessary stuff loged, ... 2011-08-04 14:05:40 +00:00
Klaus Leithoff
cf620d45d4 * API: upgrade ck editor from v3.3.1 to v3.6.1 (latest release as of June 2011) 2011-08-04 13:36:48 +00:00
Ralf Becker
2cc88e8ae5 for readonly version we only need to fetch given timezone, automatic conversion from id 2011-08-04 11:07:09 +00:00
Ralf Becker
1a7eee9af8 merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:36:14 +00:00
Ralf Becker
57238a8551 * NTLM authentication: limit redirect, if NTLM auth could not be performed, to same domain, EGroupware domain, or explicitly whitelisted domains
to fix issue "found" on www.autosectools.com
2011-08-04 08:06:28 +00:00
Ralf Becker
e1ef462312 fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:38:08 +00:00
Ralf Becker
78b40243b7 * CalDAV/calendar backported iterator from trunk to minimize resource usage
- move all filtering into SQL query in calendar_so, to be able to correctly return N rows starting from row M
- re-enabling propfind iterator again for calendar (fetching events in chunks of 500), to lower memory footprint
Please note: changed SQL queries used for CalDAV do not take changed participants (or status) in exceptions into account
- merged: r34529, r34584, r34592, r34594, r35948
2011-08-03 16:53:22 +00:00
Klaus Leithoff
b6552771b2 remove _source directory 2011-08-03 14:50:35 +00:00
Klaus Leithoff
a69b163485 sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests 2011-08-03 13:40:58 +00:00
Ralf Becker
d8ecd9af9e * Calendar: fixed typo in merge, denying implicit participants rights eg. required to accept a meeting 2011-08-03 13:22:49 +00:00
Ralf Becker
ef559e486a * Calendar: show status set for the whole series at recurrences too, unless they have an individual status
removed previous participants call now completly, as the above changes archive the same thing, without enumerating all recurrences to the database
2011-08-03 13:06:07 +00:00
Klaus Leithoff
1740140e0b if a profile has no signature assigned, return the defaultSig on setComposeSignature 2011-08-03 11:32:26 +00:00
Ralf Becker
b5ed1b7eb9 fix problem "found" on www.autosectools.com> 2011-08-03 08:32:15 +00:00
Ralf Becker
5889da371f fixed problem "found" on www.autosectools.com 2011-08-03 07:29:24 +00:00
Ralf Becker
8039f64bd1 fix problem reported by Fabio Ciuffani / John Leitch <john@autosectools.com> 2011-08-03 07:19:26 +00:00
Ralf Becker
6cd2f5451c * CalDAV/CardDAV redirect for iOS 4.3.1+ to autodetect accounts 2011-08-02 16:38:37 +00:00
Nathan Gray
3e248e6eb2 Fix mismatched tag in MS linefeed 2011-08-02 14:30:14 +00:00
Klaus Leithoff
9d98666cfc quieten warning regarding array_search 2011-08-02 13:18:26 +00:00
Ralf Becker
d249ce5f2e * CalDAV: user agent detection of OS X 10.7 Lion iCal app (CoreDav instead of DavKit) 2011-08-02 13:02:07 +00:00
Klaus Leithoff
560f734db9 * notification/email: support filter since (only check unseen mails for the last 14 days) when notify for unseen mails 2011-08-02 12:28:14 +00:00
Klaus Leithoff
9c83f7334d * admin: allow to choose which kind of spellchecking you would like to employ when using the CK Editor (Options now: Yes, No, Without SpellCheckAsYouType, WebSpellChecker) 2011-08-02 12:15:19 +00:00
Ralf Becker
f584a0a124 fixing r35871: status was not explicitly set to false (only to true) and therefore not editable 2011-08-01 16:38:31 +00:00
Ralf Becker
63762d89e5 * Calendar: fixed in readonly events custom fields were still editable 2011-08-01 15:59:33 +00:00
Ralf Becker
4d2a9119b5 - silently use server_timezone if wrong user timezone preference is set, as we can not (easily) report it to the user at the stage of initialising EGroupware
- if server_timezone is NOT valid, try (and permanently store!) date_default_timezone_get() frist and then "Europe/Berlin"
2011-08-01 13:07:24 +00:00
Ralf Becker
ece7c6de04 fixing 3 failed litmus tests:
- copy_coll, move_coll: using egw_vfs::find instead of System::find which we dont require and fails anyway for some reason
- copy_shallow: by updating COPY with changes from 1.0.0RC6 (depth="0" is allowed for copy, thought HTTP_WebDAV_Server still copies the whole collection!)
2011-07-31 10:06:11 +00:00
Ralf Becker
a1fd7f5f1e no find for depth="0" when copying a collection 2011-07-31 09:59:17 +00:00
Ralf Becker
996efca1ac updating own HTTP_WebDAV_Server to upstream version 1.0.0RC6: http://pear.php.net/package/HTTP_WebDAV_Server/download/1.0.0RC6 2011-07-31 09:57:20 +00:00
Klaus Leithoff
8c2a149760 better control of error_log messages regarding the use of non standard identities while sending 2011-07-28 11:24:09 +00:00
Klaus Leithoff
ddee9f61be * eMail: if the identity used for sending is part of the users mainProfile Identities (provided with the mainProfile by ogServer->getAccountEmailAddress ->NOT USER DEFINED<-) then the sender information is set accordingly, as it is assumed that the emailaddresses fetched with getAccountEmailAdress are known to the SMTP Server, thus allowing to be used as Sender/Return-Path 2011-07-28 10:44:54 +00:00
Klaus Leithoff
f257ad06be improving the identification of identities as user defined identities vs. identities provided as mailadresses/mailaliases assigned to the user (these mailadresses are returned by ogServer->getAccountEmailAddress) 2011-07-28 10:29:19 +00:00
Klaus Leithoff
4fc9ab1a66 * email: compose, control the display of identities - identical identities should only be displayed once 2011-07-28 10:27:58 +00:00
Klaus Leithoff
6399e345cf wordwrap , dont break overlong words containing html entities; 2011-07-27 13:14:39 +00:00
Klaus Leithoff
8756fcbf57 fix warning ->missing argument 1 for select_widget<- : make the parameter optional by assigning a default value 2011-07-26 07:49:24 +00:00
Klaus Leithoff
6c4d5dfc48 support dparameters (structure part 8) for images while parsing the message body structure 2011-07-21 14:56:45 +00:00
Klaus Leithoff
204d961150 make sure there is no whitespace leading or trailling the host string, when attempting to send 2011-07-21 12:11:33 +00:00
Klaus Leithoff
7f7cf6b60e try to reopen mail, when saving as draft; make sure we are connected, before trying to reopen a drafted Message (while/after saving) 2011-07-19 13:28:13 +00:00
Klaus Leithoff
970eb8b388 take care that winmail.dat attachments are only resolved by tnef (if available) if required (e.g.:the message is opened) 2011-07-19 09:54:38 +00:00
Klaus Leithoff
16b88bb9e7 use new option to fetch the activeMailProfile by ProfileID 2011-07-19 08:28:56 +00:00
Klaus Leithoff
84b6a5d87c allow to fetch identity by assigned serverID (fetches the first match found) 2011-07-19 08:27:34 +00:00
Klaus Leithoff
f3538e3f9a fix broken category search, selected cat=1 always, when only one category wasselected, as (int) of an array does not give the required/expected result 2011-07-19 07:46:22 +00:00
Klaus Leithoff
95f6389c64 fix by Ralf for bug, that prevented the update of accounts, if your accountselection method is groupmembers 2011-07-18 10:09:53 +00:00
Klaus Leithoff
32a20c8eaa fix javaScript error for firstChild is null, on opening mails without subject, or with no accessible subject 2011-07-18 07:47:46 +00:00
Klaus Leithoff
c997f1f1f6 add missing default translation for lang key tls 2011-07-14 08:57:28 +00:00
Jörg Lehrke
d9581a6ff3 * Generate well-formed XML for Funambol and SyncEvolution clients (community bug#2975) 2011-07-08 19:45:40 +00:00