• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1352: Added properties and the IMSLD conditions that use the properties, to selectively hide/show the branches. Updated the LAMS schema file and removed some activity attributes that don't need to be in the export.

  1. … 2 more files in changeset.
LDEV-1711: Grouping validation now checks that their is a branch in the current branching activity for each group, rather than just checking that exactly one branch exists for a group - if the same grouping is used for more than one branching activity then there will be one branch per branching activity.

LDEV-1707: I18N'd the output of the marks in Submit Files and Forum so that they are shown as 1,234.5 or 1 234,5 depending on the user's locale. Put the code that actually handles the I18N in lams_common so it is available everywhere.

    • -0
    • +133
    ./java/org/lamsfoundation/lams/util/NumberUtil.java
LDEV-1569: Validation for number of groups no longer does comparison if (max) number of groups = 0 as this was causing problems in Live Edit. When it is set to 0, it implies that there can be any number of groups.

  1. … 1 more file in changeset.
LDEV-1649: Adding a new servlet to support copying tool content in a batch.

LDEV-1677: Changing the tools so that clicking Close on the authoring confirmation window will both refresh the tool's monitoring window AND take the user back to the current tab on the monitoring window (ie the same tab it was on before it was refreshed). Normally this will be the edit activity tab.

  1. … 5 more files in changeset.
LDEV-1675: Improving the toString() to include the name - makes log messages more meaningful.

LDEV-1670 unordered lessons used to be appended in a non-guaranteed order (HashMap backed collection); switched to TreeMap, and prepend unordered lessons so that new lessons appear at the top of the list by default.

  1. … 1 more file in changeset.
LDEV-1646: Replacing the horrible exception that you get when you try to import the IMSLD format with a nicer error message.

  1. … 2 more files in changeset.
LDEV-1633 make getSupportedLocale handle null inputs gracefully

LDEV-1611 Fixup for uniquecontentfolder stuff

  1. … 1 more file in changeset.
Fixed missing import statement causing lams-cruise to fail

  1. … 1 more file in changeset.
LDEV-1611 Learners now able to access unique content folder per session

  1. … 1 more file in changeset.
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.

  1. … 1 more file in changeset.
[LDEV-273] Forgot password cahnges to make password searchable on username or email

  1. … 3 more files in changeset.
LDEV-1571: Sync gates to open for group based and teacher chosen branching. The "potential list of learners" is restricted to the group of learners associated with the group assigned to the branch.

  1. … 11 more files in changeset.
LDEV-273 Password Reset

All the code for the forgot your login stuff, still needs validation and some comsmetics to be finished

  1. … 8 more files in changeset.
LDEV-1598 Added four new configuration items for setting screen sizes of authoring, monitor, learner and system admin.

  1. … 11 more files in changeset.
LDEV-1622: Fixed the group creation so that if the existing group names do not start at 1 then the logic to create the groups will still cope - it was failing when it was trying to create a group with a name that already existed.

Fixing a Hibernate xdoclet statement to match to the hbm.xml file.

LDEV-1612: Final code tweaks to get the learner part working.

  1. … 1 more file in changeset.
LDEV-1612: Tweaking the condition names for OUTPUT_SET_BOOLEAN type definitions, so that Flash can match existing conditions back to their definitions.

  1. … 1 more file in changeset.
LDEV-1612: Added new output type for custom tool outputs ie tool outputs with a set of boolean conditions, normally constructed by the user in authoring page for the tool.

LDEV-1594: Made the I18N code more generic so that tool's could get any arbitrary value (rather than having to access their message source directly). This was useful for the open vote option in voting, and may also be useful for custom conditions.

  1. … 2 more files in changeset.
list of lessons returned was including preview lessons when it shouldn't.

LDEV-1594: Added a new flag "showConditionNameOnly". When this is true, Flash will hide the details of the condition (e.g. Range blah to blah). Needed for the default Voting activity as the condition details are meaningless to the user.

LDEV-1579: Tools now indicate whether or not they support tool outputs, which allows the authoring client to only list tools that should have conditions.

    • -3
    • +26
    ./java/org/lamsfoundation/lams/tool/Tool.java
  1. … 8 more files in changeset.
LDEV-1572: Resize charts to allow larger charts when the legend is large. If it looks like the legend will go over 4 or more lines, then it creates a chart 750x550. I've also increased the size of the small chart to 400 square. Moved some of the common code into a utility class so that our sizing is always consistent.

    • -0
    • +111
    ./java/org/lamsfoundation/lams/util/ChartUtil.java
  1. … 3 more files in changeset.
LDEV-1005: Added lesson name to headings, added help button, improved layout, improved browser compatibility on the page sizing, added scrolling to the iframe, hide the branches that the user isn't doing, adding support for the jump ahead in preview.

  1. … 18 more files in changeset.
LDEV-1005: Implementing a non-Flash learner interface

  1. … 49 more files in changeset.