Klaus Leithoff
5b4deec193
* eMail: limit resizing of compose and view windows to available screen height
2013-01-24 12:13:36 +00:00
Klaus Leithoff
bfb1923254
* eMail: improve control regarding the unwanted selection of NoSelect Folders
2013-01-10 15:47:14 +00:00
Klaus Leithoff
660976b77f
* eMail: offer last moveTo folder as direct menuaction; try to avoid to access --topfolder--
2012-12-19 14:49:20 +00:00
Klaus Leithoff
67425171f5
preserve ACL Edit Active State on FolderChange
2012-12-07 15:01:25 +00:00
Klaus Leithoff
0ab1bbac8d
handle problem experienced with sending, when previously saved as draft manually; make sure we reset the saveAsDraft hidden value
2012-11-28 13:53:01 +00:00
Klaus Leithoff
80b0765fb5
handle problem experienced with sending, when previously saved as draft manually; we need to return true on Send (after doit.submit())
2012-11-28 13:30:00 +00:00
Klaus Leithoff
31af74cbee
handle problem experienced with sending, when previously saved as draft manually
2012-11-28 13:13:19 +00:00
Klaus Leithoff
3e13629067
improved control of ACL edit (by checking capabilities first); offer selectbox with user (and group) selection depending on the loginmethod of the defaultprofile, group selection is bound to imapClass managmentserver_cyrusimap (as of now)
2012-11-22 09:40:01 +00:00
Klaus Leithoff
6f8c81c762
initially when opening manage folder section of email module, disable ACL Management (to avoid unwanted changes); activate on single checkbox click
2012-11-16 12:15:28 +00:00
Klaus Leithoff
464145ee3b
* eMail: restructuring of manage folder section (ACL area, no tabs, different layout)
2012-11-13 16:24:29 +00:00
Klaus Leithoff
d03b73341b
comment unused code, which is causing scripterrors for IE8
2012-11-07 14:54:59 +00:00
Klaus Leithoff
964204d974
* eMail: attempt to fix problem regarding pop up of draft-message-dialog regarding do-you-want-to-keep-draft on send; allow additional parameters in send_to, which might be base64 encoded
2012-10-31 14:35:13 +00:00
Klaus Leithoff
b86a150c97
* eMail: fix misbehavior regarding the unwanted sending of a mail with no subject (despite the warning was given)
2012-10-29 16:22:15 +00:00
Klaus Leithoff
ec9d6d9806
* eMail: fix problem regarding the deletion of the last message in list if pagination is switched on
2012-10-23 15:29:41 +00:00
Klaus Leithoff
0ca447965f
attempt to fix problem regarding pop up of draft-message-dialog regarding do-you-want-to-keep-draft on send
2012-10-12 11:47:33 +00:00
Klaus Leithoff
c361ef0219
* email: fix for ->no initial border on plaintext editor textarea<-
2012-08-15 14:56:37 +00:00
Klaus Leithoff
33951d8197
* email: better height control of attachment popup
2012-07-09 10:37:00 +00:00
Klaus Leithoff
0868474343
fix not marking messages as seen, when using up/down arrows on mail display popups
2012-04-25 11:05:50 +00:00
Klaus Leithoff
344a618ac1
use app_refresh now, for part of the refresh when deleting a message: e.g. cleanup of previewed message
2012-04-18 13:52:08 +00:00
Klaus Leithoff
165d11a695
implement app_refresh to present status messages of other apps to the user (, and trigger a reset of that message after 5 seconds)
2012-04-18 08:29:13 +00:00
Klaus Leithoff
83c12b02f6
disable alertbox of app_refresh
2012-04-18 07:12:53 +00:00
Klaus Leithoff
849259b340
* mail: improve refresh of messageList on message deletion
2012-04-17 15:11:26 +00:00
Klaus Leithoff
333c03b41d
better control of message forwarding inline/as attachment (was partially dependent on associated preference-setting)
2012-03-29 12:20:56 +00:00
Klaus Leithoff
f09ede587e
better control for cleanup of drafted messages by using onunload and onbeforeunload
2012-03-22 12:23:11 +00:00
Klaus Leithoff
a2af0cc046
* eMail: feature to save messages that are in progress of being composed to draft every 3 minutes;
...
* eMail: fix bug regarding language strings with single quotes in Javascript;
masking hash char when saving mails to filemanager, using purifyCreateHTMLTidyConfig when trying to use purifier as tidy substitution
2012-03-16 09:59:26 +00:00
Klaus Leithoff
77fa6800b2
mask # as _ while saving/exporting to vfs
2012-03-12 14:57:01 +00:00
Klaus Leithoff
22746362c9
allow to choose forward mode on rightclick action (forward inline OR forward as attachment)
2012-03-12 09:50:57 +00:00
Klaus Leithoff
94b6d8e5ec
handle drafted versions of viewed messages on close window, when opened from vfs/filemanager; all other actions like composeasnew, reply, forward, print,etc. preserve the viewed (imported) message stored in draft folder; handle special chars in filename when saving messages to filemanager; treat import/view from vfs more gently (try to guess name and mimetype, and set some size, to pass checkFileBasics tests)
2012-03-09 14:33:00 +00:00
Klaus Leithoff
5862e38617
* email: feature to be able to save Message to filemanager via context menu action; (only single message save supported)
2012-03-08 10:42:41 +00:00
Klaus Leithoff
e2d3a2eab5
* email: feature to be able to view plain message source on rightclick action
2012-03-06 16:20:19 +00:00
Klaus Leithoff
a780e5a1f1
* felamimail: handle IE (8) problem regarding toggling editor modes in compose window
2011-12-29 11:20:13 +00:00
Klaus Leithoff
6ac00a2375
try resizing available listarea / determine some reliable documentHeight for the resizing issues.
2011-11-23 14:04:54 +00:00
Klaus Leithoff
544ba403ed
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:07 +00:00
Klaus Leithoff
68f9611528
avoid JavaScript Error on openComposeWindow, when there is no mailGrid
2011-08-04 09:17:32 +00:00
Klaus Leithoff
6cde93b7aa
fix bug regarding ->recent messages are not flagged as seen on preview<-
2011-08-03 10:07:37 +00:00
Klaus Leithoff
8009e30086
* eMail: fix refresh behavior, regarding the reading of an eMail in previewMessageArea; timed refresh of Message list, now only refreshes the messageList Area, not the preview area; fix reload behavior on MailDeletion in preview mode (click on delete Icon within previewArea)
2011-08-02 15:39:59 +00:00
Klaus Leithoff
0d94e7f0d3
* eMail: fix bug regarding ->foldertype SENT not detected on preview of message <-
2011-08-01 14:23:45 +00:00
Klaus Leithoff
b42eadf8c6
* eMail: fix for broken showHeader in Message Display window, code cleanup
2011-07-21 13:13:44 +00:00
Klaus Leithoff
3d97bb06f5
* eMail: carry the preference regarding the move or copy of mails over to drag and drop dialog
2011-07-21 11:01:55 +00:00
Klaus Leithoff
e084ade3b1
fix javaScript error for firstChild is null, on opening mails without subject, or with no accessible subject
2011-07-18 07:47:22 +00:00
Klaus Leithoff
3cb3c2af82
try to be more robust regarding the resizing of the mainViewArea
2011-07-08 09:37:33 +00:00
Klaus Leithoff
1bd609e940
on changeFolder, skipPrevious, skipForward, changeActiveAccount, etc.; better control on preview - do not try, when there is no preview area active
2011-07-06 10:10:54 +00:00
Ralf Becker
9db4fa8625
* jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
...
required to change $ --> $j:
phpgwapi/*
jdots/*
etemplate/*
stylite/*
felamimail/*
admin/*
news_admin/*
projectmanager/*
importexport/*
infolog/*
ranking/*
required, but not automatic:
importexport/setup/etemplates.inc.php
phpgwapi/js/jquery/*
negative, not to touch or revert later:
phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php: '(\$(.+))' => 'print $1',
phpgwapi/js/dhtmlxtree/libCompiler/core.js
sitemgr/*
phpfreechat/*
gallery/*
activesync/include/smb.php: '^\tIPC\\\$(.*)[ ]+IPC' => 'skip',
etemplate/inc/class.bo_merge.inc.php: if ($this->table_plugins && preg_match_all('/\\$\\$table\\/([A-Za-z0-9_]+)\\$\\$(.*?)\\$\\$endtable\\$\\$/s',$content,$matches,PREG_SET_ORDER))
find phpgwapi jdots etemplate stylite felamimail admin news_admin projectmanager importexport infolog ranking \
\( -name '*.php' -o -name '*.js' \) -exec grep -q '\$(' {} \; -print \
-exec sed -i '' 's|\$(|$j(|g' {} \;
svn revert phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php phpgwapi/js/dhtmlxtree/libCompiler/core.js \
importexport/setup/etemplates.inc.php phpgwapi/js/jquery/jquery.js etemplate/inc/class.bo_merge.inc.php
additional changes:
phpgwapi/js/jquery/jquery.js: window.$ --> window.$j
phpgwapi/js/egw_json.js:291 this.request = $j.ajax({url: this.url,
jdots/templates/jdots/head.tpl:59 $j(document).ready(function() {
phpgwapi/js/egw_action/egw_grid_view.js: $.browser --> $j.browser
importexport/setup/etemplates.inc.php: etemplate editor importexport.wizard_basic_export_csv.choose_fields onclick of check icon changed
phpgwapi/js/egw_action/tests/*.html
phpgwapi/js/egw_action/tests/js/jquery.js: window.$ --> window.$j
2011-07-03 09:12:55 +00:00
Ralf Becker
aee4ea4724
Creating branches/Stylite-EPL-11.1
2011-07-01 10:37:47 +00:00