• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed lams home - depreciated

  1. … 2 more files in changeset.
using LinkedHashMap to order items correctly

added help page string

  1. … 1 more file in changeset.
admin - managing configuration settings

  1. … 8 more files in changeset.
Add comments.

Skip same version filter.

Change API : add from and to version in importToolContent().

For import tool version filter.

Add toolVersion fields.

Configuration xml to db change

  1. … 1 more file in changeset.
Tool content version filter class: transform XML from one version to another.

Configuration xml to db change

    • -0
    • +77
    ./lams/config/ConfigurationItem.java
    • -0
    • +41
    ./lams/config/dao/IConfigurationDAO.java
    • -0
    • +73
    ./lams/config/dao/hibernate/ConfigurationDAO.java
  1. … 2 more files in changeset.
fix for LDEV-871 - child orgs (aka subgroups) not appearing on index page for sysadmin

Importer was failing with a particular design. The design had two tasks that are part of the same activity and they point to the same tool content. So now if there aren't 1 or 3 tasks where expected, go though and remove the duplicates (based on the content id). Hopefully then we will have either 1 or 3 tasks and the load will continue okay.

    • -1
    • +19
    ./lams/learningdesign/service/LD102Importer.java
Change the validation so that the messages are now presented to the user (previously they were only logged). This showed up a number of errors in the import. Once these errors were fixed, the test designs worked properly and the valid flag was set, allowing preview to be run straight away (LDEV-862).

The problems were not spotted earlier as the data in the database still came out correctly when the learning design packet was sent to authoring - it was only the entries in various sets when the validation was run that was the problem.

    • -19
    • +35
    ./lams/learningdesign/service/LD102Importer.java
Change activity comparison to compare activity ui ids if the activity ids are null.

Remove some unuse message.

  1. … 1 more file in changeset.
Add some comments.

  1. … 1 more file in changeset.
implements Comparable interface

    • -1
    • +5
    ./lams/integration/ExtServerOrgMap.java
    • -2
    • +6
    ./lams/usermanagement/Organisation.java
Rewrite sort parent activity method.

  1. … 1 more file in changeset.
if serverOrgMap is disabled, throw AuthenticationException

added new methods

    • -0
    • +12
    ./lams/integration/service/IntegrationService.java
Try to skip no matching tool activities. Not finish yet.

Add javadoc and check system session is null.

Add javadoc and check system session is null.

    • -13
    • +17
    ./lams/web/filter/LocaleFilter.java
Add Java doc

The 1.0.2 has 0x0a references which cause the parser to throw away some of the text. These references have been replaced with a newline to get around the problem

1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

  1. … 10 more files in changeset.
In method readToolAccessMode, return null if the mode attribute is not present for

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

    • -0
    • +3
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -8
    • +13
    ./lams/notebook/model/NotebookEntry.java
    • -2
    • +23
    ./lams/notebook/service/CoreNotebookService.java
  1. … 11 more files in changeset.