Skip to content

Commit

Permalink
Item833: Adding SYSTEMWEB to foswiki_vars, simplfying the activation …
Browse files Browse the repository at this point in the history
…of the foswikilink dialog of TinyMCEUsabilityUpgrade(if installed)

git-svn-id: http://svn.foswiki.org/trunk@2092 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Jan 22, 2009
1 parent 395e964 commit c047889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions TinyMCEPlugin/data/System/TinyMCEPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ For a full explanation of the available options, and guidance on reconfiguring T
foswikipuburl_callback : "FoswikiTiny.convertPubURL",
save_callback : "FoswikiTiny.saveCallback",
%IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}%
plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{"$TINYMCEPLUGIN_DEBUG" then=",devkit"}%",
plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{"$TINYMCEPLUGIN_DEBUG" then=",devkit"}%%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%",
foswiki_secret_id : "%WYSIWYG_SECRET_ID%",
foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%" },
foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" },
theme_advanced_toolbar_align : "left",
foswikibuttons_formats : [
{ name: "Normal", el: "", style: null },
Expand Down Expand Up @@ -113,12 +113,13 @@ The topic TinyMCEFrequentlyAskedQuestions contains more help with things like: "

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!

| Author: | [[http://c-dot.co.uk][Crawford Currie]] |
| Author: | [[http://c-dot.co.uk][Crawford Currie]],[Main.EugenMayer]] |
| Copyright: | &copy; 2007-2008 Crawford Currie http://c-dot.co.uk |
| | This package also includes the complete sources for version 2.1.1.1 of the !TinyMCE editor |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Plugin Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 21 Jan 2009 | Adding SYSTEMWEB to foswiki_vars, simplfying the activation of the foswikilink dialog of TinyMCEUsabilityUpgrade(if installed) |
| 06 Dec 2008 | Foswikitask:Item5859: removed XHR headers that were banjaxing NTLM |
| 03 Dec 2008 | Re-released for the Foswiki project |
| 03 Aug 2008 | TWiki 4.2.1 release version |
Expand Down
2 changes: 1 addition & 1 deletion TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use strict;
use Assert;

our $VERSION = '$Rev$';
our $RELEASE = '03 Dec 2008';
our $RELEASE = '21 Jan 2009';
our $SHORTDESCRIPTION = 'Integration of TinyMCE with WysiwygPlugin';

use Foswiki::Func;
Expand Down

0 comments on commit c047889

Please sign in to comment.