lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved DDM for opening design with grouping (groups) and branch mappings

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
group matching dialog + saving matches + group handling

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Handles group records that may or may not have an order id.

Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

group naming dialog + saving groups

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
Added adminURL

LDEV-1256

Branching: basic group naming and branch -> group mapping screens. They don't save data to the server yet.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1134: Preview now lets the author run through multiple branches, but if a stop point is reached then it stops the lesson.

LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times.

    • -0
    • +139
    /lams_learning/web/branching/preview.jsp
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times.

branching changes + group/branch matching dialog + group naming dialog + some code cleanup + spliting PI class + PI and Branch/Sequence integration

    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
  1. … 9 more files in changeset.
Jira LI-129: Wrapper log file size changed from 10 bytes to 10 megabytes

Jira LI-134: Changed targets to include correct DEFAULT_DIR variable settings

Jira LI-133 The user is now given the option to manually backup lams at the start of the upgrade procedure

Jira LI-131: Fixed problem where windows updater would overwrite news.html if it has been modified by the user

    • -0
    • +13
    /win_installer/templates/news-2.0.2.html
fixed problem where it could not find the database when running lams-restore

changed mysql check for backup.nsi to be vista compatible

Jira LI-135: Update no longer overwrites sysadmin password. Fixed for both unix and windows updaters.

cleaned up some monitor code + added code for adding branching activity to canvas

LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Progress engine changes done.

  1. … 4 more files in changeset.
use PI to set grouping for Branching Activity (group type)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
fix for toolbar enabling/disabling (alert)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
added stopAfterActivity (Activity) field

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
made alert modal (disabled toolbar buttons) + apply style setting (rgb offset) through ThemeManager

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Replaced <bean:message> with <fmt:message> tags

    • -99
    • +85
    /lams_admin/web/WEB-INF/tags/Tab.tag
    • -62
    • +48
    /lams_central/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_learning/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_monitoring/web/WEB-INF/tags/Tab.tag
    • -62
    • +48
    /lams_tool_chat/web/WEB-INF/tags/Tab.tag
    • -62
    • +48
    /lams_tool_forum/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_tool_lamc/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_tool_laqa/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_tool_nb/web/WEB-INF/tags/Tab.tag
    • -62
    • +48
    /lams_tool_notebook/web/WEB-INF/tags/Tab.tag
    • -62
    • +48
    /lams_tool_sbmt/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_tool_vote/web/WEB-INF/tags/Tab.tag
    • -99
    • +85
    /lams_www/web/WEB-INF/tags/Tab.tag
Currently the mechanism employed to update news.html isn't future proof, in that it would require us to manually change news.html (if unmodified) to the current version for successive upgrade, in order for news.html to remain current. Added are changes to be implemented in the 2.1 installer and 2.1.x upgrader to remedy this problem.

LDEV-1134: Branching: View screen for the class export portfolio. Fixing problems with previous version - parallel activities were generating a link rather than just a heading, and a gate heading was appearing for learning and it should not appear at all.

LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.