Changeset 2092
- Timestamp:
- 01/22/09 00:51:14 (3 years ago)
- Location:
- trunk/TinyMCEPlugin
- Files:
-
- 2 edited
-
data/System/TinyMCEPlugin.txt (modified) (3 diffs)
-
lib/Foswiki/Plugins/TinyMCEPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt
r1475 r2092 57 57 save_callback : "FoswikiTiny.saveCallback", 58 58 %IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 59 plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{"$TINYMCEPLUGIN_DEBUG" then=",devkit"}% ",59 plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{"$TINYMCEPLUGIN_DEBUG" then=",devkit"}%%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 60 60 foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 61 foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%" },61 foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 62 62 theme_advanced_toolbar_align : "left", 63 63 foswikibuttons_formats : [ … … 114 114 Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience! 115 115 116 | Author: | [[http://c-dot.co.uk][Crawford Currie]] |116 | Author: | [[http://c-dot.co.uk][Crawford Currie]],[Main.EugenMayer]] | 117 117 | Copyright: | © 2007-2008 Crawford Currie http://c-dot.co.uk | 118 118 | | This package also includes the complete sources for version 2.1.1.1 of the !TinyMCE editor | … … 120 120 | Plugin Version: | %$VERSION% | 121 121 | Change History: | <!-- versions below in reverse order --> | 122 | 21 Jan 2009 | Adding SYSTEMWEB to foswiki_vars, simplfying the activation of the foswikilink dialog of TinyMCEUsabilityUpgrade(if installed) | 122 123 | 06 Dec 2008 | Foswikitask:Item5859: removed XHR headers that were banjaxing NTLM | 123 124 | 03 Dec 2008 | Re-released for the Foswiki project | -
trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
r1340 r2092 20 20 21 21 our $VERSION = '$Rev$'; 22 our $RELEASE = ' 03 Dec 2008';22 our $RELEASE = '21 Jan 2009'; 23 23 our $SHORTDESCRIPTION = 'Integration of TinyMCE with WysiwygPlugin'; 24 24
Note: See TracChangeset
for help on using the changeset viewer.
