Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4040: Mimimise dialogs without moving them in DOM structure.

  1. … 2 more files in changeset.
LDEV-3774: Restoring the effectiveness of the height setting. Now the height setting is used to set min-height in ckconfig_custom.js

  1. … 37 more files in changeset.
LDEV-3774: Reducing the footprint of the inline CKEditor. The display="" was causing the display:none to be removed from the textarea and leaving a blank (wasted) area on the screen just before the editing area.

  1. … 1 more file in changeset.
LDEV-4037 Moving showAuthoringDialog() method to dialog.js file

  1. … 1 more file in changeset.
LDEV-4020: Allow maximising and minimising of activity authoring dialogs.

  1. … 1 more file in changeset.
LDEV-4020: Show tool's icon and label while dragging from toolbar.

LDEV-4020: changing the way the tool library renders in author. Fix color for jquery-ui-bootstrap form

  1. … 3 more files in changeset.
LDEV-4017: Fix dialog maximising. Allow multiple minimised dialogs. Fix dialog shrinking. Fix dialog initial positioning. Adjust initial dimentions of few dialogs.

  1. … 1 more file in changeset.
LDEV-4020: Make activity authoring dialogs resizable and draggable.

LDEV-4017: Adjust initial dimensions of dialogs.

LDEV-4020: improving UI

  1. … 2 more files in changeset.
LDEV-3902: Eliminating javascript error due to an option only used in monitoring.

LDEV-3834: Fix groups to branches mapping dialog. Several other minor fixes.

  1. … 6 more files in changeset.
LDEV-4017: Course Gradebook (under More Options) now loads.

LDEV-4017: Add Lesson now displays SVG properly and the full size / reduced size for large designs works on both desktop and iPad.

  1. … 3 more files in changeset.
LDEV-4020: Minor adjustments to export SVG image dialog.

  1. … 1 more file in changeset.
LDEV-4020: Export image window bug was stopping authoring loading in Safari and Firefox. Corrected the name of the content div.

LDEV-4017: Fixed window flicker for Add Lesson on iPad and Safari on OS/X. If the SVG file cannot be opened by Safari it ended up in a loop regenerating the file, saving it to the server and trying to load it until the window was closed. Now it will detect that it has already tried to load and stop.

  1. … 3 more files in changeset.
LDEV-4017: Bootstrap organisation (course) grouping and groups dialogs.

  1. … 6 more files in changeset.
LDEV-4017: Still tweaking to suit iPad

LDEV-4017: Private notifications window bootstrapped.

  1. … 3 more files in changeset.
LDEV-4020: Remaining authoring dialogs bootstrapping. Adjusting previously boostrapped dialogs.

    • -451
    • +392
    ./authoring/authoringProperty.js
  1. … 2 more files in changeset.
LDEV-3962 * List of favourite courses shows only active courses. * If course was removed - nothing bad will happen. We stop showing that course in the tablsorter course list and also in favorites list. But the users that have stored it as the last visited will still see it on their main.jsp. * "Courses" label changed to "My Courses". Cross icon changed to fa-bars one. * fixed iPad issue as suggested by Fiona

  1. … 3 more files in changeset.
LDEV-4020: Non-modal dialogs resizing. Authoring properties dialogs bootstrapping and positioning. Group naming and export dialogs bootstrapping.

    • -95
    • +109
    ./authoring/authoringProperty.js
  1. … 2 more files in changeset.
LDEV-4017: Disabling the dragging for mobile devices as stops the max/min/close buttons working.

LDEV-4014: Tweaking the email window's appearance and behaviour in monitoring.

  1. … 4 more files in changeset.
LDEV-3962 * support for favorite orgs and last visited one * if last visited is stored, offcanvas bar is shown as hidden * offcanvas bar is shrank to 220px * CSS rules for main.jsp are all moved to main.css * Javascript methods for main.jsp are moved to main.js. Profile related ones to profile.js. Only methods used by other pages are kept in groupDisplay.js. * removed UserOrganisationCollapsed.java and code associated with it

  1. … 34 more files in changeset.
LDEV-4017: Making notification, gradebook, conditions and search lesson dialogs size based on screen size rather than a fixed minimum size.

LDEV-3767: Removed debugger statement

LDEV-4020: Non-modal dialogs dragging.