Skip to content

Commit

Permalink
Merge branch 'master' into Item14288
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed May 2, 2017
2 parents 3127c1a + de109d9 commit 9b1c875
Show file tree
Hide file tree
Showing 37 changed files with 760 additions and 473 deletions.
26 changes: 13 additions & 13 deletions CommentPlugin/data/System/CommentPluginTemplate.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1447730097" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1493698648" format="1.1" version="1"}%
%META:TOPICPARENT{name="CommentPlugin"}%

---+!! Templates for CommentPlugin
Expand Down Expand Up @@ -48,7 +48,7 @@ Generic prompt box used by other templates

Short comment, signed and dated
<verbatim>
%TMPL:DEF{outputoneliner}% * %URLPARAM{"comment" encode="$encodeguest"}% -- %WIKIUSERNAME% - %GMTIME{"$day $month $year"}%%TMPL:END%
%TMPL:DEF{outputoneliner}% * %CREATE:URLPARAM{"comment" encode="$encodeguest"}% -- %CREATE:WIKIUSERNAME% - %CREATE:GMTIME{"$day $month $year"}%%TMPL:END%
</verbatim>

%ICON{"hand"}% See rendered template [[%SANDBOXWEB%.CommentPluginExamples#Default][Default]]
Expand Down Expand Up @@ -112,7 +112,7 @@ Bullet item added immediately before anchor. The input field width is passed wit
%TMPL:DEF{PROMPT:bulletabove}%<input class="foswikiInputField" name="bullet_above_item" id="bullet_above_item" type="text" size="%inputsize|40%" value="%URLPARAM{"bullet_above_item"}%" />&nbsp;<input %DISABLED% type="button" value="%button|Add item%" class="foswikiButton %TMPL:P{ajax}%" />%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:bulletabove}% * %URLPARAM{"bullet_above_item" encode="$encodeguest"}%%POS:BEFORE%
%TMPL:DEF{OUTPUT:bulletabove}% * %CREATE:URLPARAM{"bullet_above_item" encode="$encodeguest"}%%POS:BEFORE%
%TMPL:END%
</verbatim>

Expand All @@ -129,9 +129,9 @@ Wiki thread mode comment, signed and dated
<verbatim>
%TMPL:DEF{OUTPUT:threadmode}%%POS:BEFORE%

%URLPARAM{"comment" encode="$encodeguest"}%
%CREATE:URLPARAM{"comment" encode="$encodeguest"}%

-- %WIKIUSERNAME% - %DATE%
-- %CREATE:WIKIUSERNAME% - %CREATE:DATE%
%TMPL:END%
</verbatim>

Expand All @@ -148,7 +148,7 @@ Comments, signed and dated, added recurse after comment box.
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:belowthreadmode}%%POS:AFTER%
---++++ %WIKIUSERNAME% - %SERVERTIME%
---++++ %CREATE:WIKIUSERNAME% - %CREATE:SERVERTIME%

%URLPARAM{"comment" encode="$encodeguest"}%

Expand Down Expand Up @@ -182,7 +182,7 @@ anchor/location/COMMENT
%TMPL:DEF{PROMPT:tableprepend}%%TMPL:P{promptbox}%%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:tableprepend}%%POS:AFTER%| %URLPARAM{"comment" newline="<br />" encode="$encodeguest"}% | %WIKIUSERNAME% | %SERVERTIME% |
%TMPL:DEF{OUTPUT:tableprepend}%%POS:AFTER%| %CREATE:URLPARAM{"comment" newline="<br />" encode="$encodeguest"}% | %CREATE:WIKIUSERNAME% | %CREATE:SERVERTIME% |
%TMPL:END%
</verbatim>

Expand All @@ -197,7 +197,7 @@ Comments, signed and dated, added at end of table above the anchor/location/COMM
%TMPL:DEF{PROMPT:tableappend}%%TMPL:P{promptbox}%%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:tableappend}%%POS:BEFORE%| %URLPARAM{"comment" newline="<br />" encode="$encodeguest"}% | %WIKIUSERNAME% | %SERVERTIME% |
%TMPL:DEF{OUTPUT:tableappend}%%POS:BEFORE%| %CREATE:URLPARAM{"comment" newline="<br />" encode="$encodeguest"}% | %CREATE:WIKIUSERNAME% | %CREATE:SERVERTIME% |
%TMPL:END%
</verbatim>

Expand Down Expand Up @@ -234,7 +234,7 @@ Action added to action table directly above comment box
%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:action}%%POS:BEFORE%%AC%NOP%TION{who="%URLPARAM{"action_who" encode="$encodeguest"}%" due="%URLPARAM{"action_due" encode="$encodeguest"}%"}% %URLPARAM{"action_comment" encode="$encodeguest"}%<br />- Created by %WIKIUSERNAME%, %SERVERTIME%%ENDACTION%
%TMPL:DEF{OUTPUT:action}%%POS:BEFORE%%AC%NOP%TION{who="%CREATE:URLPARAM{"action_who" encode="$encodeguest"}%" due="%CREATE:URLPARAM{"action_due" encode="$encodeguest"}%"}% %CREATE:URLPARAM{"action_comment" encode="$encodeguest"}%<br />- Created by %CREATE:WIKIUSERNAME%, %CREATE:SERVERTIME%%ENDACTION%
%TMPL:END%
</verbatim>

Expand All @@ -254,7 +254,7 @@ Tablerows adding on end
%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:table}%%POS:BEFORE%| %URLPARAM{"comment_date" encode="$encodeguest"}% | %WIKIUSERNAME% | %URLPARAM{"comment_city" encode="$encodeguest"}% |
%TMPL:DEF{OUTPUT:table}%%POS:BEFORE%| %CREATE:URLPARAM{"comment_date" encode="$encodeguest"}% | %CREATE:WIKIUSERNAME% | %CREATE:URLPARAM{"comment_city" encode="$encodeguest"}% |
%TMPL:END%
</verbatim>

Expand All @@ -275,8 +275,8 @@ Talk using TOC adding on end
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:toctalk}%
%POS:BEFORE%---++++ %SERVERTIME% %WIKIUSERNAME%: %URLPARAM{"comment_summary" encode="$encodeguest"}%
%POS:BEFORE%%URLPARAM{"toctalk_comment_text" encode="$encodeguest"}%
%POS:BEFORE%---++++ %CREATE:SERVERTIME% %CREATE:WIKIUSERNAME%: %CREATE:URLPARAM{"comment_summary" encode="$encodeguest"}%
%POS:BEFORE%%CREATE:URLPARAM{"toctalk_comment_text" encode="$encodeguest"}%
%POS:BEFORE%
%TMPL:END%
</verbatim>
Expand All @@ -298,7 +298,7 @@ Create a list of annotated bookmarks
%TMPL:END%
</verbatim>
<verbatim>
%TMPL:DEF{OUTPUT:bookmark}%%POS:BEFORE% * [[%URLPARAM{"comment_url" encode="entity"}%][%URLPARAM{"comment_link" encode="entity"}%]] %IF{" '%URLPARAM{"bookmark_comment_text" encode="entity"}%' = '' " then="" else="- "}%%URLPARAM{"bookmark_comment_text" encode="entity"}%
%TMPL:DEF{OUTPUT:bookmark}%%POS:BEFORE% * [[%CREATE:URLPARAM{"comment_url" encode="entity"}%][%CREATE:URLPARAM{"comment_link" encode="entity"}%]] %IF{" '%CREATE:URLPARAM{"bookmark_comment_text" encode="entity"}%' = '' " then="" else="- "}%CREATE:%URLPARAM{"bookmark_comment_text" encode="entity"}%
%TMPL:END%
</verbatim>

Expand Down
Expand Up @@ -161,6 +161,18 @@ function _id_ify(id) {
// on the given tab
function forget_checker_reports($tab, level, id) {
$tab.removeClass(level + id);

// See if any other reports at the same level are extant,
// otherwise remove the level class e.g. 'errors' or 'warnings'
// This will remove th icon
var i, cls = $tab.attr("class").split(/ +/);
for (i = 0; i < cls.length; i++) {
if (cls[i].startsWith(level + 'i-'))
break;
}
if (i == cls.length)
$tab.removeClass(level);

var report_data = $tab.data('reports');
report_data[level][id]--;
if (report_data[level][id]) {
Expand Down Expand Up @@ -257,7 +269,7 @@ function _id_ify(id) {
return;
}

// Remove all existing reports related to these keys
// Remove all existing reports related to this path
id = _id_ify(r.keys);
$('.' + id + '_report').remove();
$('.errors' + id).each(function() {
Expand Down Expand Up @@ -475,6 +487,7 @@ function _id_ify(id) {

$dlg = $('<div id="report_dialog"></div>');
$dlg.append($div);
$dlg.css('cursor','default');
$dlg.dialog({
title: "Validation",
width: 'auto',
Expand Down
33 changes: 17 additions & 16 deletions EditRowPlugin/data/System/EditRowPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1491353402" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1493666715" format="1.1" version="1"}%
---+!! !EditRowPlugin
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -271,7 +271,8 @@ Provides the vertical row editing interface like
Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience!

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 3.318 (4 Apr 2017) | Foswikitask:Item14351: uninitialized value warning when changerows is used with EditRowPlugin |
| 3.318 (1 May 2017) | Foswikitask:Item14351: Uninitialized value warning when changerows is used with EditRowPlugin <br/>\
Foswikitask:Item14349: Edit Table button not functional on IE 11.|
| 3.317 (21 Jan 2017) | Foswikitask:Item14107 Document that move, add & delete row actions are immediate, not subject to cancel. |
| 3.316 (26 Nov 2016) | Foswikitask:Item14174 css.gz and js.gz files missing from MANIFEST<br/> \
Foswikitask:Item14213 Warning logged about uninitialized values <br/>\
Expand Down Expand Up @@ -351,17 +352,17 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/EditRowPlugin"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/EditRowPlugin"}%
%META:FILEATTACHMENT{name="icons.png" attr="h" comment="" date="1491353402" size="2457" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example3.png" attr="h" comment="" date="1491353402" size="15337" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example4.png" attr="h" comment="" date="1491353402" size="22834" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.css" attr="h" comment="" date="1491353402" size="1454" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot2.png" attr="h" comment="" date="1491353402" size="12013" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.uncompressed.js" attr="h" comment="" date="1491353402" size="6803" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.js" attr="h" comment="" date="1491353402" size="11898" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.css" attr="h" comment="" date="1491353402" size="2130" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example5.png" attr="h" comment="" date="1491353402" size="9132" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.js" attr="h" comment="" date="1491353402" size="26625" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1491353402" size="19461" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.js" attr="h" comment="" date="1491353402" size="3626" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1491353402" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="clock.gif" attr="h" comment="" date="1491353402" size="1418" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="icons.png" attr="h" comment="" date="1493666715" size="2457" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example3.png" attr="h" comment="" date="1493666715" size="15337" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example4.png" attr="h" comment="" date="1493666715" size="22834" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.css" attr="h" comment="" date="1493666715" size="1454" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot2.png" attr="h" comment="" date="1493666715" size="12013" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.uncompressed.js" attr="h" comment="" date="1493666715" size="6803" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.js" attr="h" comment="" date="1493666715" size="11898" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.css" attr="h" comment="" date="1493666715" size="2130" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example5.png" attr="h" comment="" date="1493666715" size="9132" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.js" attr="h" comment="" date="1493666715" size="26625" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1493666715" size="19461" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.js" attr="h" comment="" date="1493666715" size="3626" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1493666715" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="clock.gif" attr="h" comment="" date="1493666715" size="1418" user="ProjectContributor" version="1"}%
2 changes: 1 addition & 1 deletion EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin.pm
Expand Up @@ -33,7 +33,7 @@ BEGIN {
}

our $VERSION = '3.318';
our $RELEASE = '04 Apr 2017';
our $RELEASE = '01 May 2017';
our $SHORTDESCRIPTION = 'Inline edit for tables';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
25 changes: 12 additions & 13 deletions EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin/Table.pm
Expand Up @@ -340,17 +340,8 @@ sub render {
if ( $this->{attrs}->{disable} !~ /full/ ) {

# Full table editing is not disabled
my $title = "Edit full table";
my $button = Foswiki::Render::html(
'button',
{
type => 'button',
name => "erp_edit_${id}",
class => 'erp-edittable',
title => $title
}
);
my $url = Foswiki::Func::getScriptUrl(
my $title = "Edit full table";
my $url = Foswiki::Func::getScriptUrl(
$this->getWeb(), $this->getTopic(), 'view',
erp_topic => $active_topic,
erp_table => $id,
Expand All @@ -360,8 +351,16 @@ sub render {
push(
@out,
Foswiki::Render::html( 'a', { name => "erp_${id}" } )
. Foswiki::Render::html( 'a',
{ href => $url, title => $title }, $button )
. Foswiki::Render::html(
'a',
{
href => $url,
name => "erp_edit_${id}",
class => 'erp-edittable foswikiButton',
title => $title
},
''
)
. '<br />'
);
}
Expand Down
8 changes: 4 additions & 4 deletions EditRowPlugin/pub/System/EditRowPlugin/erp.uncompressed.css
Expand Up @@ -18,7 +18,7 @@
}

.erpJS_container {
position: relative;
position: absolute !important; /* Item13766 */
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -77,8 +77,8 @@ a.erp_drag_button:hover {
}

.erp-edittable {
width: 47px;
height: 20px;
width: 27px;
height: 13px;
background-image: url("icons.png") !important;
background-position:0 -16px;
}
Expand Down Expand Up @@ -108,4 +108,4 @@ a.erp_drag_button:hover {
.tableSortIcon.erp-button {
float:right;
margin: 0.25em 0 0 0 !important;
}
}
4 changes: 2 additions & 2 deletions EditRowPlugin/test/unit/EditRowPlugin/HTML.pm
Expand Up @@ -66,7 +66,7 @@ HTML
'#' => "erp_TABLE_0"
);
my $expected = <<EXPECTED;
<a name='erp_TABLE_0'></a><a href='$viewurl' title='Edit full table'><button type='button' name='erp_edit_TABLE_0' title='Edit full table' class='erp-edittable'></button></a><br />
<a name='erp_TABLE_0'></a><a class='erp-edittable foswikiButton' href='$viewurl' name='erp_edit_TABLE_0' title='Edit full table'></a><br />
EXPECTED
$this->assert_html_equals( $expected, $1 );
$in =~ s/&quot;1_\d+&quot;/&quot;VERSION&quot;/gs;
Expand Down Expand Up @@ -169,7 +169,7 @@ HTML
'#' => "erp_TABLE_0"
);
my $expected = <<EXPECTED;
<a name='erp_TABLE_0'></a><a href='$viewurl' title='Edit full table'><button type="button" name="erp_edit_TABLE_0" title="Edit full table" class="erp-edittable"></button></a><br />
<a name='erp_TABLE_0'></a><a class='erp-edittable foswikiButton' href='$viewurl' name='erp_edit_TABLE_0' title='Edit full table'></a><br />
EXPECTED
$this->assert_html_equals( $expected, $1 );
$in =~ s/&quot;1_\d+&quot;/&quot;VERSION&quot;/gs;
Expand Down
3 changes: 3 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Expand Up @@ -205,6 +205,9 @@ $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Datepicker'}{Enabled} = 1;
# **BOOLEAN LABEL="UI::Dialog"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Dialog'}{Enabled} = 1;

# **BOOLEAN LABEL="UI::Draggable"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Draggable'}{Enabled} = 1;

# **BOOLEAN LABEL="UI::Progressbar"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Progressbar'}{Enabled} = 1;

Expand Down
3 changes: 2 additions & 1 deletion ModPerlEngineContrib/data/System/ModPerlEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1490657423" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1493597080" format="1.1" version="1"}%
---+!! !ModPerlEngineContrib
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -149,6 +149,7 @@ set in %USERSWEB%.SitePreferences, default taken from
---++ Info

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 30 Apr 2017 (1.05) | Foswikitask:Item14381: Preserver URL Encoding of the Foswiki URI. |
| 26 Nov 2016 (1.04) | Released with Foswiki 2.1.3. Old Apache 1.x modules have been removed from the DEPENDENCIES file. |
| 08 Apr 2016 (1.03) | Foswikitask:Item14022 Change foswiki.org links to https. |
| 16 Jan 2016 (1.02) | Foswikitask:Item13926 Fix backwards compatibility with Foswiki 1.1. |
Expand Down
Expand Up @@ -23,8 +23,8 @@ use strict;

use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '1.04';
$RELEASE = '26 Nov 2016';
$VERSION = '1.05';
$RELEASE = '30 Apr 2017';
$SHORTDESCRIPTION = 'Permits Foswiki to be executed under mod_perl';

1;
4 changes: 3 additions & 1 deletion ModPerlEngineContrib/lib/Foswiki/Engine/Apache.pm
Expand Up @@ -153,7 +153,9 @@ sub preparePath {
$pathInfo = '/' . $action . $pathInfo;
}
$req->pathInfo($pathInfo);
my $uri = $this->{r}->uri;

#SMELL: CGI and FastCGI leave the URI encoded, mod_perl decodes it.
my $uri = Foswiki::urlEncode( $this->{r}->uri );
my $qs = $this->{r}->args;
$uri .= '?' . $qs if $qs;
$req->uri($uri);
Expand Down
4 changes: 2 additions & 2 deletions PatternSkin/data/System/WebLeftBarPersonalTemplate.txt
Expand Up @@ -4,8 +4,8 @@
Customise this topic; samples and ideas available at %SYSTEMWEB%.WebLeftBarCookbook.
-->
*My links:*
* [[%WIKIUSERNAME%][My home page]]
* [[%SCRIPTURLPATH{search}%/%BASEWEB%/?search=%WIKINAME%;order=modified;limit=50;reverse=on][My %BASEWEB% activities]]
* [[%CREATE:WIKIUSERNAME%][My home page]]
* [[%SCRIPTURLPATH{search}%/%BASEWEB%/?search=%CREATE:WIKINAME%;order=modified;limit=50;reverse=on][My %BASEWEB% activities]]
*
<a class="foswikiSmallish" href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GM%NOP%TIME{"$epoch"}%">edit</a>

4 changes: 2 additions & 2 deletions TipsContrib/data/System/TipsOfTheDayTemplate.txt
@@ -1,10 +1,10 @@
%META:TOPICINFO{author="ProjectContributor" date="1281633033" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1487619523" format="1.1" version="1"}%
%META:TOPICPARENT{name="TipsOfTheDayAdmin"}%
---+ Heading

Quick Summary with link to more information.

[[%SYSTEMWEB%.TipsOfTheDay][See More Tips...]]

-- %WIKIUSERNAME% - %DATE%
-- %CREATE:WIKIUSERNAME% - %CREATE:DATE%

4 changes: 2 additions & 2 deletions TopicUserMappingContrib/data/Main/GroupTemplate.txt
@@ -1,8 +1,8 @@
%META:TOPICINFO{author="ProjectContributor" date="1287695166" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1487619533" format="1.1" version="1"}%
%META:TOPICPARENT{name="WikiGroups"}%

Edit this topic to add a description to the !%URLPARAM{"topic"}%

%META:PREFERENCE{name="GROUP" title="GROUP" value=""}%
%META:PREFERENCE{name="VIEW_TEMPLATE" title="VIEW_TEMPLATE" value="GroupView"}%
%META:PREFERENCE{name="ALLOWTOPICCHANGE" title="ALLOWTOPICCHANGE" type="Set" value="%URLPARAM{"topic"}%"}%
%META:PREFERENCE{name="ALLOWTOPICCHANGE" title="ALLOWTOPICCHANGE" type="Set" value="%CREATE:URLPARAM{"topic"}%"}%
4 changes: 2 additions & 2 deletions TopicUserMappingContrib/data/System/NewUserTemplate.txt
@@ -1,12 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" date="1418937051" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1487619523" format="1.1" version="1"}%
%META:TOPICPARENT{name="WikiUsers"}%
---+ <nop>%TOPIC%

%SPLIT%
* %KEY%: %VALUE%%SPLIT%

<!--
* Set ALLOWTOPICCHANGE = %WIKIUSERNAME%
* Set ALLOWTOPICCHANGE = %CREATE:WIKIUSERNAME%
-->


Expand Down
3 changes: 2 additions & 1 deletion UnitTestContrib/lib/Foswiki/Contrib/UnitTestContrib/MANIFEST
Expand Up @@ -105,13 +105,14 @@ test/unit/SecurityTests.pm 0644
test/unit/SeleniumConfigTests.pm 0644
test/unit/SemiAutomaticTestCaseTests.pm 0644
test/unit/SerialiseTests.pm 0644
test/unit/SkinTemplatesTests.pm 0644
test/unit/StoreImplementationTests.pm 0644
test/unit/StoreTests.pm 0644
test/unit/TableParserTests.pm 0644
test/unit/TableReaderTests.pm 0644
test/unit/TableTests.pm 0644
test/unit/TOCTests.pm 0644
test/unit/TemplatesTests.pm 0644
test/unit/TopicTemplatesTests.pm 0644
test/unit/TimeTests.pm 0644
test/unit/UIFnCompileTests.pm 0644
test/unit/UTF8Tests.pm 0644
Expand Down

0 comments on commit 9b1c875

Please sign in to comment.