Commit Graph

19982 Commits

Author SHA1 Message Date
296ad60cb0 use single sql query with join to acl table instead calling id2name for each account, as it is quicker and uses less memory 2012-07-17 14:08:40 +00:00
52db5c23fc * Addressbook: fixed not working resize or conversation of non-jpeg images in newer php versions 2012-07-17 13:17:57 +00:00
4df861dde7 * Calendar: fixed EGroupware owner got notified about status changes, even if email-notification preference was "never", now only external chairs get always notified 2012-07-17 12:37:27 +00:00
48f36b99f5 fix returned xml for correct expansion is empty 2012-07-15 09:55:25 +00:00
2787fd56d0 * CalDAV: expand-property reports queried by iCal from OS X 10.7.4
- expanded-group-member-set
- expanded-group-membership
- calendar-proxy-read-for
- calendar-proxy-write-for
Both calendar-proxy reports can be combined in one request, which is now also handled correct.
2012-07-15 09:17:12 +00:00
377033ea01 * Addressbook: backported config switch for history logging / delete prevention required for CardDAV to detect deleted contacts, also switch history logging on for new installs 2012-07-15 08:26:50 +00:00
2632e9d6b1 * Calendar: backported config switch for history logging / delete prevention required for CalDAV to detect deleted events 2012-07-15 08:00:29 +00:00
cce69f4841 fixed PHP Strict Standards: Only variables should be assigned by reference 2012-07-14 07:44:48 +00:00
f5ce49318a fixed PROPFIND did not return additional properties if path contained special chars like ? or # 2012-07-13 15:56:17 +00:00
2bfa5feab4 if request URI contains a full url, remove schema and domain 2012-07-11 17:45:52 +00:00
2537882598 removed not used php files from lang-directory 2012-07-11 09:50:32 +00:00
94cf7e00ae prevent marking a message as seen by using PEEK, when trying to gather information about an attachment; fix problem with dovecot ->too long argument<- 2012-07-10 14:47:53 +00:00
bb6cf03bc8 removing trailing whitespace 2012-07-10 14:42:37 +00:00
2a9cd3c875 * PostgreSQL: fixed SQL error using egw_db::unix_timestamp(): No function matches the given name and argument types 2012-07-10 13:51:28 +00:00
1eecbfa74f * email: improve the handling of addresses in edit of vacationnotice (SIEVE) 2012-07-09 08:38:20 +00:00
63a95f58d3 allow to use default host, but give a dn and pw 2012-07-05 07:25:19 +00:00
81996d0321 finetuning on acl-management 2012-07-03 12:18:51 +00:00
a66e6803e2 * email: manage acl table; show acl table for selected folder for first folder selected when clicking on ACL tab as first action; remove trailing whitespaced 2012-07-03 11:18:57 +00:00
36f334dcff limit IE hack (no attachment in Content-disposition header) to IE < 9 2012-07-03 09:33:58 +00:00
146dba095f invalidate categories cache after DB restore 2012-07-03 08:18:44 +00:00
65a8e891b3 chunk size for number of rows to query was far to low for huge tables like egw_history_log which can be a couple of million rows, backup took far to long 2012-07-03 07:06:29 +00:00
77d39f184e fixed 5.4 PHP Warning: Illegal string offset 'start' or 'end' 2012-07-02 08:19:58 +00:00
1379a5da45 * Admin/DB-Backup: querying only chunks for 100 rows, to not run into memory limit on huge tables 2012-06-30 15:19:40 +00:00
0749e9fb79 docu update 2012-06-29 09:06:16 +00:00
7f9923d780 create valid SQL, even if account has for whaterver reason no group-memberships 2012-06-28 16:40:21 +00:00
8196ee6594 * Filemanager/API: automatically decrement and store subquery depth limit, to work around different limits in different MySQL versions and configurations causing SQL error 2012-06-26 12:08:11 +00:00
43ff60d8a4 fixed warning "implode(): Invalid arguments passed" 2012-06-24 06:05:02 +00:00
dcee0a6aaf * Backup: fix sometimes not working restore (seems like an internal error in preg_match, causing Apache to run at 100% CPU never finishing) for php 5.3+ 2012-06-17 10:11:46 +00:00
5dd50b0ad1 do NOT instanciate tracking class by default: it is only used for (seldome) updates and stalls updates in setup sometimes (1.6 update) 2012-06-17 10:04:09 +00:00
ab2c4db97e moved to setup-cli, as post_install does not use date, but setup-cli does and ini_set does not work accross processes 2012-06-13 13:46:42 +00:00
688e4c59d1 Changelog for 1.8.004.20120613 2012-06-13 07:40:30 +00:00
bc0f8b2c57 * Api: use autocomplete=off on all etemplate password fields (not all browsers support that), to avoid filling in wrong passwords while administering 2012-06-06 15:13:19 +00:00
4b6f5093ab try to switch off autocompletion of usernames and passwords, when handling mail-profiles 2012-06-06 13:28:50 +00:00
b9bf671a18 try to switch off autocompletion of usernames and passwords, when handling user defined mail-profiles 2012-06-06 13:19:32 +00:00
f4de82ada9 fixed no more working notificationpopup due to changed fieldnames in egw_access_log table 2012-06-06 08:49:32 +00:00
24373c34be * InfoLog/CalDAV: set status of new tasks to NEEDS-ACTION (not started), if client does not specify a status or completion (was set to DONE before) 2012-06-05 15:19:11 +00:00
1f4a92672d applied fix proposed on devel list, working around "PHP Warning:
Parameter 1 to boinfolog::write() expected to be a reference, value given"
2012-06-05 07:04:37 +00:00
7c5f6b7c4b * API: support windows-1256 via iconv and prefer iconv for windows-1252 too 2012-06-04 11:58:59 +00:00
b2f5513132 * LDAP: allow to specify multiple (space-separated) ldap URLs (eg. "ldap1 tls://ldap2")
added parameter to constructor to throw exceptions instead of echoing error-messages and returning false on ldapConnect
2012-06-04 08:04:04 +00:00
47642bf6fe * Addressbook: fix for postgres error on advanced search in addressbook (Helpdesk 3421) 2012-06-01 13:00:32 +00:00
6c3213e284 Changelog for 1.8.004.20120530 2012-05-30 16:24:25 +00:00
5b1d72c25d * Timesheet: if linked via ProjectManager, behave identical as if project was set in own GUI, fixed setting project to none to also unset project-title and blur 2012-05-30 08:28:25 +00:00
e381f2a53a * Fix country name issue during SyncML slowsync (community bug #3146) 2012-05-23 08:53:53 +00:00
991f0e3ba4 * Calendar: order search for events to link with by startdate descending 2012-05-22 17:08:36 +00:00
f686c8c2b2 fix broken delete in userdefined eMail Account/Profile/Identities list, when italian language is selected 2012-05-22 07:29:25 +00:00
55807585af fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 14:09:30 +00:00
dcec7b9377 fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 10:59:33 +00:00
44e5da3c2c fixed PHP 5.4 Warning: Illegal string offset "name" on line 793 2012-05-21 10:02:45 +00:00
d42726cce0 fixed not working connect+login through Net_Sieve constructor: missing options parameter 2012-05-18 12:49:45 +00:00
4b86cc1931 missing ms office 2007/10 mime types, thanks to frank.vanbrussel-at-de8.be, plus changes from trunk/epl-11.1 2012-05-16 06:08:02 +00:00