reliatec-gmbh / LibreClinica

LibreClinica is the community driven successor of OpenClinica. It is an open source clinical trial software for Electronic Data Capture (EDC) Clinical Data Management (CDM).
https://libreclinica.org
GNU Lesser General Public License v3.0
40 stars 21 forks source link

Sitemesh and decorators removal #327

Open toskrip opened 2 years ago

toskrip commented 2 years ago

According to Tom: "Sitemesh library in pom.xml + its related decorator. This was a project that didn't catch on, but some code was put into production anyway. This can be removed and will not affect the build"

This should be easy to do, but still need to test whether it really does not affect any views.

web/src/main/webapp/decorator.jsp
web/src/main/webapp/WEB-INF/sitemesh.xml
web/src/main/webapp/WEB-INF/decorators.xml

web/src/main/webapp/WEB-INF/jsp/viewSubjectSDV.jsp
web/src/main/webapp/WEB-INF/jsp/viewSubjectAggregateSDV.jsp
web/src/main/webapp/WEB-INF/jsp/viewAllSubjectSDVtmp.jsp
web/src/main/webapp/WEB-INF/jsp/viewAllSubjectSDV.jsp
web/src/main/webapp/WEB-INF/jsp/viewAllSubjectSDVform.jsp
toskrip commented 3 months ago

the lib from pom seems to be already removed (we had to clean it up during the dependency refactoring already for 1.2.0 release)