• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add start date for learnerProgress.

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

  1. … 9 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.
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

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

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

  1. … 15 more files in changeset.
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 which generates the main page "Export Portfolio not supported "

modified createPortfolio method

first checks the export url, if there isnt one, then the export url is points to the exportNotSupportedServlet

added new constant - the url that points to the ExportNotSupportedServlet

previously it was appending "toolContentId" and "toolSessionId", so now its changed so that it will get this parameter name from AttributeNames class.

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

  1. … 4 more files in changeset.
Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.

  1. … 1 more file in changeset.
use Configuration class to obtain baseURL instead of using spring

Updated web.xml to include the context files for all the "current" deployed tools.

Added matching tool jars to classpath.

Stopped deploying the classes to WEB-INF/classes

Implemented more calls on the dummy monitoring page to access the learner pages.

  1. … 13 more files in changeset.
changed the comments

cleaned up some code, added some checks to certain variables.

the TEMP_DIRECTORY constant now gets the value from FileUtil

added export portfolio error messages

Added copyright statement to top of file.

Instead of using getUserData method from learningWebUtil, it gets the userdto from the shared session

once the portfolio is zipped up, it will return the relative file location to the exportWaitingPage.jsp