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  f824a70acce2db14b52d5c878a43b3b74774bef7 (commit)
      from  029bfaf848e372e5a04e9a49cb1d379a4188d0b9 (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=f824a70acce2db14b52d5c878a43b3b74774bef7

commit f824a70acce2db14b52d5c878a43b3b74774bef7
Author: Franck Villaume <[email protected]>
Date:   Sat Dec 3 09:38:12 2016 +0100

    enable gentleselect + add missing include

diff --git a/src/www/docman/index.php b/src/www/docman/index.php
index 198a230..29811e1 100644
--- a/src/www/docman/index.php
+++ b/src/www/docman/index.php
@@ -30,11 +30,14 @@ require_once $gfcommon.'include/pre.php';
 require_once $gfcommon.'docman/DocumentManager.class.php';
 require_once $gfcommon.'docman/Document.class.php';
 require_once $gfcommon.'docman/DocumentFactory.class.php';
-require_once $gfcommon.'docman/DocumentVersion.class.php';
-require_once $gfcommon.'docman/DocumentVersionFactory.class.php';
 require_once $gfcommon.'docman/DocumentGroup.class.php';
 require_once $gfcommon.'docman/DocumentGroupFactory.class.php';
+// require_once $gfcommon.'docman/DocumentReview.class.php';
+// require_once $gfcommon.'docman/DocumentReviewFactory.class.php';
+require_once $gfcommon.'docman/DocumentVersion.class.php';
+require_once $gfcommon.'docman/DocumentVersionFactory.class.php';
 require_once $gfcommon.'docman/include/utils.php';
+require_once $gfcommon.'docman/include/constants.php';
 require_once $gfcommon.'include/TextSanitizer.class.php'; // to make the HTML 
input by the user safe to store
 require_once $gfcommon.'reporting/report_utils.php';
 require_once $gfcommon.'reporting/ReportPerGroupDocmanDownloads.class.php';
@@ -92,6 +95,7 @@ html_use_storage();
 html_use_simplemenu();
 html_use_jqueryui();
 html_use_jquerysplitter();
+html_use_jquerygentleselect();
 use_javascript('/docman/scripts/DocManController.js');
 html_use_tablesorter();
 

-----------------------------------------------------------------------

Summary of changes:
 src/www/docman/index.php | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to