lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Stopped the authoring using the DTOs as a way of converting the data coming from Flash. Using the DTOs caused the WDDX null values (e.g. -1111111) to be written to the database.

    • binary
    /lams_build/lib/lams/lams-central.jar
Name maxId made maxID to be consistent

*** empty log message ***

lots of little things :)

add Null handling functions

displayError()

add" Save"

user serverURL

fixing posting method. add error handling

add toData()

WIP 0p converted tk to comps, error handling, denulling

    • binary
    /lams_central/src/flash/lams_authoring.fla
WIP 0p converted tk to comps, error handling, denulling

    • binary
    /lams_central/src/flash/lams_authoring.fla
use serverURL for all calls. mustr be passed into the query string on embedding the .swf. else if null will use dolly.uklams.net

    • binary
    /lams_central/web/lams_authoring.swf
convert to wrapped packet format with a key

    • -1
    • +1
    /lams_central/web/flashxml/configData.xml
Changed name of jsp to match name expected by Home action.

    • -0
    • +248
    /lams_central/web/author.jsp
Changed name of local db login user to "mmm" and added learner and staff roles to organisations

    • -2
    • +11
    /lams_common/db/sql/insert_test_data.sql
Corrected case of JSTL directory - worked fine on windows, broke on Linux

    • -4
    • +4
    /lams_central/conf/xdoclet/taglibs.xml
    • -29
    • +115
    /lams_central/web/WEB-INF/web.xml
latest version

    • binary
    /lams_central/web/lams_authoring.swf
the xml files that flash loads - dictionary, themes, config etc..

    • -0
    • +1
    /lams_central/web/flashxml/all_learning_designs.xml
    • -0
    • +1
    /lams_central/web/flashxml/all_library_details.xml
    • -0
    • +1
    /lams_central/web/flashxml/configData.xml
    • -0
    • +1
    /lams_central/web/flashxml/defaultTheme.xml
    • -0
    • +1
    /lams_central/web/flashxml/en_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/fr_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/learning_design.xml
    • -0
    • +1
    /lams_central/web/flashxml/limeTheme.xml
    • -0
    • +1
    /lams_central/web/flashxml/rubyTheme.xml
Improved the special NULL handling code for WDDX processing. Learning design DTOs now use the convertToBlah utilities in WDDXProcessor. Also covers changes made by Mai recently.

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
Added copyright statements.

Added methods to parse a date from a string.

Improved the special NULL handling code for WDDX processing.

Improved the special NULL handling code for WDDX processing. Now uses the convertToBlah utilities in WDDXProcessor.

Updated path to suit new authoring paths (done after splitting the packet load calls into separate servlets).

Switched date conversion to use the DateUtil function. Still need to get the right format for Flash and include in the function

added test data so that users can run the examples on the noticeboard starter page

    • -1
    • +41
    /lams_tool_nb/db/sql/insert_lams_tool_nb_data.sql
modified getAllLearningLibraryDetails , for each learning library it retrieves the template activities

fixed up spelling error in comment

added new constructor LearningLibraryDTO(LearningLibrary, List) the list contains the template activity for that particular learning library