Commit Graph

17860 Commits

Author SHA1 Message Date
f7a50ec383 * 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 08:51:48 +00:00
bfd686bbac * Fix SyncEvolution issue (community bug#2975) 2011-09-24 17:54:19 +00:00
be0b9bba4f fix fatal error, when getNamespace is giving a PEAR Error 2011-09-23 10:10:15 +00:00
99bcd1ef56 remove title-blur for same behavior after apply, as for opening the saved entry again 2011-09-21 15:07:53 +00:00
c6feba0985 silence error_log on failed connection: tell only on debug==true, as user should be told on ui in anycase 2011-09-21 11:08:41 +00:00
7ae0a2fda3 * email:caching structure information (per session by server and uid) and status (per server and folder per request) to reduce communication to imap-server with the goal of improved performance clientside and less querying the mailserver 2011-09-21 10:15:35 +00:00
1f10e743d4 * felamimail: improve connection handling regarding the validation of connections via expected responses 2011-09-21 09:33:04 +00:00
8f42df6881 * egw-pear: improve connection handling regarding the validation of connectionsvia expected responses 2011-09-21 09:24:13 +00:00
035aaa6134 * emailadmin: caching nameSpace information for the session to reduce communication to imap-server with the goal of improved performance clientside and less querying the mailserver 2011-09-21 09:06:04 +00:00
46bcd9c5ba * emailadmin: fix problem with UpperLowerCase User Names, use lower case usernames ONLY, when accessing / creating / updating mailboxes 2011-09-20 10:19:25 +00:00
c41b9f6d2c fixed no longer possible direct access/mount of VFS root via WebDAV after r36606 2011-09-19 11:40:18 +00:00
eb0d6b31bd * 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:17:15 +00:00
b14431ca4f Changelog for 11.1.20110919 2011-09-19 09:57:06 +00:00
3507f8a909 switching off output compression for Lighttpd and HTTPS, as it makes problems with TB Lightning 2011-09-16 15:34:51 +00:00
55dbf20c33 * calendar/addressbook/importexport/merge-print: introduction of a static function to fetch the export limit, and normalize the possible output: bo_merge::getExportLimit; apply new function to bo_mergen, nextmatch_widget, addressbook, calendar and importexport; introduction of an calendar export limit; introduction of hook to provide appspecific export_limit 2011-09-16 13:23:15 +00:00
8f9c8732e9 introduce register_single_app_hook and hook_exists to hook class 2011-09-16 13:08:14 +00:00
ee455dfa07 check if we are already trying to unlink the entry, to avoid an infinit recursion 2011-09-15 16:35:54 +00:00
7852b41fd6 * Filemanager/WebDAV: understand Windows7 modification time attribute and setting and returning is as vfs modification time 2011-09-15 12:19:10 +00:00
63a5682169 log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage 2011-09-13 11:29:57 +00:00
24c3797dba * Addressbook/LDAP: fixed country handling for mozillaOrgPerson schema, which has two distinct attributes for 2-letter code and arbitrary name 2011-09-13 10:36:30 +00:00
9037a6c039 making 1st param for custumfield_widget construct (ui) optional, to avoid warning 2011-09-13 08:39:24 +00:00
6038c002db fixed not shown navbar in configuration 2011-09-13 08:22:03 +00:00
791590bb31 is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 14:06:30 +00:00
74524a9be1 is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 13:28:14 +00:00
f861383d4a added requirement for php-xsl and php-tidy 2011-09-12 11:25:00 +00:00
1b05b82e20 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:05:51 +00:00
1d6f9f0bfe check if we can use the XSL extension, to not give a fatal error and rendering whole merge-print non-functional AND only keep tags, if XSL is available 2011-09-12 10:56:08 +00:00
fcb9320b54 adapt php memory limit on client call 2011-09-09 10:33:17 +00:00
11136b6e5b ensure accounts and group addressbooks are never private! 2011-09-09 06:36:51 +00:00
7c381ba855 added "progress"(-bar) widget to differ from image and using it in templates 2011-09-08 19:03:44 +00:00
2ca42ca7a9 method to set message 2011-09-08 13:02:56 +00:00
6a544af55b fixed typo causing search for group-members to fail for accounts in sql 2011-09-08 09:58:18 +00:00
975a8ade09 * API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts 2011-09-07 16:47:08 +00:00
3bdbeef5d6 Taming tidy - fixes extra line breaks, don't detect encoding. 2011-09-07 15:51:33 +00:00
434081d428 fix typo while saving to config 2011-09-07 09:49:19 +00:00
e86cb84e66 % should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent() 2011-09-07 08:41:26 +00:00
87202a42b1 * Filemanager: fixed not working rename of file, if path contains a # or ? 2011-09-07 07:48:24 +00:00
bced80f3f1 Changelog for 11.1.20110906 2011-09-06 09:54:43 +00:00
e7a27ea7c6 added check for tidy and xmlreader extension 2011-09-06 09:54:34 +00:00
9070d862ef revert r36436 again, as it breaks showing lists and enumerations without styles 2011-09-06 09:28:05 +00:00
c0fe61e4f4 Merged r35884 from trunk 2011-09-06 09:12:08 +00:00
36093fbd2a added missing semicolon to entity &#8203 and do an urldecode to get a nicer looking link 2011-09-06 07:42:08 +00:00
70e67eede3 deal with parsing of query parameters appending an "=" to "?download", accepting "?download=" too 2011-09-06 07:23:49 +00:00
78b7a1442d * Mergeprint uses tidy, if available, before atempting to convert html to office documents, requires now php-tidy 2011-09-06 06:27:07 +00:00
7540459b58 missing encoding of id 2011-09-06 06:23:54 +00:00
41c61e3979 backported from Nathan: Preserve text with styles inside lists, discard styles 2011-09-06 06:07:17 +00:00
cc80f295c6 Remove spans with no attributes, they're invisible and can cause invalid XML with linebreaks 2011-09-05 17:11:20 +00:00
b1cd53df74 Changelog for 11.1.20110905 2011-09-05 12:11:32 +00:00
c708b9ffc3 * Filemanager/WebDAV: #?+ and chinese characters working now in filenames 2011-09-05 10:29:11 +00:00
f48ab37187 fix typo and missing param for uilist::get_rows 2011-09-05 07:01:08 +00:00