Commit Graph

21594 Commits

Author SHA1 Message Date
a9ea8adfc0 * Calendar/CalDAV: fixed iCal import of recurring events to convert (not understood) yearly byday to monthly byday with interval 12 and daily byday to weekly byday, also fixed of by one error in enddate 2013-02-28 17:01:12 +00:00
24f4dd1bce * Etemplate/Addressbook: switch off client side email address validation as browser rule set seems to be more restrictive than rfc822 rules suggests; implement better rfc822 compliant email address validation 2013-02-28 15:26:07 +00:00
64f80a33ac * eMail: increase fontsize by 10% for compose in plain text (textarea) 2013-02-28 13:31:24 +00:00
68176a0276 * Calendar/CalDAV: fixed iCal parser calculating recurrence-enddate from COUNT parameter, taking into account BY* rules (RRULE:FREQ=WEEKLY;COUNT=4;BYDAY=Mo,Mi runs just 2 weeks!) 2013-02-27 14:35:36 +00:00
a56a64c277 do not try to break out of egw server root when iterating over all apps 2013-02-26 15:54:26 +00:00
c8066b4817 handle applemail multipart with no alternative as MIXED; do not fail on getStructure if there is no OK, but empty and a structure response is present 2013-02-26 12:52:01 +00:00
161269430e Changelog for 11.1.20130226 2013-02-26 08:58:28 +00:00
58c4ec7717 no more querying of recurrences for etag of series master, as all update methods now update modification time of series master for recurrenc-exceptions 2013-02-26 08:49:21 +00:00
dcbabf8387 error-handler to throw recoverable errors (eg. catchable fatal error from type hinting) as ErrorException 2013-02-25 14:37:06 +00:00
dbcf95d5f9 * Calendar: create index on egw_cal.cal_reference to speed up etag generation of recuring events 2013-02-25 12:09:08 +00:00
1991d3ae5f Changelog for 11.1.20130225 2013-02-25 11:31:25 +00:00
0e957053dc * CalDAV/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events 2013-02-25 11:18:32 +00:00
c6cb7196dc fixed wrong call name2id to get account_lid of owner, causing lot of database access and returning nothing, as account_id for given 2013-02-25 10:31:14 +00:00
c6398686f5 ignore "broken" grants (eg. negative account_id for a user), as they lead to further errors (no members) 2013-02-25 09:49:29 +00:00
4c646d8e19 handling format flowed 2013-02-25 09:12:29 +00:00
6277192677 Preference organisation 2013-02-22 18:58:59 +00:00
c85821f41d * WebDAV/CalDAV/CardDAV: implemented support for clients sending passwords with non-ascii chars (eg. acents or umlauts) in iso-8859-1 instead utf-8: Firefox, Thunderbird, IE, Netdrive 2013-02-22 13:32:48 +00:00
d695929880 use monospace fontstyle for plaintext edit; preserve whitespace (horizontal AND vertical) if mail is plaintext (not containing any html) 2013-02-22 10:59:31 +00:00
8b740d21ff omit unit, when no size is given; display unit to the user, so he knows what he is selecting 2013-02-22 09:46:31 +00:00
945f256e1b preset font span, omit empty style elements completely 2013-02-22 09:33:40 +00:00
8fef5d106d * Addressbook: fix problem regarding deleted entries found in org_view, when type filter is set to all 2013-02-21 17:02:44 +00:00
9240fe6970 * Calendar: moving an event series is not preserving participants (gave error there are not participants) 2013-02-21 16:29:32 +00:00
54b8d92514 Fix import no longer working 2013-02-21 15:36:30 +00:00
deebea348c * Calendar: copying of events now preservs quantity of resources 2013-02-21 15:21:39 +00:00
311fc15884 * EMailAdmin: support for new qmailLdap schema using mailQuotaSize instead of mailQuota 2013-02-21 14:57:31 +00:00
acfb3cce70 fixing/handling problem for setting (possible obsolet) ACL rights D and C 2013-02-21 14:13:08 +00:00
8d5a2967e6 change default font unit for new installs to "pt" and fixed not set font-size in email 2013-02-21 13:23:52 +00:00
3bc4888f1b * Preferences/all apps: allow to specify font size unit of richtext editor: either "px" display pixels or "pt" as used in word processing 2013-02-21 11:33:42 +00:00
6dcc354174 broken lang within ACL Management 2013-02-21 10:15:08 +00:00
9dfd92813a * Preferences/EMail: if user changed password, update password in session correct, so eg. EMail using that password keeps working 2013-02-21 09:44:56 +00:00
4be1ca297b ignore . and .., as it gives an open_basedir warning, it is no application directory anyway 2013-02-21 06:32:51 +00:00
ed6f2ec6f1 small translation glitch - patch provided by A.Messina 2013-02-20 14:40:16 +00:00
6b4c017aba * Filemanager: removing extended ACL for groups was not immediatly reflected in rights of current user, had to log out and in again 2013-02-20 13:59:51 +00:00
83ede51156 Fix vCard field mapping during import (cummunity bug #3208) 2013-02-19 20:00:32 +00:00
34afa59041 * SiteMgr: sitewide config to allow proxys and CDNs caching of anonymous requests (Expires and Cache-Control header)
apps can now enable public caching by either setting $GLOBALS[egw_info][flags][nocachecontrol] to "public" (default php.ini session.cache_expire) or a numeric value in seconds, or call egw_session::cache_control()
2013-02-19 15:40:32 +00:00
3fef2a413e merged translations from trunk 2013-02-18 15:56:45 +00:00
967eaefcc1 new english phrases 2013-02-18 15:51:58 +00:00
4653d0ed38 add new images to visualize that a folder may not be selectable 2013-02-18 08:29:12 +00:00
15a66aa7e1 include unsuccessfull session creation and reason in debug logging 2013-02-15 16:16:18 +00:00
0d5aab2b6c attempt to handle preformatting of html correctly on compose 2013-02-15 13:04:50 +00:00
0dcd5dbe5c * eMail: fix embedded picture to large bug on compose; suggested solution from M.Dell Ambrogio 2013-02-14 09:32:16 +00:00
33aac37741 add new images to visualize that a folder may not be selectable 2013-02-13 13:57:35 +00:00
5337cc83d2 some wrapper functions to retrieve the label of a selected node, and to retrieve the selected node itself 2013-02-13 12:50:18 +00:00
33e94d355c Fix app_refresh to support applications that set window.app_refresh instead of calling register_app_refresh() 2013-02-13 12:47:17 +00:00
b62262b566 Put folder tree into the sidebox using new parent_node attribute 2013-02-13 11:33:53 +00:00
ce4805ead6 Define parent_node property that allows widgets to be displayed in a specific DOM node, other than where it would go according to the template 2013-02-13 11:21:24 +00:00
6949040f86 Avoid errors if _value is null / undefined 2013-02-13 09:49:43 +00:00
54b1fb9ce4 Fix set_Value() -> set_value() 2013-02-13 09:23:33 +00:00
98fb6cf00e Add reference to documentation so we can find it easier next time 2013-02-13 09:05:16 +00:00
28a4c7c3c1 Implement set_Value() for labels 2013-02-13 09:04:17 +00:00