• 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.
fixed validation issues dialog - translation problem

translation fix

finish error messages/warnings

    • -1
    • +1
    ./web/flashxml/authoring/en_dictionary.xml
further improvements : readded adjusted menu bar component to layout for edit on fly + added revert function + finish button to toolbar

    • -1
    • +1
    ./web/flashxml/authoring/en_dictionary.xml
edit on the fly (author) loaded within monitor frame and when done with changes reloads monitor

    • -0
    • +20
    ./web/includes/javascript/openUrls.js
  1. … 3 more files in changeset.
Updating English

    • -1
    • +1
    ./conf/flashxml/rams/learner/en_dictionary.xml
    • -1
    • +1
    ./conf/flashxml/rams/wizard/en_dictionary.xml
    • -0
    • +186
    ./conf/language/rams/ApplicationResources_en_AU.properties
  1. … 14 more files in changeset.
Updating Danish, French, Korean, Maori, Vietnamese

Updating Maori

  1. … 1 more file in changeset.
Updating Danish, French, Italian, Korean, Maori

Updating Danish, French, Italian, Korean, Maori, Vietnamese

Updating French and Maori

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. … 1 more file in changeset.
modify RegisterService to be more flexible

LDEV-1112: Login was always going to the index page, and not straight to the lesson page for the launch lesson url. The JspRedirectStrategy code was forcing it to the index page. Now it lets it go to whatever page was requested initially for "normal" requests.

Had to change HomeAction to go to the index page, rather than direct to the login page as to make the change to JspRedirectStrategy - otherwise it would try to go to the login page straight after the login page!

    • -161
    • +161
    ./web/WEB-INF/struts/struts-config.xml
ldev-1150 display fullname

  1. … 4 more files in changeset.
file EditOnFlyServlet.java was initially added on branch editonfly_branching.

change to use servlet for edit on fly setup + added lesson lock + added design edit check + wizard fix to show full name of users

  1. … 4 more files in changeset.
don't list the subgroup if user is not a member/group admin/group manager/sysadmin

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.
clear read only field (Set to false) when saving a read only design (during copy of a design's tool activities)

Reset the optional parameters - if they aren't reset and the jsp page doesn't specify them, then they are reused in all instances of this tag on the page. This resulted in one answer being used for all questions on a q&a page where more than one question is displayed at a time (ie combined mode).

updated logic for adding gate activity to runtime sequence

  1. … 2 more files in changeset.
lesson progress data fix

  1. … 1 more file in changeset.
fixed translation list for about us dialog + lesson progress data fix

fixed about us dialog

Build was failing on Shaun as web/flashxml directory didn't exist, so it couldn't be deleted. Change style of delete.

Moved the flashxml files to conf, and split them into LAMS and RAMS. The correct set is now copied to the web directory when you run the build.

    • -0
    • +1
    ./conf/flashxml/lams/all_learning_designs.xml
    • -0
    • +1
    ./conf/flashxml/lams/all_library_details.xml
    • -0
    • +1
    ./conf/flashxml/lams/configData.xml
    • -0
    • +1
    ./conf/flashxml/lams/defaultTheme.xml
    • -0
    • +1
    ./conf/flashxml/lams/learning_design.xml
    • -0
    • +1
    ./conf/flashxml/lams/limeTheme.xml
    • -0
    • +1
    ./conf/flashxml/lams/rubyTheme.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/ar_JO_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/bg_BG_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/cy_GB_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/da_DK_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/de_DE_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/el_GR_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/authoring/en_AU_dictionary.xml
  1. … 178 more files in changeset.
merged head change to library

file EditOnFlyProcessor.java was initially added on branch editonfly_branching.