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 96d0434e772c760063014f67083366fbee441656 (commit)
via 4254f81deb781b71621e2eb6efa774b3cbcf637c (commit)
from 5b0fabbc6fd392f274b07efc269221eccab552c1 (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=96d0434e772c760063014f67083366fbee441656
commit 96d0434e772c760063014f67083366fbee441656
Author: Franck Villaume <[email protected]>
Date: Mon Aug 7 12:52:38 2017 +0000
fix test typo: scmgit -> scmhg
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index 47400a2..61dbec6 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -259,7 +259,7 @@ Offer DAV or SSH access.");
}
if ($project->usesPlugin($this->name)) {
if ($this->browserDisplayable($project)) {
- $protocol = forge_get_config('use_ssl',
'scmgit')? 'https' : 'http';
+ $protocol = forge_get_config('use_ssl',
'scmhg')? 'https' : 'http';
$box = forge_get_config('scm_host');
$iframesrc =
$protocol.'://'.$box.'/plugins/scmhg/cgi-bin/'.$project->getUnixName().'.cgi';
if ($params['commit']) {
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4254f81deb781b71621e2eb6efa774b3cbcf637c
commit 4254f81deb781b71621e2eb6efa774b3cbcf637c
Author: Franck Villaume <[email protected]>
Date: Mon Aug 7 12:52:09 2017 +0000
enable scmhg plugin in src install
diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 38f9ee1..a987f18 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -33,7 +33,7 @@ if [ -e /etc/debian_version ]; then
libapache2-mpm-itk libapache2-mod-svn \
libapache2-mod-php5 \
apache2 postgresql postgresql-contrib libnss-pgsql2 unscd \
- cvs subversion viewvc python-pycurl git xinetd \
+ cvs subversion viewvc python-pycurl git mercurial xinetd \
python-moinmoin libapache2-mod-wsgi python-psycopg2 \
unoconv poppler-utils dpkg-dev \
vsftpd
@@ -52,6 +52,7 @@ elif [ -e /etc/SuSE-release ]; then
cvs rcs perl-IPC-Run perl-URI \
subversion-server \
git git-web \
+ mercurial \
python-psycopg2 \
mediawiki moinmoin-wiki \
vsftpd
@@ -61,7 +62,7 @@ else
yum --enablerepo=epel install -y httpd-itk
yum install -y gettext php-cli php-pgsql php-process php-mbstring
php-pear-HTTP \
httpd mod_dav_svn mod_ssl postgresql-server postgresql-contrib nscd \
- cvs subversion viewvc python-pycurl git gitweb xinetd \
+ cvs subversion viewvc python-pycurl git gitweb mercurial xinetd \
moin mod_wsgi python-psycopg2 \
unoconv poppler-utils libreoffice-headless \
mediawiki php-markdown \
@@ -72,7 +73,7 @@ fi
cd $(dirname $0)/../src/
make
make install-base install-shell install-scm \
- install-plugin-scmcvs install-plugin-scmsvn install-plugin-scmgit \
+ 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
-----------------------------------------------------------------------
Summary of changes:
autoinstall/install-src.sh | 7 ++++---
src/plugins/scmhg/common/HgPlugin.class.php | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits