lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Tweaking the cascading of child activities and the checking of order ids, needed to 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).

Added reflect on chat.

    • -3
    • +3
    /lams_tool_chat/db/sql/create_lams_tool_chat.sql
    • -1
    • +1
    /lams_tool_chat/db/sql/table-schema.sql
  1. … 13 more files in changeset.
Fix for LDEV495 : Title and instructions should be able to be blank

Fix for textareas/FCKeditors

Fix for LDEV-514: Modification to textareas/FCKeditors

New feature authoring page done

    • -12
    • +16
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -1
    • +1
    /lams_tool_forum/db/sql/table-schema.sql
Updated keys.

    • -13
    • +1
    /lams_tool_notebook/conf/language/ApplicationResources.properties
put back some missing messages

Need to have at least one file in secure or the directory is "removed" by cvs

    • -0
    • +5
    /lams_www/web/secure/test.html
add lams_www to 'all' alias

Added the upload war lams-www. Turned off the directory listing so the user must go directly to a file or action/servlet call, they can't get up a list of files in a directory.

    • -0
    • +984
    /lams_build/conf/unix/jboss/tomcat/web.xml
    • -0
    • +984
    /lams_build/conf/windows/jboss/tomcat/web.xml
Changed Courses to Groups and Classes to subgroups

Defining the upload war - this is where user uploaded files can be put.

    • -0
    • +5
    /lams_www/build.properties
    • -0
    • +104
    /lams_www/build.xml
    • -0
    • +1
    /lams_www/web/META-INF/MANIFEST.MF
    • -0
    • +563
    /lams_www/web/WEB-INF/jstl/tlds/c.tld
    • -0
    • +671
    /lams_www/web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    /lams_www/web/WEB-INF/jstl/tlds/fn.tld
    • -0
    • +34
    /lams_www/web/WEB-INF/jstl/tlds/permittedTaglibs.tld
    • -0
    • +51
    /lams_www/web/WEB-INF/jstl/tlds/scriptfree.tld
    • -0
    • +448
    /lams_www/web/WEB-INF/jstl/tlds/x.tld
    • -0
    • +314
    /lams_www/web/WEB-INF/lams.tld
    • -0
    • +416
    /lams_www/web/WEB-INF/struts/tlds/c.tld
  1. … 18 more files in changeset.
Wrong field name in many to many relationship, cause the create user to break.

display locale using database description field instead of resource messages (probably locales will be named in their native language in future)

Add release mark button.

    • -0
    • +1
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -92
    • +13
    /lams_tool_forum/db/sql/table-schema.sql
    • binary
    /lams_tool_forum/web/images/indicator.gif
  1. … 6 more files in changeset.