Added functionality to be used for the installer/updater, it now correctly updates teh web.xml and manifests in the lams_learning, lams-central and lams-monitoring wars. it also updates the application.xml
Added functionality to be used for the installer/updater, it now correctly updates teh web.xml and manifests in the lams_learning, lams-central and lams-monitoring wars. it also updates the application.xml
[LI-57] Added in an extra class to deploy UpdateToolContextPath.jave, if you call its main method with the path to a tool's deploy.xml, it will update the manifests and web.xmls for lams-central.war, lams-learning.war and lams-monitoring.war instead of replacing them with new ones
Only one update for each release - the tool deployer won't go back and apply multiple scripts, it will only look for the script with the same date as the tool release.
LDEV-1153: Creator of a lesson is no longer automatically added to the lesson as a learner - they are now only made a learner if they are on the list of learners.
LDEV-1140: Error messages were appearing in a mix of English and Welsh. When getting a message resource in struts, we need to explicitly set the locale, otherwise it will just use the default locale (US English). The struts implementation of getResource() DOENS'T pick up the struts preferred locale setting .