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 edc34eff6bdde4254171ac16415746899ffd19ae (commit)
from 29a970043dcae8003751c94429a46dd14cf94ff6 (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=edc34eff6bdde4254171ac16415746899ffd19ae
commit edc34eff6bdde4254171ac16415746899ffd19ae
Author: Franck Villaume <[email protected]>
Date: Sun Dec 13 18:45:21 2015 +0100
docman search engine: revert object on title & description to leverage
ts_headline feature
diff --git a/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
b/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
index bac0c26..27e7ed1 100644
--- a/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
+++ b/src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php
@@ -88,8 +88,8 @@ class DocsHtmlSearchRenderer extends HtmlGroupSearchRenderer {
$cells = array();
$cells[][] = ' ';
$cells[][] =
util_make_link('/docman/view.php/'.$document->Group->getID().'/'.$document->getID().'/'.urlencode($document->getFileName()),
html_image($document->getFileTypeImage(), 22, 22));
- $cells[][] = $document->getName();
- $cells[][] = $document->getDescription();
+ $cells[][] = db_result($result, $i, 'title');
+ $cells[][] = db_result($result, $i, 'description');
if (forge_check_perm('docman',
$document->Group->getID(), 'approve')) {
if (!$document->getLocked() &&
!$document->getReserved()) {
$cells[][] =
util_make_link('/docman/?group_id='.$document->Group->getID().'&view=listfile&dirid='.$document->getDocGroupID().'&filedetailid='.$document->getID(),
html_image('docman/edit-file.png', 22, 22, array('alt' => _('Edit this
document'))));
-----------------------------------------------------------------------
Summary of changes:
src/www/search/include/renderers/DocsHtmlSearchRenderer.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits