vitro/webapp
Jim Blake ac39b0799e VIVO-935 Clean up code for search exclusion.
Take out the attribute key in SearchIndexerSetup. Nobody ever sets that attribute.
Take out the VClassGroupCache.removeClassesHiddenFromSearch() method. If nobody sets that attribute, this method does nothing.
Take out VClassGroupDao.removeClassesHiddenFromSearch() and VClassGroupDaoJena.removeClassesHiddenFromSearch(). They are never called.
Take out ClassProhibitedFromSearch interface. It is implemented but never referenced.
Take out FileBasedProhibitedFromSearch. It is never used.
Move ProhibitedFromSearch and ProhibitedFromSearchTest from edu.cornell.mannlib.vitro.webapp.search.beans to edu.cornell.mannlib.vitro.webapp.dao.vclassgroup
2015-01-02 14:01:06 -05:00
..
config VIVO-778 Remove the Pellet kluge in Jena. 2014-12-31 15:08:36 -05:00
languages/es_GO VIVO-922: updates for new faux listing functionality. New controller, template and js file, updated web.xml and site admin page, and updates to the all.properties 2014-12-05 16:57:09 -05:00
lib VIVO-778 remove the pellet libraries. 2014-12-31 15:09:39 -05:00
rdf VIVO-778 Use JFact as the TBox reasoner, instead of Pellet. 2014-12-17 17:44:21 -05:00
src VIVO-935 Clean up code for search exclusion. 2015-01-02 14:01:06 -05:00
test VIVO-935 Clean up code for search exclusion. 2015-01-02 14:01:06 -05:00
themes/vitro VIVO-916: fix menu item title so that it includes the linkText variable 2014-11-18 10:22:13 -05:00
web Merge branch 'feature/pelletRemoval' into develop 2014-12-31 15:13:37 -05:00
build.xml VIVO-906 Assemble application at runtime. 2014-11-13 17:11:11 -05:00
context.xml VIVO-2 Modify the build so installers can create a container-neutral VIVO. 2013-01-16 14:54:33 -05:00
webapp.doxyfile