Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed /tool/nb from path, shortened the path to /starter/learner instead

removed /tool/nb from path, shortened the path to /starter/authoring instead

new bean property called defineLater, used in the jsp page to determine if defineLater is set or not

shortened the actionpath to /authoring instead of /tool/nb

removed contentInUse and loadNbForm which is no longer needed

accounted for the change in type from Long to String. This action servlet now also copies the value of tool content into the session

changed the variable toolContentId from Long to type String

moved copyValuesIntoSession and isContentEditable functions into the utility class. in editActivity, the state of the flags are added into the session,

*** empty log message ***

updated full constructor to include contentInUse, also minimal constructs set contentInUse to false be default

new constants: DEFINE_LATER and BUTTON_EDIT

monitoring environment, action servlets

changed the method names to getXXId instead of getXXID

*** empty log message ***

added constants for monitoring environment

*** empty log message ***

  1. … 5 more files in changeset.
some more error messages

new implementations of learner side of things. Still need to call completeToolSession, and set the session Status to completed.

new method implementations for addUser and addSession, updated code to match the new implementations of ToolSessionManager and ToolContentManager. Accoutns for the ToolException and DataMissingException which may be thrown

new methods addUser and addSession , which uses equivalent DAO methods

hibernate implementations of addUser

hibernate implementations of addSession

added a new method addUser, in order to create a new session and associating it with a content . these occur within a transaction

added a new method addSession, in order to create a new session and associating it with a content . these occur within a transaction

added <prop key="save*">PROPAGATION_REQUIRED</prop>

added new minimal constructors used in learner action

initialise the collection of users to new HashSet()

initialize a new the collection of sessions

constants added

*** empty log message ***

  1. … 6 more files in changeset.