lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
license change

  1. … 109 more files in changeset.
updated message key for locale

hidden or removed organisations will not have their folders visible in workspace

remove dup

    • -1
    • +0
    /lams_tool_sbmt/web/common/taglibs.jsp
draw transition update

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
An attempt to fix the issue with the password change not saving when done from the profile screen. It appears that when the session is "closed", the hibernate session is unbound from the Spring transaction and as the hibernate session is kept open by the filter, the flush is never triggered. So any changes to objects that are attached to the session but not written out to the db will not be flushed.

At present, some of our updates (e.g. the main edit profile page) only work because the later calls (within the overall URL call) reget the data e.g. the learner's details and that triggers a flush.

Added a manual flush - it feels like a bit of a sledgehammer but hopefully it will fix it rather than the "coding around" that we have been doing previously.

Removed the readonly entries on the transactions as this has caused problems with MySQL previously - once the MySQL session gets marked as read only it can't switch properly to a non-readonly session.

latest fla files

    • binary
    /lams_central/src/flash/lams_authoring.fla
    • binary
    /lams_central/src/flash/lams_authoring_main.fla
Updated learner layout. The Send and Finish/Continue buttons still need to be aligned.

    • -16
    • +10
    /lams_tool_chat/web/pages/learning/chat_app.js
    • -53
    • +49
    /lams_tool_chat/web/pages/learning/chat_ui.jsp
Some more translated names.

    • -12
    • +12
    /lams_common/db/sql/insert_types_data.sql
LDEV-546: change organisation list to display locale description instead of old language/country

LDEV-440: Form validation fixes

LDEV-440: Enabled Define Later module to use request parameters. Made Authoring Module Basic Screen Layout look prettier.

    • -3
    • +3
    /lams_tool_vote/db/model/lams_tool_vote.clay
    • -2
    • +2
    /lams_tool_vote/db/sql/create_lams_tool_vote.sql
Added db encoding to the ant db tasks - the encoding entry on the url is not enough when loading data from a script.

Added correct UTF-8 versions of some of the locale descriptions

    • -1
    • +1
    /lams_common/db/sql/insert_types_data.sql
Added in error previously

Pages missing the <%@ contentType ... %> statement so they were coming out as ISO-xxxx rather than UTF8

save-as clears the tool content id (to null or default value) for each tool activitiy

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
give course manager role to the foreign users

    • -51
    • +51
    /lams_common/db/sql/shaun/all.sql
allow only course manager or monitor (excluede course admin) to add lesson

allow only course manager or monitor (excluede course admin) to see add lesson link

allow only course manager or monitor (excluede course admin) to see add lesson link

added cache setting

organise imports only

Updated stylesheets and login page. Version and news header now text and can be replaced.

    • binary
    /lams_central/web/images/css/lams_login_bar.jpg
made a small change in the removeOptionalCA method

latest flash compile after resolving a bug which was producing an error when user tryo to save a sequence after taking out an optional child from the container and then creating a transition between optional container and the activity which was earlier a child

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
latest flash compile after resolving issue related to disapeared optional child on canvas when user drag out a child acivity out of optional container after reopening of sequence.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
MySQL on Shaun won't take the foriegn key for the locale fields.

    • -6
    • +0
    /lams_common/db/sql/create_lams_11_tables.sql
returned some 'my profile' messages that got lost