summaryrefslogtreecommitdiff
path: root/plugins/TinyMCE
AgeCommit message (Collapse)Author
2010-08-12TinyMCE: counter support (may not be 100% exact match to server-side count, ↵Brion Vibber
but there's already discrepencies due to URL shortening) Fix for bad char conversions also, caused short text to not be saved in some cases.
2010-08-12TinyMCE: fixes to attachment handlingBrion Vibber
2010-08-11work in progress: tinymce image attachmentsBrion Vibber
2010-08-11work in progress: prettier attachment mode for tinymce?Brion Vibber
2010-08-11TinyMCE: only apply HTML parsing if we actually got into JS and poked the ↵Brion Vibber
editor widget. With JS off, we'll take plaintext as usual.
2010-08-11TinyMCE: core tweak; switching order of input processing so length limit is ↵Brion Vibber
applied to stripped version of the text
2010-08-11TinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get ↵Brion Vibber
linked for you, fitting expected user behavior better. (IE apparently already does this; plugin adds similar behavior for other browsers.) Plugin source: http://sourceforge.net/tracker/?func=detail&aid=2770218&group_id=103281&atid=738747 Source JS compressed manually with jsmin. Note: the link detection doesn't match StatusNet's internal link detection right now. URLs with funky chars, especially like Wikipedia style ones, will often not automatically catch. (But you should still be able to manually link them.)
2010-08-11TinyMCE: enable tab focus behavior matching the default textareaBrion Vibber
2010-08-11TinyMCE: use inlinepopups mode, so linking dialog appears as a lightbox ↵Brion Vibber
instead of a separate browser window (which may trigger popup blockers, plays very poorly with fullscreen netbook UIs, and is generally annoying)
2010-08-11TinyMCE: enable autoresize plugin, makes the text area bigger as you're ↵Brion Vibber
typing a giant message
2010-08-11TinyMCE: add fullscreen zoom plugin for editor (a bit awkward but better ↵Brion Vibber
than trying to work in tiny area... need a nicer intermediate size maybe)
2010-08-11TinyMCE: Switch default 'simple' layout for customized advanced layout: ↵Brion Vibber
bold/italic/strikethrough undo/redo link/unlink/image
2010-08-10First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵Brion Vibber
all notice saves everywhere)
2010-08-10TinyMCE: workaround for save trigger aborting our AJAX form submission.Brion Vibber
2010-08-10Update TinyMCE to release 3.3.8, jQuery versionBrion Vibber
Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165
2010-03-21scrub magic quotes from HTML in TinyMCEEvan Prodromou
2010-03-21save the data from TinyMCEEvan Prodromou
2010-03-21enable tinymce editorEvan Prodromou