lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new version - smaller file size and move reg-point

  1. … 3 more files in changeset.
Regenerated hbm.xml files for Noticeboard Tool

Updated property length for title (Xdoclet)

Updated Xdoclet Hibernate tags.

Added nb_session_name COLUMN to tl_lanb11_session TABLE

Added task: generate-hbm-files

Modified createToolSession to save session name for NoticeboardSession

added session_name

Change toolSessionManager interface to add new toolSessionName.

  1. … 4 more files in changeset.
Changed call that gets an parameter value to suit changes in WebUtil.

  1. … 1 more file in changeset.
added attribute localLink to css tag

new export page which uses the css tag

changed the forward action of export portfolio.. will forward to exportPortfolio.jsp (doesnt use tiles)

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.

  1. … 9 more files in changeset.
changed the id names for the 4 FCKEditor instances. The names are same as those in the AuthoringFOrm

commented out method copyAuthoringFormValuesIntoFormBean FCKEditor fields are now properties in the struts form bean, so there isnt a need to copy the values into the form.

fixed up testCreateToolSessionDefaultContentMissing test case. after removing default content, it will restore the right default content with the default content id that was assigned to it initially

fixed up testCopyToolContentWithDefaultContentMissing test case. after removing default content, it will restore the right default content with the default content id that was assigned to it initially

uncommented toolService defintion

uncommented code in getContextConfigLocation, toolApplicationContext is used in TestToolContentManager and TestToolSessionManager

new insert test data target

added test.contentid

changed the urls (removed the starter path)

*** empty log message ***

most testcases now run except the ones that try to getDefaultContentId by Tool signature

fixed up tests cases so they now can run fixed tearDown method

made some private declarations protected so it can be used by other test classes

removeToolContent - it will try to delete files from repository before deleting the NoticeboardContent object.

createToolSession - modifications made as to way its saved

changed the deletion methods to use createQuery instead of getHibernateTemplate.delete()

removed the get*UID method and remove*UID methods as they arent used