Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add userId parameter in importToolContent interface.

  1. … 11 more files in changeset.
Update import tool content interface.

  1. … 8 more files in changeset.
Update import tool content interface.

  1. … 10 more files in changeset.
Update ToolContentManager API

  1. … 11 more files in changeset.
Changed name of export/import methods for the learning design export. Got the name wrong before.

  1. … 9 more files in changeset.
Added methods needed for design export

  1. … 11 more files in changeset.
close/save/cancel action in authoring page.

  1. … 5 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 25 more files in changeset.
Updated noticeboard to use the new tab controller. Still uses individual FCKEditors.

  1. … 25 more files in changeset.
Updated the applicationResources deployment to suit changes to tool deployer. Now specifies the package into which the language files are placed.

  1. … 4 more files in changeset.
Added tool and library activity descriptions ready for I18N (moving them out of the database).

Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.

  1. … 4 more files in changeset.
Updated property length for title (Xdoclet)

Updated Xdoclet Hibernate tags.

Modified createToolSession to save session name for NoticeboardSession

added session_name

Change toolSessionManager interface to add new toolSessionName.

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

  1. … 1 more file in changeset.
changed the forward action of export portfolio.. will forward to exportPortfolio.jsp (doesnt use tiles)

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.

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

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

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.

Clean AuthoringSession now cleans up the session variable mode

added the constant MODE used for defineLater page.

removed the try catch statement that was wrapped around writeResponseToFile exceptions arent thrown now...instead a file is generated

Modified the "copyToolContent" to duplicate the content repository entries, using the new copy feature in the repository. Also moved the calls to the ToolContentHandler from the web layer to the service layer, to make it easier to do the copy.

  1. … 1 more file in changeset.