• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added the struts folder in order to deploy properly

changes the taglib URI for the struts related tags

    • -0
    • +41
    ./web/authorContent.jsp
all the struts tlds are put into the struts folder, just to make things neater

    • -0
    • +212
    ./web/WEB-INF/struts/struts-bean-el.tld
    • -0
    • +382
    ./web/WEB-INF/struts/struts-bean.tld
    • -0
    • +686
    ./web/WEB-INF/struts/struts-config_1_2.dtd
    • -0
    • +3302
    ./web/WEB-INF/struts/struts-html-el.tld
    • -0
    • +3302
    ./web/WEB-INF/struts/struts-html.tld
    • -0
    • +382
    ./web/WEB-INF/struts/struts-logic-el.tld
    • -0
    • +652
    ./web/WEB-INF/struts/struts-logic.tld
    • -0
    • +3171
    ./web/WEB-INF/struts/struts-nested.tld
    • -0
    • +343
    ./web/WEB-INF/struts/struts-tiles-el.tld
    • -0
    • +344
    ./web/WEB-INF/struts/struts-tiles.tld
    • -0
    • +281
    ./web/WEB-INF/struts/tiles-config_1_1.dtd
few exception messages added

extends LamsDispatchAction instead of DispatchAction

added checks for null parameters/ids

changed from type Long to String

extends LamsLookupDispatchAction instead of LookupDispatchAction

added checks for null parameters/ids

extends LamsAction instead of Action

added checks for null parameters/ids

extends lamsDispatchAction instead of Dispatch Action.

A check is now performed to determine if the ID is null or not

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 ***

remove class files

  1. … 14 more files in changeset.
now referenced in lams common, no need to have a copy of it in project

DTO no longer used

remove class files

testcases to test the functions

calculateTotalNumberOfUsers

getSessionIdsFromContent

getNumberOfUsersInSession

testcase added for new function get number of users in session

new test case for new function getSessionsFromContent

*** empty log message ***

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

no longer needed, replaced by other jsps

    • -27
    • +0
    ./web/includes/nbInstructionsContent.jsp
this isnt used anymore

replaced by m_Summary.jsp