Klaus Leithoff
110ffa9110
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
2011-09-26 10:01:46 +00:00
Klaus Leithoff
e655d67c97
* API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change)
2011-09-26 09:11:13 +00:00
Jörg Lehrke
9bcac1f034
* Fix SyncEvolution issue (community bug#2975)
2011-09-24 17:54:02 +00:00
Klaus Leithoff
72b234398a
fix fatal error, when getNamespace is giving a PEAR Error
2011-09-23 10:16:03 +00:00
Ralf Becker
3d57038c0e
remove title-blur for same behavior after apply, as for opening the saved entry again
2011-09-21 15:08:12 +00:00
Klaus Leithoff
9e7ddcebaf
silence error_log on failed connection: tell only on debug==true, as user should be told on ui in anycase
2011-09-21 11:13:02 +00:00
Klaus Leithoff
2d303d366a
* felamimail: improve connection handling regarding the validation of connections via expected responses
2011-09-21 09:52:00 +00:00
Klaus Leithoff
e6df83be65
* egw-pear: improve connection handling regarding the validation of connectionsvia expected responses
2011-09-21 09:24:18 +00:00
Klaus Leithoff
643dcfa834
* emailadmin: caching nameSpace information for the request to reduce communication to imap-server with the goal of improved performance clientside and less querying the mailserver
2011-09-21 09:06:24 +00:00
Klaus Leithoff
a0c437a23e
* emailadmin: fix problem with UpperLowerCase User Names, use lower case usernames ONLY, when accessing / creating / updating mailboxes
2011-09-20 10:20:56 +00:00
Ralf Becker
cb2a317922
fixed no longer possible direct access/mount of VFS root via WebDAV after r36606
2011-09-19 11:40:47 +00:00
Klaus Leithoff
06f84a1205
* addressbook/csv-import: fix/enable update of account - userdata when accounts are stored with ldap. If the condition is on account_id, we supplement the condition with owner=0 (this is needed to correctly determine the storage engine (ldap/sql) for accounts); we strongly recomment NOT to try to use this for adding accounts: use admin import definitions for that task
2011-09-19 10:29:23 +00:00
Ralf Becker
a79e748ac2
switching off output compression for Lighttpd and HTTPS, as it makes problems with TB Lightning
2011-09-16 15:35:08 +00:00
Ralf Becker
fb12d54854
check if we are already trying to unlink the entry, to avoid an infinit recursion
2011-09-15 16:36:11 +00:00
Ralf Becker
926ffc1688
* Filemanager/WebDAV: understand Windows7 modification time attribute and setting and returning is as vfs modification time
2011-09-15 12:19:33 +00:00
Klaus Leithoff
d35dcaa295
log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage
2011-09-13 11:30:46 +00:00
Klaus Leithoff
ef6bc0949a
making 1st param for custumfield_widget construct (ui) optional, to avoid warning
2011-09-13 08:40:23 +00:00
Klaus Leithoff
7b0942d998
* eMail: is_a compatibility vs. php5.3.8 resolving to instanceof operator
2011-09-12 15:26:38 +00:00
Klaus Leithoff
711280c17e
remove class no longer used
2011-09-12 15:01:12 +00:00
Klaus Leithoff
018e32601f
is_a compatibility vs. php5.3.8 resolving to instanceof operator
2011-09-12 13:31:56 +00:00
Ralf Becker
346b580e25
Do NOT move start- and end-date, to the earliest exception, as they will NOT be found in CalDAV or ActiveSync, because
...
we only recognice recuring events which start before or in the current timerange and end in or after it or have no end-date.
--> give an error message, as it is a debuging/support nightmare, if this gets silently fixed when reading events.
No idea how this situation (exceptions before startdate) can be created anyway.
2011-09-12 11:06:38 +00:00
Klaus Leithoff
6a22da856b
adapt php memory limit on client call
2011-09-09 10:49:13 +00:00
Ralf Becker
b52ba62441
ensure accounts and group addressbooks are never private!
2011-09-09 06:37:07 +00:00
Ralf Becker
c416620538
fixed typo causing search for group-members to fail for accounts in sql
2011-09-08 09:58:32 +00:00
Ralf Becker
714d13e8b6
* API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts
2011-09-07 16:54:55 +00:00
Klaus Leithoff
1f1e800503
fix typo while saving to config
2011-09-07 09:49:23 +00:00
Ralf Becker
cb07322b65
% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()
2011-09-07 08:42:05 +00:00
Ralf Becker
0910460a30
* Filemanager: fixed not working rename of file, if path contains a # or ?
2011-09-07 07:48:41 +00:00
Ralf Becker
9cf15b6b01
added check for xmlreader extension
2011-09-06 09:55:23 +00:00
Ralf Becker
2994241a75
Changelog for 10.1.20110905
2011-09-05 13:58:26 +00:00
Ralf Becker
e92d637522
* Filemanager/WebDAV: #?+ and chinese characters working now in filenames
2011-09-05 13:57:35 +00:00
Ralf Becker
7f91228840
* WebDAV: allow locking of not (yet) existing files to create them
...
- failed before as there are no write-rights for not existing files
- now we check for not existing files the write rights of the parent directory
2011-08-30 17:04:20 +00:00
Klaus Leithoff
32ba7803f3
have edit.xet renewed; handle onclick event in addressbook view mode for name popup for IE9
2011-08-29 12:55:10 +00:00
Klaus Leithoff
64167c1422
fix bug regarding the deletion of all rows, when removing an address from mail compose form, when more than 4 addresses where in the list. Reason: remaining Address rows have been set to height 0, instead of defaulting to a defaultvalue, when reading the value of clientHeight of the first row in the list failed
2011-08-29 08:45:24 +00:00
Ralf Becker
d10b19485e
* WebDAV: fix for Netdrive to work correct with non-ascii chars like German umlauts
...
- unfortunatly Netdrive uses no User-Agent header, so we can only detect it on the absense of one
- we use now rawurlencode with replacing / and : afterwards, instead of the minimal version, which is the default
2011-08-27 10:53:55 +00:00
Ralf Becker
a13283e39d
backported r33878, r33880 from Nathan to display supported fileformats in addressbook prefs
2011-08-26 10:09:23 +00:00
Klaus Leithoff
d6574654c1
fix problem with double encoding html special chars (introduced with rev36143)
2011-08-26 08:37:12 +00:00
Klaus Leithoff
364483c8df
* API: taking care of sorting AND filtering by customfields with names containing whitespace; (best way to deal with this issue, is not using whitespace in your customfield names at all)
2011-08-22 14:46:23 +00:00
Klaus Leithoff
5bf2707534
* calendar/holidays: fix charset for japanese holidays
2011-08-22 14:32:30 +00:00
Klaus Leithoff
534a30cdc1
* API: take care of INNODB and STRICT_TRANS_TABLES for recent mysql installations
2011-08-22 10:18:40 +00:00
Klaus Leithoff
394ad22822
* API: decodeMailHeader handle nested encoding for imap_mime_header_decode
2011-08-18 15:02:41 +00:00
Ralf Becker
2fc71002d7
fixed grid in cf widget displays border, if options are set
2011-08-18 09:26:43 +00:00
Klaus Leithoff
32d53cdd43
* email: fix for missing style color:red in notification messages
2011-08-17 13:26:58 +00:00
Ralf Becker
3db33a7337
changed table-plugins to be compatible with 11.1 or trunk
2011-08-17 11:33:15 +00:00
Ralf Becker
0be7e83cf1
Changelog for 10.1.20110816
2011-08-16 13:35:15 +00:00
Ralf Becker
5ca774e85a
url need to run throught htmlspecialchars too (like every attribute in html markup), eg. "x®_id=" fails otherwise
2011-08-16 11:45:51 +00:00
Ralf Becker
709ecc35d7
* Calendar: not using freebusy rights for searching calendar, as it would allow to probe for event contents
...
- optimised private event filter for searching to not query private grants (again) from database
2011-08-16 10:22:05 +00:00
Ralf Becker
a3c1e26151
added update from 1.8.002
2011-08-11 19:03:13 +00:00
Ralf Becker
3b892f06eb
fixed Warning: DateTime::modify(): Failed to parse time string (1234.5 second) at position 7 (s): The timezone could not be found in the database, caused by second fraction
2011-08-11 08:42:12 +00:00
Ralf Becker
320861f455
quietend PHP Warning: explode() expects parameter 2 to be string, array given on line 313
2011-08-11 07:42:11 +00:00