aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce
AgeCommit message (Collapse)Author
2014-01-22Merge tag '1.8.18' of git://github.com/Elgg/Elgg into developSem
1.8.18 Conflicts: mod/tinymce/vendor/tinymce/jscripts/tiny_mce/langs/en.js mod/tinymce/vendor/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js
2013-03-12Merge pull request #5092 from cash/tinymce_drag_dropSteve Clay
Refs #4970 prevent Firefox from adding files to TinyMCE editor
2013-02-19Tinymce plugin: update to version 3.5.8 of Tinymce editoriionly
2013-02-19Refs #4970 prevent Firefox from adding files to TinyMCE editorcash
2013-02-01Add a lightobx alike instead use popups.German Bortoli
Add a lightobx alike instead use popups while using the TinyMCE controls, for example, when you try to insert an image, watch the HTML content, etc.
2012-07-20Added tinymce languages.Sem
2012-07-06Refs #1852 adds readme with language instructions for TinyMCECash Costello
2012-07-06Refs #1852. Added admin notice on activate.Sem
2012-07-06Refs #1852. Tinymce detects if site language is installed in its languages path.Sem
2011-12-22Solves issue 4222: incorrectly nested lists in FirefoxSteve Clay
2011-11-08it is GPL General Public License not GPL Public LicenseCash Costello
2011-11-06Fixes #3853 caching a bookmark for insert carot when embedding content into ↵Cash Costello
TinyMCE editor
2011-11-06upgraded TinyMCE to 3.4.7Cash Costello
2011-11-01added semi-colons after function expressionscash
2011-10-29Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.Brett Profitt
2011-10-23Fixes #3959. Using elgg_release in core plugins.Brett Profitt
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-10-04Refs #3853. Upgraded TinyMCE to 3.4.6. Embed still inserts the content in ↵Brett Profitt
the wrong place for IE 8.
2011-07-03these plugins should not need special loading orderCash Costello
2011-06-29Fixes #3537 using elgg.echo() for i18n of word countCash Costello
2011-06-29moved tinymce content css into its own directoryCash Costello
2011-06-13Fixes #3175 toggled tinymce takes full width now - thanks tomvcash
git-svn-id: http://code.elgg.org/elgg/trunk@9199 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-07Refs #3510, #9113. Updated tinyMCE version in trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9140 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-03Refs #3360 #2911 applying ashleyward's patch for embed plugin - thanks!cash
git-svn-id: http://code.elgg.org/elgg/trunk@9135 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-20Refs #2104 changed extension to enhancement and added security, widget, and ↵cash
theme categories git-svn-id: http://code.elgg.org/elgg/trunk@9105 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3358. Missed Tinymce's use of class for its menu.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9043 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3109: added non-vendor-prefixed css property declarations where ↵ewinslow
applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3091 adds load functions for js and csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵brettp
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08fixed tinymce togglecash
git-svn-id: http://code.elgg.org/elgg/trunk@8628 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Refs #2104 added some categories to core (bundled) pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-02Addressed several miscellaneous todo'sewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8563 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01fixed tinymce js code so that at least it doesn't have syntax errors and ↵cash
runtime exceptions git-svn-id: http://code.elgg.org/elgg/trunk@8543 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01tinymce longtext menu item also needed the longtext classcash
git-svn-id: http://code.elgg.org/elgg/trunk@8542 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01fixes tinymce longtext registrationcash
git-svn-id: http://code.elgg.org/elgg/trunk@8541 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Refs #2538: Cleaned up custom tinymce code into elgg.tinymce.*.ewinslow
Refs #2895: TinyMCE makes use of longtext menu git-svn-id: http://code.elgg.org/elgg/trunk@8533 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Converted delete-button to elgg-button-delete throughout pluginsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8440 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19fixed tinymce "remove editor" javascriptcash
git-svn-id: http://code.elgg.org/elgg/trunk@8341 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Updated copyright and author information in plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8291 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17added tinymce to admin csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8266 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2921: converted internalname => name and internalid => idewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin ↵brettp
manifests. git-svn-id: http://code.elgg.org/elgg/trunk@8170 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Added disapproving @todo's wherever I could find javascript not conforming ↵ewinslow
to 1.8 conventions git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Converted all manifest files to 1.8 styleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02updated the plugin manifest files to use the new variable name for ↵cash
activation on installation git-svn-id: http://code.elgg.org/elgg/trunk@7992 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26cleaned up tinymce plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7933 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30supporting an id in tinycme longtext and not using the invalid language ↵cash
attribute git-svn-id: http://code.elgg.org/elgg/trunk@7775 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29stage 1 in moving the forms markup to elgg- namespaced css - buttons still ↵cash
need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544