• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4020: Minor adjustments to export SVG image dialog.

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.

    • -16
    • +27
    ./includes/javascript/addLesson.js
  1. … 2 more files in changeset.
LDEV-4017: Bootstrap organisation (course) grouping and groups dialogs.

    • -36
    • +0
    ./includes/javascript/groupDisplay.js
  1. … 1 more file in changeset.
LDEV-4017: Still tweaking to suit iPad

LDEV-4017: Private notifications window - reinstating limit in case of thousands of notifications. Now set to 30 (from 10 previously) as this should be manageable with scrolling.

LDEV-4017: Private notifications window bootstrapped.

  1. … 1 more file in changeset.
file notificationsprivate.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./notificationsprivate.jsp
LDEV-3962: Fixing css

LDEV-4020: Remaining authoring dialogs bootstrapping. Adjusting previously boostrapped dialogs.

    • -454
    • +395
    ./includes/javascript/authoring/authoringProperty.js
LDEV-3963: fixing edit profile as previous changes have altered the logic of this page

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. … 1 more file in changeset.
LDEV-4020: Non-modal dialogs resizing. Authoring properties dialogs bootstrapping and positioning. Group naming and export dialogs bootstrapping.

    • -95
    • +109
    ./includes/javascript/authoring/authoringProperty.js
LDEV-4017: Disabling the dragging for mobile devices as stops the max/min/close buttons working.

LDEV-4023 :Implement password policy

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

  1. … 2 more files in changeset.
file favoriteOrganisations.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./favoriteOrganisations.jsp
file profile.js was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./includes/javascript/profile.js
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

    • -712
    • +10
    ./includes/javascript/groupDisplay.js
  1. … 22 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.

    • -8
    • +15
    ./includes/javascript/groupDisplay.js
LDEV-3767: Removed debugger statement

    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 13 more files in changeset.
LDEV-3767: Removed debugger statement

LDEV-4020: Non-modal dialogs dragging.

LDEV-4020: Make dialogs modal by default until non-modals are well implemented.

LDEV-4017: Making add lesson and course grouping dialogs size based on screen size rather than a fixed minimum size. Changed Notifications for org to be based on the parameter orgID rather than dialog's orgID as the dialog isn't fully set up at this point, causing a javascript error.

LDEV-4023: removing debug statement

LDEV-4023: implement password policy (front end)

  1. … 6 more files in changeset.
LDEV-4020: Own implementation of Bootstrap non-modal dialogs. Boostrap authoring info dialog.

    • -20
    • +27
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-4020: Bootstrap Open/Save/Import dialog in Authoring. Other minor fixes.

    • -14
    • +14
    ./includes/javascript/groupDisplay.js
    • -588
    • +530
    ./includes/javascript/authoring/authoringGeneral.js
  1. … 1 more file in changeset.
LDEV-4005: Tweaking layout to work better on iPad when user is monitor only and not owner of the lesson.