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
Jörg Lehrke
e381f2a53a
* Fix country name issue during SyncML slowsync (community bug #3146 )
2012-05-23 08:53:53 +00:00
Ralf Becker
991f0e3ba4
* Calendar: order search for events to link with by startdate descending
2012-05-22 17:08:36 +00:00
Klaus Leithoff
f686c8c2b2
fix broken delete in userdefined eMail Account/Profile/Identities list, when italian language is selected
2012-05-22 07:29:25 +00:00
Ralf Becker
55807585af
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 14:09:30 +00:00
Ralf Becker
dcec7b9377
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 10:59:33 +00:00
Ralf Becker
44e5da3c2c
fixed PHP 5.4 Warning: Illegal string offset "name" on line 793
2012-05-21 10:02:45 +00:00
Klaus Leithoff
d42726cce0
fixed not working connect+login through Net_Sieve constructor: missing options parameter
2012-05-18 12:49:45 +00:00
Ralf Becker
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
Ralf Becker
a944ca541a
Changelog for 1.8.004.20120515
2012-05-15 17:04:34 +00:00
Ralf Becker
92266de8f9
* Addressbook: fixed not working changing of organisation members
2012-05-15 15:55:30 +00:00
Ralf Becker
31e1d1d171
fixed only partially translated alarms
2012-05-15 14:42:21 +00:00
Ralf Becker
f8849749a5
* InfoLog: if searching do not suppress sub-entries (user preference "List no subs/childs" set)
2012-05-15 14:28:03 +00:00
Ralf Becker
ba944c0619
translating status-label now when the get used, to allow calendar_boupdate::_get_event_details() use language of to notify user
2012-05-15 13:33:14 +00:00
Ralf Becker
a7f40cc50d
* Calendar: notification always use language of current user, not of user to notify
2012-05-15 12:51:31 +00:00
Ralf Becker
9c8f261a04
* AsyncServices/Calendar: when multiple alarms / async jobs run at same time, they send mail with from address of first alarm/job
...
caused by ExecMethod re-using objects instanciated in $GLOBALS, which get now unset when user-context needs to change because async job runs under different user
2012-05-15 12:16:47 +00:00