lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
get calculate progress working.

    • -60
    • +104
    ./lams/learning/progress/ProgressEngine.java
  1. … 3 more files in changeset.
*** empty log message ***

    • -0
    • +83
    ./lams/learning/web/action/DisplayNotebookEntry.java
    • -0
    • +31
    ./lams/learning/web/action/NotebookAction.java
    • -0
    • +95
    ./lams/learning/web/action/SaveNotebookEntry.java
    • -0
    • +134
    ./lams/learning/web/form/NotebookForm.java
just changed the comment from the myeclipse default

    • -2
    • +1
    ./lams/learning/web/form/ActivityForm.java
renamed leaner learner

    • -5
    • +5
    ./lams/learning/web/bean/SessionBean.java
Changed references to sessionBean.getLearner()

    • -5
    • +5
    ./lams/learning/web/action/ChooseActivity.java
Moved base learning stuff to a base action LearnerAction

    • -31
    • +2
    ./lams/learning/web/action/ActivityAction.java
    • -0
    • +60
    ./lams/learning/web/action/LearnerAction.java
Added new Error action and comments

    • -0
    • +3
    ./lams/learning/web/util/ActionMappings.java
accomodate the change of tool session constructor

  1. … 6 more files in changeset.
all conditions of joining lesson tested.

  1. … 12 more files in changeset.
get join lesson bit to work

  1. … 7 more files in changeset.
change the learner service Spring configuration file

  1. … 3 more files in changeset.
join lesson added

join lesson added

Added GPL header

    • -0
    • +21
    ./lams/learning/service/LearnerServiceProxy.java
    • -2
    • +20
    ./lams/learning/web/action/ActivityAction.java
    • -3
    • +20
    ./lams/learning/web/action/ChooseActivity.java
  1. … 45 more files in changeset.
updated use of ActivityURL to String

Updated to use ActionMappings

Updated some comments

    • -0
    • +3
    ./lams/learning/web/bean/ActivityURL.java
Replaced use of ActivityURL with String.

    • -30
    • +58
    ./lams/learning/web/util/ActionMappings.java
Added actionMappings as bean property.

implement join lesson and progress engine

Changed getLearnerProgressByLeaner to getLearnerProgressByLearner

  1. … 3 more files in changeset.
Renamed getNextActivityURL to getProgressURL

    • -6
    • +6
    ./lams/learning/web/util/ActionMappings.java
  1. … 1 more file in changeset.
Moved URL mapping to ActionMappings

    • -5
    • +220
    ./lams/learning/web/util/ActionMappings.java
    • -0
    • +166
    ./lams/learning/web/util/ActionMappingsWithToolWait.java
    • -315
    • +0
    ./lams/learning/web/util/Utils.java
Updated to match the changes to LearnerProgress and the URL mappings

    • -7
    • +46
    ./lams/learning/web/action/ActivityAction.java
    • -5
    • +5
    ./lams/learning/web/action/ChooseActivity.java
    • -0
    • +65
    ./lams/learning/web/action/DisplayLoadToolActivity.java
Changed Utils.getUrl to ActionMappings.getUrl

change startLesson to joinLesson Refactor the progressEngin and LearnerService to Inverse of Control-constructor injection.

  1. … 1 more file in changeset.
Holds the names for global struts action mappings

    • -0
    • +21
    ./lams/learning/web/util/ActionMappings.java
getActivityForward and getActivityURL now use the same base methods

    • -83
    • +218
    ./lams/learning/web/util/Utils.java
moved to test folder

    • -74
    • +0
    ./lams/learning/web/action/ToolTestAction.java
    • -27
    • +0
    ./lams/learning/web/form/ToolTestForm.java
Removed auto-generated todo statements and comments

    • -5
    • +1
    ./lams/learning/web/bean/ActivityURL.java
    • -5
    • +1
    ./lams/learning/web/bean/SessionBean.java
    • -3
    • +3
    ./lams/learning/web/form/ActivityForm.java