lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moved joinLesson call to jsp ldev-1128

    • -5
    • +64
    ./lams/learning/web/action/LearnerAction.java
  1. … 4 more files in changeset.
LDEV-1125: Getting a blank screen for the next activity if you force complete a user on a parallel activity. The code to calculate the next url was there but the calculated url wasn't being returned to the Action class.

    • -1
    • +1
    ./lams/learning/web/util/ActivityMapping.java
Learner stylesheet was always RTL - now detects whether it should be RTL or LTR and gets the right styleheet.

tools export page utf8 encoding + css bundler update to include rtl styles for rtl locale/lang

  1. … 5 more files in changeset.
LDEV-988: Made the GroupingAction page handle both doing a grouping and going back to the screen later via the progress bar. To do this I had to make change performGrouping so it checks if the grouping has been done before trying to do it. Also changed the completeActivity to move the logic that closes the popup window to completeActivity rather than completeToolSession - now it is called for system tools like grouping as well as the normal tools.

    • -1
    • +1
    ./lams/learning/web/action/GateAction.java
    • -39
    • +18
    ./lams/learning/web/action/GroupingAction.java
fixed learner - double click on grouping activity + fixed casting error

    • -1
    • +1
    ./lams/learning/web/util/ActivityMapping.java
  1. … 2 more files in changeset.
Avoiding a potential null ptr exception, although not sure why we ever end up with no forward!

Fixing the probem breaking out of a parallel activity within an optional activity. Rather than trying to fix it in the web layer, I've changed the progress engine so that as it processes up the hierarchy of complex activityes, it sets any completed complex activities to be the previous activity. Then the web layer works correctly.

    • -9
    • +0
    ./lams/learning/web/form/ActivityForm.java
  1. … 1 more file in changeset.
Fixed up code for css handling when using http save.

fixed for finishing optional act when inside parallel act frame

  1. … 1 more file in changeset.
fixed escaping from parallel frames when running parallel act as an option in optional activity ldev-817

    • -0
    • +10
    ./lams/learning/web/form/ActivityForm.java
    • -6
    • +15
    ./lams/learning/web/util/ActivityMapping.java
  1. … 1 more file in changeset.
No longer used - needed for initial development

Added comments on some potential synchronisation, to avoid issues when tools call completeToolSession twice in a short time.

journal entries page for teachers - accessible from Monitor (learners tab)

    • -2
    • +71
    ./lams/learning/web/action/NotebookAction.java
  1. … 15 more files in changeset.
my notes - add/edit/view notes/journal entries

    • -6
    • +81
    ./lams/learning/web/action/NotebookAction.java
  1. … 13 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags. Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 269 more files in changeset.
notebook view all page (popup jsp) + add notebook entry or journal (not quite ready) (popup jsp)

    • -0
    • +164
    ./lams/learning/web/action/NotebookAction.java
  1. … 15 more files in changeset.
updated notebook export (export portfolio) - private/teacher viewable (public) flag + handling for teacher's exporting a learner's portfolio (only see teacher viewable notes i.e journals)

    • -0
    • +16
    ./lams/learning/export/NotebookPortfolio.java
  1. … 9 more files in changeset.
gets the correct notebook entries for the lesson

export portfolio - add notebook entries (learner)

    • -0
    • +102
    ./lams/learning/export/NotebookPortfolio.java
    • -1
    • +28
    ./lams/learning/export/Portfolio.java
  1. … 5 more files in changeset.
Don't allow a user to join a lesson that hasn't been started.

Updated address of FSF in copyright statement

  1. … 1378 more files in changeset.
learner fixes for exiting lesson

    • -2
    • +3
    ./lams/learning/web/action/LearnerAction.java
exit button fix for learner

    • -5
    • +5
    ./lams/learning/web/action/LearnerAction.java
  1. … 2 more files in changeset.
Removed calls managing the learner in lesson cache - it isn't being used currently and the implementation didn't clear out users who closed their browsers without doing a proper exit.

  1. … 4 more files in changeset.
close learner (tool activity) popup window on 'finish' click if tool session/activity completed LDEV-506

    • -0
    • +7
    ./lams/learning/web/util/ActivityMapping.java
  1. … 5 more files in changeset.
Exception handler define for STRUTS.

    • -4
    • +0
    ./lams/learning/web/action/GateAction.java
    • -4
    • +0
    ./lams/learning/web/action/GroupingAction.java
    • -4
    • +0
    ./lams/learning/web/action/LearnerAction.java
  1. … 25 more files in changeset.
added methods for moving from one activity to another in the sequence (i.e. skipping a number of activities) - used in preview mode of Learner

    • -0
    • +83
    ./lams/learning/web/action/LearnerAction.java
Add audit service.

    • -1
    • +22
    ./lams/learning/web/action/LearnerAction.java
  1. … 3 more files in changeset.
Added a new method forwardToLearnerActivityURL, that allow the server to go directly to a url, rather than sending the url to Flash which would then call the url (which is getLearnerActivityURL).

    • -25
    • +68
    ./lams/learning/web/action/LearnerAction.java