Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3115: Add Optional and Floating activities.

    • -40
    • +238
    ./includes/javascript/authoring/authoringActivity.js
    • -14
    • +21
    ./includes/javascript/authoring/authoringGeneral.js
    • -11
    • +30
    ./includes/javascript/authoring/authoringHandler.js
    • -11
    • +114
    ./includes/javascript/authoring/authoringMenu.js
LDEV-3115: Add annotation regions and labels.

    • -29
    • +61
    ./includes/javascript/authoring/authoringActivity.js
    • -0
    • +202
    ./includes/javascript/authoring/authoringDecoration.js
    • -11
    • +196
    ./includes/javascript/authoring/authoringHandler.js
LDEV-3115: Allow branch naming. Allow empty branches. Make transition a constructable object. Mulitple adjustments and fixes.

    • -97
    • +149
    ./includes/javascript/authoring/authoringActivity.js
    • -22
    • +42
    ./includes/javascript/authoring/authoringHandler.js
    • -12
    • +46
    ./includes/javascript/authoring/authoringProperty.js
LDEV-2921 added .info and .error CSS classes taken from regular LAMS css file

    • -0
    • +26
    ./css/defaultHTML_learner_mobile.css
LDEV-3179: Make export portfolio unavailable to learners by default. Make this option honoured by Learner interface. Remove unnecessary code.

  1. … 4 more files in changeset.
LDEV-2437: Use CKEditor for Learning Design description.

  1. … 1 more file in changeset.
LDEV-3070: Do not wrap on letters in organisation tabs.

LDEV-3171: Fix labels.

LDEV-3131 fixed problem with User can finish activity even if he hasn't scored minimum grade

  1. … 2 more files in changeset.
LDEV-2989 Fixed work of Ped planner with sequences that contains zero activities supporting ped planner

LDEV-3168 added info css class

LDEV-3170: Allow forcing students to restart a lesson every time they enter it.

  1. … 7 more files in changeset.
LDEV-3164: Revert session duplication check back to where it was before, as it was the desired behaviour.

LDEV-3164: Move code which checks for duplicate sessions, so it is executed after login even if client does not process index.jsp fully (does not follow redirect to index.do)

LDEV-3167: Auto refresh all Monitor tabs every 30 seconds. Prevent refreshing when user interacts with the interface (child dialog opened, drag & drop etc.) Fix a bug in notifications dialog.

  1. … 1 more file in changeset.
LDEV-2895: Adding scratchie image

    • binary
    ./images/svg/icon_scratchie.png
LDEV-3161 Added css classes and ids to make creation of LAMS skins easier

  1. … 9 more files in changeset.
LDEV-3119: Fix a bug in check for duplicate organisations. Make group containers less tolerant when dragging users over, so the operator knows exactly where he drops them.

  1. … 1 more file in changeset.
LDEV-3115: Allow groupings in saved LDs. Prevent SVG icons from being processed by Batik library as it produces errors. Multiple minor fixes.

    • -12
    • +13
    ./includes/javascript/authoring/authoringActivity.js
    • -27
    • +111
    ./includes/javascript/authoring/authoringGeneral.js
  1. … 3 more files in changeset.
LDEV-3115: Allow saving of LDs consisting of simple Tool activities. Fixes to JSON parsing. Activity colouring based on categories.

    • -20
    • +28
    ./includes/javascript/authoring/authoringActivity.js
    • -29
    • +144
    ./includes/javascript/authoring/authoringGeneral.js
  1. … 8 more files in changeset.
LDEV-3115: Save LD preparations. Adapt ObjectExtractor so it reads from JSON. Add "Save" and "Save as" buttons. Allow choosing where to save the LD, along with some validation. Partial LD serialization.

    • -31
    • +146
    ./includes/javascript/authoring/authoringGeneral.js
  1. … 6 more files in changeset.
LDEV-3115: Allow loading and remembering groups to branches mappings. Add Zoom Out button for presentation purposes. Add Canvas and Description tabs. Add a tip when user clicks Transition button. Multiple minor fixes.

    • -39
    • +69
    ./includes/javascript/authoring/authoringProperty.js
LDEV-3115: Fill "input" dropdown in branching properties. Load branching grouping from stored LD. Add "Match Groups to Branches" dialog.

    • -300
    • +5
    ./includes/javascript/authoring/authoringActivity.js
    • -121
    • +40
    ./includes/javascript/authoring/authoringGeneral.js
    • -0
    • +554
    ./includes/javascript/authoring/authoringProperty.js
  1. … 3 more files in changeset.
LDEV-3115: Allow branching in the same row when rearranging activities, if it is not too long. Add partial branching properties dialog. Add "transition" button. Several bug fixes and adjustments.

    • -56
    • +168
    ./includes/javascript/authoring/authoringActivity.js
    • -35
    • +18
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-3115: Layout adjustments for Chrome and IE. Enable jQuery draggable on iPad.

    • -0
    • +11
    ./includes/javascript/jquery.ui.touch-punch.js
LDEV-3115: Add more properties for Grouping activities. Make them show/hide/change when needed. Set properties correctly when loading LDs. Fix arranging activities on canvas when loading complex branching activities.

    • -24
    • +137
    ./includes/javascript/authoring/authoringActivity.js
    • -47
    • +149
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-3115: Add copy & paste for activities. Ensure HTML IDs are unique within the document. Add properties to Tool and Gate activities. Remove info dialog from static HTML and create it dynamically via jQuery. Initialise folder and LD tree just once and only load contents when dialog is opened. Allow loading LDs with branches. Make canvas rearrange/resize after a load. Fix translating coordinates from events to Raphael paper. Mulitple minor adjustments and bug fixes.

    • -44
    • +78
    ./includes/javascript/authoring/authoringActivity.js
    • -43
    • +234
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-3115: Fix rubbish bin functionality when canvas gets scrollable. Add properties dialog contents for Tool and Grouping activities. Allow choosing Grouping for a Tool activity. Redraw activity when its properties changed.

    • -104
    • +223
    ./includes/javascript/authoring/authoringActivity.js
    • -17
    • +30
    ./includes/javascript/authoring/authoringGeneral.js
    • -14
    • +16
    ./includes/javascript/authoring/authoringHandler.js
LDEV-3115: Allow branching by creating multiple transitions from an activity. Arrange activities on canvas.

    • -169
    • +429
    ./includes/javascript/authoring/authoringActivity.js
    • -19
    • +38
    ./includes/javascript/authoring/authoringGeneral.js
    • -135
    • +129
    ./includes/javascript/authoring/authoringHandler.js
LDEV-3115: Split Authoring code into libraries for better management. Add partial branching support.

    • -761
    • +0
    ./includes/javascript/authoring.js
    • -0
    • +353
    ./includes/javascript/authoring/authoringActivity.js
    • -0
    • +313
    ./includes/javascript/authoring/authoringGeneral.js
    • -0
    • +328
    ./includes/javascript/authoring/authoringHandler.js
    • -0
    • +165
    ./includes/javascript/authoring/authoringMenu.js
  1. … 4 more files in changeset.