• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove the tool sessions related to any non-grouped activity which is deleted via edit on fly. Doesn't apply to grouped activities as their tool sessions aren't "pre-initialised" when the lesson is started.

  1. … 2 more files in changeset.
Got the basic gate window working in learner - system gate had the wrong type id and needed to inherit from PermissionGate to pick up the default screen.

LDEV-1157: Added new configuration parameter, to make Edit On The Fly optional. Defaults to off.

    • -1
    • +2
    ./db/sql/insert_windows_config_data.sql
  1. … 2 more files in changeset.
Updated release number to 2.0.1, ready for the release next week.

    • -5
    • +5
    ./db/sql/insert_windows_config_data.sql
make the 'moodle test' organisation have type=course and state=hidden, by default - for LDEV-1107

update script for LDEV-1107

    • -0
    • +58
    ./db/sql/updatescripts/alter_201_ext.sql
Changed update scripts to make them compatible for remote ant call (for updater)

Marking version as 2.0.1b

    • -5
    • +5
    ./db/sql/insert_windows_config_data.sql
Updating English

    • -0
    • +42
    ./conf/language/rams/ApplicationResources_en_AU.properties
  1. … 22 more files in changeset.
missing semi-colon

    • -1
    • +1
    ./db/sql/updatescripts/alter_201_tool.sql
LDEV-1152 sql was checking existence of role and organisation membership separately, they should both be in the same UserOrganisationRole

LI-57: Upgrader needs to update the web.xml and manifest files for learning and monitoring.

    • -0
    • +14
    ./db/sql/updatescripts/alter_201_tool.sql
  1. … 3 more files in changeset.
moved some funct to monitor (setting up edit on fly) and author just opens the design in the correct mode + few fixes for new system gate + finish edit on fly lock and gate release

  1. … 14 more files in changeset.
LDEV-1107 extserver classes are created as subgroups, not groups; make extuser a member of the group as well as the subgroup; don't give extusers group manager role as they don't need it, especially in a subgroup

  1. … 1 more file in changeset.
Update the existing activities, setting them to read only if they are attached to a lesson. Otherwise they default to not read only.

file alter_21_editonfly.sql was initially added on branch editonfly_branching.

    • -0
    • +0
    ./db/sql/updatescripts/alter_21_editonfly.sql
Added version and lockedForEdit fields, which will be used to stop the learner's progressing while the stop gates are added, for edit on the fly.

updated logic for adding gate activity to runtime sequence

  1. … 3 more files in changeset.
file SystemGateActivity.java was initially added on branch editonfly_branching.

file SystemGateActivityStrategy.java was initially added on branch editonfly_branching.

added system gate + functionality/handling to add a system gate to the LD when setting up Edit on the Fly (flash/java)

  1. … 10 more files in changeset.
Splitting LAMS language files into two sets - LAMS and RAMS

    • -36
    • +0
    ./conf/language/ApplicationResources_ar_JO.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_cy_GB.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_da_DK.properties
    • -37
    • +0
    ./conf/language/ApplicationResources_de_DE.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_el_GR.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_es_ES.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_fr_FR.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_it_IT.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_ko_KR.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_no_NO.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_pl_PL.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_sv_SE.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_vi_VN.properties
    • -0
    • +41
    ./conf/language/lams/ApplicationResources.properties
  1. … 420 more files in changeset.
fixed replicated code + fixed children selected activity in monitor (Seq tab)

  1. … 7 more files in changeset.
file CommonCanvasView.as was initially added on branch editonfly_branching.

    • binary
    ./src/flash/org/lamsfoundation/lams/common/CommonCanvasView.as
fixed unlock problem for edit on the fly mode + created common canvas view file for CanvasView and MonitorTabView

  1. … 5 more files in changeset.
LDEV-1146: Increase login field length to 255. Also increased the workspace folder name to 255 as found that it wasn't long enough for a user with two very long names, while testing the login field changes.

    • -1
    • +1
    ./db/sql/insert_windows_config_data.sql
    • -0
    • +22
    ./db/sql/updatescripts/alter_201_system_tool_user_workspace.sql
added changePassword=false to default/minimal constructors

fix mistake where change_password had 'not-null=true'

Updated author validation on read-only activities and transitions in Edit-on-the-Fly mode. Read only field is set when activity is attempted (ProgressEngine).

  1. … 8 more files in changeset.
made authoring (edit-on-fly) popup out of monitor (temp.) + authoring changes for edit mode (loading design to edit on startup) + canvas view changes (lesson name lip) + backend java changes for setting up edit locks for LD

  1. … 21 more files in changeset.