lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4797 Remove isGateActivityCompletionBased flag in case schedule gate doesn't have preceding activity

  1. … 1 more file in changeset.
Merge branch 'master' into develop

LDEV-4791 Fix link to delete course grouping controller

    • -1
    • +1
    ./web/includes/javascript/orgGrouping.js
LDEV-4790 Fix showing of username on the profile editing page

LDEV-4786 Removing mapping does not remove outcome

Also limit outcome editing to sysadmin only.

  1. … 2 more files in changeset.
LDEV-4782 Display burning questions in stats

  1. … 4 more files in changeset.
LDEV-4782 Display no data as "-" rather than 0% in QB stats

Also display lesson and activity IDs as tooltips for debugging.

  1. … 1 more file in changeset.
LDEV-4788 All learning outcomes are now global

  1. … 7 more files in changeset.
LDEV-4787 Fix incorrect spacing when copying activities in authoring

LDEV-4777 Further development of QB search feature

* Search QB interface is now available in Q&A tool, but questions of

this type (Essay) can only be added via DB for now

  1. … 11 more files in changeset.
LDEV-4786 Allow creating learning outcomes on the fly

    • -2
    • +18
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 62 more files in changeset.
LDEV-4782 Allow questions' and options' HTML content in QB stats

  1. … 1 more file in changeset.
LDEV-4782 Calculate correct answer average for each activity

  1. … 4 more files in changeset.
LDEV-4751 Fix the issue of CKEditor not opening properly sometimes

(cherry picked from commit e7ead50c9d81d481127f232f4851c0cd56047639)

LDEV-4751 Fix the issue of CKEditor not opening properly sometimes

    • binary
    ./web/ckeditor/plugins/bootstrapTabs/icons/bootstrapTabs.png
LDEV-4781 Continue fixing IE 11 bug

    • -1
    • +1
    ./web/ckeditor/plugins/image2/dialogs/image2.js
LDEV-4759 Restyle File Upload widget, cleaned up comments in CSS files

  1. … 32 more files in changeset.
LDEV-4759 Autocomplete restyling, started Assessment updates

  1. … 40 more files in changeset.
LDEV-4777 Search QB interface is now available in MCQ tool

* Further development of QB search feature

  1. … 7 more files in changeset.
LDEV-4759 Fixing responsive behaviour on front page and tabs.

    • -1
    • +2
    ./conf/scss/_lams_variables_purple.scss
  1. … 32 more files in changeset.
LDEV-4777 Initial implementation of question bank search feature

    • -0
    • +107
    ./web/includes/javascript/jquery.highlight.js
    • -0
    • +75
    ./web/qb/qbQuestionDetails.jsp
    • -0
    • +288
    ./web/qb/search.jsp
  1. … 7 more files in changeset.
LDEV-4759 Tablesorter, Learner Progress Bar tweaked

    • -7
    • +7
    ./conf/scss/_lams_variables_purple.scss
    • -1
    • +188
    ./web/css/jquery.tablesorter.theme.bootstrap.css
    • -1
    • +1
    ./web/includes/javascript/progressBar.js
  1. … 112 more files in changeset.
LDEV-4759 Improved styling for accordians

    • -3
    • +0
    ./conf/scss/_lams_variables_purple.scss
  1. … 1 more file in changeset.
LDEV-4782 Add initial implementation of QB statistics

    • -0
    • +225
    ./web/qb/stats.jsp
  1. … 5 more files in changeset.
LDEV-4759 Gradebook and jqGrid restyled.

  1. … 46 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

LDEV-4780 Properly detect if authoring is in a frame

LDEV-4776 Let monitors see course gradebook for their lessons

Group manager sees all lessons in a course. Monitor sees only ones he is

a monitor in.

  1. … 6 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

LDEV-4780 Use callbak to resize iframe instead of load detection

When iframe with LD for importing activities gets loaded, the SVG is not

ready yet and reports false height. Instead of detecting when it is

ready, authoring JS code in the iframe reports height when it loads

completely to its parent frame.