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
Klaus Leithoff
3e405cc1b7
if requesting UIDs, do not try to look for the set assuming we got ids
2011-07-08 09:42:24 +00:00
Klaus Leithoff
4d2202563c
fix fatal error: unsupported operand type in resources_ui line 428; reported on community tracker#3006
2011-07-08 07:52:48 +00:00
Ralf Becker
930c9a9051
fixed not working mime parameter, if just a main type eg. "image" is given
2011-07-04 18:55:15 +00:00
Klaus Leithoff
8a4c9c0311
make sure we set SMTPSecure to ssl or tls if the standardports for ssl or tls are configured for the given profile
2011-07-04 13:50:07 +00:00
Ralf Becker
509535c549
Changelog for 10.1.20110701
2011-07-01 09:51:25 +00:00
Klaus Leithoff
d5c617c727
fix/match problems with styledefinitions containing umlauts
2011-06-29 09:14:26 +00:00
Ralf Becker
fb97794341
new setup command (object) to register all hooks and adding it to setup-cli.php
2011-06-29 08:41:53 +00:00
Ralf Becker
e2b385ed9c
new setup command (object) to register all hooks and adding it to setup-cli.php
2011-06-29 08:40:24 +00:00
Ralf Becker
37ec659a8f
quitend warning
2011-06-29 07:21:56 +00:00
Ralf Becker
5e05030629
fixed attachments lost when converting email to infolog, is_uploaded_file check in egw_vfs::copy_uploaded need to be switched off (plus improved logging)
2011-06-29 07:00:09 +00:00
Ralf Becker
05a3ccb320
dont load cfs for template from stylite app
2011-06-28 20:47:35 +00:00