lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
export portfolio functionality

moved into /WEB-INF/struts instead

    • -212
    • +0
    ./web/WEB-INF/struts-bean-el.tld
    • -686
    • +0
    ./web/WEB-INF/struts-config_1_2.dtd
    • -3032
    • +0
    ./web/WEB-INF/struts-html-el.tld
    • -3032
    • +0
    ./web/WEB-INF/struts-html.tld
    • -382
    • +0
    ./web/WEB-INF/struts-logic-el.tld
    • -2886
    • +0
    ./web/WEB-INF/struts-nested.tld
    • -343
    • +0
    ./web/WEB-INF/struts-tiles-el.tld
added the struts folder in order to deploy properly

changes the taglib URI for the struts related tags

    • -0
    • +41
    ./web/authorContent.jsp
*** empty log message ***

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

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

*** empty log message ***

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

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