# HG changeset patch # User Zoe Hong # Date 1455717499 -3600 # Node ID 5cbe567a9c527d4e5d13e05c7d9a6e1d11337001 # Parent dd8348304dba24b0ba5e57dcd5c6932e01f04f86 new: a link to view section text in ext-interface on full text searching page. bug fixed: a default topicId passed when doing search and full text search diff -r dd8348304dba -r 5cbe567a9c52 src/main/java/de/mpiwg/web/jsp/TopicListPage.java --- a/src/main/java/de/mpiwg/web/jsp/TopicListPage.java Tue Feb 16 15:14:18 2016 +0100 +++ b/src/main/java/de/mpiwg/web/jsp/TopicListPage.java Wed Feb 17 14:58:19 2016 +0100 @@ -60,7 +60,8 @@ this.completeTopicList = new ArrayList(); - + + // TODO sometimes this.getSessionBean() will cause NullPointerException if(this.getSessionBean().getUser() != null){ for(LGTopic topic : DataProvider.getInstance().getTopics(this.getSessionBean().getUser().getId())){ @@ -75,6 +76,8 @@ sortByLastModifiedDown(); // default sorting by from lasted modified to oldest } + + } diff -r dd8348304dba -r 5cbe567a9c52 src/main/resources/config.properties --- a/src/main/resources/config.properties Tue Feb 16 15:14:18 2016 +0100 +++ b/src/main/resources/config.properties Wed Feb 17 14:58:19 2016 +0100 @@ -16,6 +16,7 @@ lgmap=http://localhost:1080/localgazetteers-dev/LGMap/map.php?mode=1 lgmap_datasets=/Applications/MAMP/htdocs/localgazetteers-dev/LGMap/datasets + # Production one: #localgazetteers-dev -> localgazetteers #db_gazetter_username=root diff -r dd8348304dba -r 5cbe567a9c52 src/main/webapp/pages/fullTextSearch.jsp --- a/src/main/webapp/pages/fullTextSearch.jsp Tue Feb 16 15:14:18 2016 +0100 +++ b/src/main/webapp/pages/fullTextSearch.jsp Wed Feb 17 14:58:19 2016 +0100 @@ -697,6 +697,7 @@ + @@ -740,7 +741,7 @@
-