lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

inserts test data to run nb not required for junit tests tho

    • -0
    • +25
    ./db/sql/insert_test_data.sql
monitoring screen allows the download of instruction files.

files removed.NbAuthoringStarterAction ->code now lies in unspecified method of AuthoringAction class NbMonitoringStarterAction -> code now lies in unspecified method of MonitoringAction class.

the unspecified method contains the code that used to be in NbMonitoringStarterAction class, sets up the monitoring environment

removed NbMonitoringStarterAction and so changed the monitoring url

added an if statement around the advanced and instructions tab. if defineLater isnt set, then it will show three tabs, otherwise it will only show basic tab

changed the defineLater url

made some changes for defineLater functionality. tried to work with existing code. If defineLater is set, then it is used in define_later_mode, if not, then its in authoring mode. if in define later mode, then the showBasicTab is set to true, and the authoring page will only show the basic tab.