lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating English, Spanish and Norwegian

LDEV-1562 I18N'd some hard-coded heading values for Excel sheet. Left sheet name hard-coded value.

LDEV-1562 Set encoding for each HSSF cell created and now non-english characters appear to be displaying correctly in the Excel Spreadsheet file.

For 2.1 Updater

Code for adding a non-web module to the application.xml, in this case to add the commons-io-1.4.jar module

Fixed missing import statement causing lams-cruise to fail

LDEV-1453 Restrict the min/max stepper values for optionals to the sensible max value of no. of available children.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1618 Removed Loader movieclip.

    • binary
    /lams_flash/src/central/flash/lam_addseq_wiz.fla
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
LDEV-1611 Learners now able to access unique content folder per session

LDEV-1618 Updated all modules using the preloader to use a single loader (progress bar) for preloading and initialising the application. Centering position fixed to centre, preloading swf was missing Stage alignment.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_central/web/lams_preloader.swf
    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
LDEV-1618 Wizard can use the main preloader and doesn't need a didn't configuration.

LDEV-1352: Adding branching to IMSLD export. The branch activities are now exported, along with the branch mappings, conditions and groupings in a structured format. Still problems with ordering of the activities within a branch, there aren't any conditions to control the branches and the groups don't line up with IMS LD groups.

preserve user formatting in comments

comments are available now in the preview mode

language changes for forgot login task

    • -1
    • +11
    /lams_central/web/forgotPasswordProc.jsp
Small changes for forgot password for validation

Added in audit log for changing password through forgot password module

[LDEV-273] Forgot password cahnges to make password searchable on username or email

    • -37
    • +68
    /lams_central/web/forgotPassword.jsp
verification for # symbol in condition name during authoring

tool output: complex conditions work properly

LDEV-1624: Added some extra debugging so we can tell what is happening on Shaun.

problem with saving solved

tool outputs mostly done (except for problem with taskListItems ids)

    • -2
    • +4
    /lams_tool_task/db/sql/tool_insert.sql
Updating .project file to fix the CTRL+clicking function in eclipse not working within wiki_tool project.

LDEV-273: Forgot password logic to allow lookup on email address only, so adding a new index for that field.

LDEV-1613 Progress towards "Allow learners to revert pages to previous versions" option in advanced tab in author

    • -2
    • +3
    /lams_tool_wiki_orig/db/sql/create_lams_tool_wiki.sql
LDEV-1613 "Removed Maximum number of characters per posting" option in advanced tab in author

    • -4
    • +2
    /lams_tool_wiki_orig/db/sql/create_lams_tool_wiki.sql
LDEV-1613 Removed "Allow learners to change their own postings" option from advanced tab in author

    • -3
    • +2
    /lams_tool_wiki_orig/db/sql/create_lams_tool_wiki.sql
don't make re/configure fail when link already exists

LDEV-1611 Changed maximum number of edits per wiki page to "No maximum"

    • -1
    • +1
    /lams_tool_wiki_orig/db/sql/create_lams_tool_wiki.sql
LDEV-1613, LDEV-1611 Options to enable adding images/ inserting links now working. (The options control whether or not to show those buttons on the FCKeditor)

    • -2
    • +3
    /lams_tool_wiki_orig/db/sql/create_lams_tool_wiki.sql
    • -0
    • +19
    /lams_tool_wiki_orig/web/jsps/learning/toolbarButtons.jsp
LDEV-273: Forgot password logic to allow lookup on email address only, so adding a new index for that field.

    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
Fixed up code that creates the folder so that it only tries to create it when the folder doesn't exist - eitherwise it gives a false error when it tries to create the images folder for a second time.