lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated Tool Deployer so that that parallel activities, installed using the tool deployer, can also be I18N.

    • -0
    • +1
    /lams_build/lib/spring/src/.cvsignore
Reoursce Instruction js works!

    • -1
    • +16
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • -4
    • +4
    /lams_tool_larsrc/web/pages/authoring/basic.jsp
    • -0
    • +35
    /lams_tool_larsrc/web/pages/authoring/parts/instructions.jsp
& converted to &

Had the wrong path for the applications resources file.

Updated French translation

First check in for chat tool. Based on example_tool template.

    • -0
    • +14
    /lams_tool_chat/.classpath
    • -0
    • +12
    /lams_tool_chat/.mymetadata
    • -0
    • +49
    /lams_tool_chat/.project
    • -0
    • +4
    /lams_tool_chat/.settings/org.eclipse.core.resources.prefs
    • -0
    • +3
    /lams_tool_chat/.settings/org.eclipse.jdt.ui.prefs
    • -0
    • +26
    /lams_tool_chat/build.properties
    • -0
    • +402
    /lams_tool_chat/build.xml
    • -0
    • +3
    /lams_tool_chat/conf/jar/META-INF/MANIFEST.MF
    • -0
    • +82
    /lams_tool_chat/conf/language/ApplicationResources.properties
    • -0
    • +128
    /lams_tool_chat/conf/middlegen/lams_tool_lachat11-prefs.properties
    • -0
    • +1
    /lams_tool_chat/conf/war/META-INF/MANIFEST.MF
  1. … 67 more files in changeset.
Typo in the Id keyword expansion

Adding the Id keyword expansion

Updated lams_authoring SWF - major changes inc improved theme loading and version checking (build param)

    • binary
    /lams_central/web/lams_authoring.swf
Ampersand in the title is causing the Flash client to crash. Changed to "and" temporarily.

Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +26
    /lams_learning/conf/language/LearningResources.properties
    • -0
    • +18
    /lams_monitoring/conf/language/MonitoringResources.properties
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +30
    /lams_common/conf/language/applicationResources.properties
    • -0
    • +13
    /lams_contentrepository/conf/language/applicationResources.properties
    • -1
    • +1
    /lams_tool_example/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_example/db/sql/tool_insert.sql
    • -1
    • +3
    /lams_tool_example/web/WEB-INF/web.xml
    • -0
    • +174
    /lams_tool_forum/conf/language/ApplicationResources.properties
    • -0
    • +126
    /lams_tool_forum/conf/language/ApplicationResources_es_AR.properties
    • -0
    • +142
    /lams_tool_forum/conf/language/ApplicationResources_zh_CN.properties
  1. … 35 more files in changeset.
Added sourcepath attribute to make debugging easier.

Move the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +29
    /lams_admin/conf/language/applicationResources.properties
Move the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

Added I8N of the tool and activity titles, descriptions, help text for library activities. Does not alter the field values for learning designs (as they may have been modified by the author).

    • -0
    • +58
    /lams_central/conf/language/applicationResources.properties
    • -1
    • +1
    /lams_central/conf/war/META-INF/MANIFEST.MF
Authoring page display...

    • -0
    • +9
    /lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql
    • -0
    • +11
    /lams_tool_larsrc/db/sql/table-schema.sql
    • -0
    • +150
    /lams_tool_larsrc/web/includes/css/aqua.css
    • -0
    • +3
    /lams_tool_larsrc/web/includes/css/base.css
    • -0
    • +55
    /lams_tool_larsrc/web/includes/css/fckeditor_style.css
    • -0
    • +8
    /lams_tool_larsrc/web/includes/css/rsrc.css
    • -0
    • +59
    /lams_tool_larsrc/web/includes/css/tool_custom.css
  1. … 37 more files in changeset.
Improved description.

New flash dict translations

    • -1
    • +1
    /lams_central/web/flashxml/configData.xml
    • -0
    • +1
    /lams_central/web/flashxml/de_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/no_dictionary.xml
    • -0
    • +1
    /lams_central/web/flashxml/pt_dictionary.xml
Added keyword expansion

Missed the noticeboard bit from the package name

Updated the applicationResources deployment to suit changes to tool deployer. Now specifies the package into which the language files are placed.

    • -1
    • +1
    /lams_tool_nb/db/sql/activity_insert.sql
Added a MessageSource manager, which will load arbitrary message sources on the fly. It is used to access the tool's language files from the authoring code, but it could be used by any part of LAMS to access a resource file as long as the path to the file is known.

Added I8N support constants for the activity and tool title, description, etc.

Added greater flexibility to the language files for the tool deployment - the deployment configuration now specfies the package into which the file(s) shoul be placed. For tools this may be their normal package, or a tool signature directory. For non-tool activities this will be a artificial name.

Added the language dictionary directory to the application. This will put all the language files on the common classpath. If we find later we don't want it on the common classpath then it will need to be added individually to each web-app's Manifest.

Added I8N support for the activity and tool title, description, etc.

Added a MessageSource manager, which will load arbitrary message sources on the fly. It is used to access the tool's language files from the authoring code, but it could be used by any part of LAMS to access a resource file as long as the path to the file is known.

Don't use xdoclet to create web.xml

    • -49
    • +201
    /lams_tool_larsrc/web/WEB-INF/web.xml
FCK editor and Java compliance changes.

    • -15
    • +63
    /lams_tool_lamc/web/WEB-INF/lams.tld
    • -0
    • +55
    /lams_tool_lamc/web/author_page/css/fckeditor_style.css
    • binary
    /lams_tool_lamc/web/author_page/images/Thumbs.db
  1. … 19 more files in changeset.
working on authoring

    • -3
    • +11
    /lams_tool_larsrc/conf/xdoclet/struts-actions.xml
    • -1
    • +4
    /lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql
    • -276
    • +0
    /lams_tool_larsrc/web/WEB-INF/lams.tld
    • -0
    • +214
    /lams_tool_larsrc/web/WEB-INF/tlds/fckeditor/FCKeditor.tld
    • -0
    • +563
    /lams_tool_larsrc/web/WEB-INF/tlds/jstl/c.tld
  1. … 46 more files in changeset.
Updated lams_common jar.