• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 14 more files in changeset.
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

Cache the themes otherwise it gets loaded every time the User object is used (and User is cached!)

fix missing semi-colon

removing accidental commit

    • -10
    • +0
    ./db/sql/lams_user_organisation_collapsed.sql
LDEV-1402: Changed validation to allow for empty branches in a branching activity.

LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +10
    ./db/sql/lams_user_organisation_collapsed.sql
  1. … 9 more files in changeset.
LDEV-1268: Learning designs (when saved and when exported) now have the version in x.x.x.xxxxxx format.

  1. … 1 more file in changeset.
LDEV-1278: Adding calls that allow the sending of learner progress records in batches. This requires specific HQL to lookup the records, and a new entry (for the size of the batches) in the configuration table.

    • -0
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_windows_config_data.sql
  1. … 3 more files in changeset.
LDEV-1268: Message added to warn when a user is opening an export file that was created in a later version of LAMS.

LDEV-1268: Applied field removal logic to the tools as well, so now the import should be able to handle tools adding new fields in future versions without breaking. The tools should still implement their filters though, as it gives the tools finer control and is more efficient.

LDEV-1268: Attempting to make the import forward compatible. Xstream 1.1 throws an exception when a field exists in an XML file but there isn't a field in the POJO. Now if it encounters an extra field in the core learning design, the field is removed. This won't deal with tools but if a tool import fails at least only that activity is lost.

    • -0
    • +88
    ./src/java/org/lamsfoundation/lams/util/VersionUtil.java
LDEV-1396 - Impliment implicit login requests so that integrated servers can pass user details and perform a loginRequest implicitly

  1. … 4 more files in changeset.
Modified getSupportedLocale to return the default locale when the languageIsoCode and the countryIsoCode is empty.

merge latest changes from ldap2_0_4 branch (dated 26/10/07)

  1. … 2 more files in changeset.
Updating Maori

fix for ConcurrentModificationException while Iterating over a Set; stop printing password in logs; make reading of roles mapping values more flexible

  1. … 2 more files in changeset.
LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

  1. … 9 more files in changeset.
LDEV-1301 only called updateItem previously, now calls persist method as well in order to save to database

  1. … 1 more file in changeset.
remove LamsHome and FileManagerDir from lams_configuration (wasn't removed during previous updates)

LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.

  1. … 1 more file in changeset.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

  1. … 10 more files in changeset.
LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.

LDEV-1135: Tweaking the output definition to suit the authoring client.

  1. … 2 more files in changeset.
Moving msg.import.file.format label to lams-central. Updating English, Norwegian, Polish

LDEV-1371: Modify importLearningDesign method to:

* Import learning designs directly from the filesystem

* Detect whether the design is v1.0.2 or 2.x (moved now to the service instead of the action class)

* Modify the error reporting so now the service returns the errors in string lists

fix typo and add inserts for ldap configs. LDEV-1301, LDEV-1365

LDEV-1348: Fixing the change to add the tool id to the condition - was only getting the id for branching and not for branches, and it was the branches that needed it!

LDEV-1347: Update the validation for branching

Should have been removed previously

    • -41
    • +0
    ./conf/language/ApplicationResources_en_AU.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties