• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The main progress engine calculation completed and tested.

  1. … 4 more files in changeset.
Replaced ActionMappings with ActivityMapping and

ActivityMappingStrategy. Should now work properly with parallel

activity waits

    • -0
    • +291
    ./org/lamsfoundation/lams/learning/web/util/ActivityMapping.java
  1. … 1 more file in changeset.
get calculate progress working.

  1. … 3 more files in changeset.
*** empty log message ***

    • -0
    • +31
    ./org/lamsfoundation/lams/learning/web/action/NotebookAction.java
    • -0
    • +134
    ./org/lamsfoundation/lams/learning/web/form/NotebookForm.java
just changed the comment from the myeclipse default

renamed leaner learner

Changed references to sessionBean.getLearner()

Moved base learning stuff to a base action LearnerAction

    • -0
    • +60
    ./org/lamsfoundation/lams/learning/web/action/LearnerAction.java
Added new Error action and comments

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

  1. … 45 more files in changeset.
updated use of ActivityURL to String

Updated to use ActionMappings

Updated some comments

Replaced use of ActivityURL with String.

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

  1. … 1 more file in changeset.
Moved URL mapping to ActionMappings

Updated to match the changes to LearnerProgress and the URL mappings

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
    ./org/lamsfoundation/lams/learning/web/util/ActionMappings.java
getActivityForward and getActivityURL now use the same base methods