Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Create New Topic in TWiki Web | ||||||||
Line: 39 to 39 | ||||||||
} /* check if current input is a valid WikiWord */ | ||||||||
Changed: | ||||||||
< < | var noSpaceName = removeSpacesAndPunctiation(inputForTopicName); | |||||||
> > | var noSpaceName = removeSpacesAndPunctuation(inputForTopicName); | |||||||
/* if necessary, create a WikiWord from the input name | ||||||||
Line: 47 to 47 | ||||||||
*/ var wikiWordName = noSpaceName; if (userAllowsNonWikiWord) { | ||||||||
Changed: | ||||||||
< < | wikiWordName = removeSpacesAndPunctiation(capitalize(inputForTopicName)); | |||||||
> > | wikiWordName = removeSpacesAndPunctuation(capitalize(inputForTopicName)); | |||||||
} if (userAllowsNonWikiWord) { | ||||||||
Changed: | ||||||||
< < | wikiWordName = removeSpacesAndPunctiation(capitalizeSentence(inputForTopicName)); | |||||||
> > | wikiWordName = removeSpacesAndPunctuation(capitalizeSentence(inputForTopicName)); | |||||||
} if (inShouldConvertInput) { | ||||||||
Line: 129 to 129 | ||||||||
Changed: | ||||||||
< < | View templates | |||||||
> > | View templates | |||||||
<--/twikiFormStep--> |