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 213d6ff4f6247c070631a7ae19f5f26b1a0a126a (commit)
from 43b049d3dc657688707792d405f5f3de4b35bdf2 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=213d6ff4f6247c070631a7ae19f5f26b1a0a126a
commit 213d6ff4f6247c070631a7ae19f5f26b1a0a126a
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Aug 10 18:29:50 2017 +0200
Whitespace
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 22dcbb4..1405bb2 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -37,7 +37,7 @@ if [ -e /etc/debian_version ]; then
python-moinmoin libapache2-mod-wsgi python-psycopg2 \
unoconv poppler-utils dpkg-dev \
vsftpd \
- fonts-dejavu-core
+ fonts-dejavu-core
if ! dpkg-vendor --is Ubuntu; then
apt-get install locales-all #
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1394929
fi
@@ -78,7 +78,7 @@ fi
install-plugin-scmcvs install-plugin-scmsvn install-plugin-scmgit
install-plugin-scmhg \
install-plugin-blocks install-plugin-moinmoin \
install-plugin-taskboard install-plugin-message \
- install-plugin-repositoryapi
+ install-plugin-repositoryapi
if [ -e /etc/centos-release ]; then
make install-plugin-mediawiki
fi
diff --git a/src/common/tracker/include/ArtifactHtml.class.php
b/src/common/tracker/include/ArtifactHtml.class.php
index 3e5e8ba..bf513e0 100644
--- a/src/common/tracker/include/ArtifactHtml.class.php
+++ b/src/common/tracker/include/ArtifactHtml.class.php
@@ -128,7 +128,7 @@ function hide_edit_button(id) {
$text = db_result($result, $i, 'body');
$text = util_gen_cross_ref($text,
$this->ArtifactType->Group->getID());
$parsertype =
forge_get_config('tracker_parser_type');
- switch ($parsertype) {
+ switch ($parsertype) {
case 'markdown':
require_once
'Michelf/Markdown.inc.php';
$text =
\Michelf\Markdown::defaultTransform($text);
diff --git a/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
b/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
index fd0d5bc..1496df7 100644
--- a/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
+++ b/src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php
@@ -90,7 +90,7 @@ class phptextcaptchaPlugin extends Plugin {
$pngfile = sha1(session_id()).'.png';
if (is_file($this->pngdir.'/'.$pngfile)) {
unlink($this->pngdir.'/'.$pngfile);
- }
+ }
file_put_contents($this->pngdir.'/'.$pngfile, $png);
$html = '<p>';
$html .= '<img
src="/plugins/'.$this->name.'/'.$pngfile.'?'.time().'" />';
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install-src.sh | 4 ++--
src/common/tracker/include/ArtifactHtml.class.php | 2 +-
src/plugins/phptextcaptcha/common/phptextcaptchaPlugin.class.php | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits