Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | Added an option to TinyMCE plugin to restrict the rich-text editor to users ↵ | Brion Vibber | |
who have the 'richedit' role. This allows enabling it for a subset of accounts on a site while leaving other users using the regular posting system, which is more stable. | |||
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-18 | * L10n update | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-08-12 | TinyMCE: 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-12 | TinyMCE: fixes to attachment handling | Brion Vibber | |
2010-08-11 | work in progress: tinymce image attachments | Brion Vibber | |
2010-08-11 | work in progress: prettier attachment mode for tinymce? | Brion Vibber | |
2010-08-11 | TinyMCE: 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-11 | TinyMCE: core tweak; switching order of input processing so length limit is ↵ | Brion Vibber | |
applied to stripped version of the text | |||
2010-08-11 | TinyMCE: 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-11 | TinyMCE: enable tab focus behavior matching the default textarea | Brion Vibber | |
2010-08-11 | TinyMCE: 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-11 | TinyMCE: enable autoresize plugin, makes the text area bigger as you're ↵ | Brion Vibber | |
typing a giant message | |||
2010-08-11 | TinyMCE: 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-11 | TinyMCE: Switch default 'simple' layout for customized advanced layout: ↵ | Brion Vibber | |
bold/italic/strikethrough undo/redo link/unlink/image | |||
2010-08-10 | First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵ | Brion Vibber | |
all notice saves everywhere) | |||
2010-08-10 | TinyMCE: workaround for save trigger aborting our AJAX form submission. | Brion Vibber | |
2010-08-10 | Update TinyMCE to release 3.3.8, jQuery version | Brion Vibber | |
Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165 | |||
2010-03-21 | scrub magic quotes from HTML in TinyMCE | Evan Prodromou | |
2010-03-21 | save the data from TinyMCE | Evan Prodromou | |
2010-03-21 | enable tinymce editor | Evan Prodromou | |