Commit Graph

21578 Commits

Author SHA1 Message Date
Ralf Becker
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
Klaus Leithoff
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
Klaus Leithoff
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
Klaus Leithoff
945f256e1b preset font span, omit empty style elements completely 2013-02-22 09:33:40 +00:00
Klaus Leithoff
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
Ralf Becker
9240fe6970 * Calendar: moving an event series is not preserving participants (gave error there are not participants) 2013-02-21 16:29:32 +00:00
Nathan Gray
54b8d92514 Fix import no longer working 2013-02-21 15:36:30 +00:00
Ralf Becker
deebea348c * Calendar: copying of events now preservs quantity of resources 2013-02-21 15:21:39 +00:00
Ralf Becker
311fc15884 * EMailAdmin: support for new qmailLdap schema using mailQuotaSize instead of mailQuota 2013-02-21 14:57:31 +00:00
Klaus Leithoff
acfb3cce70 fixing/handling problem for setting (possible obsolet) ACL rights D and C 2013-02-21 14:13:08 +00:00
Ralf Becker
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
Ralf Becker
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
Klaus Leithoff
6dcc354174 broken lang within ACL Management 2013-02-21 10:15:08 +00:00
Ralf Becker
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
Ralf Becker
4be1ca297b ignore . and .., as it gives an open_basedir warning, it is no application directory anyway 2013-02-21 06:32:51 +00:00
Klaus Leithoff
ed6f2ec6f1 small translation glitch - patch provided by A.Messina 2013-02-20 14:40:16 +00:00
Ralf Becker
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
Jörg Lehrke
83ede51156 Fix vCard field mapping during import (cummunity bug #3208) 2013-02-19 20:00:32 +00:00
Ralf Becker
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
Ralf Becker
3fef2a413e merged translations from trunk 2013-02-18 15:56:45 +00:00
Ralf Becker
967eaefcc1 new english phrases 2013-02-18 15:51:58 +00:00
Klaus Leithoff
4653d0ed38 add new images to visualize that a folder may not be selectable 2013-02-18 08:29:12 +00:00
Ralf Becker
15a66aa7e1 include unsuccessfull session creation and reason in debug logging 2013-02-15 16:16:18 +00:00
Klaus Leithoff
0d5aab2b6c attempt to handle preformatting of html correctly on compose 2013-02-15 13:04:50 +00:00
Klaus Leithoff
0dcd5dbe5c * eMail: fix embedded picture to large bug on compose; suggested solution from M.Dell Ambrogio 2013-02-14 09:32:16 +00:00
Klaus Leithoff
33aac37741 add new images to visualize that a folder may not be selectable 2013-02-13 13:57:35 +00:00
Klaus Leithoff
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
Nathan Gray
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
Nathan Gray
b62262b566 Put folder tree into the sidebox using new parent_node attribute 2013-02-13 11:33:53 +00:00
Nathan Gray
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
Nathan Gray
6949040f86 Avoid errors if _value is null / undefined 2013-02-13 09:49:43 +00:00
Nathan Gray
54b1fb9ce4 Fix set_Value() -> set_value() 2013-02-13 09:23:33 +00:00
Nathan Gray
98fb6cf00e Add reference to documentation so we can find it easier next time 2013-02-13 09:05:16 +00:00
Nathan Gray
28a4c7c3c1 Implement set_Value() for labels 2013-02-13 09:04:17 +00:00
Nathan Gray
1f86de58c8 Get message update working 2013-02-13 09:03:28 +00:00
Klaus Leithoff
af0a3d1218 only fetch subscribed folders 2013-02-12 17:53:38 +00:00
Klaus Leithoff
bd52ed3756 changeFolder stuff, triggered by javascript directly 2013-02-12 17:48:04 +00:00
Ralf Becker
87373194f0 purging know uids send by client, if not contained in current request 2013-02-12 16:47:16 +00:00
Nathan Gray
f2fc558e19 - Add static methods to get into etemplate2 widget context from outside. Call etemplate2.getByApplication(app) or etemplate2.getByTemplate(name) for a list of etemplate2 objects
- Add register_app_refresh() function to allow applications to specify a more intelligent way to refresh them
- Change egw_refresh() to call registered refresh function, or if etemplate2 is available try that over reloading the whole page
2013-02-12 15:46:14 +00:00
Ralf Becker
8f7f719fab create unaccessible / not returned folders on the fly 2013-02-12 15:10:50 +00:00
Klaus Leithoff
a24508fa34 further improvements on folder tree 2013-02-12 14:30:58 +00:00
Ralf Becker
734f495039 fixes for building json folder structure 2013-02-12 13:59:39 +00:00
Klaus Leithoff
c63a63cf23 failing to set the required structure for dhtmlxtree 2013-02-12 13:01:43 +00:00
Klaus Leithoff
e50ac5b40d sidebar stuff 2013-02-12 08:28:04 +00:00
Klaus Leithoff
f8581b8807 lots of stuff to create the foldertree 2013-02-11 17:05:29 +00:00
Nathan Gray
9181d6c526 Only do fancy parsing for category tree 2013-02-11 15:16:23 +00:00
Ralf Becker
2a03b988d2 without --topfolder-- 2013-02-11 13:44:28 +00:00
Ralf Becker
359386c084 some foldertree stuff, working at least with old etemplate 2013-02-11 13:41:07 +00:00
Ralf Becker
2953f33146 some foldertree stuff, working at least with old etemplate 2013-02-11 13:40:58 +00:00
Klaus Leithoff
e2c001f442 to debug 2013-02-11 13:04:49 +00:00