summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/editor.js
AgeCommit message (Collapse)Author
2012-04-07Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)thomasb
git-svn-id: https://svn.roundcube.net/trunk@6050 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-09- Unified (single) spellchecker buttonalec
git-svn-id: https://svn.roundcube.net/trunk@5994 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Add option to set default font for HTML message (#1484137) alec
git-svn-id: https://svn.roundcube.net/trunk@5562 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-04- Don't use external js file for images listing in HTML editoralec
git-svn-id: https://svn.roundcube.net/trunk@5391 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28- Fix misleading display when chaning editor type (#1488104), fix handling ↵alec
of custom commands result git-svn-id: https://svn.roundcube.net/trunk@5283 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less ↵alec
spell* files) git-svn-id: https://svn.roundcube.net/trunk@4815 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-04- Added table button in HTML editor, disabled contextmenualec
git-svn-id: https://svn.roundcube.net/trunk@4727 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-02 - Added an example in editor.js to help the skin developers know the ↵netbit
possibility of sending config. parameter to TinyMCE - Small fix to allow the script to work in IE6 and IE7 git-svn-id: https://svn.roundcube.net/trunk@4720 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-02- Add possibility to change HTML editor configuration by skinalec
git-svn-id: https://svn.roundcube.net/trunk@4716 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-27- TinyMCE 3.4.1alec
git-svn-id: https://svn.roundcube.net/trunk@4620 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Missed some replacements in previous commit...thomasb
git-svn-id: https://svn.roundcube.net/trunk@4411 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-30- Fix cursor position on compose form in Webkit browsers (#1486674)alec
git-svn-id: https://svn.roundcube.net/trunk@4293 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Prevent from inserting empty link when composing HTML message (#1486944)alec
git-svn-id: https://svn.roundcube.net/trunk@4065 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Improve r4038: we can use keypress on FF and Opera, here we've got repetitionalec
- Small code cleanup git-svn-id: https://svn.roundcube.net/trunk@4039 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix for Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@4037 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-02- Fix JS error in IE (can't move focus to the control...) (#1486972)alec
git-svn-id: https://svn.roundcube.net/trunk@3935 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-02- Fix JS error when switching off HTML editor in identity formalec
git-svn-id: https://svn.roundcube.net/trunk@3934 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-27- Fix focus position after initial signature change in html editoralec
git-svn-id: https://svn.roundcube.net/trunk@3912 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-27- Fix TinyMCE buttons are hidden in Opera (#1486922)alec
- Fix initial resizing of html editor in some browsers git-svn-id: https://svn.roundcube.net/trunk@3911 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-27- Fix Tab key doesn't work in HTML editor in Google Chrome (#1486925)alec
git-svn-id: https://svn.roundcube.net/trunk@3909 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-31Disable active spell check in tinyMCE before switching to plaintext mode ↵thomasb
(#1486870) + focus message field after mode switch git-svn-id: https://svn.roundcube.net/trunk@3846 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-30- Resize editor after switching to html modealec
- create toggle-editor command in app.js, to make possible binding to this command - Code cleanup in rcmail_ui (moved compose-related functions into rcmail_ui) git-svn-id: https://svn.roundcube.net/trunk@3793 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-29- Improved compose screen: resizable body and attachments list, vertical ↵alec
splitter, options menu - Removed productname/version element, changed footer size to 20px git-svn-id: https://svn.roundcube.net/trunk@3789 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-24- Use built-in spellchecker instead of a PHP files of spellchecker plugin in ↵alec
TinyMCE git-svn-id: https://svn.roundcube.net/trunk@3784 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-05- Set focus to editor on reply in HTML mode (#1486632)alec
- Fix composing in HTML jumps cursor to body instead of recipients (#1486674) git-svn-id: https://svn.roundcube.net/trunk@3594 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-02- fix empty body after switching from html to plainalec
git-svn-id: https://svn.roundcube.net/trunk@3469 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- Fix js error when switching editor mode (#1486593)alec
git-svn-id: https://svn.roundcube.net/trunk@3447 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalec
- Make possible to write inside or after a quoted html message (#1485476) git-svn-id: https://svn.roundcube.net/trunk@3435 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-06- Don't show a warning on html2text switch when textarea is emptyalec
- Set properly select's value when html2text is aborted git-svn-id: https://svn.roundcube.net/trunk@3334 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-15- Updated TinyMCE to 3.2.7alec
git-svn-id: https://svn.roundcube.net/trunk@3182 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-03- Fix pasting from Office apps into html editor (#1486271)alec
git-svn-id: https://svn.roundcube.net/trunk@3093 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- removed hardcoded 'compose-body' identifier (#1485996)alec
git-svn-id: https://svn.roundcube.net/trunk@2787 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-11- Fix HTML editor tabIndex setting (#1485972)alec
git-svn-id: https://svn.roundcube.net/trunk@2733 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-23- Fix text wrapping in HTML editor after switching from plain text to HTML ↵alec
(#1485521) git-svn-id: https://svn.roundcube.net/trunk@2417 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-22- fix: don't lose spellcheck corrections when switching from plain to html ↵alec
editor (and spellchecking is on) git-svn-id: https://svn.roundcube.net/trunk@2250 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-15- Allow absolute URLs to images in HTML messages/sigs (#1485666)alec
- Fix message body which contains both inline attachments and emotions git-svn-id: https://svn.roundcube.net/trunk@2232 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-05- Fix HTML editor initialization on IE (#1485304)alec
- move back toggle_editor function to editor.js - merge identity and compose editor init functions git-svn-id: https://svn.roundcube.net/trunk@2040 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alec
- Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Stop spellchecking when switching to html editor (#1485362)alec
git-svn-id: https://svn.roundcube.net/trunk@1904 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alec
git-svn-id: https://svn.roundcube.net/trunk@1806 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14- use html2text for signatures in Settings/Identitiesalec
git-svn-id: https://svn.roundcube.net/trunk@1788 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Enable spellchecker for HTML editorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-24#1485227: fixed image list in image popupalec
git-svn-id: https://svn.roundcube.net/trunk@1609 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16- don't use onchange to toggle editor because of IE bugalec
git-svn-id: https://svn.roundcube.net/trunk@1315 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16added language support to HTML editing (#1484862)estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1310 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-15HTML editing fixes, upgrade to TinyMCE v3.0.6estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1308 208e9e7b-5314-0410-a742-e7e81cd9613c