Changeset 804
- Timestamp:
- 11/19/08 09:37:31 (3 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 13 edited
-
bin/.htaccess.txt (modified) (1 diff)
-
lib/TWiki.pm (modified) (1 diff)
-
lib/TWiki/Configure/CSS.pm (modified) (1 diff)
-
lib/TWiki/Func.pm (modified) (1 diff)
-
lib/TWiki/I18N.pm (modified) (1 diff)
-
lib/TWiki/Plugin.pm (modified) (1 diff)
-
lib/TWiki/Query/Node.pm (modified) (1 diff)
-
lib/TWiki/UI/Save.pm (modified) (1 diff)
-
twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm (modified) (1 diff)
-
twikiplugins/PatternSkin/pub/TWiki/PatternSkin/colors.css (modified) (1 diff)
-
twikiplugins/TablePlugin/lib/TWiki/Plugins/TablePlugin.pm (modified) (1 diff)
-
twikiplugins/TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm (modified) (1 diff)
-
twikiplugins/TinyMCEPlugin/pub/TWiki/TinyMCEPlugin/twiki_src.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/bin/.htaccess.txt
r747 r804 63 63 # File to return on access control error (e.g. wrong password) 64 64 # By convention this is the UserRegistration page, that allows users 65 # to register with the TWiki. Apache requires this to be a *local* path.65 # to register with the Foswiki. Apache requires this to be a *local* path. 66 66 # Comment this out if you setup TWiki to completely deny access to WikiGuest 67 67 # in all webs or change the path to a static html page. -
branches/Release04x02/lib/TWiki.pm
r792 r804 4060 4060 } 4061 4061 4062 # replace dot by slash is not necessary; TWiki.MyTopic is a valid url4062 # replace dot by slash is not necessary; System.MyTopic is a valid url 4063 4063 # add ../ if not already present to make a relative file reference 4064 4064 if ( $theRelativePath !~ m!^../! ) { -
branches/Release04x02/lib/TWiki/Configure/CSS.pm
r3 r804 1170 1170 1171 1171 /* PatternSkin colors */ 1172 /* Generated by AttachContentPlugin from TWiki.PatternSkinColorSettings */1172 /* Generated by AttachContentPlugin from System.PatternSkinColorSettings */ 1173 1173 1174 1174 /* LAYOUT ELEMENTS */ -
branches/Release04x02/lib/TWiki/Func.pm
r785 r804 13 13 can use to interact with the TWiki engine and content. 14 14 15 Refer to TWiki.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin.15 Refer to %SYSTEMWEB%.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin. 16 16 17 17 Plugins should *only* use functions published in this module. If you use -
branches/Release04x02/lib/TWiki/I18N.pm
r785 r804 276 276 277 277 Returns an array with language tags as keys and language (native) names as 278 values, for all the languages enabled in this TWiki.TWikiSite. Useful for278 values, for all the languages enabled in this site. Useful for 279 279 listing available languages to the user. 280 280 -
branches/Release04x02/lib/TWiki/Plugin.pm
r785 r804 123 123 # in the order: 124 124 # 1 fully specified web.plugin 125 # 2 TWiki.plugin125 # 2 System.plugin 126 126 # 3 Plugins.plugin 127 127 # 4 thisweb.plugin -
branches/Release04x02/lib/TWiki/Query/Node.pm
r785 r804 9 9 Fields are given by name, and values by strings or numbers. Strings should always be surrounded by 'single-quotes'. Numbers can be signed integers or decimals. Single quotes in values may be escaped using backslash (\). 10 10 11 See TWiki.QuerySearch for details of the query language. At the time of writing11 See %SYSTEMWEB%.QuerySearch for details of the query language. At the time of writing 12 12 only a subset of the entire query language is supported, for use in searching. 13 13 -
branches/Release04x02/lib/TWiki/UI/Save.pm
r785 r804 350 350 invoked via the =UI::run= method. 351 351 352 See TWiki.TWikiScripts for details of parameters.352 See %SYSTEMWEB%.TWikiScripts for details of parameters. 353 353 354 354 Note: =cmd= has been deprecated in favour of =action=. It will be deleted at -
branches/Release04x02/twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm
r785 r804 821 821 Additional parameters can be recovered via de query object in the $session. 822 822 823 For more information, check TWiki:TWiki.TWikiScripts#rest823 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 824 824 825 825 *Since:* TWiki::Plugins::VERSION 1.1 -
branches/Release04x02/twikiplugins/PatternSkin/pub/TWiki/PatternSkin/colors.css
r3 r804 1 1 2 2 /* PatternSkin colors */ 3 /* Generated by AttachContentPlugin from TWiki.PatternSkin */3 /* Generated by AttachContentPlugin from System.PatternSkin */ 4 4 5 5 /* LAYOUT ELEMENTS */ -
branches/Release04x02/twikiplugins/TablePlugin/lib/TWiki/Plugins/TablePlugin.pm
r785 r804 20 20 # 21 21 # Allow sorting of tables, plus setting of background colour for 22 # headings and data cells. See TWiki.TablePlugin for details of use22 # headings and data cells. See %SYSTEMWEB%.TablePlugin for details of use 23 23 24 24 use strict; -
branches/Release04x02/twikiplugins/TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm
r802 r804 175 175 SCRIPT 176 176 177 # See TWiki.IfStatements for a description of this context id.177 # See %SYSTEMWEB%.IfStatements for a description of this context id. 178 178 TWiki::Func::getContext()->{textareas_hijacked} = 1; 179 179 } -
branches/Release04x02/twikiplugins/TinyMCEPlugin/pub/TWiki/TinyMCEPlugin/twiki_src.js
r715 r804 66 66 /** 67 67 Disables the use of ESCAPE in the edit box, because some browsers will interpret this as cancel and will remove all changes. 68 Copied from TWiki.JavascriptFiles/twiki_edit.js because it is used in68 Copied from System.JavascriptFiles/twiki_edit.js because it is used in 69 69 pickaxe mode. 70 70 */
Note: See TracChangeset
for help on using the changeset viewer.
