Skip to content

Commit ae99a7e

Browse files
authored
Merge pull request #30 from darenwelsh/SF3
Use parser funtion to define default form in PageForms 3.0
2 parents eb42439 + 053cf6a commit ae99a7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SummaryTimeline-FormCategory&Templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if a page with that name already exists, you will be sent to a form to edit that
214214
<comment>1 revision imported: asdf</comment>
215215
<model>wikitext</model>
216216
<format>text/x-wiki</format>
217-
<text xml:space="preserve" bytes="96">[[Has default form::Summary Timeline]]
217+
<text xml:space="preserve" bytes="96">{{#default_form:Summary Timeline}}
218218
[[Category:Category Used for Summary Timeline Extension]]</text>
219219
<sha1>jmlpyocbq63xrgav0purfxgctmrinr8</sha1>
220220
</revision>

SummaryTimeline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'url' => 'http://github.com/darenwelsh/SummaryTimeline',
2626
'author' => '[https://www.mediawiki.org/wiki/User:Darenwelsh Daren Welsh]',
2727
'descriptionmsg' => 'summarytimeline-desc',
28-
'version' => '0.2.1'
28+
'version' => '0.2.2'
2929
);
3030

3131
# $dir: the directory of this file, e.g. something like:

0 commit comments

Comments
 (0)