lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes.

  1. … 3 more files in changeset.
Upgraded to JSTL 1.1 library

    • -4
    • +1
    ./test/web/WEB-INF/struts/tiles-defs.xml
    • -393
    • +0
    ./web/WEB-INF/jstl/tlds/c-rt.tld
    • -162
    • +309
    ./web/WEB-INF/jstl/tlds/c.tld
    • -403
    • +0
    ./web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -128
    • +357
    ./web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    ./web/WEB-INF/jstl/tlds/fn.tld
    • -188
    • +0
    ./web/WEB-INF/jstl/tlds/sql-rt.tld
    • -256
    • +0
    ./web/WEB-INF/jstl/tlds/x-rt.tld
  1. … 5 more files in changeset.
Add start date for learnerProgress.

  1. … 4 more files in changeset.
Basic config for i18n

  1. … 7 more files in changeset.
Removing currently unneeded scripting, to reduce javascript errors.

  1. … 4 more files in changeset.
Add url construct method for sequence in one LearningProgress.

Change toolSessionManager interface to add new toolSessionName.

  1. … 9 more files in changeset.
Modified case of lessonStateID to match changes to LessonDTO.

Modified case of lessonStateID to match changes to LessonDTO.

moved HTML out of export into resource file

also has functionality to bundle the stylesheets along with export

some new constants

moved HTML out of export into resource file

added localLink attribute to csstag

  1. … 4 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.

Modified learner service to suit changes to ToolActivity.createToolSessionForActivity()

Export portfolio was failing on linux - can't rely on the tmp directory having a trailing / \

Removed dtd so that tiles would start up okay when not connected to the internet.

  1. … 4 more files in changeset.
Moved learner options to learner page

Restricted display of lessons to only the active lessons (ie not archived).

*** empty log message ***

Setup dummy learning functionality so that learner interface can be used in the Alpha version. Supports joining a lesson.

    • -0
    • +48
    ./web/WEB-INF/lams.tld
  1. … 4 more files in changeset.
updated to use new getOrderedActivityList(LearnerProgress)

renaming of Portfolio and ToolPortfolio objects

modified it so that if it detects that the array of ToolPortfolios is null, it will just generate a main page stating that the portfolio export is not supported

major change is replacing the previously known Portfolio objects to be ToolPortfolio objects

exportPortfolioFor* methods now return a Portfolio object, which contains the array of ToolPortfolio objects.

the member variable exportTmpDir is removed and placed in the Portfolio object instead.

In most cases, instead of throwing exceptions, an error message is written to a file, however the real error is logged.

updated some comments.

changed getOrderedActivityList(Long learnerProgressId) to getOrderedActivityList(LearnerProgress learnerProgress)

for some reason the failed to lazily initialize exception doesnt occur anymore

Previously known as the Portfolio object

A portfolio object, now holds the attribute exportTmpDir - the temporary directory in which this export will place its files.

and it contains an array of ToolPortfolio objects.

ToolPortfolio was previously known as a Portfolio object, now renamed to ToolPortfolio

*** empty log message ***

servlet definition and mapping for the exportNotSupportedServlet