Commit Graph

20 Commits

Author SHA1 Message Date
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