Ralf Becker
b1e06f01df
fix for 5.4 PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix
2012-07-20 16:31:10 +00:00
Ralf Becker
931ad68b8f
* InfoLog: remove accidently backported preferences, not used in 1.8
2012-07-20 09:04:45 +00:00
Ralf Becker
4f419c4b9c
Changelog for 1.8.004.20120718
2012-07-18 17:53:43 +00:00
Ralf Becker
a460298fb9
backported xml-import/export from trunk, as it works a lot better then version in 1.8
2012-07-18 17:51:09 +00:00
Ralf Becker
bf9aaf6545
if dir is not writable, download xet file
2012-07-18 17:49:24 +00:00
Ralf Becker
5b46ac1677
* Admin/Setup: fixing high memory usage in registering all hooks
2012-07-18 10:35:09 +00:00
Ralf Becker
f6541b66a7
slightly different expand-property report requested from OS X 10.6.8 iCal requests properties from DAV namespace not explicitly specified
2012-07-17 15:18:09 +00:00
Ralf Becker
a00026ba4c
fixed 5.4 PHP Warning: Illegal offset type
2012-07-17 14:09:08 +00:00
Ralf Becker
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
Ralf Becker
52db5c23fc
* Addressbook: fixed not working resize or conversation of non-jpeg images in newer php versions
2012-07-17 13:17:57 +00:00
Ralf Becker
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
Ralf Becker
48f36b99f5
fix returned xml for correct expansion is empty
2012-07-15 09:55:25 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
cce69f4841
fixed PHP Strict Standards: Only variables should be assigned by reference
2012-07-14 07:44:48 +00:00
Ralf Becker
f5ce49318a
fixed PROPFIND did not return additional properties if path contained special chars like ? or #
2012-07-13 15:56:17 +00:00
Ralf Becker
2bfa5feab4
if request URI contains a full url, remove schema and domain
2012-07-11 17:45:52 +00:00
Ralf Becker
2537882598
removed not used php files from lang-directory
2012-07-11 09:50:32 +00:00
Klaus Leithoff
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
Klaus Leithoff
bb6cf03bc8
removing trailing whitespace
2012-07-10 14:42:37 +00:00
Ralf Becker
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
Klaus Leithoff
1eecbfa74f
* email: improve the handling of addresses in edit of vacationnotice (SIEVE)
2012-07-09 08:38:20 +00:00
Ralf Becker
63a95f58d3
allow to use default host, but give a dn and pw
2012-07-05 07:25:19 +00:00
Klaus Leithoff
81996d0321
finetuning on acl-management
2012-07-03 12:18:51 +00:00
Klaus Leithoff
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
Ralf Becker
36f334dcff
limit IE hack (no attachment in Content-disposition header) to IE < 9
2012-07-03 09:33:58 +00:00
Ralf Becker
146dba095f
invalidate categories cache after DB restore
2012-07-03 08:18:44 +00:00
Ralf Becker
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
Ralf Becker
77d39f184e
fixed 5.4 PHP Warning: Illegal string offset 'start' or 'end'
2012-07-02 08:19:58 +00:00
Ralf Becker
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
Ralf Becker
0749e9fb79
docu update
2012-06-29 09:06:16 +00:00
Ralf Becker
7f9923d780
create valid SQL, even if account has for whaterver reason no group-memberships
2012-06-28 16:40:21 +00:00
Ralf Becker
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
Ralf Becker
43ff60d8a4
fixed warning "implode(): Invalid arguments passed"
2012-06-24 06:05:02 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
688e4c59d1
Changelog for 1.8.004.20120613
2012-06-13 07:40:30 +00:00
Klaus Leithoff
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
Klaus Leithoff
4b6f5093ab
try to switch off autocompletion of usernames and passwords, when handling mail-profiles
2012-06-06 13:28:50 +00:00
Klaus Leithoff
b9bf671a18
try to switch off autocompletion of usernames and passwords, when handling user defined mail-profiles
2012-06-06 13:19:32 +00:00
Christian Binder
f4de82ada9
fixed no more working notificationpopup due to changed fieldnames in egw_access_log table
2012-06-06 08:49:32 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
7c5f6b7c4b
* API: support windows-1256 via iconv and prefer iconv for windows-1252 too
2012-06-04 11:58:59 +00:00
Ralf Becker
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
Klaus Leithoff
47642bf6fe
* Addressbook: fix for postgres error on advanced search in addressbook (Helpdesk 3421)
2012-06-01 13:00:32 +00:00
Ralf Becker
6c3213e284
Changelog for 1.8.004.20120530
2012-05-30 16:24:25 +00:00
Ralf Becker
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