Ralf Becker
60444db1f1
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
2009-03-20 09:00:55 +00:00
Ralf Becker
18372ab45e
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
2009-03-20 08:57:17 +00:00
Ralf Becker
b587bab7d1
"other docu update and removed an unnecessary (doublicate) condition"
2009-03-20 08:17:54 +00:00
Ralf Becker
f5015cf6e8
"fixed wrong class-name for $this->so"
2009-03-20 07:55:22 +00:00
Ralf Becker
55d2aaa3ee
Implemented symlinks for eGW's VFS:
...
- sqlfs can store now symlinks (implements symlink and readlink)
- vfs resolves symlinks before calling a mounted stream-wrapper
--> symlinks can be between different mount-points
- filemanger can create symlinks and follows them
- etemplate vfs_widget displays symlinks (to be improved)
Happy testing :-)
2009-03-19 20:12:35 +00:00
Ralf Becker
52db44fb83
make boetemplate::store_to_cache public (static) to call it from xul_io
2009-03-19 12:06:49 +00:00
Klaus Leithoff
0ca2692d17
improving error_log output on sendMDN
2009-03-18 12:29:32 +00:00
Klaus Leithoff
432798715a
fixing a problem with non numeric contact ids, while retrieving the distributionlist (reported by Benoit LORAND)
2009-03-18 09:31:11 +00:00
Klaus Leithoff
ae752edf13
... forgot to change variablenames in the actual db select
2009-03-18 09:28:58 +00:00
Klaus Leithoff
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
Klaus Leithoff
38bf424a25
speeding up search, by using a view to retrieve the participants
2009-03-16 13:50:03 +00:00
Ralf Becker
85a93987a9
"etemplate_request class to store the request data in the filesystem
...
need to be explicitly enabled by setting: etemplate_request::$request_class = 'etemplate_request_files';"
2009-03-16 13:43:16 +00:00
Klaus Leithoff
ce1412d204
improving speed for the retrieval of the distributionlists
2009-03-16 13:14:44 +00:00
Klaus Leithoff
81a8b7dda9
making view typesafe, hardening view against sql-injection
2009-03-16 13:08:33 +00:00
Ralf Becker
6ef914fbbb
"using etemplate::$hooked instead of $GLOBALS['egw_info']['etemplate']['hooked']"
2009-03-16 13:00:45 +00:00
Ralf Becker
486a32e86d
Refractured eTemplate to use:
...
- the etemplate_request object which stores the request data in the
a) session (as before) or
b) compressed and encrypted in the form transmitted to the user
Benefit of b) is that the session does not grow and the form can
be submitted as long as the session exists, as we need no garbadge
collection. Of cause more data needs to be submitt between
browser and webserver. b) is choosen automatic if mcrypt and
gzcompress are available, but can be turned off via setting
etemplate_request::$request_class = 'etemplate_request_session';
- static class variables instead of the before used global ones
--> This new version of eTemplate is fully backward compatible with 1.6!
2009-03-16 12:58:24 +00:00
Ralf Becker
97126e417f
Make all methods of common class static, to allow an easiert use.
...
eg: $owner_label = common::grab_owner_name($uid);
2009-03-16 12:49:31 +00:00
Klaus Leithoff
67bfda1e3b
filtering for valid messages with the reponse of the IMAP Servers
2009-03-16 09:18:34 +00:00
Ralf Becker
b8f6481688
not longer used
2009-03-15 15:08:21 +00:00
Ralf Becker
01e2e1fa72
"removed extension of the accounts class, which is not used since r24948"
2009-03-13 12:55:40 +00:00
Ralf Becker
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
Ralf Becker
efb3189b49
"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:47:53 +00:00
Ralf Becker
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
Ralf Becker
df134f3588
"removed prefered phone marker \"♥\" from url, causing 9829 to be appended to the phone-number otherwise"
2009-03-12 11:41:58 +00:00
Klaus Leithoff
9ba0957ba5
improving speed for the retrieval ov the distributionlists
2009-03-12 09:06:10 +00:00
Ralf Becker
f61ffc2e5e
allow to pass $extra_cols parameter from get_rows to search
2009-03-11 12:14:15 +00:00
Klaus Leithoff
d313eb2daf
fixing various webdav problems, regarding pathbuilding
2009-03-09 12:23:47 +00:00
Klaus Leithoff
7d2491678d
dont use the outcome of titlecache (break) if id is an array
2009-03-09 11:07:22 +00:00
Klaus Leithoff
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
Klaus Leithoff
e4f6c3c488
conditional replace of all CarriageReturnLinefeeds, since, if it is done always, a sendmail looses its linebreaks
2009-03-09 10:43:25 +00:00
Ralf Becker
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
Ralf Becker
10e7a6ba21
"get default for query parameter of 'link-entry' working again and documented it (stoped working with patch fromRegis Leroy) "
2009-03-07 11:05:59 +00:00
Klaus Leithoff
023f3b6326
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-06 14:39:34 +00:00
Klaus Leithoff
1f8068eb52
dont use the titlecache if id is an array
2009-03-06 12:28:39 +00:00
Klaus Leithoff
29a622e641
handling mailing events: dont add groupmembers if they already rejected the event, or are the current user
2009-03-05 15:52:57 +00:00
Ralf Becker
a9830b0650
"fixing high minimize memory usage (important for huge number of accounts)"
2009-03-05 15:20:34 +00:00
Klaus Leithoff
6e0d963eb7
handling double-mailing to participants by checking the mailadress list before adding
2009-03-05 15:18:40 +00:00
Ralf Becker
dd41d422e9
"fixing high minimize memory usage (important for huge number of accounts)"
2009-03-05 15:17:45 +00:00
Klaus Leithoff
26555a065c
fixing 2 problems regarding the communication with a dovecotserver. CAPABILITIES and parseStructureCommonFields
2009-03-05 10:43:04 +00:00
Christian Binder
ca46d97abd
reset scroll position of egwpopup after OK
2009-03-04 20:50:06 +00:00
Ralf Becker
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
Ralf Becker
cfcbdc93f4
"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:40:28 +00:00
Christian Binder
77a80c0a93
german translation for notifications
2009-02-27 18:52:01 +00:00
Christian Binder
fd1109612c
fixed typo
2009-02-27 18:51:17 +00:00
Klaus Leithoff
832682620b
handling an error on unset props-array
2009-02-27 10:23:51 +00:00
Klaus Leithoff
44531c0e45
handling an error on unset props-array
2009-02-27 10:22:28 +00:00
Klaus Leithoff
3850ce1a63
giving a valid responsehaeder back if we get al malformed or missing url (PATH_INFO)
2009-02-27 10:05:15 +00:00
Ralf Becker
5e2ff3b54f
"fixed SQL error introduced by r26581:
...
Column 'account_id' in where clause is ambiguous
--> happens if account-repository is in ldap"
2009-02-27 08:47:10 +00:00
Ralf Becker
9083041e37
"show only active account in the addressbook (only for sql account repository)"
2009-02-26 14:58:55 +00:00
Ralf Becker
0b376f24b9
Fixed silent overwrite of existing files by new uploads.
2009-02-26 14:57:40 +00:00