Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added the unspecified method, in case the key is not found

export portfolio functionality

few exception messages added

extends LamsAction instead of Action added checks for null parameters/ids

extends LamsLookupDispatchAction instead of LookupDispatchAction added checks for null parameters/ids

extends LamsDispatchAction instead of DispatchAction added checks for null parameters/ids

changed from type Long to String

extends lamsDispatchAction instead of Dispatch Action. A check is now performed to determine if the ID is null or not

*** empty log message ***

catches the numberformatexception that is thrown

For methods which take in an ID (type Long) as a parameter, a check is now performed to see if they are null or not. if they are null then an exception is thrown

*** empty log message ***

  1. … 2 more files in changeset.
statistics action now calculates the number of usersi n each session and also the total number of users.

new methods calculateTotalNumberOfUsers getSessionIdsFromContent getNumberOfUsersInSession Which is used to generate the statistics in the monitoring environment

implementation of get number of users in session

implementation of new method getSessionsFromContent

new method get number of users in session, used for statistics section in monitoring

new method getSessionsFrom content which is used in the service layer to calculate the number of users in a session

new constants TOTAL_LEARNERS and GROUP_STATS_MAP, used in statistics in monitoring environment

this isnt used anymore

Now merged into one file called NbWebUtil

the one utility class for noticeboard. NbAuthoringUtil, NbMonitoringUtil and NbLearningUtil has merged into this one class

all utility functions are now in the one class NbWebUtil instead of having a separate util class for each environmnent (authoring monitoring and learner)

instead of setting defineLater to true all the time, it now only sets to true when its called from monitoring environment via edit activity tab

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

new bean property which returns a map. map contains request parameter names and values, which is populated in EditActivity action. This is used to generate the link for the authoring url (when user clicks on edit button)

removed /tool/nb from path, shortened the path to /monitor instead

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