Changeset 604


Ignore:
Timestamp:
11/13/08 22:27:05 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Rename TWikiForms to DataForms

Location:
trunk
Files:
121 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/ApprovalPlugin/data/TWiki/ApprovalPlugin.txt

    r464 r604  
    1212---++ Introduction 
    1313 
    14 This plugin is a rewrite of the TWiki:Plugins.WorkflowPlugin by TWiki:Main.ThomasWeigert, which supports much the same functionality except a couple of the varaibles (=%<nop>WORKFLOWLASTTIME_State%=, =%<nop>WORKFLOWLASTVERSION_State%=) and the use of %SYSTEMWEB%.TWikiForms in states. However, it does support concurrent reviewing and notifications on state change, which is not supported by the Workflow plugin. It was decided to spin this off seperatly as it is not backwords compatible. 
     14This plugin is a rewrite of the TWiki:Plugins.WorkflowPlugin by TWiki:Main.ThomasWeigert, which supports much the same functionality except a couple of the varaibles (=%<nop>WORKFLOWLASTTIME_State%=, =%<nop>WORKFLOWLASTVERSION_State%=) and the use of %SYSTEMWEB%.DataForms in states. However, it does support concurrent reviewing and notifications on state change, which is not supported by the Workflow plugin. It was decided to spin this off seperatly as it is not backwords compatible. 
    1515 
    1616---++ Usage 
  • trunk/AutoCompletePlugin/data/TWiki/AutoCompletePlugin.txt

    r529 r604  
    66This plugin allows you to create an autocomplete input field based on Yahoo's User Interface Library. 
    77 
    8 All this plugin does is implement Arthur Clemens' TWiki:Plugins/AutoCompleteAddOn as a plugin, which allows users to provide an autocomplete text box using the =%<nop>AUTOCOMPLETE%= syntax, and also in %SYSTEMWEB%.TWikiForms (shown below). 
     8All this plugin does is implement Arthur Clemens' TWiki:Plugins/AutoCompleteAddOn as a plugin, which allows users to provide an autocomplete text box using the =%<nop>AUTOCOMPLETE%= syntax, and also in %SYSTEMWEB%.DataForms (shown below). 
    99 
    1010<img src="%ATTACHURLPATH%/AutoCompletePluginScreenshot.png" alt="screenshot.png" /> 
     
    2020This plugin expands the =%<nop>AUTOCOMPLETE{...}%= variable, which takes the parameters described in %TOPIC%#Parameters. 
    2121 
    22 ---+++ In !TWikiForms 
     22---+++ In !DataForms 
    2323 
    24 To use this plugin in %SYSTEMWEB%.TWikiForms, create a form template as descibed in %SYSTEMWEB%.TWikiForms#Defining_a_Form. This plugin adds the =autocomplete= type of field. To pass the parameters required by the plugin, place them in the =Values= column. An example is shown below: 
     24To use this plugin in %SYSTEMWEB%.DataForms, create a form template as descibed in %SYSTEMWEB%.DataForms#Defining_a_Form. This plugin adds the =autocomplete= type of field. To pass the parameters required by the plugin, place them in the =Values= column. An example is shown below: 
    2525 
    2626| *Name* | *Type* | *Size* | *Values* | *Tooltip message* | *Attributes* | 
  • trunk/BenchmarkContrib/data/Benchmarks/WebPreferences.txt

    r498 r604  
    4646      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    4747 
    48    * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.TWikiForms for more information. 
     48   * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.DataForms for more information. 
    4949      * Set WEBFORMS = 
    5050 
  • trunk/BlogPlugin/data/TWiki/BlogPlugin.txt

    r482 r604  
    1616that are very hard or even impossible to implement using <nop>TWikiML.  
    1717Note, that most of the tags are tightly related to the 
    18 data model of BlogUp, i.e. it relies on its <nop>TopicType and <nop>TWikiForm  
     18data model of BlogUp, i.e. it relies on its <nop>TopicType and <nop>DataForm  
    1919definitions.  
    2020 
  • trunk/BlogPlugin/data/TWiki/BlogUp.txt

    r482 r604  
    1919%ALIAS{name="TopicTemplates" value="#TopicTemplates"}% 
    2020%ALIAS{name="TopicTemplate" value="#TopicTemplates"}% 
    21 %ALIAS{name="TWikiForms" value="#TWikiForms"}% 
    22 %ALIAS{name="TWikiForm" value="#TWikiForms"}% 
     21%ALIAS{name="DataForms" value="#DataForms"}% 
     22%ALIAS{name="DataForm" value="#DataForms"}% 
    2323--> 
    2424 
     
    8888---++ Implementation 
    8989The BlogUp is implemented using the TWikiWorkbench approach consisting (at least) of a set of  
    90 TopicTypes, TopicFunctions, TWikiForms and TopicTemplates that are used to implement the application. 
     90TopicTypes, TopicFunctions, DataForms and TopicTemplates that are used to implement the application. 
    9191 
    9292---+++ TopicTypes 
    93 Each topic is typed using TWikiForms, that is TWikiForms define TopicTypes.  
     93Each topic is typed using DataForms, that is DataForms define TopicTypes.  
    9494A TopicType form has a token and a free-form TopicDescription that describes the purpose of an 
    9595instance of that type. 
     
    9797In general a TopicType is made up of three parts: 
    9898   1 the TopicType topic named XXX 
    99    1 the TWikiForm topic named XXXForm 
     99   1 the DataForm topic named XXXForm 
    100100   1 the TopicTemplate topic named XXXTemplate 
    101101  
     
    115115%DBCALL{"%TOPIC%" section="RenderTopicList" NAME="TopicFunction"}% 
    116116 
    117 ---+++ TWikiForms 
     117---+++ DataForms 
    118118%TODO% 
    119119 
    120 %DBCALL{"%TOPIC%" section="RenderTopicList" NAME="TWikiForm"}% 
     120%DBCALL{"%TOPIC%" section="RenderTopicList" NAME="DataForm"}% 
    121121 
    122122---+++ TopicTemplates 
  • trunk/BlogPlugin/data/_BlogPlugin/BaseRef.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1133297205" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiFormAttribute"}% 
     2%META:TOPICPARENT{name="DataFormAttribute"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    66See also: BlogRef 
    77 
    8 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     8%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    99 
    1010<!-- 
    1111   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1212   * Set SIDEBAR = Admin 
    13    * Set SIDEBARARG = TWikiFormAttribute 
     13   * Set SIDEBARARG = DataFormAttribute 
    1414--> 
    1515 
    1616 
    1717%META:FORM{name="TopicForm"}% 
    18 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiFormAttribute"}% 
     18%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataFormAttribute"}% 
    1919%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Pointer to the start of a comment thread"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogAuthor.txt

    r482 r604  
    66%DBCALL{"RenderNewTopicTypeForm" NAME="%TOPIC%" TEMPLATE="%TOPIC%Template" warn="off" FORM="BlogAuthorForm"}% 
    77%DBCALL{"RenderTopicList" NAME="%TOPIC%"}% 
    8 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     8%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    99 
    1010See also: %TOPIC%Template, %MAINWEB%.BlogAuthorGroup, %TOPIC%Form 
     
    1818 
    1919%META:FORM{name="TopicForm"}% 
    20 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, TWikiFormAttribute"}% 
     20%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, DataFormAttribute"}% 
    2121%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType used in BlogEntryForm to collect all BlogEntries of one author"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogAuthorForm.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1148405776" format="1.1" reprev="1.3" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiForm"}% 
     2%META:TOPICPARENT{name="DataForm"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    1010 
    1111 
    12 See also: %SYSTEMWEB%.TWikiForms 
     12See also: %SYSTEMWEB%.DataForms 
    1313 
    1414<!-- 
    1515   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1616   * Set SIDEBAR = Admin 
    17    * Set SIDEBARARG = TWikiForm 
     17   * Set SIDEBARARG = DataForm 
    1818--> 
    1919 
    2020 
    2121%META:FORM{name="TopicForm"}% 
    22 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    23 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for BlogAuthors"}% 
     22%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     23%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for BlogAuthors"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogCommentForm.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1148405870" format="1.1" reprev="1.9" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiForm"}% 
     2%META:TOPICPARENT{name="DataForm"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    2020   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    2121   * Set SIDEBAR = Admin 
    22    * Set SIDEBARARG = TWikiForm 
     22   * Set SIDEBARARG = DataForm 
    2323--> 
    2424 
     
    2626 
    2727%META:FORM{name="TopicForm"}% 
    28 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    29 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for BlogComments"}% 
     28%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     29%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for BlogComments"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogEntryForm.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1148405905" format="1.1" reprev="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiForm"}% 
     2%META:TOPICPARENT{name="DataForm"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    3030   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    3131   * Set SIDEBAR = Admin 
    32    * Set SIDEBARARG = TWikiForm 
     32   * Set SIDEBARARG = DataForm 
    3333--> 
    3434 
    3535 
    3636%META:FORM{name="TopicForm"}% 
    37 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    38 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for BlogEntries"}% 
     37%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     38%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for BlogEntries"}% 
    3939%META:TOPICMOVED{by="MichaelDaum" date="1129136731" from="Blog.BlogForm" to="Blog.BlogEntryForm"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogLink.txt

    r482 r604  
    2222 
    2323%META:FORM{name="TopicForm"}% 
    24 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, TWikiFormAttribute"}% 
     24%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, DataFormAttribute"}% 
    2525%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType that links to another news or blog site."}% 
    2626%META:TOPICMOVED{by="MichaelDaum" date="1130169705" from="Blog.NewsFeed" to="Blog.BlogLink"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogLinkForm.txt

    r482 r604  
    1717 
    1818 
    19 See also: %SYSTEMWEB%.TWikiForms, BlogLink, BlogLinkTemplate 
     19See also: %SYSTEMWEB%.DataForms, BlogLink, BlogLinkTemplate 
    2020 
    2121<!-- 
    2222   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    2323   * Set SIDEBAR = Admin 
    24    * Set SIDEBARARG = TWikiForm 
     24   * Set SIDEBARARG = DataForm 
    2525--> 
    2626 
    2727 
    2828%META:FORM{name="TopicForm"}% 
    29 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    30 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for BlogLinks"}% 
     29%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     30%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for BlogLinks"}% 
    3131%META:TOPICMOVED{by="MichaelDaum" date="1130169768" from="Blog.NewsFeedForm" to="Blog.BlogLinkForm"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogPageForm.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1148405972" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiForm"}% 
     2%META:TOPICPARENT{name="DataForm"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    1414 
    1515 
    16 See also: %SYSTEMWEB%.TWikiForms 
     16See also: %SYSTEMWEB%.DataForms 
    1717 
    1818<!-- 
    1919   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    2020   * Set SIDEBAR = Admin 
    21    * Set SIDEBARARG = TWikiForm 
     21   * Set SIDEBARARG = DataForm 
    2222--> 
    2323 
    2424 
    2525%META:FORM{name="TopicForm"}% 
    26 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    27 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for BlogPages"}% 
     26%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     27%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for BlogPages"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogRef.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1127149651" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiFormAttribute"}% 
     2%META:TOPICPARENT{name="DataFormAttribute"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
    55 
    6 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     6%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    77 
    88 
     
    1212   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1313   * Set SIDEBAR = Admin 
    14    * Set SIDEBARARG = TWikiFormAttribute 
     14   * Set SIDEBARARG = DataFormAttribute 
    1515--> 
    1616 
    1717%META:FORM{name="TopicForm"}% 
    18 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiFormAttribute"}% 
     18%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataFormAttribute"}% 
    1919%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Name of the  topic this one is a comment to (comment relation)"}% 
    2020%META:TOPICMOVED{by="MichaelDaum" date="1124461091" from="Blog.BlogReference" to="Blog.BlogRef"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/BlogTag.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1141831803" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiFormAttribute"}% 
     2%META:TOPICPARENT{name="DataFormAttribute"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    66| *Name* | *Type* | *Tooltip message* | 
    77 
    8 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     8%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    99 
    1010<!-- 
    1111   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1212   * Set SIDEBAR = Admin 
    13    * Set SIDEBARARG = TWikiFormAttribute 
     13   * Set SIDEBARARG = DataFormAttribute 
    1414--> 
    1515 
    1616 
    1717%META:FORM{name="TopicForm"}% 
    18 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiFormAttribute"}% 
     18%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataFormAttribute"}% 
    1919%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Formfield used in taggable topics"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/DataForm.txt

    r482 r604  
    44%FORMFIELD{"TopicDescription"}% 
    55 
    6 TWikiForms add structured information to twiki topics.  
     6DataForms add structured information to twiki topics.  
    77 
    8 See also: %TOPIC%Template, WebPreferences, TWikiFormAttributes, %SYSTEMWEB%.TWikiForms 
     8See also: %TOPIC%Template, WebPreferences, DataFormAttributes, %SYSTEMWEB%.DataForms 
    99 
    1010%DBCALL{"RenderNewTopicTypeForm" NAME="%TOPIC%" TEMPLATE="%TOPIC%Template" warn="off"}% 
     
    2121%META:FORM{name="TopicForm"}% 
    2222%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="AdminTool, TopicType"}% 
    23 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType of %25SYSTEMWEB%25.TWikiForms"}% 
     23%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType of %25SYSTEMWEB%25.DataForms"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/DataFormAttribute.txt

    r482 r604  
    2727%META:FORM{name="TopicForm"}% 
    2828%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType"}% 
    29 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType for an attribute description of a TWikiForm"}% 
     29%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType for an attribute description of a DataForm"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/DataFormAttributeTemplate.txt

    r482 r604  
    66| *Name* | *Type* | *Tooltip message* | 
    77 
    8 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     8%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    99 
    1010<!-- 
    1111   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1212   * Set SIDEBAR = Admin 
    13    * Set SIDEBARARG = TWikiFormAttribute 
     13   * Set SIDEBARARG = DataFormAttribute 
    1414--> 
    1515 
    1616%META:FORM{name="TopicForm"}% 
    1717%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicTemplate"}% 
    18 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Template to create TWikiFormAttributes"}% 
     18%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Template to create DataFormAttributes"}% 
    1919 
  • trunk/BlogPlugin/data/_BlogPlugin/DataFormTemplate.txt

    r482 r604  
    88 
    99 
    10 See also: %SYSTEMWEB%.TWikiForms 
     10See also: %SYSTEMWEB%.DataForms 
    1111<!-- 
    1212   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1313   * Set SIDEBAR = Admin 
    14    * Set SIDEBARARG = TWikiForm 
     14   * Set SIDEBARARG = DataForm 
    1515--> 
    1616 
    1717%META:FORM{name="TopicForm"}% 
    1818%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicTemplate"}% 
    19 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Template to create TWikiForm topics"}% 
     19%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Template to create DataForm topics"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/HiddenFormViewTemplate.txt

    r482 r604  
    1515%META:FORM{name="TopicForm"}% 
    1616%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicView"}% 
    17 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="View to hide  %25SYSTEMWEB%25.TWikiForms"}% 
     17%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="View to hide  %25SYSTEMWEB%25.DataForms"}% 
    1818%META:TOPICMOVED{by="MichaelDaum" date="1127217314" from="Trash.HiddenFormViewTemplate" to="Blog.HiddenFormViewTemplate"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/PatternSkinHiddenFormViewTemplate.txt

    r482 r604  
    1818%META:FORM{name="TopicForm"}% 
    1919%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicView"}% 
    20 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="View to hide  %25SYSTEMWEB%25.TWikiForms using <nop>PatternSkin"}% 
     20%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="View to hide  %25SYSTEMWEB%25.DataForms using <nop>PatternSkin"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderAdminTools.txt

    r482 r604  
    3737      </ol>%ENDTWISTY% 
    3838    </li> 
    39     <li>%TWISTY{id="twikiforms" remember="on" link="TWikiForms"}% 
     39    <li>%TWISTY{id="twikiforms" remember="on" link="DataForms"}% 
    4040      <ol> 
    41 %~~   DBQUERY{"TopicType=~'\bTWikiForm\b'" 
     41%~~   DBQUERY{"TopicType=~'\bDataForm\b'" 
    4242~~~      format="<li><a href=\"%SCRIPTURLPATH{"view"}%/$web/$topic\" 
    4343~~~                           title=\"$formfield(TopicDescription)\">$topic</a></li>" 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderDataFormList.txt

    r482 r604  
    1010<verbatim> 
    1111%STARTINCLUDE% 
    12 ---++ List of TWikiForms that use the '%ATTR%' attribute 
     12---++ List of DataForms that use the '%ATTR%' attribute 
    1313| *Name* | *Description* | 
    14 %~~ DBQUERY{"TopicType=~'\bTWikiForm\b' AND text=~'\n\| *(..)?%ATTR% * \|'" 
     14%~~ DBQUERY{"TopicType=~'\bDataForm\b' AND text=~'\n\| *(..)?%ATTR% * \|'" 
    1515~~~   format="| $topic | $formfield(TopicDescription) |" 
    1616~~~ }% 
     
    2020---++ Test 
    2121<div class="alt"> 
    22 %DBCALL{"RenderTWikiFormList" ATTR="Headline"}% 
     22%DBCALL{"RenderDataFormList" ATTR="Headline"}% 
    2323</div> 
    2424<div class="alt"> 
    25 %DBCALL{"RenderTWikiFormList" ATTR="BaseRef"}% 
     25%DBCALL{"RenderDataFormList" ATTR="BaseRef"}% 
    2626</div> 
    2727 
     
    3737%META:FORM{name="TopicForm"}% 
    3838%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicFunction"}% 
    39 %META:FIELD{name="TopicDescription" attributes="" title="TopicDescription" value="Renders a list of TWikiForms that use a given TWikiFormAttribute"}% 
     39%META:FIELD{name="TopicDescription" attributes="" title="TopicDescription" value="Renders a list of DataForms that use a given DataFormAttribute"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderNewTopicTypeForm.txt

    r482 r604  
    66---++ Parameters 
    77   * NAME: name of TopicType which we render a button for 
    8    * FORM: TWikiForm to be used when creating a topic 
     8   * FORM: DataForm to be used when creating a topic 
    99   * TEMPLATE: TopicTemplate to be used  
    1010 
  • trunk/BlogPlugin/data/_BlogPlugin/SubjectCategory.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1139335204" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiFormAttribute"}% 
     2%META:TOPICPARENT{name="DataFormAttribute"}% 
    33---++ %TOPIC%  
    44%FORMFIELD{"TopicDescription"}% 
     
    2222 
    2323%DBCALL{"RenderTopicList" NAME="%TOPIC%"}% 
    24 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     24%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    2525 
    2626<!-- 
     
    3535 
    3636%META:FORM{name="TopicForm"}% 
    37 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, TWikiFormAttribute"}% 
    38 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType and TWikiFormAttribute that describes BlogEntry categories"}% 
     37%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicType, DataFormAttribute"}% 
     38%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType and DataFormAttribute that describes BlogEntry categories"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/SubjectCategoryForm.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1148406023" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiForm"}% 
     2%META:TOPICPARENT{name="DataForm"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
     
    1111 
    1212 
    13 See also: %SYSTEMWEB%.TWikiForms 
     13See also: %SYSTEMWEB%.DataForms 
    1414<!-- 
    1515   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1616   * Set SIDEBAR = Admin 
    17    * Set SIDEBARARG = TWikiForm 
     17   * Set SIDEBARARG = DataForm 
    1818--> 
    1919 
    2020%META:FORM{name="TopicForm"}% 
    21 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    22 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm for SubjectCategories"}% 
     21%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     22%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm for SubjectCategories"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/TopicDescription.txt

    r482 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1124204963" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWikiFormAttribute"}% 
     2%META:TOPICPARENT{name="DataFormAttribute"}% 
    33---+ %TOPIC% 
    44%FORMFIELD{"TopicDescription"}% 
    5 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     5%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    66 
    77<!-- 
    88   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    99   * Set SIDEBAR = Admin 
    10    * Set SIDEBARARG = TWikiFormAttribute 
     10   * Set SIDEBARARG = DataFormAttribute 
    1111--> 
    1212 
    1313%META:FORM{name="TopicForm"}% 
    14 %META:FIELD{name="TopicType" attributes="" title="TopicType" value="TWikiFormAttribute"}% 
     14%META:FIELD{name="TopicType" attributes="" title="TopicType" value="DataFormAttribute"}% 
    1515%META:FIELD{name="TopicDescription" attributes="" title="TopicDescription" value="describes the function of a topic"}% 
    1616 
  • trunk/BlogPlugin/data/_BlogPlugin/TopicForm.txt

    r482 r604  
    1111   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup 
    1212   * Set SIDEBAR = Admin 
    13    * Set SIDEBARARG = TWikiForm 
     13   * Set SIDEBARARG = DataForm 
    1414--> 
    1515 
    1616 
    1717%META:FORM{name="TopicForm"}% 
    18 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TWikiForm"}% 
    19 %META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TWikiForm attached to general TWikiTopics"}% 
     18%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="DataForm"}% 
     19%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="DataForm attached to general TWikiTopics"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/TopicType.txt

    r482 r604  
    66%DBCALL{"RenderNewTopicTypeForm" NAME="%TOPIC%" TEMPLATE="%TOPIC%Template" warn="off"}% 
    77%DBCALL{"RenderTopicList" NAME="%TOPIC%"}% 
    8 %DBCALL{"RenderTopicList" NAME="%TOPIC%, TWikiFormAttribute"}% 
    9 %DBCALL{"RenderTWikiFormList" ATTR="%TOPIC%"}% 
     8%DBCALL{"RenderTopicList" NAME="%TOPIC%, DataFormAttribute"}% 
     9%DBCALL{"RenderDataFormList" ATTR="%TOPIC%"}% 
    1010 
    1111See also: TopicTypeTemplate 
     
    2020 
    2121%META:FORM{name="TopicForm"}% 
    22 %META:FIELD{name="TopicType" attributes="M" title="TopicType" value="AdminTool, TopicType, TWikiFormAttribute"}% 
     22%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="AdminTool, TopicType, DataFormAttribute"}% 
    2323%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="TopicType of all possible TopicTypes in the %25WEB%25 web"}% 
    2424%META:TOPICMOVED{by="MichaelDaum" date="1123962566" from="Blog.TopicCategory" to="Blog.TopicType"}% 
  • trunk/BlogPlugin/data/_BlogPlugin/WebPreferences.txt

    r500 r604  
    139139   * Set WEBBUTTONSCLASS_ABOUT = 
    140140 
    141 Definition of TWikiForms (expert settings): 
     141Definition of DataForms (expert settings): 
    142142   * Set WEBFORMS = BlogEntryForm, TopicForm, BlogCommentForm, BlogLinkForm, BlogPageForm, SubjectCategoryForm, BlogAuthorForm 
    143143 
  • trunk/BlogPlugin/lib/TWiki/Plugins/BlogPlugin/MANIFEST

    r48 r604  
     1data/_BlogPlugin/AdminTool.txt 0644 
    12data/_BlogPlugin/AdminToolTemplate.txt 0644 
    2 data/_BlogPlugin/AdminTool.txt 0644 
    33data/_BlogPlugin/AtomViewTemplate.txt 0644 
    44data/_BlogPlugin/BaseRef.txt 0644 
    55data/_BlogPlugin/BlogAbout.txt 0644 
    66data/_BlogPlugin/BlogArchive.txt 0644 
     7data/_BlogPlugin/BlogAuthor.txt 0644 
    78data/_BlogPlugin/BlogAuthorForm.txt 0644 
    89data/_BlogPlugin/BlogAuthorTemplate.txt 0644 
    910data/_BlogPlugin/BlogAuthorViewTemplate.txt 0644 
    10 data/_BlogPlugin/BlogAuthor.txt 0644 
     11data/_BlogPlugin/BlogComment.txt 0644 
    1112data/_BlogPlugin/BlogCommentForm.txt 0644 
    1213data/_BlogPlugin/BlogCommentTemplate.txt 0644 
    1314data/_BlogPlugin/BlogCommentViewTemplate.txt 0644 
    14 data/_BlogPlugin/BlogComment.txt 0644 
    1515data/_BlogPlugin/BlogDev.txt 0644 
     16data/_BlogPlugin/BlogEntry.txt 0644 
    1617data/_BlogPlugin/BlogEntry0.txt 0644 
    1718data/_BlogPlugin/BlogEntryForm.txt 0644 
    1819data/_BlogPlugin/BlogEntryTemplate.txt 0644 
    1920data/_BlogPlugin/BlogEntryViewTemplate.txt 0644 
    20 data/_BlogPlugin/BlogEntry.txt 0644 
    2121data/_BlogPlugin/BlogHelpText.txt 0644 
    2222data/_BlogPlugin/BlogImages.txt 0644 
     23data/_BlogPlugin/BlogLink.txt 0644 
    2324data/_BlogPlugin/BlogLinkForm.txt 0644 
    2425data/_BlogPlugin/BlogLinkTemplate.txt 0644 
    2526data/_BlogPlugin/BlogLinkViewTemplate.txt 0644 
    26 data/_BlogPlugin/BlogLink.txt 0644 
     27data/_BlogPlugin/BlogPage.txt 0644 
    2728data/_BlogPlugin/BlogPageForm.txt 0644 
    2829data/_BlogPlugin/BlogPageTemplate.txt 0644 
    29 data/_BlogPlugin/BlogPage.txt 0644 
    3030data/_BlogPlugin/BlogRef.txt 0644 
    3131data/_BlogPlugin/BlogTag.txt 0644 
     32data/_BlogPlugin/DataForm.txt 0644 
     33data/_BlogPlugin/DataFormAttribute.txt 0644 
     34data/_BlogPlugin/DataFormAttributeTemplate.txt 0644 
     35data/_BlogPlugin/DataFormTemplate.txt 0644 
    3236data/_BlogPlugin/FrontPage.txt 0644 
    3337data/_BlogPlugin/HiddenFormViewTemplate.txt 0644 
     
    4549data/_BlogPlugin/RenderArchives.txt 0644 
    4650data/_BlogPlugin/RenderAtom.txt 0644 
     51data/_BlogPlugin/RenderAuthors.txt 0644 
    4752data/_BlogPlugin/RenderAuthorTools.txt 0644 
    48 data/_BlogPlugin/RenderAuthors.txt 0644 
     53data/_BlogPlugin/RenderBlogArchive.txt 0644 
    4954data/_BlogPlugin/RenderBlogArchiveCat.txt 0644 
    5055data/_BlogPlugin/RenderBlogArchiveChron.txt 0644 
     
    5257data/_BlogPlugin/RenderBlogArchiveLex.txt 0644 
    5358data/_BlogPlugin/RenderBlogArchiveTag.txt 0644 
    54 data/_BlogPlugin/RenderBlogArchive.txt 0644 
     59data/_BlogPlugin/RenderBlogComment.txt 0644 
    5560data/_BlogPlugin/RenderBlogComments.txt 0644 
    56 data/_BlogPlugin/RenderBlogComment.txt 0644 
    5761data/_BlogPlugin/RenderBlogEntriesInCategory.txt 0644 
    5862data/_BlogPlugin/RenderBlogEntriesOfAuthor.txt 0644 
    5963data/_BlogPlugin/RenderBlogEntry.txt 0644 
     64data/_BlogPlugin/RenderBlogLink.txt 0644 
    6065data/_BlogPlugin/RenderBlogLinksInCategory.txt 0644 
    61 data/_BlogPlugin/RenderBlogLink.txt 0644 
    6266data/_BlogPlugin/RenderBlogPage.txt 0644 
    6367data/_BlogPlugin/RenderBlogRoll.txt 0644 
    6468data/_BlogPlugin/RenderBlogTeaser.txt 0644 
    6569data/_BlogPlugin/RenderCategories.txt 0644 
     70data/_BlogPlugin/RenderDataFormList.txt 0644 
    6671data/_BlogPlugin/RenderDocNavigation.txt 0644 
    6772data/_BlogPlugin/RenderFrontPage.txt 0644 
     
    7984data/_BlogPlugin/RenderNewBlogPageButton.txt 0644 
    8085data/_BlogPlugin/RenderNewCategoryButton.txt 0644 
     86data/_BlogPlugin/RenderNewTopicTypeForm.txt 0644 
    8187data/_BlogPlugin/RenderNewTWikiTopicButton.txt 0644 
    82 data/_BlogPlugin/RenderNewTopicTypeForm.txt 0644 
    8388data/_BlogPlugin/RenderNextCommentNr.txt 0644 
    8489data/_BlogPlugin/RenderPageNavigation.txt 0644 
     90data/_BlogPlugin/RenderPages.txt 0644 
    8591data/_BlogPlugin/RenderPageTitle.txt 0644 
    86 data/_BlogPlugin/RenderPages.txt 0644 
    8792data/_BlogPlugin/RenderRecentComments.txt 0644 
    8893data/_BlogPlugin/RenderRecentPostings.txt 0644 
     
    9196data/_BlogPlugin/RenderSideBar.txt 0644 
    9297data/_BlogPlugin/RenderSubComments.txt 0644 
    93 data/_BlogPlugin/RenderTWikiFormList.txt 0644 
    9498data/_BlogPlugin/RenderTechnorati.txt 0644 
    9599data/_BlogPlugin/RenderTopicList.txt 0644 
     
    103107data/_BlogPlugin/RenderWebTools.txt 0644 
    104108data/_BlogPlugin/RssViewTemplate.txt 0644 
     109data/_BlogPlugin/SubjectCategory.txt 0644 
    105110data/_BlogPlugin/SubjectCategoryForm.txt 0644 
    106111data/_BlogPlugin/SubjectCategoryTemplate.txt 0644 
    107112data/_BlogPlugin/SubjectCategoryViewTemplate.txt 0644 
    108 data/_BlogPlugin/SubjectCategory.txt 0644 
    109 data/_BlogPlugin/TWikiFormAttributeTemplate.txt 0644 
    110 data/_BlogPlugin/TWikiFormAttribute.txt 0644 
    111 data/_BlogPlugin/TWikiFormTemplate.txt 0644 
    112 data/_BlogPlugin/TWikiForm.txt 0644 
    113 data/_BlogPlugin/TWikiTopic.txt 0644 
    114113data/_BlogPlugin/TestBlogEntry0.txt 0644 
    115114data/_BlogPlugin/TopicDescription.txt 0644 
    116115data/_BlogPlugin/TopicForm.txt 0644 
     116data/_BlogPlugin/TopicFunction.txt 0644 
    117117data/_BlogPlugin/TopicFunctionTemplate.txt 0644 
    118 data/_BlogPlugin/TopicFunction.txt 0644 
     118data/_BlogPlugin/TopicTemplate.txt 0644 
    119119data/_BlogPlugin/TopicTemplateTemplate.txt 0644 
    120 data/_BlogPlugin/TopicTemplate.txt 0644 
     120data/_BlogPlugin/TopicType.txt 0644 
    121121data/_BlogPlugin/TopicTypeTemplate.txt 0644 
    122 data/_BlogPlugin/TopicType.txt 0644 
     122data/_BlogPlugin/TopicView.txt 0644 
    123123data/_BlogPlugin/TopicViewTemplate.txt 0644 
    124 data/_BlogPlugin/TopicView.txt 0644 
     124data/_BlogPlugin/TWikiTopic.txt 0644 
    125125data/_BlogPlugin/WebAggregation.txt 0644 
    126126data/_BlogPlugin/WebAliases.txt 0644 
     127data/_BlogPlugin/WebAtom.txt 0644 
    127128data/_BlogPlugin/WebAtomCombined.txt 0644 
    128129data/_BlogPlugin/WebAtomComments.txt 0644 
    129130data/_BlogPlugin/WebAtomTeaser.txt 0644 
    130 data/_BlogPlugin/WebAtom.txt 0644 
    131131data/_BlogPlugin/WebButtons.txt 0644 
    132132data/_BlogPlugin/WebChanges.txt 0644 
     
    137137data/_BlogPlugin/WebNotify.txt 0644 
    138138data/_BlogPlugin/WebPreferences.txt 0644 
     139data/_BlogPlugin/WebRss.txt 0644 
    139140data/_BlogPlugin/WebRssCombined.txt 0644 
    140141data/_BlogPlugin/WebRssComments.txt 0644 
    141142data/_BlogPlugin/WebRssTeaser.txt 0644 
    142 data/_BlogPlugin/WebRss.txt 0644 
     143data/_BlogPlugin/WebSearch.txt 0644 
    143144data/_BlogPlugin/WebSearchAdvanced.txt 0644 
    144 data/_BlogPlugin/WebSearch.txt 0644 
    145145data/_BlogPlugin/WebSideBar.txt 0644 
    146146data/_BlogPlugin/WebStatistics.txt 0644 
     
    154154data/TWiki/BlogPlugin.txt 0644 
    155155data/TWiki/BlogUp.txt 0644 
     156lib/TWiki/Plugins/BlogPlugin.pm 0644 
    156157lib/TWiki/Plugins/BlogPlugin/Core.pm 0644 
    157158lib/TWiki/Plugins/BlogPlugin/Factory.pm 0644 
    158159lib/TWiki/Plugins/BlogPlugin/WebDB.pm 0644 
    159 lib/TWiki/Plugins/BlogPlugin.pm 0644 
    160160pub/TWiki/BlogPlugin/blogplugin.js 0644 
    161161pub/TWiki/BlogPlugin/patternstyle.css 0644 
    162162pub/TWiki/BlogPlugin/style.css 0644 
     163pub/TWiki/BlogUp/BlogPluginSnap1.jpg 0644 
    163164pub/TWiki/BlogUp/BlogPluginSnap10.jpg 0644 
    164165pub/TWiki/BlogUp/BlogPluginSnap11.jpg 0644 
     
    167168pub/TWiki/BlogUp/BlogPluginSnap14.jpg 0644 
    168169pub/TWiki/BlogUp/BlogPluginSnap15.jpg 0644 
    169 pub/TWiki/BlogUp/BlogPluginSnap1.jpg 0644 
    170170pub/TWiki/BlogUp/BlogPluginSnap2.jpg 0644 
    171171pub/TWiki/BlogUp/BlogPluginSnap3.jpg 0644 
  • trunk/BugsContrib/data/Bugs/ItemTemplate.txt

    r51 r604  
    11 
    2 ---++ This is the TWiki.TWikiForms definition for the structured form based data 
     2---++ This is the %SYSTEMWEB%.DataForms definition for the structured form based data 
    33see WebTopicEditTemplate for the TopicTemplate 
    44 
  • trunk/BugsContrib/data/Bugs/WebHome.txt

    r464 r604  
    11<img src="%PUBURL%/%SYSTEMWEB%/BugsContrib/wikiring-bugscontrib.png" style="float:right;" /> 
    22 
    3 This is an Item Tracking System implemented using TWiki.TWikiForms. It has been implemented to be used in a web on its own, but could be intermingled with a discussion style !TWikiWeb. It is a pure TWiki Application implemented using only what you get in the box when you download TWiki. See %SYSTEMWEB%.BugsContrib for more information. 
     3This is an Item Tracking System implemented using [[%SYSTEMWEB%.DataForms][DataForms]]. It has been implemented to be used in a web on its own, but could be intermingled with a discussion style !TWikiWeb. It is a pure TWiki Application implemented using only what you get in the box when you download TWiki. See %SYSTEMWEB%.BugsContrib for more information. 
    44 
    55---+ How to use the Bugs Web 
     
    1616 
    1717The web is configured as a simple bug tracker, but can easily be customised to meet your own requirements. Here are some pointers: 
    18    1 ItemTemplate contains the basic bug form. This is a [[%SYSTEMWEB%.TWikiForms][TWikiForm]]. 
     18   1 ItemTemplate contains the basic bug form. This is a [[%SYSTEMWEB%.DataForms][DataForm]]. 
    1919   1 WebLeftBar contains the left menu bar 
    2020   1 AppliesTo contains the list of areas that an issue might apply to. Configure this to your own requirements 
  • trunk/BugsContrib/data/Bugs/WebPreferences.txt

    r482 r604  
    3333                * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 
    3434                * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default template 
    35                 * %SYSTEMWEB%.TWikiForms: How to enable form(s) 
     35                * %SYSTEMWEB%.DataForms: How to enable form(s) 
    3636                * Set WEBFORMS = ItemTemplate 
    3737 
  • trunk/BugsContrib/data/TWiki/BugsContrib.txt

    r482 r604  
    1313--> 
    1414 
    15 This is a Tracking System implemented using TWiki.TWikiForms. It has been implemented to be used in a web on its own, but could be intermingled with a discussion style !TWikiWeb. 
     15This is a Tracking System implemented using %SYSTEMWEB%.DataForms. It has been implemented to be used in a web on its own, but could be intermingled with a discussion style !TWikiWeb. 
    1616 
    1717A customised version of it has been in use as TWiki's bug tracking and shakeout system since 2005 - See http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs. 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/TWikiForm.txt

    r482 r604  
    1212%META:FORM{name="Applications.TopicStub"}% 
    1313%META:FIELD{name="TopicType" attributes="" title="TopicType" value="TopicStub, TopicType"}% 
    14 %META:FIELD{name="Summary" attributes="" title="Summary" value="Tool to create TWikiForms"}% 
     14%META:FIELD{name="Summary" attributes="" title="Summary" value="Tool to create DataForms"}% 
    1515%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
    1616%META:FIELD{name="Target" attributes="" title="Target" value="Applications.TWikiForm"}% 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/WebPreferences.txt

    r502 r604  
    4343 
    4444---+++ Misc 
    45 Definition of TWikiForms: 
     45Definition of DataForms: 
    4646   * Set WEBFORMS = Applications.TWikiTopic, Applications.TopicStub 
    4747   * Set FINALPREFERENCES = ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, WEBDB 
  • trunk/ClassificationPlugin/data/TWiki/ClassificationPlugin.txt

    r482 r604  
    2323The ClassificationPlugin is a building block for <nop>TWikiApplications in need of 
    2424tagging and hierarchies. The contained <nop>ClassificationApp is a basic 
    25 categorization and tagging solution for TWiki based on TWikiForms. 
     25categorization and tagging solution for TWiki based on DataForms. 
    2626 
    2727 
  • trunk/ClassificationPlugin/lib/TWiki/Plugins/ClassificationPlugin/Hierarchy.pm

    r64 r604  
    822822    #writeDebug("looking up form definition for $topicType in web $this->{web}"); 
    823823 
    824     # looup form definition -> ASSUMPTION: TopicTypes must be TWikiForms too 
     824    # looup form definition -> ASSUMPTION: TopicTypes must be DataForms too 
    825825    my $db = TWiki::Plugins::DBCachePlugin::Core::getDB($this->{web}); 
    826826    my $formDef = $db->fastget($topicType); 
     
    916916    #writeDebug("looking up form definition for $topicType"); 
    917917 
    918     # looup form definition -> ASSUMPTION: TopicTypes must be TWikiForms too 
     918    # looup form definition -> ASSUMPTION: TopicTypes must be DataForms too 
    919919    my $db = TWiki::Plugins::DBCachePlugin::Core::getDB($this->{web}); 
    920920    my $formDef = $db->fastget($topicType); 
  • trunk/ComponentEditPlugin/lib/TWiki/Plugins/ComponentEditPlugin.pm

    r67 r604  
    4646        type => {type=>'options', option=> ['keyword', 'literal', 'regex'], default=>'', DOCCO=>'Do a keyword search like soap "web service" -shampoo; a literal search like web service; or RegularExpression search like soap;web service;!shampoo'}, 
    4747                scope => {type=>'options', option=> ['topic', 'text', 'all'], default=>'text', DOCCO=>'Search topic name (title); the text (body) of topic; or all (both)'}, 
    48                 order => {type=>'text', default=>'', DOCCO=>'Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; if you want to sort across webs, create a formatted table and sort it with TablePlugin\'s initsort. Note that dates are sorted most recent date last (i.e at the bottom of the table).'}, 
     48                order => {type=>'text', default=>'', DOCCO=>'Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of DataForms. The sorting is done web by web; if you want to sort across webs, create a formatted table and sort it with TablePlugin\'s initsort. Note that dates are sorted most recent date last (i.e at the bottom of the table).'}, 
    4949                limit => {type=>'text', default=>'', DOCCO=>'Limit the number of results returned. This is done after sorting if order is specified'}, 
    5050                date => {type=>'text', default=>'', DOCCO=>'limits the results to those pages with latest edit time in the given TimeInterval.'}, 
  • trunk/ControlsPlugin/data/TWiki/ControlsPlugin.txt

    r464 r604  
    44This plugin creates controls that can be used to define HTML forms from possible values defined in a topic. 
    55 
    6 TWiki.TWikiForms allow possible values for a form field to be defined in a topic (see Section "Defining a Form with Multiple Topics"). The same set of values are often used as the values of HTML form controls (e.g., when defining a search where these values are selectable parameters). Using this plugin, these lists of values can be kept synchronized by having the form controls generated based on the topic that defined the values in the first place. 
     6%SYSTEMWEB%.DataForms allow possible values for a form field to be defined in a topic (see Section "Defining a Form with Multiple Topics"). The same set of values are often used as the values of HTML form controls (e.g., when defining a search where these values are selectable parameters). Using this plugin, these lists of values can be kept synchronized by having the form controls generated based on the topic that defined the values in the first place. 
    77 
    8 Background: I often found myself defining the possible values for a field of a TWiki.TWikiForms in a TWiki:Codev/TWikiApplication, and then had to manually define the same possible values for a drop down selection or similar in an HTML form. Keeping these consistent was a nuisance. This plugin automates that process. 
     8Background: I often found myself defining the possible values for a field of a %SYSTEMWEB%.DataForms in a TWiki:Codev/TWikiApplication, and then had to manually define the same possible values for a drop down selection or similar in an HTML form. Keeping these consistent was a nuisance. This plugin automates that process. 
    99 
    1010 
     
    2323---++ Example 
    2424 
    25 Below is the definition of the field values for <nop>TopicClassifications from TWiki.TWikiForms: 
     25Below is the definition of the field values for <nop>TopicClassifications from %SYSTEMWEB%.DataForms: 
    2626          | *Name* | *Type* | *Tooltip message* | 
    2727          | <nop>NoDisclosure | option | blah blah... | 
     
    5858        | =nextmessage="..."= | A string that will be shown in a dependent once a selection in the parent menu has been made |  | 
    5959 
    60 The options for each menu are given in a topic as described above. If a menu is hierarchical, its field value must point to another topic where the options for the dependent menu are defined. See TWikiForms for detail of how to define option tables. As a reminder, when a field is defined with the syntax =[<nop>[XXX][YYY]]=, where =XXX= is a topic name, and =YYY= is some text, then while =YYY= is chosen as the displayed text, the topic =XXX= will be consulted for the dependent menu. 
     60The options for each menu are given in a topic as described above. If a menu is hierarchical, its field value must point to another topic where the options for the dependent menu are defined. See %SYSTEMWEB%.DataForms for detail of how to define option tables. As a reminder, when a field is defined with the syntax =[<nop>[XXX][YYY]]=, where =XXX= is a topic name, and =YYY= is some text, then while =YYY= is chosen as the displayed text, the topic =XXX= will be consulted for the dependent menu. 
    6161 
    6262For hierarchical menus, the name of the controls generated are given by the =name= parameter, with the depth of the control suffixed, starting at =0= for the first level. 
     
    123123|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    124124 
    125 __Related Topics:__ TWiki.TWikiForms 
     125__Related Topics:__ %SYSTEMWEB%.DataForms 
    126126 
    127127-- TWiki:Main/ThomasWeigert - 04 Aug 2006 
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r549 r604  
    1616---++ Template 
    1717 
    18 Before you can edit a table, you need to define a template that describes the layout of the table in the style of TWiki.TWikiForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
     18Before you can edit a table, you need to define a template that describes the layout of the table in the style of %SYSTEMWEB%.DataForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
    1919 
    2020For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     
    2525 
    2626| *Parameter* | *Comment* | *Default* | 
    27 | =template= | Topic which defines the format of the table, in the style of TWiki.TWikiForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
     27| =template= | Topic which defines the format of the table, in the style of %SYSTEMWEB%.DataForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
    2828| =header= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
    2929| =format= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
     
    4646---+++ Supported Field Type 
    4747 
    48 All field types supported in TWiki.TWikiForms are supported for table fields also. For example, in the screenshot below, the [[http://dynarch.com/mishoo/calendar.epl][Mishoo DHTML calendar]] is used to select the value for a date field. 
     48All field types supported in %SYSTEMWEB%.DataForms are supported for table fields also. For example, in the screenshot below, the [[http://dynarch.com/mishoo/calendar.epl][Mishoo DHTML calendar]] is used to select the value for a date field. 
    4949|<img src="%ATTACHURLPATH%/editwithcalendar.jpg" alt="Edit Table Calendar Example" />| 
    5050 
  • trunk/EditTablerowPlugin/data/TWiki/EditTablerowPlugin.txt

    r549 r604  
    88---++ Acknowledgment 
    99 
    10 This plugin was inspired and steals much from TWiki:Main/PeterThoeny's TWiki:Plugins/EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of TWiki:Plugins/EditTablePlugin when faced with large tables.  
     10This plugin was inspired and steals much from the !EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of TWiki:Plugins/EditTablePlugin when faced with large tables.  
    1111 
    1212The idea and first implementation of form-based editing for tables goes back to TWiki:Main/ShawnBradford's approach in TWiki:Codev/SimpleTableEntryUsingForms. 
     
    1414---++ Template 
    1515 
    16 Before you can edit a table, you need to define a template that describes the layout of the table in the style of TWiki.TWikiForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
     16Before you can edit a table, you need to define a template that describes the layout of the table in the style of %SYSTEMWEB%.DataForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
    1717 
    1818For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     
    2323 
    2424| *Parameter* | *Comment* | *Default* | 
    25 | =template= | Topic which defines the format of the table, in the style of TWiki.TWikiForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
    26 | =header= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
    27 | =format= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
     25| =template= | Topic which defines the format of the table, in the style of %SYSTEMWEB%.DataForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
     26| =header= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
     27| =format= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
    2828| =changerows= | Rows can be added and removed if ="on"=; rows can be added but not removed if ="add"=. | =CHANGEROWS= Plugin setting | 
    2929| =helptopic= | Topic name containing help text shown below the table when editing a table. The %<nop>STARTINCLUDE% and %<nop>STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) | 
     
    4242---+++ Supported Field Type 
    4343 
    44 All field types supported in TWiki.TWikiForms are supported for table fields also. For example, in the screenshot below, the [[http://dynarch.com/mishoo/calendar.epl][Mishoo DHTML calendar]] is used to select the value for a date field. 
     44All field types supported in %SYSTEMWEB%.DataForms are supported for table fields also. For example, in the screenshot below, the [[http://dynarch.com/mishoo/calendar.epl][Mishoo DHTML calendar]] is used to select the value for a date field. 
    4545|<img src="%ATTACHURLPATH%/editwithcalendar.jpg" alt="Edit Table Calendar Example" />| 
    4646 
  • trunk/ExcelImportExportPlugin/data/TWiki/ExcelImportExportPlugin.txt

    r529 r604  
    2929   | =topic="..."= | The topic at which the spreadsheet is attached | Current topic | 
    3030   | =file="..."= | Default parameter: The name of the attached spreadsheet file (without the extension)  | Current topic | 
    31    | =template="..."= | A form definition (see TWiki.TWikiForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
     31   | =template="..."= | A form definition (see %SYSTEMWEB%.DataForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
    3232 
    3333 
     
    3737   | *Parameter:* | *Description:* | *Default:* | 
    3838   | =topic="..."= | Default Parameter: The topic where the resultant table will be inserted. The first table found in this topic will be replaced by the generated table. | Current topic | 
    39    | =template="..."= | A form definition (see TWiki.TWikiForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
     39   | =template="..."= | A form definition (see %SYSTEMWEB%.DataForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
    4040 
    4141 
     
    4646   | =topic="..."= | Default parameter: The topic at which the spreadsheet is attached | Current topic | 
    4747   | =file="..."= | The name of the generated spreadsheet file (without the extension)  | Current topic | 
    48    | =template="..."= | A form definition (see TWiki.TWikiForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
     48   | =template="..."= | A form definition (see %SYSTEMWEB%.DataForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
    4949   | =map="..."= | The topic which contains additional mapping information between the columns of the table and the columns in the generated Excel file. |  | 
    5050 
     
    5454   * Supported parameters: 
    5555   | *Parameter:* | *Description:* | *Default:* | 
    56    | =template="..."= | Default parameter: A form definition (see TWiki.TWikiForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
     56   | =template="..."= | Default parameter: A form definition (see %SYSTEMWEB%.DataForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
    5757   | =map="..."= | The topic which contains additional mapping information between the columns of the table and the columns in the generated Excel file. |  | 
    5858 
     
    6363   | =topic="..."= | The topic at which the spreadsheet is attached | Current topic | 
    6464   | =file="..."= | Default parameter: The name of the attached spreadsheet file (without the extension)  | Current topic | 
    65    | =template="..."= | A form definition (see TWiki.TWikiForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
     65   | =template="..."= | A form definition (see %SYSTEMWEB%.DataForms); it defines the columns of the table to be generated. Must match column headers of the attached spreadsheet. |  | 
    6666   | =topiccolumn="..."= | The column that defines the name of the generated topic. If not present, the name is constructed from =ExcelRow= and a sequence number. | =TOPIC= | 
    6767   | =topictext="..."= | This column defines the text of the topic. As a safety precaution, it will only generate topic text, if the existing text is not empty. | =TEXT= | 
     
    7474 
    7575#ColumnMapping 
    76 In its simplest form, the correspondence between the Excel spreadsheet and the TWiki table is established through a TWiki.TWikiForms template. This for corresponds to the header row in the spreadsheet: each field in the form is the same as a column field in the header row. All fields except date fields are assumed to be of type text. 
     76In its simplest form, the correspondence between the Excel spreadsheet and the TWiki table is established through a %SYSTEMWEB%.DataForms template. This for corresponds to the header row in the spreadsheet: each field in the form is the same as a column field in the header row. All fields except date fields are assumed to be of type text. 
    7777 
    7878Note that the order of the fields need not be the same, nor do all the column fields have to be present. Missing fields will be omitted in the import or export operations. 
  • trunk/ExecuterContrib/executer/lib/Slion/TWiki/Executer.pm

    r115 r604  
    5757        $self->{InterruptReason} = undef; #Human readable reason for the interrupt 
    5858        my %FormFields=(); 
    59         $self->{FormFields}             = \%FormFields;    #Hash containing field values for the TWikiForms 
     59        $self->{FormFields}             = \%FormFields;    #Hash containing field values for the DataForms 
    6060        my %Var=(); 
    6161        $self->{Var}                    = \%Var;    #Hash containing user variables  
  • trunk/FamilyTreePlugin/data/FamilyTreePlugin/WebPreferences.txt

    r498 r604  
    4646      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    4747 
    48    * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.TWikiForms for more information. 
     48   * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.DataForms for more information. 
    4949      * Set WEBFORMS = 
    5050 
  • trunk/FormPivotPlugin/data/TWiki/FormPivotPlugin.txt

    r529 r604  
    22---+ Form Pivot Plugin 
    33 
    4 Basic analysis of values for a [[%SYSTEMWEB%.TWikiForms][form]] used by the topics in a Web. 
     4Basic analysis of values for a [[%SYSTEMWEB%.DataForms][form]] used by the topics in a Web. 
    55 
    66---++ %TOPIC% Global Settings 
  • trunk/FormPlugin/data/TWiki/FormPlugin.txt

    r529 r604  
    171171 %BB% =submit= - creates a submit button \ 
    172172 %BB% =hidden= - creates a hidden input field |required |- | =type="selectmulti"= | 
    173 | =options=    |List of selectable value parameters to use with =select=, =dropdown=, =checkbox= or =radio=. You may use TWikiForms notation =option1=Label 1, option2=Label 2=. |- |- | =options="mary, peter, annabel, nicky, jennifer"= or options and labels combined: =options="mary=Mary M, peter=Peter P, annabel=Annabel A, nicky=Nicky N, jennifer=Jennifer J"= | 
     173| =options=    |List of selectable value parameters to use with =select=, =dropdown=, =checkbox= or =radio=. You may use DataForms notation =option1=Label 1, option2=Label 2=. |- |- | =options="mary, peter, annabel, nicky, jennifer"= or options and labels combined: =options="mary=Mary M, peter=Peter P, annabel=Annabel A, nicky=Nicky N, jennifer=Jennifer J"= | 
    174174| =labels=    |To use with =options=: list of visible labels for each option. |- |If no labels are set the option values are displayed. | =labels="Mary M, Peter P, Annabel A, Nicky N, Jennifer J"= | 
    175175| =default=   |Predefined input: \ 
  • trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt

    r569 r604  
    165165| =$summary(noheader)= | Topic summary, with leading =---+ headers= removed%BR% __Note:__ The tokens can be combined into a comma separated list like =$summary(100, showvarnames, noheader)= | 
    166166| =$formname= | The name of the form attached to the topic; empty if none | 
    167 | =$formfield(name)= | The field value of a form field; for example, =$formfield(<nop>TopicClassification)= would get expanded to =PublicFAQ=. This applies only to topics that have a [[TWikiForms][TWikiForm]]. An alternative to using the name of the field directly. | 
     167| =$formfield(name)= | The field value of a form field; for example, =$formfield(<nop>TopicClassification)= would get expanded to =PublicFAQ=. This applies only to topics that have a [[DataForms][DataForm]]. An alternative to using the name of the field directly. | 
    168168| =$formfield(name, 10)= | Form field value, "<tt>- </tt>" hyphenated each 10 characters | 
    169169| =$formfield(name, 20, -&lt;br /&gt;)= | Form field value, hyphenated each 20 characters with separator "<tt>-&lt;br /&gt;</tt>" | 
  • trunk/FormsAddOn/data/TWiki/FormsAddOn.txt

    r470 r604  
    4343---+++ Definition of possible field values through referenced topic 
    4444 
    45 TWiki.TWikiForms allow the possible values for fields to be defined in a table on a referenced topic, in which case the name of the field must be the referenced topic. This AddOn allows the field name to be defined using the syntax for specific links =[<nop>[<nop>...][<nop>...]]=: 
     45%SYSTEMWEB%.DataForms allow the possible values for fields to be defined in a table on a referenced topic, in which case the name of the field must be the referenced topic. This AddOn allows the field name to be defined using the syntax for specific links =[<nop>[<nop>...][<nop>...]]=: 
    4646        * The item in the first pair of brackets is a reference to another topic defining the possible field values for this field 
    4747        * The item in the second pair of brackets is the field name 
  • trunk/GenerateSearchPlugin/data/TWiki/GenerateSearchPlugin.txt

    r464 r604  
    66TWiki:Main/TWikiInstallation demonstrates a widely used TWiki application: A search where the search results can be filtered based on parameters entered by the user in a form. 
    77 
    8 This plugin generates such searches automatically from the field values defined in a TWiki.TWikiForms. The user is presented with a table of possible fields and can select whether the field should be shown as the result of the search, and whether it should be possible to filter on that field. 
     8This plugin generates such searches automatically from the field values defined in a %SYSTEMWEB%.DataForms. The user is presented with a table of possible fields and can select whether the field should be shown as the result of the search, and whether it should be possible to filter on that field. 
    99 
    1010---++ Syntax Rules 
     
    2929---++ Example 
    3030 
    31 Below is an example form from TWiki.TWikiForms: 
     31Below is an example form from %SYSTEMWEB%.DataForms: 
    3232| *Name* | *Type* | *Size* | *Values* | *Tooltip message* | 
    3333| <nop>TopicClassification | select | 1 | !NoDisclosure, !PublicSupported, !PublicFAQ | blah blah... | 
     
    6262 
    6363        * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    64                 * Set SHORTDESCRIPTION = This plugin generates a form-driven search based on a TWiki.TWikiForms. 
     64                * Set SHORTDESCRIPTION = This plugin generates a form-driven search based on a %SYSTEMWEB%.DataForms. 
    6565 
    6666        * Debug plugin: (See output in =data/debug.txt=) 
     
    102102|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    103103 
    104 __Related Topics:__ TWiki.TWikiForms 
     104__Related Topics:__ %SYSTEMWEB%.DataForms 
    105105 
    106106-- TWiki:Main/ThomasWeigert - 13 Apr 2005 
  • trunk/InlineEditPlugin/data/JSTests/WebPreferences.txt

    r498 r604  
    4646      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    4747 
    48    * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.TWikiForms for more information. 
     48   * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.DataForms for more information. 
    4949      * Set WEBFORMS = 
    5050 
  • trunk/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt

    r498 r604  
    6464|  13603 | Bugs:Item2982 cleaned up the interface to the contrib, re-added a date rendering function with a more generic interface | 
    6565|  11594 | Allow format to be configured. | 
    66 |  11415 | Add a =renderFormFieldForEditHandler= so other plugins can forward to this handler to add the date field to the TWikiForms. (TWiki:Main.ThomasWeigert) | 
     66|  11415 | Add a =renderFormFieldForEditHandler= so other plugins can forward to this handler to add the date field to the DataForms. (TWiki:Main.ThomasWeigert) | 
    6767|  10247 | Bugs:Item2054 put the calendar at z-index 2000, way above pattern skin divs. | 
    6868|  6634 | Bugs:Item453  removed EditTablePlugins private copy of the Mishoo JS calendar, and made sure it works with JSCalendarContrib. Improved the documentation of the JSCalendar while I was there. | 
  • trunk/KoalaSkin/bin/koalaskin-generate

    r549 r604  
    13821382        <li> KSFILEPERMS if set to ALL will change permissions of generated 
    13831383           templates so that other people can re-generate the templates. 
    1384         <li> KSFORM_POS is the default position value of TWiki.TWikiForms. Must be 
     1384        <li> KSFORM_POS is the default position value of %SYSTEMWEB%.DataForms. Must be 
    13851385           one of: FORM_LM, FORM_TL, FORM_TO, FORM_TR, FORM_BL, FORM_BR. 
    13861386        <li> KSCSS is the URL of an additionnal site-level CSS stylesheet 
  • trunk/KoalaSkin/data/TWiki/KoalaSkin.txt

    r549 r604  
    126126                  topics for the web, to place in a box in the left margin. 
    127127        * a site map (similar to the <nop>WikiWebTable) is generated. 
    128         * TWiki.TWikiForms position is settable globally and per-web. 
     128        * %SYSTEMWEB%.DataForms position is settable globally and per-web. 
    129129        * Uses access keys: alt-e edits, alt-s saves... 
    130130        * Uses favicons, so tabs/bookmarks can have a differnt icon per web 
     
    404404          afterwards. If set to some other string "xxx", will make the files 
    405405          writables by the group "xxx". 
    406         * KSFORM_POS is the default position value of TWiki.TWikiForms. Must be 
     406        * KSFORM_POS is the default position value of %SYSTEMWEB%.DataForms. Must be 
    407407          one of: FORM_LM, FORM_TL, FORM_TO, FORM_TR, FORM_BL, FORM_BR.  
    408408          Defaults to FORM_BL 
     
    453453        * FORM_LM, FORM_TL, FORM_TO, FORM_TR, FORM_BL, FORM_BR 
    454454          indicates that you want 
    455           the optional TWiki.TWikiForms in the topic at different places, 
     455          the optional %SYSTEMWEB%.DataForms in the topic at different places, 
    456456          not just at the bottom left. You can set more than one option, 
    457457          howevere for editing the edit form will be just at top or bottom, 
     
    11841184                * New option KSFILEPERMS (= ALL for all users, or unix group 
    11851185                  name) at Martin request. 
    1186                 * New options to set position of TWiki.TWikiForms per web: 
     1186                * New options to set position of %SYSTEMWEB%.DataForms per web: 
    11871187                  FORM_LM, FORM_TL, FORM_TO, FORM_TR, FORM_BL, FORM_BR, and  
    11881188                  global variable KSFORM_POS for the default. 
  • trunk/MetaWorkflowPlugin/data/Sandbox/MetaWorkflowExample.txt

    r482 r604  
    33---+++ !MetaWorkflowPlugin Example 
    44 
    5 This is an example of how to use the TWiki.MetaWorkflowPlugin to create a workflow based on the value of a [[TWiki.TWikiForms][form field]]. 
     5This is an example of how to use the TWiki.MetaWorkflowPlugin to create a workflow based on the value of a [[%SYSTEMWEB%.DataForms][form field]]. 
    66 
    77This is what's displayed in the =%<nop>METAWORKFLOWCURRENT%=:%BR% 
  • trunk/MetaWorkflowPlugin/data/TWiki/MetaWorkflowPlugin.txt

    r482 r604  
    22---+!! !MetaWorkflowPlugin 
    33 
    4 This plugin defines a workflow based on updated meta data in a number of topics. It was originally written for use with the [[TWiki:Plugins.WorkflowPlugin][WorkflowPlugin]], but can also be used to create a workflow using TWikiForms or any other changing meta data. To view the meta data of a topic, append ==?raw=debug== to the URL (i.e. %SCRIPTURL{"view"}%/%WEB%/%TOPIC%?raw=debug). 
     4This plugin defines a workflow based on updated meta data in a number of topics. It was originally written for use with the [[TWiki:Plugins.WorkflowPlugin][WorkflowPlugin]], but can also be used to create a workflow using DataForms or any other changing meta data. To view the meta data of a topic, append ==?raw=debug== to the URL (i.e. %SCRIPTURL{"view"}%/%WEB%/%TOPIC%?raw=debug). 
    55 
    66%TOC% 
  • trunk/MultiLangPlugin/data/TWiki/MultiLangPlugin.txt

    r529 r604  
    126126---+++ Settings to change in %SYSTEMWEB%.DefaultPreferences /%USERSWEB%.SitePreferences / WebPreferences 
    127127 
    128 This plug-in comes with a proposed [[TWikiForms][TWikiForm]]: TWiki.TranslationForm, you may 
     128This plug-in comes with a proposed [[DataForms][DataForm]]: %SYSTEMWEB%.TranslationForm, you may 
    129129want to add it to <nop>WEBFORMS. 
    130130 
     
    137137          | *File:* | *Description:* | 
    138138          | =data/TWiki/%TOPIC%.txt= | Plugin topic | 
    139           | =data/TWiki/TranslationForm.txt= | TWikiForms template | 
     139          | =data/TWiki/TranslationForm.txt= | DataForms template | 
    140140          | =lib/TWiki/Plugins/%TOPIC%.pm= | Plugin Perl module | 
    141141        * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
  • trunk/NatEditPlugin/data/TWiki/NatEditHelpText.txt

    r482 r604  
    1515   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiVariables" target="_blank">%MAKETEXT{"Variables"}%</a> 
    1616   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/FormattedSearch" target="_blank">%MAKETEXT{"Formatted Search"}%</a> 
    17    * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
     17   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/DataForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
    1818   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/IncludeTopicsAndWebPages" target="_blank">%MAKETEXT{"Including"}%</a> 
    1919---+++ %MAKETEXT{"Plugins"}% 
  • trunk/NatEditPlugin/data/TWiki/NatEditWordHelpText.txt

    r482 r604  
    2424   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiVariables" target="_blank">%MAKETEXT{"Variables"}%</a> 
    2525   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/FormattedSearch" target="_blank">%MAKETEXT{"Formatted Search"}%</a> 
    26    * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
     26   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/DataForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
    2727   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/IncludeTopicsAndWebPages" target="_blank">%MAKETEXT{"Including"}%</a> 
    2828</td> 
  • trunk/NatSkin/data/TWiki/MySideBarTemplate.txt

    r569 r604  
    3131   * [[%SYSTEMWEB%.FrequentlyAskedQuestions][%MAKETEXT{"FAQs"}%]]  
    3232   * [[%SYSTEMWEB%.TWikiVariables][%MAKETEXT{"TWiki Variables"}%]]  
    33    * [[%SYSTEMWEB%.TWikiForms][%MAKETEXT{"TWiki Forms"}%]]  
     33   * [[%SYSTEMWEB%.DataForms][%MAKETEXT{"Data Forms"}%]]  
    3434   * [[%SYSTEMWEB%.FormattedSearch][%MAKETEXT{"Formatted Search"}%]] 
    3535   * [[%SYSTEMWEB%.FileAttachment][%MAKETEXT{"File Attachment"}%]]  
  • trunk/NatSkin/data/TWiki/NatSkin.txt

    r598 r604  
    160160                  improved usability of renaming/trashing topics and attachments, \ 
    161161                  also autoadding a overflow wrapper for <nop>MediaWikiTables, \ 
    162                   improved usability of selecting/changing <nop>TWikiForms using the new NATFORMLIST tag, \ 
     162                  improved usability of selecting/changing <nop>DataForms using the new NATFORMLIST tag, \ 
    163163                  woring around text not being hidden when editing the <nop>TWikiForm with <nop>TinyMCE | 
    164164|  02 Oct 2007: | added support for <nop>HistoryPlugin, <nop>TinyMCEPlugin | 
  • trunk/NatSkin/templates/changeformsidebar.nat.tmpl

    r598 r604  
    22%TMPL:DEF{"sidebar"}%<!-- sidebar --> 
    33<nop><h2><a name="Help">%MAKETEXT{"Help"}%</a></h2> 
    4    * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
     4   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/DataForms" target="_blank">%MAKETEXT{"Form based input"}%</a> 
    55   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiMetaData" target="_blank">%MAKETEXT{"Topic Meta data"}%</a> 
    66   * <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TWikiVariables" target="_blank">%MAKETEXT{"Variables"}%</a> 
  • trunk/NatSkin/templates/oopsnoformdef.nat.tmpl

    r464 r604  
    44%TMPL:DEF{"mailuri"}%"mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20-%20Form%20Definition%20missing%20in%20%WEB%.%TOPIC%"%TMPL:END% 
    55%TMPL:DEF{"message"}%<!-- --> 
    6 %MAKETEXT{"See [_1] for information about Form Definitions." args="%SYSTEMWEB%.TWikiForms"}% 
     6%MAKETEXT{"See [_1] for information about Form Definitions." args="%SYSTEMWEB%.DataForms"}% 
    77%MAKETEXT{"Problems could arise for two reasons:"}% 
    88---++ %MAKETEXT{"1. Form definition missing"}% 
  • trunk/NewsPlugin/data/Sandbox/NewsPluginExample.txt

    r464 r604  
    6767                * New option KSFILEPERMS (= ALL for all users, or unix group 
    6868                  name) at Martin request. 
    69                 * New options to set position of TWiki.TWikiForms per web: 
     69                * New options to set position of %SYSTEMWEB%.DataForms per web: 
    7070                  FORM_LM, FORM_TL, FORM_TR, FORM_BL, FORM_BR, and  
    7171                  global variable KSFORM_POS for the default. 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoUserFormExample.txt

    r482 r604  
    2727| <nop>WorkLocation | text | 40 |  |  | H | 
    2828 
    29 __Related topics:__ [[TWikiUsers]], [[%SYSTEMWEB%.TWikiForms][TWikiForms]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]] 
     29__Related topics:__ [[TWikiUsers]], [[%SYSTEMWEB%.DataForms][DataForms]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]] 
    3030 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x02/PersonalInfoUserFormExample.txt

    r482 r604  
    2727| <nop>WorkLocation | text | 40 |  |  | H | 
    2828 
    29 __Related topics:__ [[TWikiUsers]], [[%SYSTEMWEB%.TWikiForms][TWikiForms]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]] 
     29__Related topics:__ [[TWikiUsers]], [[%SYSTEMWEB%.DataForms][DataForms]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]] 
    3030 
  • trunk/PreferencesPlugin/data/TWiki/PreferencesPlugin.txt

    r526 r604  
    22---+!! <nop>%TOPIC% 
    33 
    4 Allows editing of preferences using fields predefined in a %SYSTEMWEB%.TWikiForms. However, the edit fields are inlined in the text, similar to how tables are edited in TWiki:Plugins/EditTablePlugin. 
     4Allows editing of preferences using fields predefined in a %SYSTEMWEB%.DataForms. However, the edit fields are inlined in the text, similar to how tables are edited in TWiki:Plugins/EditTablePlugin. 
    55 
    66%TOC% 
     
    1313 
    1414        * =%<nop>EDITPREFERENCES{ "= _topic_ =" }%= 
    15                 * _topic_ references a [[%SYSTEMWEB%.TWikiForms][TWikiForm]] defining the format of the edit fields for preferences. It may be prefixed by a web. 
     15                * _topic_ references a [[%SYSTEMWEB%.DataForms][DataForm]] defining the format of the edit fields for preferences. It may be prefixed by a web. 
    1616                * If a preference setting is not mentioned in the form referenced by _topic_, a text input box of the specified length is provided. 
    17                 * Otherwise, the input can be through textareas, select, radio, checkbox, date, or text, as provided by %SYSTEMWEB%.TWikiForms. 
     17                * Otherwise, the input can be through textareas, select, radio, checkbox, date, or text, as provided by %SYSTEMWEB%.DataForms. 
    1818   * =%<nop>EDITPREFERENCES%= 
    1919      * Edit existing preferences in the topic using a simple text field. 
     
    5353|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    5454 
    55 __Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, %SYSTEMWEB%.TWikiForms 
     55__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, %SYSTEMWEB%.DataForms 
    5656 
    5757 
  • trunk/RenderFormPlugin/data/TWiki/RenderFormPlugin.txt

    r527 r604  
    11%META:TOPICINFO{author="ProjectContributor" date="1222960273" format="1.1" version="$Rev$"}% 
    22---+!! <nop>%TOPIC% 
    3 The RenderFormPlugin handles the tag %<nop>RENDERFORM{...}%. The tag will be replaced by a form that is defined and looks like TWiki.TWikiForms. It helps you to create a new topic with TWiki.TWikiForms or to edit or view  existing topic form data. The form data can be changed without pushing the topic edit button. The tag can be used at any topic to show, edit or create TWiki.TWikiForms data from any other topic. 
     3The RenderFormPlugin handles the tag %<nop>RENDERFORM{...}%. The tag will be replaced by a form that is defined and looks like %SYSTEMWEB%.DataForms. It helps you to create a new topic with %SYSTEMWEB%.DataForms or to edit or view  existing topic form data. The form data can be changed without pushing the topic edit button. The tag can be used at any topic to show, edit or create %SYSTEMWEB%.DataForms data from any other topic. 
    44 
    55Features: 
    66   * easy to use: 1. define a form, 2. put the %<nop>RENDERFORM{...}% tag on a topic (you do not need to register a form or edit a page to add the form to a topic) 
    7    * supports all form field types of TWiki.TWikiForms (text, textarea, checkbox, checkbox+buttons , date, select, select+multi, radio, label)  
     7   * supports all form field types of %SYSTEMWEB%.DataForms (text, textarea, checkbox, checkbox+buttons , date, select, select+multi, radio, label)  
    88   * supports 3 modes (=mode= option): create (default), edit, view (default if a topic exists) 
    99   * mode switching: edit to view and view to edit  
     
    2626---++ Quick Start Guide 
    2727 
    28    1 Create a new topic (e.g. Sandbox.TestForm) for your TWiki.TWikiForms definition and put the following to the new topic (%X% TWiki.EditTablePlugin required): 
     28   1 Create a new topic (e.g. Sandbox.TestForm) for your %SYSTEMWEB%.DataForms definition and put the following to the new topic (%X% TWiki.EditTablePlugin required): 
    2929     <verbatim> 
    3030%EDITTABLE{format="|text,20,|select,1,label,text,textarea,select,select+multi,checkbox,checkbox+buttons,radio,date|text,6,1|text,50|text,20|text,5,|"}% 
    3131| *Name* | *Type* | *Size* | *Values* | *Tooltip message* | *Attributes* | 
    3232     </verbatim> 
    33    1 Add some new rows to your TWiki.TWikiForms definition by editing the definition table. 
     33   1 Add some new rows to your %SYSTEMWEB%.DataForms definition by editing the definition table. 
    3434   1 Create a new topic (e.g. Sandbox.MyTestTopic) and put the following to this new topic: 
    3535     <verbatim> 
     
    101101| =dateformat= | overwrites the JSCALENDARDATEFORMAT preference for date fields | dateformat="%d %b %Y" | 
    102102| =donotnotify= | disables notifications | undefined / donotnotify="on" | 
    103 | =form= | (required attribute) a name of a topic with a TWiki.TWikiForms definition | undefined / form="MyTestForm" | 
     103| =form= | (required attribute) a name of a topic with a %SYSTEMWEB%.DataForms definition | undefined / form="MyTestForm" | 
    104104| =hidden= | a comma separated list of form field names to hide in all modes | undefined / hidden="Field1,Field2" | 
    105105| =hideheader= | if set, disables the form header | hideheader="no" | 
     
    185185 
    186186   * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    187       * Set SHORTDESCRIPTION = Create new topics with simple forms like TWiki.TWikiForms. 
     187      * Set SHORTDESCRIPTION = Create new topics with simple forms like %SYSTEMWEB%.DataForms. 
    188188   * Debug plugin: (See output in =data/debug.txt=) 
    189189      * Set DEBUG = 0 
  • trunk/RenderFormPlugin/data/TWiki/VarRENDERFORM.txt

    r482 r604  
    22%META:TOPICPARENT{name="TWikiVariables"}% 
    33#VarRENDERFORM 
    4 ---+++ RENDERFORM -- render TWikiForms data within a topic 
     4---+++ RENDERFORM -- render DataForms data within a topic 
    55   * The =%<nop>RENDERLIST%= variable is handled by the RenderFormPlugin 
    66   * Syntax: =%<nop>RENDERFORM{ "ATWikiFormDefinition"}%= 
    77   * Example:%BR% 
    88     =%<nop>RENDERLIST{ "TWiki.HelpDeskForm" }%= %BR% 
    9    * Related: TWikiForms 
     9   * Related: DataForms 
  • trunk/RenderFormPlugin/lib/TWiki/Plugins/RenderFormPlugin/Core.pm

    r280 r604  
    1818        %defaults =  
    1919                (  
    20                         form => undef,                  ## TWikiForms definition 
     20                        form => undef,                  ## DataForms definition 
    2121                        _DEFAULT => undef,              ## same as form 
    2222                        topic => undef,                 ## default %TOPIC%XXXXXXXXXXX 
     
    172172        my $topic = defined $options{topic} ? $options{topic} : $theTopic.'XXXXXXXXXX'; 
    173173 
    174         my ($defsRef,$attrRef,$mandRef,$titlRef)  = _readTWikiFormsDef($theWeb); 
     174        my ($defsRef,$attrRef,$mandRef,$titlRef)  = _readDataFormsDef($theWeb); 
    175175 
    176176        _readTopicFormData($attrRef, $topic, $theWeb) if $options{mode} ne 'create'; 
     
    594594} 
    595595# ========================= 
    596 sub _readTWikiFormsDef { 
     596sub _readDataFormsDef { 
    597597        my ($theWeb) = @_; 
    598598 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/TemasTWiki.txt

    r555 r604  
    6969      * similar to a command line context with site wide and locally defined variables 
    7070      * over-ride topic, TWiki web or site 
    71    * [[%SYSTEMWEB%.TWikiForms][forms]] 
     71   * [[%SYSTEMWEB%.DataForms][forms]] 
    7272      * store database-style info alongside the free-form topic content 
    7373      * accesses meta-data 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/WebPreferences.txt

    r500 r604  
    2727      * WebTopicEditTemplate: Site-level default topic template 
    2828 
    29    * Lista de *formularios* separados por como que pueden ser añadidos a temas de esta web. Ver %SYSTEMWEB%.TWikiForms para más información. 
     29   * Lista de *formularios* separados por como que pueden ser añadidos a temas de esta web. Ver %SYSTEMWEB%.DataForms para más información. 
    3030      * Set WEBFORMS = %SYSTEMWEB%.TranslationForm 
    3131 
  • trunk/SpanishTWikiContrib/lib/TWiki/Contrib/SpanishTWikiContrib/MANIFEST

    r563 r604  
    1010data/TWiki_ES/ComoFormatearTexto.txt 0644 Translation - TWiki.TextFormattingRules 
    1111data/TWiki_ES/CulturaWiki.txt 0644 Translation - TWiki.WikiCulture 
    12 data/TWiki_ES/FormulariosTWiki.txt 0644 Translation - TWiki.TWikiForms 
     12data/TWiki_ES/FormulariosTWiki.txt 0644 Translation - TWiki.DataForms 
    1313data/TWiki_ES/GlosarioTWiki.txt 0644 Translation - TWiki.TWikiGlossary 
    1414data/TWiki_ES/GuiaDeUsuarioTWiki.txt 0644 Translation - TWiki.TWikiUsersGuide 
  • trunk/TWikiDotNetForumAppAddOn/data/Forum/WebPreferences.txt

    r499 r604  
    4040      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    4141 
    42    * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.TWikiForms for more information. 
     42   * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.DataForms for more information. 
    4343      * Set WEBFORMS = 
    4444 
  • trunk/TWikiUserMappingContrib/data/Main/UserHomepageHeader.txt

    r482 r604  
    1313----- 
    1414 
    15 __Related topics:__ [[%WIKIUSERSTOPIC%]], [[%SYSTEMWEB%.UserForm][UserForm]], [[%SYSTEMWEB%.NewUserTemplate][NewUserTemplate]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]], [[%SYSTEMWEB%.TWikiForms][TWikiForms]] 
     15__Related topics:__ [[%WIKIUSERSTOPIC%]], [[%SYSTEMWEB%.UserForm][UserForm]], [[%SYSTEMWEB%.NewUserTemplate][NewUserTemplate]], [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]], [[%SYSTEMWEB%.DataForms][DataForms]] 
    1616 
  • trunk/TWikiUserMappingContrib/data/TWiki/UserForm.txt

    r482 r604  
    3131__%X% Note:__ Please keep the %SYSTEMWEB%.TWikiRegistration form and this form definition in sync. When you update this form you need to edit/save the %SYSTEMWEB%.NewUserTemplate topic. This ensures that the fields are in the right order. 
    3232 
    33 __Related topics:__ %MAINWEB%.%WIKIUSERSTOPIC%, %MAINWEB%.UserViewTemplate, %SYSTEMWEB%.NewUserTemplate, %MAINWEB%.UserHomepageHeader, %SYSTEMWEB%.TWikiForms, %SYSTEMWEB%.TWikiRegistration 
     33__Related topics:__ %MAINWEB%.%WIKIUSERSTOPIC%, %MAINWEB%.UserViewTemplate, %SYSTEMWEB%.NewUserTemplate, %MAINWEB%.UserHomepageHeader, %SYSTEMWEB%.DataForms, %SYSTEMWEB%.TWikiRegistration 
    3434 
  • trunk/TWikiWorkbenchAddOn/data/Applications/ApplicationFactory.txt

    r482 r604  
    1010 
    1111The complete TWikiApplication comprises of the all the components of the application 
    12 (its TopicFunctions, TWikiForms etc).  Think of it as "library" and the application _instance_ 
     12(its TopicFunctions, DataForms etc).  Think of it as "library" and the application _instance_ 
    1313the "executable" linked against it.  So there can be multiple instances of an application,  
    1414all using the same library. Example: there's one <nop>AddressbookApplication, and you 
  • trunk/TWikiWorkbenchAddOn/data/Applications/GetTopicTypes.txt

    r482 r604  
    99%STARTSECTION{name="documentation" type="section"}% 
    1010This is a "getter" TopicFunction that returns a list of known TopicTypes 
    11 in a given web. Use it to create a selection in TWikiForms for the !TopicType formfield. 
     11in a given web. Use it to create a selection in DataForms for the !TopicType formfield. 
    1212It adds the "none" type so that you can have (temporarily) un-typed topics. The  
    1313type "TopicType" is added _hardcoded_ so that you don't have to rely on that type 
  • trunk/TWikiWorkbenchAddOn/data/Applications/HiddenFormViewTemplate.txt

    r482 r604  
    1010%META:FORM{name="Applications.ApplicationTopic"}% 
    1111%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicView"}% 
    12 %META:FIELD{name="Summary" attributes="M" title="Summary" value="View to hide  %25SYSTEMWEB%25.TWikiForms"}% 
     12%META:FIELD{name="Summary" attributes="M" title="Summary" value="View to hide  %25SYSTEMWEB%25.DataForms"}% 
    1313%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/TWikiWorkbenchAddOn/data/Applications/NatSkinHiddenFormViewTemplate.txt

    r482 r604  
    99%META:FORM{name="Applications.ApplicationTopic"}% 
    1010%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicView"}% 
    11 %META:FIELD{name="Summary" attributes="M" title="Summary" value="View to hide  %25SYSTEMWEB%25.TWikiForms"}% 
     11%META:FIELD{name="Summary" attributes="M" title="Summary" value="View to hide  %25SYSTEMWEB%25.DataForms"}% 
    1212%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/TWikiWorkbenchAddOn/data/Applications/RenderSideBar.txt

    r482 r604  
    6262%~~   DBQUERY{"TopicType=~'\bTWikiForm\b'" web="%BASEWEB%" 
    6363~~~     hidenull="on" 
    64 ~~~     header="<li>[[TWikiForms]]<ul>" 
     64~~~     header="<li>[[DataForms]]<ul>" 
    6565~~~     format="<li>$index.  
    6666~~~       <a href='%SCRIPTURLPATH{"view"}%/$web/$topic'  
  • trunk/TWikiWorkbenchAddOn/data/Applications/RenderTWikiApplicationWebHome.txt

    r482 r604  
    2929~~~     AND TWikiApplication='%APP%'" 
    3030~~~   remote="on" 
    31 ~~~   header="<h2>[[TWikiForms]]</h2>$n" 
     31~~~   header="<h2>[[DataForms]]</h2>$n" 
    3232~~~   web="%BASEWEB%" 
    3333~~~   hidenull="on" 
  • trunk/TWikiWorkbenchAddOn/data/Applications/RenderTWikiFormList.txt

    r482 r604  
    2222~~~   " 
    2323~~~   header=" 
    24 *~~     ---++ <nop>TWikiForms  
     24*~~     ---++ <nop>DataForms  
    2525~~~     %IFDEFINED{"%THEWEB%" then=" in the %THEWEB% web" glue="off"}% 
    2626~~~     that use the  
     
    5454%META:FORM{name="Applications.ApplicationTopic"}% 
    5555%META:FIELD{name="TopicType" attributes="" title="TopicType" value="DocuTopic, TopicFunction"}% 
    56 %META:FIELD{name="Summary" attributes="" title="Summary" value="Renders a list of TWikiForms that make use of the given TWikiFormAttribute"}% 
     56%META:FIELD{name="Summary" attributes="" title="Summary" value="Renders a list of DataForms that make use of the given TWikiFormAttribute"}% 
    5757%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/TWikiWorkbenchAddOn/data/Applications/TWikiForm.txt

    r482 r604  
    1717---++ Documentation 
    1818%STARTSECTION{"documentation"}% 
    19 TWikiForms add structured information to twiki topics.  
     19DataForms add structured information to twiki topics.  
    2020 
    21 See also: %TOPIC%Template, WebPreferences, TWikiFormAttributes, %SYSTEMWEB%.TWikiForms 
     21See also: %TOPIC%Template, WebPreferences, TWikiFormAttributes, %SYSTEMWEB%.DataForms 
    2222%ENDSECTION{"documentation"}% 
    2323 
     
    2525%META:FIELD{name="TopicType" attributes="" title="TopicType" value="DocuTopic, TopicType"}% 
    2626%META:FIELD{name="Inheritance" attributes="" title="Inheritance" value="ApplicationTopic"}% 
    27 %META:FIELD{name="Summary" attributes="" title="Summary" value="TopicType of %25SYSTEMWEB%25.TWikiForms"}% 
     27%META:FIELD{name="Summary" attributes="" title="Summary" value="TopicType of %25SYSTEMWEB%25.DataForms"}% 
    2828%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/TWikiWorkbenchAddOn/data/Applications/TWikiFormTemplate.txt

    r482 r604  
    99| Summary | text | 75 | | Short description of the role of this topic | | 
    1010 
    11 See also: %SYSTEMWEB%.TWikiForms 
     11See also: %SYSTEMWEB%.DataForms 
    1212%STARTSECTION{type="templateonly"}% 
    1313%RED%Note, this is only a template.%ENDCOLOR% 
  • trunk/TWikiWorkbenchAddOn/data/Applications/TWikiTopic.txt

    r482 r604  
    1010If you need more structure then you have to define a specific form that  
    1111extends the attributes of the TWikiTopic form. That is, the attributes defined here 
    12 are a minimal set of attributes that all TWikiForms should share. 
     12are a minimal set of attributes that all DataForms should share. 
    1313 
    1414Every TopicType is used in combination with one TWikiForm, that is associated with it, 
  • trunk/TWikiWorkbenchAddOn/data/Applications/TopicType.txt

    r482 r604  
    66%STARTSECTION{"documentation"}% 
    77The TopicType is the root of the type system of the <nop>TWikiWorbench. Every TWikiTopic has got one 
    8 or more <nop>TopicTypes. <nop>TopicTypes often correlate to TWikiForms, where a type indicates the properties 
     8or more <nop>TopicTypes. <nop>TopicTypes often correlate to DataForms, where a type indicates the properties 
    99and use of the form being attached to a topic. However, there are also <nop>TopicTypes that only 
    1010serve more as an additional marker to a generic <nop>TWikiForm being used in different applications. 
  • trunk/TWikiWorkbenchAddOn/data/Applications/WebPreferences.txt

    r500 r604  
    55<br clear="all" /> 
    66 
    7 ---+++ TWikiForms 
     7---+++ DataForms 
    88   * Set WEBFORMS = Applications.TWikiTopic, Applications.TopicStub, Applications.TWikiApplication, Applications.ApplicationTopic, Applications.TopicType 
    99 
  • trunk/TWikiWorkbenchAddOn/data/_TWikiApplicationTemplate/TWikiForm.txt

    r482 r604  
    1212%META:FORM{name="Applications.TopicStub"}% 
    1313%META:FIELD{name="TopicType" attributes="" title="TopicType" value="TopicStub, TopicType"}% 
    14 %META:FIELD{name="Summary" attributes="" title="Summary" value="Tool to create TWikiForms"}% 
     14%META:FIELD{name="Summary" attributes="" title="Summary" value="Tool to create DataForms"}% 
    1515%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
    1616%META:FIELD{name="Target" attributes="" title="Target" value="Applications.TWikiForm"}% 
  • trunk/TWikiWorkbenchAddOn/data/_TWikiApplicationTemplate/WebPreferences.txt

    r500 r604  
    5555 
    5656---+++ Misc 
    57 Definition of TWikiForms: 
     57Definition of DataForms: 
    5858   * Set WEBFORMS = Applications.ApplicationTopic, Applications.TopicStub, Applications.TWikiTopic 
    5959 
  • trunk/TaskExeContrib/data/TWiki/TaskExeContrib.txt

    r527 r604  
    6969 
    7070---+++ =OUTPUTFORMWEB= 
    71 Set the Web containing the TWiki.TWikiForms to use while creating the output topic. 
     71Set the Web containing the %SYSTEMWEB%.DataForms to use while creating the output topic. 
    7272 
    7373---+++ =OUTPUTFORMTOPIC= 
    74  Set the topic containing the TWiki.TWikiForms to use while creating the output topic. 
     74 Set the topic containing the %SYSTEMWEB%.DataForms to use while creating the output topic. 
    7575 
    7676---+++ =OUTPUTWEB= 
     
    8787         
    8888---+++ =FORMFIELD= 
    89  Set a value for a field in the TWiki.TWikiForms implemented by the output topic. =FORMFIELD= Commands typically come before =OUTPUTTOPIC=. If used after the =OUTPUTTOPIC= Command one should use =SAVEFIELDS= to commit any changes made by =FORMFIELD= Commands. 
     89 Set a value for a field in the %SYSTEMWEB%.DataForms implemented by the output topic. =FORMFIELD= Commands typically come before =OUTPUTTOPIC=. If used after the =OUTPUTTOPIC= Command one should use =SAVEFIELDS= to commit any changes made by =FORMFIELD= Commands. 
    9090 
    9191Field name and field value should be separated by a comma and a single space like in the following example: 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/BugItemForm.txt

    r464 r604  
    1111| Related topics | text  | 50 |   | Any related BugItems or other topics.    | 
    1212 
    13 Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.TWikiForms 
     13Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.DataForms 
    1414 
    1515%META:REVCOMMENT{ncomments="0"}% 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/TopicClassForm.txt

    r464 r604  
    77| Facets | text  | 50 |   | Classifications that cross-reference to this Classification.    | 
    88 
    9 Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.TWikiForms 
     9Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.DataForms 
    1010 
    1111<!-- Topic Permissions 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/TopicForm.txt

    r464 r604  
    77| Summary   | text   | 50  |   | Short summary or headline of topic  |  | 
    88 
    9 Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.TWikiForms 
     9Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.DataForms 
    1010 
    1111<!-- Topic Permissions 
     
    1414--> 
    1515 
    16 For more information about how you can use form to organize topics or create simple database applications, see TWiki.TWikiForms. 
     16For more information about how you can use form to organize topics or create simple database applications, see %SYSTEMWEB%.DataForms. 
    1717 
    1818 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/WebPreferences.txt

    r464 r604  
    3030                * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 
    3131                * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default template 
    32                 * %SYSTEMWEB%.TWikiForms: How to enable form(s) 
     32                * %SYSTEMWEB%.DataForms: How to enable form(s) 
    3333                * Set WEBFORMS = TopicForm, TopicClassForm 
    3434 
  • trunk/TopicClassificationAddOn/data/TCAO/RenderTWikiFormList.txt

    r482 r604  
    2222~~~   " 
    2323~~~   header=" 
    24 *~~     ---++ <nop>TWikiForms  
     24*~~     ---++ <nop>DataForms  
    2525~~~     %IFDEFINED{"%THEWEB%" then=" in the %THEWEB% web" glue="off"}% 
    2626~~~     that use the  
     
    5454%META:FORM{name="Applications.TopicForm"}% 
    5555%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicFunction, DocuTopic"}% 
    56 %META:FIELD{name="Summary" attributes="" title="Summary" value="Renders a list of TWikiForms that make use of the given TWikiFormAttribute"}% 
     56%META:FIELD{name="Summary" attributes="" title="Summary" value="Renders a list of DataForms that make use of the given TWikiFormAttribute"}% 
    5757%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/TopicClassificationAddOn/data/TCAO/TopicClassForm.txt

    r464 r604  
    77| Facets | text  | 50 |   | Classifications that cross-reference to this Classification.    | 
    88 
    9 Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.TWikiForms 
     9Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.DataForms 
    1010 
    1111<!-- Topic Permissions 
  • trunk/TopicClassificationAddOn/data/TCAO/TopicForm.txt

    r464 r604  
    1010If you need more structure then you have to define a specific TWikiForm that  
    1111extends the TWikiFormAttributes of this form. That is the attributes defined here 
    12 are a minimal set of attributes that all TWikiForms should have.  
     12are a minimal set of attributes that all DataForms should have.  
    1313 
    1414Every TopicType is used in combination with one TWikiForm, that is associated with it, 
     
    1818Note, that a topic can be of several TopicTypes which indicates that it fullfills several 
    1919duties at once, that is the associated TWikiForm contains the attributes of a couple  
    20 of TWikiForms. 
     20of DataForms. 
    2121%ENDSECTION{"documentation"}% 
    2222 
     
    2828| Summary   | text   | 50  |   | Short summary or headline of topic  | | 
    2929 
    30 Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.TWikiForms 
     30Related Topic: TopicClassification, WebPreferences, %SYSTEMWEB%.DataForms 
    3131 
    3232<!-- Topic Permissions 
  • trunk/TopicClassificationAddOn/data/TCAO/WebForm.txt

    r464 r604  
    77| Summary   | text   | 50  |   | Short summary or headline of topic  | 
    88 
    9 Related Topic: WebPreferences, WebTopicEditTemplate, %SYSTEMWEB%.TWikiForms 
     9Related Topic: WebPreferences, WebTopicEditTemplate, %SYSTEMWEB%.DataForms 
    1010 
    1111 
    12 For more information about how you can use form to organize topics or create simple database applications, see TWiki.TWikiForms. 
     12For more information about how you can use form to organize topics or create simple database applications, see %SYSTEMWEB%.DataForms. 
    1313 
  • trunk/TopicClassificationAddOn/data/TCAO/WebPreferences.txt

    r464 r604  
    3434                * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 
    3535                * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default template 
    36                 * %SYSTEMWEB%.TWikiForms: How to enable form(s) 
     36                * %SYSTEMWEB%.DataForms: How to enable form(s) 
    3737                * Set WEBFORMS = TopicClassForm, TopicForm 
    3838 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/WebPreferences.txt

    r501 r604  
    6363      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    6464 
    65    * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.TWikiForms for more information. 
     65   * Comma separated list of *forms* that can be attached to topics in this web. See %SYSTEMWEB%.DataForms for more information. 
    6666      * Set WEBFORMS = 
    6767 
  • trunk/core/data/Main/WebPreferences.txt

    r499 r604  
    2222      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    2323 
    24    * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.TWikiForms][TWikiForms]] for more information. 
     24   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 
    2525      * Set WEBFORMS = %SYSTEMWEB%.UserForm 
    2626 
  • trunk/core/data/Sandbox/WebPreferences.txt

    r499 r604  
    2020      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    2121 
    22    * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.TWikiForms][TWikiForms]] for more information. 
     22   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 
    2323      * Set WEBFORMS =  
    2424 
  • trunk/core/data/TWiki/AnApplicationWithWikiForm.txt

    r569 r604  
    22%META:TOPICPARENT{name="FrequentlyAskedQuestions"}% 
    33---++ FAQ: 
    4 How can I create a simple [[TWikiForms][TWiki Form]] based application? 
     4How can I create a simple [[DataForms][Data Form]] based application? 
    55 
    66 
    77---++ Answer: 
    88 
    9    1 Create a TWiki Form and define fields (see TWikiForms for details) 
     9   1 Create a TWiki Form and define fields (see DataForms for details) 
    1010   1 Add the form in the list of Web Forms. Set the variable WEBFORMS in WebPreferences 
    1111   1 Create a Template Topic 
    12    1 In edit mode add the [[TWikiForms][TWiki Form]] you defined to the Template Topic using the "Add Form" button 
     12   1 In edit mode add the [[DataForms][Data Form]] you defined to the Template Topic using the "Add Form" button 
    1313   1 Create a HTML Form with necessary fields 
    1414   1 Define =SEARCH= function for listing items (see VarSEARCH for details) 
  • trunk/core/data/TWiki/CompleteDocumentation.txt

    r577 r604  
    5454 
    5555------ 
    56 %INCLUDE{"TWikiForms"}% 
     56%INCLUDE{"DataForms"}% 
    5757 
    5858[[#PageTop][Back to top]] 
  • trunk/core/data/TWiki/FormattedSearch.txt

    r569 r604  
    5858| =$changes(n)= | Summary of changes between latest rev and rev n | 
    5959| =$formname= | The name of the form attached to the topic; empty if none | 
    60 | =$formfield(name)= | The field value of a form field; for example, =$formfield(<nop>TopicClassification)= would get expanded to =PublicFAQ=. This applies only to topics that have a [[TWikiForms][TWikiForm]] | 
     60| =$formfield(name)= | The field value of a form field; for example, =$formfield(<nop>TopicClassification)= would get expanded to =PublicFAQ=. This applies only to topics that have a [[DataForms][DataForm]] | 
    6161| =$formfield(name, 10)= | Form field value, "<tt>- </tt>" hyphenated each 10 characters | 
    6262| =$formfield(name, 20, -&lt;br /&gt;)= | Form field value, hyphenated each 20 characters with separator "<tt>-&lt;br /&gt;</tt>" | 
  • trunk/core/data/TWiki/GlossaryOfTerms.txt

    r572 r604  
    66| *Term* | *Definition* | 
    77| Attachment: | Any type of file that is uploaded via browser and attached to a _topic_, where it can be viewed and downloaded. [[FileAttachments][Details...]] | 
    8 | Form: | Web form at the bottom of a page that can be filled in with additional info and classification for the particular topic [[TWikiForms][Details...]] | 
     8| Data Form: | Web form at the bottom of a page that can be filled in with additional info and classification for the particular topic [[DataForms][Details...]] | 
    99| Page: | A regular Web page. A page in TWiki is composed of the _template/skin_ decoration and _topic_ content. | 
    1010| Plugin: | Prepackaged server-side extension that adds all sorts of additional functions, seamlessly integrated into TWiki. [[Plugins][Details...]] | 
  • trunk/core/data/TWiki/InstantEnhancements.txt

    r549 r604  
    168168---++ Customize Topic Classification Forms 
    169169 
    170 With a simple one or two-line default topic form available for every topic  - in *Edit* mode, click the ==[Add]== button, and select the form if it isn't already enabled. Then, click the title to get to the actual form, ==[Edit]==, and carefully change values, probably basic page classifications. You'll get some increased value, and hands-on experience with TWikiForms, without having to read up about them first. %X% __(add the corresponding search per category - copy a default and change)__ 
     170With a simple one or two-line default topic form available for every topic  - in *Edit* mode, click the ==[Add]== button, and select the form if it isn't already enabled. Then, click the title to get to the actual form, ==[Edit]==, and carefully change values, probably basic page classifications. You'll get some increased value, and hands-on experience with DataForms, without having to read up about them first. %X% __(add the corresponding search per category - copy a default and change)__ 
    171171 
    172172 
  • trunk/core/data/TWiki/MainFeatures.txt

    r529 r604  
    99   * *Search:* [[WebSearch][Full text search]] with/without regular expressions. See a sample [[%SCRIPTURLPATH{"search"}%/TWiki/?scope=text&search=learn][search result]]. 
    1010   * *E-mail notification:* Get [[WebChangesAlert][automatically notified]] when something has changed in a TWiki web. 
    11    * *Structured content:* Use TWikiForms to classify and categorize unstructured web pages and to create simple workflow systems. 
     11   * *Structured content:* Use DataForms to classify and categorize unstructured web pages and to create simple workflow systems. 
    1212   * *File attachments:* [[FileAttachment][Upload]] and download any file as an attachment to a page by using your browser. This is similar to file attachments in an e-mail, but it happens on web pages. 
    1313   * *Revision control:* All changes to pages and attachments are tracked. Retrieve previous page revisions; compare differences; find out who changed what and when. 
  • trunk/core/data/TWiki/MetaData.txt

    r488 r604  
    44---+ Meta Data 
    55 
    6 _Additional topic data, program-generated or from TWikiForms, is stored embedded in the topic text using =META:= tags_ 
     6_Additional topic data, program-generated or from DataForms, is stored embedded in the topic text using =META:= tags_ 
    77 
    88%TOC% 
     
    1212By default, topics are stored in files on disk, in a really simple and obvious directory structure. The big advantage of this approach is that it makes it really easy to manipulate topics from outside, and is also very safe; there are no complex binary indexes to maintain, and moving a topic from one installation to another is as simple as copying a couple of text files. 
    1313 
    14 To keep eveything together in one place, meta-data (program-generated or from TWikiForms) is embedded directly in topics. It does this using =META:= tags. 
     14To keep eveything together in one place, meta-data (program-generated or from DataForms) is embedded directly in topics. It does this using =META:= tags. 
    1515 
    16 =META:= data includes program-generated info like FileAttachment and topic movement data, and user-defined TWikiForms info. 
     16=META:= data includes program-generated info like FileAttachment and topic movement data, and user-defined DataForms info. 
    1717 
    1818---++ Meta Data Syntax 
     
    9999 
    100100| *Key*   | *Comment* | 
    101 | name    | A topic name - the topic represents one of the TWikiForms.  Can optionally include the web name (i.e., web.topic), but doesn't normally | 
     101| name    | A topic name - the topic represents one of the DataForms.  Can optionally include the web name (i.e., web.topic), but doesn't normally | 
    102102 
    103103---+++ META:FIELD 
     
    106106 
    107107| *Key*   | *Name*   | 
    108 | name    | Ties to entry in TWikiForms template, is title with all bar alphanumerics and . removed | 
    109 | title   | Full text from TWikiForms template | 
     108| name    | Ties to entry in DataForms template, is title with all bar alphanumerics and . removed | 
     109| title   | Full text from DataForms template | 
    110110| value   | Value user has supplied via form | 
    111111 
     
    143143 
    144144| *Variable usage:*   | *Comment:*  | 
    145 | =%<nop>META{"form"}%= | Show form data, see TWikiForms. | 
     145| =%<nop>META{"form"}%= | Show form data, see DataForms. | 
    146146| =%<nop>META{"formfield"}%= | Show form field value. Parameter: ==name="field_name"==. Example:%BR% =%<nop>META{ "formfield" name="TopicClassification" }%= | 
    147147| =%<nop>META{"attachments"}%= | Show attachments, except for hidden ones. Options: <br /> \ 
  • trunk/core/data/TWiki/ReleaseHistory.txt

    r577 r604  
    241241| [[TWiki:Codev.AllowDynamicTopicNameCreation][Create topic names with consecutive numbers]] | [[http://www.home.org.au][Sven Dowideit]] | 
    242242| [[TWiki:Codev.ParameterizedIncludes][Parameterized includes]] | [[http://c-dot.co.uk][Crawford Currie]] | 
    243 | [[TWiki:Codev.DynamicFormOptionDefinitions][Dynamic form option definitions]] of TWikiForms with FormattedSearch | [[TWiki:Main.MartinCleaver][MartinCleaver]] | 
     243| [[TWiki:Codev.DynamicFormOptionDefinitions][Dynamic form option definitions]] of DataForms with FormattedSearch | [[TWiki:Main.MartinCleaver][MartinCleaver]] | 
    244244| SEARCH enhancements with new parameters =excludeweb=, =newline=, =noempty=, =nofinalnewline=, =nonoise=, =recurse=, =zeroresults= | [[http://c-dot.co.uk][Crawford Currie]], [[TWiki:Main.ArthurClemens][ArthurClemens]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[TWiki:Main.ThomasWeigert][ThomasWeigert]] | 
    245245| FormattedSearch enhancements with =$changes=, =$count=, =$formfield(name, 30, ...)=, =$summary(expandvar)=, =$summary(noheaders)=, =$summary(showvarnames)= | [[TWiki:Main.ColasNahaboo][ColasNahaboo]], [[http://c-dot.co.uk][Crawford Currie]], [[http://www.structuredwikis.com/][Peter Thoeny]], [[http://www.home.org.au][Sven Dowideit]] | 
     
    526526      * Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki 
    527527   * *26 Jun 2001* - TWiki:Main.JohnTalintyre 
    528       * Category information to forms using the TWikiMetaData format, see TWikiForms 
     528      * Category information to forms using the TWikiMetaData format, see !TWikiForms 
    529529   * *07 Jun 2001* - TWiki:Main.PeterThoeny 
    530530      * New topic templates as topics instead of templates. Customize by editing the topic. Retired =notedited.tmpl=, =notext.tmpl= and =notwiki.tmpl= templates. More in TWikiTemplates.  
  • trunk/core/data/TWiki/Skins.txt

    r547 r604  
    127127| =%<nop>WEBTOPICLIST%= | Common links of current web, defined in the WebPreferences. It includes a [[#GoBox][Go box]] | 
    128128| =%<nop>TEXT%= | The topic text, e.g. the content that can be edited | 
    129 | =%<nop>META{"form"}%= | [[TWikiForms][TWikiForm]], if any | 
     129| =%<nop>META{"form"}%= | [[DataForms][DataForm]], if any | 
    130130| =%<nop>META{"attachments"}%= | FileAttachment table | 
    131131| =%<nop>META{"parent"}%= | The topic parent | 
  • trunk/core/data/TWiki/TWikiReferenceManual.txt

    r577 r604  
    1919   1. [[FormattedSearch][Formatted Search]] 
    2020   1. [[FileAttachment][File Attachment]] 
    21    1. [[TWikiForms][TWiki Forms]] 
     21   1. [[DataForms][Data Forms]] 
    2222   1. [[Skin Templates]] 
    2323   1. [[Skins][Skins (visual layout)]] 
  • trunk/core/data/TWiki/TWikiScripts.txt

    r547 r604  
    278278| =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[DefaultPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 
    279279| =scope="topic"= <br /> =scope="text"= <br /> =scope="all"= | Search topic name (title); the text (body) of topic; or all (both) | ="text"= | 
    280 | =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | 
     280| =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of DataForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | 
    281281| =limit="all"= <br /> =limit="16"= | Limit the number of results returned. This is done after sorting if =order= is specified | All results | 
    282282| =date="..."= | limits the results to those pages with latest edit time in the given [[TimeSpecifications#TimeIntervals][time interval]].  | All results | 
  • trunk/core/data/TWiki/TopicsAndWebs.txt

    r555 r604  
    6464      * embedded searches of topics, data and meta-data, optional regular expressions 
    6565      * custom formatting for outputting lists or tables, optional layout, headings, summary, etc. 
    66    * variables 
     66   * macros 
    6767      * similar to a command line context with site wide and locally defined variables 
    6868      * over-ride topic, TWiki web or site 
    69    * [[%SYSTEMWEB%.TWikiForms][forms]] 
     69   * [[%SYSTEMWEB%.DataForms][forms]] 
    7070      * store database-style info alongside the free-form topic content 
    7171      * accesses meta-data 
  • trunk/core/data/TWiki/VarFORMFIELD.txt

    r482 r604  
    66   * Supported parameters: 
    77     | *Parameter:* | *Description:* | *Default:* | 
    8      | ="fieldname"= | The name of a [[TWikiForms][TWiki form]] field | required | 
     8     | ="fieldname"= | The name of a [[DataForms][Data form]] field | required | 
    99     | =topic="..."= | Topic where form data is located. May be of the form =Web.<nop>TopicName= | Current topic | 
    1010     | =format="..."= | Format string. =$value= expands to the field value, and =$title= expands to the fieldname (also expands $name, $attributes, $type, $size and $definingTopic) | ="$value"= | 
  • trunk/core/data/TWiki/VarSEARCH.txt

    r490 r604  
    1515     | =scope="topic"= <br /> =scope="text"= <br /> =scope="all"= | Search topic name (title); the text (body) of topic; or all (title and body) | ="text"= | 
    1616     | =type="keyword"= <br /> =type="word"= <br /> =type="literal"= <br /> =type="regex"= <br /> =type="query"= | Control how the search is performed when =scope="text"= or =scope="all"= <hr /> =keyword=: use Google-like controls as in =soap "web service" -shampoo=; searches word parts: using the example, topics with "soapsuds" will be found as well, but topics with "shampoos" will be excluded <hr /> =word=: identical to =keyword= but searches whole words: topics with "soapsuds" will not be found, and topics with "shampoos" will not be excluded <hr /> =literal=: search for the exact string, like =web service= <hr /> =regex=: use a RegularExpression search like =soap;web service;!shampoo=; to search on whole words use =\bsoap\b= <hr /> =query=: [[query search]] of form fields and other meta-data, like =(Firstname='Emma' OR Firstname='John') AND Lastname='Peel'= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[DefaultPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 
    17      | =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; if you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort. Note that dates are sorted most recent date *last* (i.e at the bottom of the table). | Sort by topic name | 
     17     | =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of DataForms. The sorting is done web by web; if you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort. Note that dates are sorted most recent date *last* (i.e at the bottom of the table). | Sort by topic name | 
    1818     | =limit="all"= <br /> =limit="16"= | Limit the number of results returned. This is done after sorting if =order= is specified | All results | 
    1919     | =date="..."= | limits the results to those pages with latest edit time in the given [[TimeSpecifications#TimeIntervals][time interval]].  | All results | 
  • trunk/core/data/TWiki/WebPreferences.txt

    r490 r604  
    2929      * WebTopicEditTemplate: Site-level default topic template 
    3030 
    31    * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.TWikiForms][TWikiForms]] for more information. 
     31   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 
    3232      * Set WEBFORMS = DefaultPreferencesForm 
    3333 
  • trunk/core/data/TWiki/WelcomeGuest.txt

    r495 r604  
    1818   * *Write.* Speak your mind! From your browser you can change or add to anything you see in a TWiki topic. Use regular text or TWikiShorthand. 
    1919   * *Experiment.*  Edit your personal page or visit the Sandbox.%HOMETOPIC% web. 
    20    * *Organize.* You can learn to use TWikiForms and [[FormattedSearch]]es to include topic information - for example, classify pages by subject, status, or date. 
     20   * *Organize.* You can learn to use DataForms and [[FormattedSearch]]es to include topic information - for example, classify pages by subject, status, or date. 
    2121   * *Learn more.* Some good places to start: 
    2222      * TWikiTutorial is a 20-minute tour of TWiki essentials.  
  • trunk/core/data/TestCases/WebPreferences.txt

    r526 r604  
    2929                * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 
    3030                * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default template 
    31                 * %SYSTEMWEB%.TWikiForms: How to enable form(s) 
     31                * %SYSTEMWEB%.DataForms: How to enable form(s) 
    3232                * Set WEBFORMS = ThisForm, FormattedSearchForm 
    3333 
  • trunk/core/data/_default/WebPreferences.txt

    r498 r604  
    4646      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    4747 
    48    * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.TWikiForms][TWikiForms]] for more information. 
     48   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 
    4949      * Set WEBFORMS = 
    5050 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r588 r604  
    101101data/TWiki/CompleteDocumentation.txt 0644 
    102102data/TWiki/Contribs.txt 0644 
     103data/TWiki/DataForms.txt 0644 
    103104data/TWiki/DefaultPreferences.txt 0644 
    104105data/TWiki/DeleteOrRenameATopic.txt 0644 
     
    160161data/TWiki/StaticMethod.txt 0644 
    161162data/TWiki/TWikiAccessControl.txt 0644 
    162 data/TWiki/TWikiForms.txt 0644 
    163163data/TWiki/TWikiInstallationGuide.txt 0644 
    164164data/TWiki/TWikiJavascripts.txt 0644 
  • trunk/core/lib/TWiki/UI/Search.pm

    r527 r604  
    4646| =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[DefaultPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 
    4747| =scope="topic"= <br /> =scope="text"= <br /> =scope="all"= | Search topic name (title); the text (body) of topic; or all (both) | ="text"= | 
    48 | =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | 
     48| =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of DataForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | 
    4949| =limit="all"= <br /> =limit="16"= | Limit the number of results returned. This is done after sorting if =order= is specified | All results | 
    5050| =date="..."= | limits the results to those pages with latest edit time in the given TimeInterval.  | All results | 
  • trunk/core/templates/messages.tmpl

    r14 r604  
    318318%TMPL:DEF{"no_form_def"}% 
    319319---+++ %MAKETEXT{"Form Definition [_1] missing" args="%PARAM1%.<nop>%PARAM2%"}% 
    320 %MAKETEXT{"See [_1] for information about Form Definitions." args="%SYSTEMWEB%.TWikiForms"}% 
     320%MAKETEXT{"See [_1] for information about Form Definitions." args="%SYSTEMWEB%.DataForms"}% 
    321321 
    322322%MAKETEXT{"This could be for several reasons:"}% 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r577 r604  
    8989data/TWiki/CompleteDocumentation.txt 0660 
    9090data/TWiki/DakarReleaseNotes.txt 0660 
     91data/TWiki/DataForms.txt 0660 
    9192data/TWiki/DeleteOrRenameATopic.txt 0660 
    9293data/TWiki/DeleteOrRenameAnAttachment.txt 0660 
     
    147148data/TWiki/TWiki.txt 0660 
    148149data/TWiki/TWikiAccessControl.txt 0660 
    149 data/TWiki/TWikiForms.txt 0660 
    150150data/TWiki/TWikiInstallationGuide.txt 0660 
    151151data/TWiki/TWikiJavascripts.txt 0660 
Note: See TracChangeset for help on using the changeset viewer.