Please add your news items in this page, most recent first.
The NewsPlugin - generated headlines can be found in NewsPluginExampleHeadlines
Announces should be in the form of bulleted lists (3 spaces, a star, a space).
The first line of the first 5 news will be shown in the front page,
so try to put a meaningful short summary as the first line.
1.2418 Feb 2003 fixes
hidden webs now do not appear in sitemap anymore
if NOSEARCHALL is set in a WebPreferences of a web, do not include it in group searches
some html bug fixes in ks_leftbar template
typo fixed in the doc: TOPIC instead of TOPICS found by Nathan Neulinger
default CSS: class "compact" can be used in ul and table tags to set left margin of bulleted list to none
1.2321 Dec 2002 accesskeys in tooltips.
WARNING does not work on cygwin. please use 1.22 on cygwin (it triggers a bug in cygwin: "cannot fork"...)
doc: all accesskeys documented in tooltips ([Alt-E]...)
1.2221 Dec 2002 bugfixes
bugfix: Wiki Words in web description messed up tabs
bugfix: some wrong title colors in search results pages
script now checks that the needed variables are defined in TWikiPreferences, and issue warnings on missing ones
default css for html tags <b> and <i>, and twiki __ constructs are rendered in a colored ink. Note that this is not the case for the twiki * and _ constructs as they are mapped to strong and em tags
Access keys supported, on mnemotechnic letters. Disablable via the KSNOACCESS variable
favicon.ico supported
1.2011 Dec 2002
[!] Apply the patches NoWebHome.patch and NoWebHome2.patch from: TWiki:Codev/SettingParentTopicToNone (it is only cosmetics, will not break if not applied)
[!] define the variable %CSS% in the TWikiPreferences to nothing.
[!] define the variable %TOPICSTOP% in the TWikiPreferences to nothing.
New %CSS% TWiki var to override CSS per web
New global Koala Skin KSCSS var to define an additional external style sheet local to the site
New layout:
left margin is smaller
left margin do not depend anymore on web/topic names (long names could ruin the layout before)
"breadcrumbs trail" to give the hierarchy at the top instead of the left margin
New global variable KSNOMARGIN, and per-web option NOMARGIN to specify a different layout with no left margin for webs having wide contents.
New option KSFILEPERMS (= ALL for all users, or unix group name) at Martin request.
New options to set position of TWikiForms per web: FORM_LM, FORM_TL, FORM_TR, FORM_BL, FORM_BR, and global variable KSFORM_POS for the default.
New link to directly create a new topic, via new template oopscreate
Cleaner layout (skin) for printing.
textarea {width: "90%";height: "60%";} removed from style (bug in IE 5)
fix: quoting of "%TOPICPARENT%" in savemulti by Esteban Manchado
-r option to script to uninstall
reorganisation of the code, it should be easier to add features now.
1.1918 Sep 2002
Support for Navbar Plugin: See KSNONAVBAR variable To enable Navbar support, install the plugin, and re-generate
some macros in templates/ks_boxes.koala.txt to do text boxes in the color scheme of the web
bugfix: lock remained when previewing before save with mod_perl
new feature: option HIDDEN possible on sub-webs to save navigation bar space. (contributed by Fabio Spreafico and Wenzel Kalus, Biomax)
1.1823 Aug 2002
bugfix: navigation bar was badly generated in some cases
1.1721 Aug 2002
[!] add the line to your Site Prefs (TWikiPreferences), to be forward-compatible with the upcoming TWiki release. 6 spaces * Set EDITBOXSTYLE = width: 99%
bugfix: names like WebHome have been replaced by their "meta" name, (e.g.: %HOMETOPIC%)
bugfix: sitemaps were broken in 1.16 (bad html comment syntax: -- is forbidden in comments, but browsers didnt mind before...)
bugfix: search result pages header colors were broken since 1.14
1.1609 Aug 2002
bugfix: CSS was misplaced on some views (search, diff...) (bug introduced in 1.14 found by Jon Reid)
bugfix: some garbage could be seen in some views in the parents field on some pages.
bugfix: cleaning pass on html to pass W3C? validator http://validator.w3.org/ . Tested: view, diffs, changes. Work remains to do for other scripts (edit), but may imply more fixes to TWiki itself.
new option variable KSNOEXPAND for space-tight people, to use the same template/ space as 1.14 and before. (no need to upgrade if you do not need this option)
1.1407 Aug 2002
[!] bugfix: when saving with the bottom save button from the preview view, parent field was overwritten by garbage with %TOPICPARENT%. You must repair the damage done to some pages, see: http://twiki.org/cgi-bin/view/Plugins/KoalaSkinDev#topicparent You can either:
edit by hand the pages showing %TOPICPARENT% strings, if some exist on your site.
empty groups by declaration. Suggestion of Matt Wilkie. Put the word EMPTY at the start of the Web description.
cosmetic: attachements table left-aligned in view mode
%MAINWEB% everywhere, instead of Main. variable main settable in the script also.
Wiki Name syntax is checked on create topic by menu
CSS declarations trimmed (and bugfixed) to be smaller. Simple pages went from 50k to 13k.
new KSNOICONS variable for the Web List topic
non-clickable links are now not white to differentiate them visually from clickable web tabs
1.1111 Apr 2002
bugfix: was not working well if your directory structure differred from the distribution. Note: No need to upgrade if you had no problem installing the 1.10 version
1.1028 Mar 2002
bugfix: editing failed (javascript error) on old versions (5.0) of IE.
1.918 Mar 2002
[!] Forgot to mention that the RefreshEditPage patch should be applied. Apply it if you didnt already!
Minor bug fix: QuietSave? would not remove lock (change to bin/savemulti)
1.812 Mar 2002
Some fixes to the script to make it run on windows under cygwin.
1.710 Mar 2002
[!] Name of install topic changed from KoalaSkinPlugin to just KoalaSkin. You must rename the topic Plugins.KoalaSkinPlugin if you have one!
This readme is now fully in TWiki syntax. You should create the topic KoalaSkin? to include it (it is installed as an attachement), see new install instructions.
script can be run from twiki dir without setting DIR
fixes to colors in search results in bookview mode, and in rename topic (result of search for pages refering to page to be moved)
1.54 Mar 2002
[!]NOTE: if you already applied the fix TWiki:Codev/PostfixArgToParentMeta you need to change all 5 occurences of postfix to suffix in lib/TWiki.pm
-d option to bin/koalaskin-generate to generate a distrib
Note that the RefreshEditPage fix is not needed anymore (but is not harmful)
Use of the ?time=nnnn hack in edit pages
1.428 Feb 2002
[!] patches to apply: #3
new script bin/savemulti (needs a similar entry to save in bin/.htaccess), to provide in edit template 4 buttons: Save, Checkpoint, Preview, and Cancel
Raw view with metadata option in More... (new koala templates for oopsmore & preview)
understands the new var %EDITBOXCSS%
uses the new version of the PostfixToArgParentMeta
1.324 Feb 2002
Checkpoint save
1.223 Feb 2002
everything works (but with patches to distrib).
Announced on TWiki.org
1.120 Feb 2002
First functional internal release.
Nov 2001 First sketches in HTML+CSS by Thierry Kormann
TWiki's Sandbox webThe Sandbox Web of TWiki. TWiki is an Enterprise Collaboration Platform.http://wiki.di.uminho.pt/twiki/bin/view/SandboxCopyright 2020 by contributing authors2020-10-31T11:50:07ZWebStatisticshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebStatistics2020-10-31T11:50:07ZStatistics for Sandbox Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ... (last changed by TWikiGuest)TWikiGuestRenatoNevesSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/RenatoNevesSandbox2013-10-15T18:51:58Zdasdasdasd RenatoNeves 15 Oct 2013 (last changed by RenatoNeves)RenatoNevesWebPreferenceshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebPreferences2007-12-03T23:38:29ZSandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ... (last changed by MiguelFerreira)MiguelFerreiraNunoOliveiraSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NunoOliveiraSandbox2007-11-28T11:54:47ZWhat else could it be? NunoOliveira 28 Nov 2007 (last changed by NunoOliveira)NunoOliveiraProjectFileshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/ProjectFiles2007-11-15T23:02:42Zsome things ... MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)MiguelFerreiraMiguelFerreiraSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/MiguelFerreiraSandbox2007-11-15T23:02:21ZVerifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ... (last changed by MiguelFerreira)MiguelFerreiraBibTexhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/BibTex2007-11-15T22:11:41Zlkasdmas MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)MiguelFerreiraWebHomehttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebHome2006-12-31T01:09:23ZSandbox Web Utilities advanced search WebTopicList all topics in alphabetical order WebChanges recent topic changes in this web WebNotify ... (last changed by TWikiContributor)TWikiContributorCommentPluginExampleCommentshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/CommentPluginExampleComments2006-12-03T20:00:10ZComments Example comment topic for CommentPluginExamples "return" Target comment output 1 TWikiContributor 03 Dec 2006 Target comment output 2 TWikiContributor ... (last changed by TWikiContributor)TWikiContributorWebLeftBarhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebLeftBar2006-11-18T22:27:58Z" warn "off"}% (last changed by ArthurClemens)ArthurClemensWebTopicListhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicList2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebSearchAdvancedhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearchAdvanced2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebTopicCreatorhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicCreator2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebIndexhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebIndex2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebSearchhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearch2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebChangeshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebChanges2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributor
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ...
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ...
Some News Please add your news items in this page, most recent first. The .NewsPlugin generated headlines can be found in NewsPluginExampleHeadlines Announces should ...
The Sandbox web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the TWikiTutorial to get a jumpstart on the TWiki tool. A good rule of thumb is to add at the end of the page and sign and date it with your WikiName.
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ...
Some News Please add your news items in this page, most recent first. The .NewsPlugin generated headlines can be found in NewsPluginExampleHeadlines Announces should ...
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ...
This is a subscription service to be automatically notified by e-mail when topics change in this Sandbox web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your WikiName in alphabetical order to this list:
Each TWiki web has an automatic e-mail notification service that sends you an e-mail with links to all of the topics modified since the last alert.
Users subscribe to email notifications using their WikiName or an alternative email address, and can specify the webs/topics they wish to track using one of these bullet list formats:
three spaces * [ webname . ] wikiName - SMTP mail address three spaces * [ webName . ] wikiName three spaces * SMTP mail address three spaces * SMTP mail address : topics three spaces * [ webname . ] wikiName : topics
In the above examples, topics is a space-separated list of topic names. The user may further customize the specific content they will receive using the following formats:
Specify topics without a Web. prefix
Topics must exist in this web.
Topics may be specified using * wildcards
Each topic may optionally be preceded by a '+' or '-' sign. The '+' sign means "subscribe to this topic" (the same as not putting anything). The '-' sign means "unsubscribe" or "don't send notifications regarding this topic". This allows users to elect to filter out certain topics (and their children, to an arbitrary depth). Topic filters ('-') take precedence over topic includes ('+').
Each topic may optionally be followed by an integer in parentheses, indicating the depth of the tree of children below that topic. Changes in all these children will be detected and reported along with changes to the topic itself. Note This uses the TWiki "Topic parent" feature.
Each topic may optionally be immediately followed by an exclamation mark ! or a question mark ? with no intervening spaces, indicating that the topic (and children if there is a tree depth specifier as well) should be mailed out as complete topics instead of change summaries. ! causes the topic to be mailed every time even if there have been no changes, ? will mail the topic only if there have been changes to it. This only makes sense for subscriptions.
For example:
Subscribe Daisy to all changes to topics in this web.
* daisy.cutter@flowers.com
Subscribe Daisy to all changes in all webs that start with Web.
* daisy.cutter@flowers.com: Web*
Subscribe Daisy to changes to topics starting with Petal, and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
Subscribe Daisy to the full content of NewsLetter whenever it has changed
* daisy@flowers.com: TWiki.NewsLetter?
Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed.
* buttercup@flowers.com: TWiki.NewsLetter! (1)
Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup? :
A user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics).
If a TWiki group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
Tip: List names in alphabetical order to make it easier to find the names.
Note for System Administrators: Notification is supported by an add-on to the TWiki kernel called the MailerContrib. See the MailerContrib topic for details of how to set up this service.
Note: If you prefer a news feed, point your reader to WebRss (for RSS 1.0 feeds) or WebAtom (for ATOM 1.0 feeds). Learn more at WebRssBase and WebAtomBase, respectively.
Related topics:WebChangesAlert, TWikiUsers, TWikiRegistration
The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Main.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web).
Comma separated list of forms that can be attached to topics in this web. See TWikiForms for more information.
Set WEBFORMS =
Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.
Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
When you write variable %WEBBGCOLOR% , it gets expanded to #B9DAFF
The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
You can introduce your own preferences variables and use them in your topics and templates.
TWiki search results for \.*
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox
The Sandbox web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.en-usCopyright 2020 by contributing authorsTWiki Administrator [webmaster@di.uminho.pt]The contributing authors of TWikiTWikiDIUM.Sandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox
/twiki/pub/Main/LocalLogos/um_eengP.jpgRenatoNevesSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/RenatoNevesSandbox
dasdasdasd RenatoNeves 15 Oct 2013 (last changed by RenatoNeves)2013-10-15T18:51:58ZRenatoNevesWebPreferences
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebPreferences
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ... (last changed by MiguelFerreira)2007-12-03T23:38:29ZMiguelFerreiraNunoOliveiraSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NunoOliveiraSandbox
What else could it be? NunoOliveira 28 Nov 2007 (last changed by NunoOliveira)2007-11-28T11:54:47ZNunoOliveiraProjectFiles
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/ProjectFiles
some things ... MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)2007-11-15T23:02:42ZMiguelFerreiraMiguelFerreiraSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/MiguelFerreiraSandbox
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ... (last changed by MiguelFerreira)2007-11-15T23:02:21ZMiguelFerreiraBibTex
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/BibTex
lkasdmas MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)2007-11-15T22:11:41ZMiguelFerreiraWebHome
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebHome
Sandbox Web Utilities advanced search WebTopicList all topics in alphabetical order WebChanges recent topic changes in this web WebNotify ... (last changed by TWikiContributor)2006-12-31T01:09:23ZTWikiContributorCommentPluginExampleComments
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/CommentPluginExampleComments
Comments Example comment topic for CommentPluginExamples "return" Target comment output 1 TWikiContributor 03 Dec 2006 Target comment output 2 TWikiContributor ... (last changed by TWikiContributor)2006-12-03T20:00:10ZTWikiContributorWebLeftBar
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebLeftBar
" warn "off"}% (last changed by ArthurClemens)2006-11-18T22:27:58ZArthurClemensWebChanges
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebChanges
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebIndex
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebIndex
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebSearch
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearch
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebSearchAdvanced
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearchAdvanced
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebTopicCreator
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicCreator
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebTopicList
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicList
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorNewsPluginExampleHeadlines
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NewsPluginExampleHeadlines
1.24 18 Feb 2003 fixes 1.23 21 Dec 2002 accesskeys in tooltips 1.22 21 Dec 2002 bugfixes 1.21 17 Dec 2002 1.20 11 Dec 2002 (last changed by TWikiGuest)2006-02-08T19:04:01Zguest
Please add your news items in this page, most recent first.
The NewsPlugin - generated headlines can be found in NewsPluginExampleHeadlines
Announces should be in the form of bulleted lists (3 spaces, a star, a space).
The first line of the first 5 news will be shown in the front page,
so try to put a meaningful short summary as the first line.
1.2418 Feb 2003 fixes
hidden webs now do not appear in sitemap anymore
if NOSEARCHALL is set in a WebPreferences of a web, do not include it in group searches
some html bug fixes in ks_leftbar template
typo fixed in the doc: TOPIC instead of TOPICS found by Nathan Neulinger
default CSS: class "compact" can be used in ul and table tags to set left margin of bulleted list to none
1.2321 Dec 2002 accesskeys in tooltips.
WARNING does not work on cygwin. please use 1.22 on cygwin (it triggers a bug in cygwin: "cannot fork"...)
doc: all accesskeys documented in tooltips ([Alt-E]...)
1.2221 Dec 2002 bugfixes
bugfix: Wiki Words in web description messed up tabs
bugfix: some wrong title colors in search results pages
script now checks that the needed variables are defined in TWikiPreferences, and issue warnings on missing ones
default css for html tags <b> and <i>, and twiki __ constructs are rendered in a colored ink. Note that this is not the case for the twiki * and _ constructs as they are mapped to strong and em tags
Access keys supported, on mnemotechnic letters. Disablable via the KSNOACCESS variable
favicon.ico supported
1.2011 Dec 2002
[!] Apply the patches NoWebHome.patch and NoWebHome2.patch from: TWiki:Codev/SettingParentTopicToNone (it is only cosmetics, will not break if not applied)
[!] define the variable %CSS% in the TWikiPreferences to nothing.
[!] define the variable %TOPICSTOP% in the TWikiPreferences to nothing.
New %CSS% TWiki var to override CSS per web
New global Koala Skin KSCSS var to define an additional external style sheet local to the site
New layout:
left margin is smaller
left margin do not depend anymore on web/topic names (long names could ruin the layout before)
"breadcrumbs trail" to give the hierarchy at the top instead of the left margin
New global variable KSNOMARGIN, and per-web option NOMARGIN to specify a different layout with no left margin for webs having wide contents.
New option KSFILEPERMS (= ALL for all users, or unix group name) at Martin request.
New options to set position of TWikiForms per web: FORM_LM, FORM_TL, FORM_TR, FORM_BL, FORM_BR, and global variable KSFORM_POS for the default.
New link to directly create a new topic, via new template oopscreate
Cleaner layout (skin) for printing.
textarea {width: "90%";height: "60%";} removed from style (bug in IE 5)
fix: quoting of "%TOPICPARENT%" in savemulti by Esteban Manchado
-r option to script to uninstall
reorganisation of the code, it should be easier to add features now.
1.1918 Sep 2002
Support for Navbar Plugin: See KSNONAVBAR variable To enable Navbar support, install the plugin, and re-generate
some macros in templates/ks_boxes.koala.txt to do text boxes in the color scheme of the web
bugfix: lock remained when previewing before save with mod_perl
new feature: option HIDDEN possible on sub-webs to save navigation bar space. (contributed by Fabio Spreafico and Wenzel Kalus, Biomax)
1.1823 Aug 2002
bugfix: navigation bar was badly generated in some cases
1.1721 Aug 2002
[!] add the line to your Site Prefs (TWikiPreferences), to be forward-compatible with the upcoming TWiki release. 6 spaces * Set EDITBOXSTYLE = width: 99%
bugfix: names like WebHome have been replaced by their "meta" name, (e.g.: %HOMETOPIC%)
bugfix: sitemaps were broken in 1.16 (bad html comment syntax: -- is forbidden in comments, but browsers didnt mind before...)
bugfix: search result pages header colors were broken since 1.14
1.1609 Aug 2002
bugfix: CSS was misplaced on some views (search, diff...) (bug introduced in 1.14 found by Jon Reid)
bugfix: some garbage could be seen in some views in the parents field on some pages.
bugfix: cleaning pass on html to pass W3C? validator http://validator.w3.org/ . Tested: view, diffs, changes. Work remains to do for other scripts (edit), but may imply more fixes to TWiki itself.
new option variable KSNOEXPAND for space-tight people, to use the same template/ space as 1.14 and before. (no need to upgrade if you do not need this option)
1.1407 Aug 2002
[!] bugfix: when saving with the bottom save button from the preview view, parent field was overwritten by garbage with %TOPICPARENT%. You must repair the damage done to some pages, see: http://twiki.org/cgi-bin/view/Plugins/KoalaSkinDev#topicparent You can either:
edit by hand the pages showing %TOPICPARENT% strings, if some exist on your site.
empty groups by declaration. Suggestion of Matt Wilkie. Put the word EMPTY at the start of the Web description.
cosmetic: attachements table left-aligned in view mode
%MAINWEB% everywhere, instead of Main. variable main settable in the script also.
Wiki Name syntax is checked on create topic by menu
CSS declarations trimmed (and bugfixed) to be smaller. Simple pages went from 50k to 13k.
new KSNOICONS variable for the Web List topic
non-clickable links are now not white to differentiate them visually from clickable web tabs
1.1111 Apr 2002
bugfix: was not working well if your directory structure differred from the distribution. Note: No need to upgrade if you had no problem installing the 1.10 version
1.1028 Mar 2002
bugfix: editing failed (javascript error) on old versions (5.0) of IE.
1.918 Mar 2002
[!] Forgot to mention that the RefreshEditPage patch should be applied. Apply it if you didnt already!
Minor bug fix: QuietSave? would not remove lock (change to bin/savemulti)
1.812 Mar 2002
Some fixes to the script to make it run on windows under cygwin.
1.710 Mar 2002
[!] Name of install topic changed from KoalaSkinPlugin to just KoalaSkin. You must rename the topic Plugins.KoalaSkinPlugin if you have one!
This readme is now fully in TWiki syntax. You should create the topic KoalaSkin? to include it (it is installed as an attachement), see new install instructions.
script can be run from twiki dir without setting DIR
fixes to colors in search results in bookview mode, and in rename topic (result of search for pages refering to page to be moved)
1.54 Mar 2002
[!]NOTE: if you already applied the fix TWiki:Codev/PostfixArgToParentMeta you need to change all 5 occurences of postfix to suffix in lib/TWiki.pm
-d option to bin/koalaskin-generate to generate a distrib
Note that the RefreshEditPage fix is not needed anymore (but is not harmful)
Use of the ?time=nnnn hack in edit pages
1.428 Feb 2002
[!] patches to apply: #3
new script bin/savemulti (needs a similar entry to save in bin/.htaccess), to provide in edit template 4 buttons: Save, Checkpoint, Preview, and Cancel
Raw view with metadata option in More... (new koala templates for oopsmore & preview)
understands the new var %EDITBOXCSS%
uses the new version of the PostfixToArgParentMeta
1.324 Feb 2002
Checkpoint save
1.223 Feb 2002
everything works (but with patches to distrib).
Announced on TWiki.org
1.120 Feb 2002
First functional internal release.
Nov 2001 First sketches in HTML+CSS by Thierry Kormann
TWiki's Sandbox webThe Sandbox Web of TWiki. TWiki is an Enterprise Collaboration Platform.http://wiki.di.uminho.pt/twiki/bin/view/SandboxCopyright 2020 by contributing authors2020-10-31T11:50:07ZWebStatisticshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebStatistics2020-10-31T11:50:07ZStatistics for Sandbox Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ... (last changed by TWikiGuest)TWikiGuestRenatoNevesSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/RenatoNevesSandbox2013-10-15T18:51:58Zdasdasdasd RenatoNeves 15 Oct 2013 (last changed by RenatoNeves)RenatoNevesWebPreferenceshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebPreferences2007-12-03T23:38:29ZSandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ... (last changed by MiguelFerreira)MiguelFerreiraNunoOliveiraSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NunoOliveiraSandbox2007-11-28T11:54:47ZWhat else could it be? NunoOliveira 28 Nov 2007 (last changed by NunoOliveira)NunoOliveiraProjectFileshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/ProjectFiles2007-11-15T23:02:42Zsome things ... MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)MiguelFerreiraMiguelFerreiraSandboxhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/MiguelFerreiraSandbox2007-11-15T23:02:21ZVerifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ... (last changed by MiguelFerreira)MiguelFerreiraBibTexhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/BibTex2007-11-15T22:11:41Zlkasdmas MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)MiguelFerreiraWebHomehttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebHome2006-12-31T01:09:23ZSandbox Web Utilities advanced search WebTopicList all topics in alphabetical order WebChanges recent topic changes in this web WebNotify ... (last changed by TWikiContributor)TWikiContributorCommentPluginExampleCommentshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/CommentPluginExampleComments2006-12-03T20:00:10ZComments Example comment topic for CommentPluginExamples "return" Target comment output 1 TWikiContributor 03 Dec 2006 Target comment output 2 TWikiContributor ... (last changed by TWikiContributor)TWikiContributorWebLeftBarhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebLeftBar2006-11-18T22:27:58Z" warn "off"}% (last changed by ArthurClemens)ArthurClemensWebTopicListhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicList2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebSearchAdvancedhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearchAdvanced2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebTopicCreatorhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicCreator2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebIndexhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebIndex2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebSearchhttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearch2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributorWebChangeshttp://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebChanges2006-11-15T19:43:52Z (last changed by TWikiContributor)TWikiContributor
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ...
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ...
Some News Please add your news items in this page, most recent first. The .NewsPlugin generated headlines can be found in NewsPluginExampleHeadlines Announces should ...
The Sandbox web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the TWikiTutorial to get a jumpstart on the TWiki tool. A good rule of thumb is to add at the end of the page and sign and date it with your WikiName.
Statistics for Sandbox Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ... 31 Oct 2020 - 11:50 - TWikiGuest
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ... 03 Dec 2007 - 23:38 - MiguelFerreira
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ... 15 Nov 2007 - 23:02 - MiguelFerreira
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ...
Some News Please add your news items in this page, most recent first. The .NewsPlugin generated headlines can be found in NewsPluginExampleHeadlines Announces should ...
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ...
This is a subscription service to be automatically notified by e-mail when topics change in this Sandbox web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your WikiName in alphabetical order to this list:
Each TWiki web has an automatic e-mail notification service that sends you an e-mail with links to all of the topics modified since the last alert.
Users subscribe to email notifications using their WikiName or an alternative email address, and can specify the webs/topics they wish to track using one of these bullet list formats:
three spaces * [ webname . ] wikiName - SMTP mail address three spaces * [ webName . ] wikiName three spaces * SMTP mail address three spaces * SMTP mail address : topics three spaces * [ webname . ] wikiName : topics
In the above examples, topics is a space-separated list of topic names. The user may further customize the specific content they will receive using the following formats:
Specify topics without a Web. prefix
Topics must exist in this web.
Topics may be specified using * wildcards
Each topic may optionally be preceded by a '+' or '-' sign. The '+' sign means "subscribe to this topic" (the same as not putting anything). The '-' sign means "unsubscribe" or "don't send notifications regarding this topic". This allows users to elect to filter out certain topics (and their children, to an arbitrary depth). Topic filters ('-') take precedence over topic includes ('+').
Each topic may optionally be followed by an integer in parentheses, indicating the depth of the tree of children below that topic. Changes in all these children will be detected and reported along with changes to the topic itself. Note This uses the TWiki "Topic parent" feature.
Each topic may optionally be immediately followed by an exclamation mark ! or a question mark ? with no intervening spaces, indicating that the topic (and children if there is a tree depth specifier as well) should be mailed out as complete topics instead of change summaries. ! causes the topic to be mailed every time even if there have been no changes, ? will mail the topic only if there have been changes to it. This only makes sense for subscriptions.
For example:
Subscribe Daisy to all changes to topics in this web.
* daisy.cutter@flowers.com
Subscribe Daisy to all changes in all webs that start with Web.
* daisy.cutter@flowers.com: Web*
Subscribe Daisy to changes to topics starting with Petal, and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
Subscribe Daisy to the full content of NewsLetter whenever it has changed
* daisy@flowers.com: TWiki.NewsLetter?
Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed.
* buttercup@flowers.com: TWiki.NewsLetter! (1)
Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup? :
A user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics).
If a TWiki group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
Tip: List names in alphabetical order to make it easier to find the names.
Note for System Administrators: Notification is supported by an add-on to the TWiki kernel called the MailerContrib. See the MailerContrib topic for details of how to set up this service.
Note: If you prefer a news feed, point your reader to WebRss (for RSS 1.0 feeds) or WebAtom (for ATOM 1.0 feeds). Learn more at WebRssBase and WebAtomBase, respectively.
Related topics:WebChangesAlert, TWikiUsers, TWikiRegistration
The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Main.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web).
Comma separated list of forms that can be attached to topics in this web. See TWikiForms for more information.
Set WEBFORMS =
Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.
Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
When you write variable %WEBBGCOLOR% , it gets expanded to #B9DAFF
The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
You can introduce your own preferences variables and use them in your topics and templates.
TWiki search results for \.*
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox
The Sandbox web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.en-usCopyright 2020 by contributing authorsTWiki Administrator [webmaster@di.uminho.pt]The contributing authors of TWikiTWikiDIUM.Sandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox
/twiki/pub/Main/LocalLogos/um_eengP.jpgRenatoNevesSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/RenatoNevesSandbox
dasdasdasd RenatoNeves 15 Oct 2013 (last changed by RenatoNeves)2013-10-15T18:51:58ZRenatoNevesWebPreferences
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebPreferences
Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site level preferences in . and ... (last changed by MiguelFerreira)2007-12-03T23:38:29ZMiguelFerreiraNunoOliveiraSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NunoOliveiraSandbox
What else could it be? NunoOliveira 28 Nov 2007 (last changed by NunoOliveira)2007-11-28T11:54:47ZNunoOliveiraProjectFiles
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/ProjectFiles
some things ... MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)2007-11-15T23:02:42ZMiguelFerreiraMiguelFerreiraSandbox
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/MiguelFerreiraSandbox
Verifiable Filesystem The purpose of this project is to answer the Mini Challenge: Build a Verifiable Filesystem proposed by Rajeev Joshi and Gerard J. Holzmann ... (last changed by MiguelFerreira)2007-11-15T23:02:21ZMiguelFerreiraBibTex
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/BibTex
lkasdmas MiguelFerreira 15 Nov 2007 (last changed by MiguelFerreira)2007-11-15T22:11:41ZMiguelFerreiraWebHome
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebHome
Sandbox Web Utilities advanced search WebTopicList all topics in alphabetical order WebChanges recent topic changes in this web WebNotify ... (last changed by TWikiContributor)2006-12-31T01:09:23ZTWikiContributorCommentPluginExampleComments
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/CommentPluginExampleComments
Comments Example comment topic for CommentPluginExamples "return" Target comment output 1 TWikiContributor 03 Dec 2006 Target comment output 2 TWikiContributor ... (last changed by TWikiContributor)2006-12-03T20:00:10ZTWikiContributorWebLeftBar
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebLeftBar
" warn "off"}% (last changed by ArthurClemens)2006-11-18T22:27:58ZArthurClemensWebChanges
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebChanges
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebIndex
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebIndex
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebSearch
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearch
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebSearchAdvanced
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebSearchAdvanced
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebTopicCreator
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicCreator
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorWebTopicList
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/WebTopicList
(last changed by TWikiContributor)2006-11-15T19:43:52ZTWikiContributorNewsPluginExampleHeadlines
http://wiki.di.uminho.pt/twiki/bin/view/Sandbox/NewsPluginExampleHeadlines
1.24 18 Feb 2003 fixes 1.23 21 Dec 2002 accesskeys in tooltips 1.22 21 Dec 2002 bugfixes 1.21 17 Dec 2002 1.20 11 Dec 2002 (last changed by TWikiGuest)2006-02-08T19:04:01Zguest