Commit Graph

21858 Commits

Author SHA1 Message Date
Klaus Leithoff
1405474161 use cache invalidation on inital read before edit too; add missing translations 2013-04-25 14:34:51 +00:00
Klaus Leithoff
682e33c68a * Addressbook/Export: fix fatal error regarding order by for postgresql on addressbook export 2013-04-25 09:47:50 +00:00
Klaus Leithoff
4579b7dd79 * eMail: handle Focus Issues (browser pops in front when in background on mail list refresh)
> make use of document.hidden or document.msHidden or document.webkitHidden; if browsers do not support these use old behavior
2013-04-24 12:15:10 +00:00
Klaus Leithoff
15c251ba73 * eMail: handle problem popup foldertree does not show subfolders of folders with umlauts 2013-04-24 09:59:09 +00:00
Nathan Gray
6e2df01d29 Change ODS file line break tag from <text:line-break> to </text:p><text:p> so it works in LibreOffice 2013-04-23 14:11:43 +00:00
Ralf Becker
92971476e3 invalidate account, before reading it, to code with changed to DB or LDAP outside EGw 2013-04-23 13:47:43 +00:00
Ralf Becker
93576a8bd0 remove echo of error-message of failed ldap connection, it scares users when flushing cache in setup 2013-04-23 13:31:03 +00:00
Klaus Leithoff
0daf34ae79 * eMail: reintroduce the ability to set a identity as default;(available only for userDefinedAccounts=false); userDefinedAccounts=true are not longer allowed to save a profile without host as active 2013-04-23 07:38:55 +00:00
Klaus Leithoff
1d167b8662 handle focus issue only for IE 2013-04-23 07:36:56 +00:00
Nathan Gray
9366bced65 Load applications translations for header check, add field name to invalid user warning 2013-04-22 15:07:54 +00:00
Klaus Leithoff
70f4343fcf reintroduce r23367 (setFocus capability) and r29752 (oversized events) 2013-04-18 13:25:36 +00:00
Klaus Leithoff
894de23e69 * Calendar/DragDrop: Add drag n drop capability for IE Version >=10;
update wz_dragdrop js library from Walter Zorn from Version 4.87 to v. 4.91
2013-04-18 12:28:07 +00:00
Klaus Leithoff
c96af1e0b7 * eMail/IMAP-API: trying to recover when fetching mailheaders, but resultset retrieved does not match the expected amount of message headers 2013-04-15 15:09:13 +00:00
Ralf Becker
ed1f368a59 allways using filemtime for timestamps appended to urls to force loading of current version, as mixed use of file{c,m}time causes wired errors due to double loading eg. on OS X where they are different 2013-04-13 07:17:57 +00:00
Klaus Leithoff
7ae00ad8a2 temporary solution/hack to fix the false loading of activesync stuff, even as we may not need it for ui but trying to load it blocks the mail app 2013-04-12 08:10:04 +00:00
Klaus Leithoff
731cee5661 translation for forwarding help text 2013-04-09 11:30:52 +00:00
Klaus Leithoff
63fbd4395b * eMail: handle not checked keep local copy on message forward when no mailaddress is set; make clear not keeping a copy means: FORWARD ONLY for the mailbox in question 2013-04-09 11:24:33 +00:00
Klaus Leithoff
98aa3cdb3b * eMail: fix problem with signature change on html with styles (left over style fragments) 2013-04-08 14:00:25 +00:00
Klaus Leithoff
853adeb619 * eMail: handle focus problem experienced under IE10 (single BrowserInstance) for forward 2013-04-08 13:02:21 +00:00
Klaus Leithoff
d4f4b518fa * API: introduce optional parameter to pass java script to be executed after CKEDITOR instance ready 2013-04-08 12:51:10 +00:00
Klaus Leithoff
0a2551f432 fix obsolet signature from prefs 2013-04-08 12:25:57 +00:00
Ralf Becker
4d711ddced allow to change mail domain 2013-04-05 14:26:03 +00:00
Ralf Becker
061c5d4b07 mass account de/activation or quota setting 2013-04-05 13:12:32 +00:00
Klaus Leithoff
24266a2bb5 * eMail: handle IE10 focus issue (open attachment link on list view; multiple select on list view) when on single BrowserInstance 2013-04-05 12:12:02 +00:00
Ralf Becker
127a8d2bbf fixed typo in cache-control header, causing pages not getting cached, if clients used it in favor of Expires header 2013-04-05 10:24:29 +00:00
Ralf Becker
dca3ece7a6 * InfoLog/CalDAV: fixed initial sync of more then 60 contacts created doublicates (no REPORT filters were used) 2013-04-04 15:12:56 +00:00
Nathan Gray
e4110be5ae Add context menu link to filemanager 2013-04-04 14:30:36 +00:00
Ralf Becker
55ea0ef426 same for rules, eg. rejection mail can be multiple lines too 2013-04-04 13:55:03 +00:00
Ralf Becker
5cb0c8c2e0 * EMail: fixed not working update of vacation notice using IE 10 and show a failure or success message 2013-04-04 13:39:57 +00:00
Klaus Leithoff
56fea2103e * API/eMail/HTMLawed/CKEditor: tidy eats away even some wanted whitespace, so we switch it off;we used it for its compacting and beautifying capabilities, which resulted in better html for further processing 2013-04-04 12:35:43 +00:00
Klaus Leithoff
fb31fef7f3 * API/Auth: when required by setup check password strength upon login; strength must be specified, and user must be allowed to change password 2013-04-04 11:50:11 +00:00
Klaus Leithoff
ecee76d6c4 handle strange problem regarding invalid UTF-8 sequence, caused by HTMLawed with config tidy=1 2013-04-04 09:40:19 +00:00
Klaus Leithoff
89ee7d3fe9 * eMail: increases font-size by 10% to 120% for display and textarea 2013-04-04 08:30:56 +00:00
Nathan Gray
8531bdd771 Also accept the translated version of the column name when checking an imported file 2013-04-03 16:08:02 +00:00
Ralf Becker
3e94677b75 using HTTP status 500 for exceptions, to ease detection of errors with externals tools 2013-03-29 09:44:27 +00:00
Ralf Becker
fac4eccac4 ckeditor 4 needs toolbarCanCollapse=true to honor toolbarStartupExpanded=false 2013-03-27 07:59:09 +00:00
Ralf Becker
91d13ea506 * Filemanager: fixed not working "Save as" for Internet Explorer (all versions), gave PHP Fatal Error 2013-03-25 18:27:16 +00:00
Ralf Becker
05c68846eb async notifications can NOT use a single static variable as cache, as it will be used for all the different entries notified
--> using a class variable (different per app) and indexing cache be id or entry
2013-03-22 15:07:54 +00:00
Ralf Becker
d1bc588b25 Changelog for 11.1.20130322 2013-03-22 10:38:26 +00:00
Klaus Leithoff
177a779aa3 fix situation on reply, if there is no signature and no predefined font section, there is no room above the original message to start writing 2013-03-22 10:37:11 +00:00
Ralf Becker
959da5ae4c latest spec 2013-03-22 10:36:29 +00:00
Ralf Becker
71cc964b11 * Setup: fixed not working install on openSUSE 12.2/3, because last line of output from "service (mysql|apache2) status" is empty 2013-03-22 10:23:12 +00:00
Klaus Leithoff
550760065b * API/CKEditor: allow link dialog in simple-with-image feature mode (email) 2013-03-21 16:21:24 +00:00
Ralf Becker
6a6dc321f3 Changelog for 11.1.20130321 2013-03-21 16:19:59 +00:00
Klaus Leithoff
019c76b16e fix could not access file (missing urldecode problem) 2013-03-21 14:26:53 +00:00
Klaus Leithoff
ab509a6ba2 fix problem with attaching files with spaces to mails 2013-03-21 12:46:41 +00:00
Klaus Leithoff
311561b8ab * API/CKEditor: allow more space for html-editable area (by setting smaller margin) 2013-03-21 11:08:04 +00:00
Klaus Leithoff
048b79d5a4 * eMail: provide capability to fetch other apps entrys (subject, body, attachments) via registered method, and open compose with the given content 2013-03-21 10:33:40 +00:00
Klaus Leithoff
bc88a51abe documentation on wanted functionality for allowed method fetch on egw_link::get_registry possibly provided by search_link 2013-03-21 10:28:10 +00:00
Ralf Becker
3568de95dd holidays file for ZA - South Africa, thanks to smataitsane-AT-nupsaw.co.za 2013-03-20 18:58:31 +00:00