This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 6ccfd205ccbf7c9fe10c24b46115a81b6d7bc3d4 (commit)
via eab6678b01c49ac3f85e7502a9d3c0950494ba95 (commit)
from 40033a016439f87637c1d56906d97a87942e1e9a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6ccfd205ccbf7c9fe10c24b46115a81b6d7bc3d4
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jun 17 18:43:10 2014 +0200
wiki: use 'id', not 'name', for HTML::a
diff --git a/src/plugins/wiki/www/lib/plugin/AddComment.php
b/src/plugins/wiki/www/lib/plugin/AddComment.php
index 3563d9c..6345bb8 100644
--- a/src/plugins/wiki/www/lib/plugin/AddComment.php
+++ b/src/plugins/wiki/www/lib/plugin/AddComment.php
@@ -97,7 +97,7 @@ function togglecomments(a) {
a.title='" . _("Click to display all comments") . "';
}
}"));
- $html->pushContent(HTML::h4(HTML::a(array('name' =>
'comment-header',
+ $html->pushContent(HTML::h4(HTML::a(array('id' => 'comment-header',
'class' => 'wikiaction',
'title' => _("Click to display"),
'onclick' => "togglecomments(this)"),
commit eab6678b01c49ac3f85e7502a9d3c0950494ba95
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jun 17 18:41:31 2014 +0200
wiki: no size attribute for <input>
diff --git a/src/plugins/wiki/www/lib/plugin/HtmlConverter.php
b/src/plugins/wiki/www/lib/plugin/HtmlConverter.php
index 3d08338..67d0951 100644
--- a/src/plugins/wiki/www/lib/plugin/HtmlConverter.php
+++ b/src/plugins/wiki/www/lib/plugin/HtmlConverter.php
@@ -52,8 +52,7 @@ class WikiPlugin_HtmlConverter extends WikiPlugin
'name' => 'MAX_FILE_SIZE',
'value' => MAX_UPLOAD_SIZE)));
$contents->pushContent(HTML::input(array('name' => 'userfile',
- 'type' => 'file',
- 'size' => '50')));
+ 'type' => 'file')));
$contents->pushContent(HTML::raw(" "));
$contents->pushContent(HTML::input(array('value' => _("Convert"),
'type' => 'submit')));
-----------------------------------------------------------------------
Summary of changes:
src/plugins/wiki/www/lib/plugin/AddComment.php | 2 +-
src/plugins/wiki/www/lib/plugin/HtmlConverter.php | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits