• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added some extra commenting to the redirect action

LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

- Adding checking to make sure that a user cannot access monitor unless they have permission, see LDEV-1978

  1. … 6 more files in changeset.
LDEV-1606: Done some clean up and added several features for TextSearchConditions.

    • -2053
    • +1768
    ./lams/authoring/ObjectExtractor.java
  1. … 14 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

    • -2
    • +8
    ./lams/webservice/xml/LessonJoinServlet.java
  1. … 4 more files in changeset.
LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

LDEV-1929 Presence now creating users with LAMS Jabber manager account in both flash and flashless learner modules

  1. … 7 more files in changeset.
LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

    • -0
    • +70
    ./lams/web/RedirectAction.java
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • -0
    • +114
    ./lams/web/PresenceServlet.java
  1. … 31 more files in changeset.
LDEV-1606: Added common code for creating text based conditions.

    • -0
    • +100
    ./lams/web/TextSearchActionForm.java
  1. … 11 more files in changeset.
LDEV-1909 - Continuation - fixing small bug that was preventing the tool content copying needed to start lessons and preview

adding Flagstone libraries for SWF creation

adding 2 servlets for SWF and JPG printing from Flash Whiteboard

    • -0
    • +109
    ./lams/webservice/WhiteboardToJpgServlet.java
    • -0
    • +230
    ./lams/webservice/WhiteboardToSwfServlet.java
  1. … 3 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

    • -291
    • +583
    ./lams/authoring/ObjectExtractor.java
  1. … 1 more file in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

    • -222
    • +466
    ./lams/authoring/ObjectExtractor.java
    • -0
    • +179
    ./lams/authoring/service/AuthoringService.java
  1. … 2 more files in changeset.
LDEV-1909 -Competence editor backend model

    • -2
    • +2
    ./lams/authoring/web/AuthoringAction.java
    • -0
    • +97
    ./lams/authoring/web/CompetenceServlet.java
  1. … 15 more files in changeset.
LDEV-1581: Addin final version of logic.

  1. … 9 more files in changeset.
LDEV-1897 - Use pretty print name for workspace folders

    • -1
    • +1
    ./lams/webservice/LearningDesignRepositorySoapBindingImpl.java
  1. … 4 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

    • -30
    • +53
    ./lams/authoring/ObjectExtractor.java
    • -733
    • +827
    ./lams/authoring/service/AuthoringService.java
  1. … 35 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

    • -675
    • +803
    ./lams/authoring/ObjectExtractor.java
  1. … 136 more files in changeset.
Organized imports

    • -15
    • +11
    ./lams/web/ForgotPasswordServlet.java
LDEV-1890 get lessons by organisation id as well as original learning design id

    • -2
    • +2
    ./lams/webservice/xml/LessonJoinServlet.java
  1. … 4 more files in changeset.
For tool_adapters, SOAP implementations for starting lessons in integrations, customCSV parameters added to ensure the lesson starts when there are tool adapter tools in the design

LDEV-1861 Adding customCSV

Custom CSV added to the calls to start the lesson from integrated servers

    • -2
    • +2
    ./lams/webservice/xml/LessonJoinServlet.java
LDEV-1861 Adding customCSV

LoginRequestServlet can now get customCSV from external integrated servers for tool adadper tools

LDEV-1861 Adding customCSV

HomeAction author action sends customCSV to the flash interface for tool adapters

LDEV-1861 Adding customCSV

For InsertLDServlet, added customCSV param so tool_adapters can copy

    • -3
    • +4
    ./lams/authoring/web/InsertLDServlet.java
LDEV-1861 Adding customCSV

For ImportToolContent action, added customCSV param into the copyToolConent action so tool_adapters can copy

LDEV-1861 Adding customCSV

For CopyMultpipleToolContent action, added customCSV param into the copyToolConent action so tool_adapters can copy

LDEV-1861 Adding customCSV

For authoring action, added customCSV param into the copyToolConent action so tool_adapters can copy

    • -3
    • +4
    ./lams/authoring/web/AuthoringAction.java
LDEV-1861 Adding customCSV

For authoring service, a customCSV parameter was added to the following methods:

insertLearningDesign, copyLearningDesign, initialiseToolActivityForRuntime, copyToolContent, copyMultipleToolContent

    • -33
    • +22
    ./lams/authoring/service/AuthoringService.java
LDEV-1811 lams:STRUTS-textarea can work now multiple times on one page

but lams.tld should be updated to be able use this feature

    • -4
    • +35
    ./lams/web/tag/MultiLinesTextareaTag.java