• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated Learner AS code - Learning Design model is now saved in the Lesson obj when the lesson is joined.

Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +58
    ./conf/language/ApplicationResources.properties
    • -1
    • +1
    ./web/WEB-INF/struts/struts-config.xml
  1. … 26 more files in changeset.
Updated language translations for Authoring

    • -0
    • +1
    ./web/flashxml/en_AU_dictionary.xml
    • -0
    • +1
    ./web/flashxml/mi_NZ_dictionary.xml
    • -0
    • +1
    ./web/flashxml/pt_BR_dictionary.xml
Added a development servlet that takes a WDDX packet, deserialises it and dumps the resulting object to the screen. Not I18N - it is just for testing problem packets.

Updated Bulgarian translation

Updated Bulgarian translation

New copyright statement attached to AS files

  1. … 25 more files in changeset.
Prototype 1.4

    • -0
    • +1781
    ./web/includes/javascript/prototype.js
Name of theme field changed - Flash and HTML details themes split.

Tweaking to reduce the number of times the User object is retrieved from the database.

  1. … 5 more files in changeset.
Tweaking login to reduce the number of times the User object is retrieved from the database.

Updated copyright statement - only support GPL v 2.0

    • -14
    • +13
    ./web/WEB-INF/tiles/tiles-defs.xml
  1. … 29 more files in changeset.
Added link to an image to the toolbar.

Fixed configData for flash - new languages to test in Authoring

Fixed configData for flash - new languages to test in Authoring

Fixed configData for flash - new languages to test in Authoring

New language translations for Authoring

    • -0
    • +1
    ./web/flashxml/bg_dictionary.xml
    • -0
    • +1
    ./web/flashxml/ko_dictionary.xml
    • -0
    • +1
    ./web/flashxml/pl_dictionary.xml
    • -0
    • +1
    ./web/flashxml/sv_dictionary.xml
The "title" fields were overriding some title fields in the jsps, so they have been renamed.

Added an option to the tag so that the user can specify a particular method to be called when a tab is selected. This is handy when the code to be run is different for different tabs, or if the user selecting tab is different to the initial tab display.

  1. … 14 more files in changeset.
Removed copyright statement

Moving the fckeditor / tabcontroller stuff to a shared location.

    • -0
    • +55
    ./web/css/fckeditor_style.css
    • -0
    • +212
    ./web/includes/javascript/fckcontroller.js
    • -136
    • +47
    ./web/includes/javascript/tabcontroller.js
Updated Learner - error free compile

New Learner AS code - Application, Library MVC, Lesson MVC

    • binary
    ./src/flash/org/lamsfoundation/lams/learner/Application.as
Typo in lams.tld in the taglib statement.

Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 50 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -21
    • +0
    ./conf/xdoclet/servlet-mappings.xml
  1. … 34 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 27 more files in changeset.
fixed classpath for chatApplicationContext.xml

  1. … 3 more files in changeset.
Fixed chat application context file reference

  1. … 4 more files in changeset.
Added new tools Chat and Shared Resources

  1. … 4 more files in changeset.
Small tweak to make the code more efficient.