Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Committing a change to the testMonitoringService class so that lams_monitoring compiles with the tool_adapter changes

Added some extra privilege checks on various monitoring url calls.

  1. … 3 more files in changeset.
Updating for "show export porfolio" flag

Updated address of FSF in copyright statement

  1. … 1389 more files in changeset.
Changed to suit changes in lams-learning - call to create the tool session has moved to LoadToolActivityAction and the ILearnerService has been split into two interfaces.

  1. … 4 more files in changeset.
updated UserManagementService interfaces

  1. … 3 more files in changeset.
Creating a grouping failing when max number of groups null - now allows 99 of groups. Also changed the calculation of urls so that " null + some parameter" = null rather than null?param=blah

  1. … 11 more files in changeset.
Replaced getAllLessonsWDDX, getLessonData with getLessonDetails. Suits the change from listing all the lessons in the monitoring client to just working with a single lesson.

  1. … 5 more files in changeset.
Adding courseID to the initializeLesson call. Required to put the runtime learning design in the run sequences folder in the course's workspace.

  1. … 4 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

  1. … 37 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 14 more files in changeset.
Rejigging contribute activities list. Still have to do the urls for grouping and gates

  1. … 23 more files in changeset.
Added security to the monitoring calls - the calls to update a lesson now check that the user either the owner of the lesson or a staff member for the lesson.

  1. … 11 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 23 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -44
    • +49
    ./web/WEB-INF/struts/struts-config.xml
    • -14
    • +15
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 37 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 184 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 43 more files in changeset.
Working on the delete side of preview. Untested.

  1. … 4 more files in changeset.
Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

  1. … 10 more files in changeset.
LessonClass group name from client.

  1. … 5 more files in changeset.
LDEV-67: Run sequences were not going in the correct workspace folder. Now when the lesson starts, the learning design is placed in the default runtime sequence folder. If such a folder does not exist, the learning design is placed in the original folder. Also changed lams.jar to add a default runtime sequence folder to the workspace object.

Also cleaned up MonitoringService - removed a few member variables and methods that are no longer used, and removed the matching entries from the context file.

  1. … 4 more files in changeset.
Regigged the dummy monitoring screen. Made the layout more compact, moved the learner functionality to the learner screens.

Fixed a transaction bug with startLesson - the method was not named consistently in the applicationContext file, so the method was not part of a proper transaction. As such, the db changes done by the method were lost. This resulted in the lesson staying in the created state, never going onto the started state. Made the naming consistent and it now goes into the started state as expected.

  1. … 14 more files in changeset.
Added a dummy monitoring page that will allow developers to access their tools via the normal learner url.

  1. … 12 more files in changeset.
More changes to suit Hibernate 3

    • -193
    • +0
    ./web/WEB-INF/spring/applicationContext.xml
    • -9
    • +12
    ./web/WEB-INF/struts/struts-config.xml
  1. … 27 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 57 more files in changeset.
Removed ISOLATION_READ_COMMITTED from the transactions as it is not supported by the JTA transaction manager. We will have to rely on the database settings.

  1. … 6 more files in changeset.
The common test code has been removed from lams.jar, which triggered the abstract lams test case class to change package. New version uses the "new" package.

  1. … 6 more files in changeset.
Now runs from ANT without "file missing errors", but still doesn't work - throws duplicate key. Not sure what state it expects the test data to be in.

Improved test cases to make them run more than once (without resetting the db) and to not use as many magic numbers as ids!

Updated to use the new tool exceptions

  1. … 3 more files in changeset.