lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

LDEV-4731 Re-enable users who were disable before if they are in CSV

LDEV-4731 Disable learners who are not in any course anymore

LDEV-4759 Main page restyled.

    • -11
    • +13
    ./conf/scss/_lams_variables.scss
    • -10
    • +12
    ./conf/scss/_lams_variables_purple.scss
LDEV-4759 Togglebutton and checkbox css functional

    • -840
    • +0
    ./conf/scss/_bootstrap-variables.scss
    • -10
    • +15
    ./conf/scss/material-kit/_checkboxes.scss
    • -17
    • +17
    ./web/css/material-kit-blue-primary.css
    • -14043
    • +8462
    ./web/css/material-kit.css
  1. … 72 more files in changeset.
LDEV-4771 Remove close activity authoring confirmation screen

The JSP that controls the close action stays as it works differently in

various environments (authoring, monitoring, IE). It is just run

immediately instead of waiting for button click.

  1. … 11 more files in changeset.
LDEV-4771 Remove close activity authoring confirmation screen

The JSP that controls the close action stays as it works differently in

various environments (authoring, monitoring, IE). It is just run

immediately instead of waiting for button click.

  1. … 11 more files in changeset.
Merge branch 'develop' into LDEV-4759

# Conflicts:

# lams_tool_assessment/web/pages/learning/parts/ordering.jsp

  1. … 3 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

    • -5
    • +5
    ./web/WEB-INF/tags/AdvancedAccordian.tag
    • -8
    • +6
    ./web/WEB-INF/tags/RestrictedUsageAccordian.tag
    • -1
    • +1
    ./web/authoring/template/tool/mcoption.jsp
  1. … 377 more files in changeset.
LDEV-4731 Use email as user login

LDEV-4770 CKEditor's content use display:block instead of inline-block

Content in CKEditor is by default displayed using display: inline-block,

however, this CSS property doesn't get applied in real life. Which

creates a discrepancy between the way content displayed inside the

editor and later on outside of it.