lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

    • -151
    • +0
    ./lams/monitoring/web/TestGateAction.java
  1. … 292 more files in changeset.
LDEV-2829 Lesson intro page

  1. … 18 more files in changeset.
LDEV-2782 added new Conditions tab (with Preceding Lesson and Time Limitations options) to CloudWizard

  1. … 4 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 32 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 24 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 118 more files in changeset.
LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 37 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

  1. … 6 more files in changeset.
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
    • +1
    ./lams/monitoring/web/TestGateAction.java
  1. … 1390 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.

    • -2
    • +2
    ./lams/monitoring/web/TestGateAction.java
  1. … 24 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -5
    • +7
    ./lams/monitoring/web/TestGateAction.java
  1. … 184 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.
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.

    • -2
    • +2
    ./lams/monitoring/web/TestGateAction.java
  1. … 6 more files in changeset.