lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
preloader changes

    • -0
    • +239
    /lams_central/src/flash/LoadQue.as
    • binary
    /lams_central/src/flash/lams_authoring_main.fla
    • binary
    /lams_central/src/flash/lams_learner.fla
    • binary
    /lams_central/src/flash/lams_wizard_main.fla
    • binary
    /lams_central/src/flash/preloader.fla
Add warning info if no topic and "allow learner to create new topics" option off.

*** empty log message ***

Adding Dutch translation

    • -0
    • +247
    /lams_tool_lamc/conf/language/ApplicationResources_nl.properties
Fix for LDEV-471: Tooltips for cross.gif, uparrow.gif, downarrow.gif and edit.gif

Fix for LDEV-494: Title and instructions should be able to be blank

Fix for LDEV-216: Various MCQ issues addressed

Fix for LDEV-216: Various MCQ improvements and fixes

Fix for LDEV-485: Authoring page: Cancel area too close of the + sign

Fix for LDEV-447: Stucked when answering questions but not pressing the Finished button

Fix for LDEV-450: Improve layout for learner

preload flash movies prior to loading + chg bg colour

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_preloader.swf
add getUserManageBeans method

move from lams_admin for usermanageservice to use

move to lams_common for usermanageservice to use

change attributes names according to those set by struts action

Limit post function done

add import to compile only

some optimisation to avoid unnecessary db queries.

Added learner notebook entries to export portfolio pages.

Added learner notebook entries to export portfolio pages.

    • -0
    • +1
    /lams_tool_chat/web/common/taglibs.jsp
Allow upload finished.

ValidateLearningDesign has been split from StoreLearningDesign, but I forgot to add it as a transationed method.

Add error handling for authoring and definelater page.

Replaced HashSet with TreeSet.

Change button label from Reflect to Continue

disabled sending of empty messages.

    • -0
    • +3
    /lams_tool_chat/web/pages/learning/chat_app.js
Changed chat client such that a message is sent when the learner hits enter.

    • -223
    • +235
    /lams_tool_chat/web/pages/learning/chat_app.js
    • -7
    • +14
    /lams_tool_chat/web/pages/learning/chat_ui.jsp
Accidently removed saveLearningDesign - broke starting a lesson.

Tweak authoring make OptionalActivities save correctly when an existing child activity is moved out of the Optional Activity onto the canvas (ie becomes a top level activity). Changed the cascading of the activities relationship (see lams-common) and split the calls to save and validate into two methods, both called by the servlet. Splitting the calls means that an exception thrown in the validation shouldn't cause the save db update to roll back so the design will be saved, albiet marked as invalid. (MySQL might get us here - as we are sharing the session MySQL may still rollback, even though Spring doesn't roll back).

The servlet now also handles the exceptions and creates the wddx packets. Having the service handle the exception was causing a problem with the transaction - as it was catching the exception the partially updated data in the data was committed. By moving the exception handling out to the servlet, the Spring transation handling was detecting the exception and rolling back the transaction and hence the data in the db remained as it was in the start.