lams-github

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

Updated for increased exception handling in setTheme method.

Added theme error messages

Renamed exception class.

Updated lams_common jar.

Adjusted tag to return theme name for both htmlTheme and flashTheme properties.

Updated setTheme method to handle setting html and/or flash theme.

Adjusted to add Html user theme to list.

Removed users set

New separate themes - flashTheme and htmlTheme properties

Custom Exception used in ThemeService

Removed users set

Changed use of Monitoring url tool sessionName

Fixed dataToStyleObject function to only parse numbers for colours to hex values and not font value numbers i.e fontSize

Added version control (build no.) - deletes cached data if new build no. passed in.

Added checkDataLoaded polling method - once theme and dictionary data is loaded will setup UI.