lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
tools export page utf8 encoding + css bundler update to include rtl styles for rtl locale/lang

  1. … 5 more files in changeset.
Adding Welsh and Maori

    • -0
    • +78
    ./conf/language/ApplicationResources_cy_GB.properties
    • -0
    • +78
    ./conf/language/ApplicationResources_mi_NZ.properties
RTL changes

    • -2
    • +2
    ./web/exportPortfolio/notSupported.jsp
  1. … 65 more files in changeset.
Added escapeXml attribute to the out tag

  1. … 16 more files in changeset.
updated learner to handle hiding export button

  1. … 3 more files in changeset.
Removed the description column - its no longer available in authoring so all it contains is the default activity description

Required attribute for contentFolderID set to false.

  1. … 1 more file in changeset.
Fixed spacing problem

Added cellspacing=0 to table using alternative-color

  1. … 25 more files in changeset.
LDEV-988: Made the GroupingAction page handle both doing a grouping and going back to the screen later via the progress bar. To do this I had to make change performGrouping so it checks if the grouping has been done before trying to do it. Also changed the completeActivity to move the logic that closes the popup window to completeActivity rather than completeToolSession - now it is called for system tools like grouping as well as the normal tools.

fixed learner - double click on grouping activity + fixed casting error

  1. … 1 more file in changeset.
Open tool windows in a new page using target="_blank"

    • -1
    • +1
    ./web/WEB-INF/tags/ExportPortOutput.tag
  1. … 1 more file in changeset.
Avoiding a potential null ptr exception, although not sure why we ever end up with no forward!

Updating Korean

    • -3
    • +3
    ./conf/language/ApplicationResources_ko_KR.properties
Updated DOCTYPE.

Leaving out the dtd causes rendering problems.

    • -1
    • +2
    ./web/exportPortfolio/notSupported.jsp
  1. … 16 more files in changeset.
changed url pattern on security constraint to match + added roles (authoring update + others)

  1. … 2 more files in changeset.
Fixing the probem breaking out of a parallel activity within an optional activity. Rather than trying to fix it in the web layer, I've changed the progress engine so that as it processes up the hierarchy of complex activityes, it sets any completed complex activities to be the previous activity. Then the web layer works correctly.

Cleaned up jsp.

    • -45
    • +48
    ./web/WEB-INF/tags/DefineLater.tag
  1. … 14 more files in changeset.
fixed progress bar scrolling problem

  1. … 1 more file in changeset.
updated learning web security settings

Removed duplicate style attribute.

  1. … 15 more files in changeset.
Added border=0 style to tab middle link.

  1. … 16 more files in changeset.
Fixed up code for css handling when using http save.

fixed for finishing optional act when inside parallel act frame

fixed escaping from parallel frames when running parallel act as an option in optional activity ldev-817

Updating Swedish and German

    • -2
    • +27
    ./conf/language/ApplicationResources_de_DE.properties
    • -4
    • +29
    ./conf/language/ApplicationResources_sv_SE.properties
Added highlighting for authoring tab.

  1. … 14 more files in changeset.
updated tld and tag files

    • binary
    ./web/WEB-INF/tags/TabName.tag
  1. … 17 more files in changeset.
No longer used - needed for initial development

Added comments on some potential synchronisation, to avoid issues when tools call completeToolSession twice in a short time.