Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4395 Tweaks to CSS and layouts for main page and portraits

Also deleted LESS files that are no longer needed

  1. … 8 more files in changeset.
LDEV-4398 Enlarge the smallest portrait size to 35px

Also accommodate for this change on main and profile pages.

  1. … 2 more files in changeset.
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

  1. … 52 more files in changeset.
LDEV-4390 Default style buttons in Purple theme have no blue outline.

LDEV-4390 Purple Theme

    • -0
    • +2
    ./purple_authoring.scss
    • -0
    • +11
    ./purple_jquery.jRating.scss
    • -0
    • +12
    ./purple_learner.scss
    • -0
    • +2
    ./purple_progressBar.scss
    • -0
    • +2
    ./purple_treetable.scss
  1. … 3 more files in changeset.
LDEV-4367 Removing css files that should now be ignored

    • -101
    • +0
    ./defaultHTML_jquery.jRating.css
  1. … 1 more file in changeset.
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -0
    • +480
    ./_authoring_base.scss
    • -0
    • +29
    ./_inlineeditor.scss
    • -0
    • +91
    ./_jquery.jRating_base.scss
    • -0
    • +957
    ./_learner_base.scss
    • -0
    • +557
    ./_main_base.scss
    • -0
    • +76
    ./_progressBar_base.scss
    • -0
    • +61
    ./_treetable_base.scss
    • -0
    • +378
    ./defaultHTML_authoring.css
    • -0
    • +2
    ./defaultHTML_authoring.scss
    • -0
    • +38
    ./defaultHTML_chart.css
    • -0
    • +2
    ./defaultHTML_chart.scss
  1. … 142 more files in changeset.
LDEV-4195 Fix class cast exception

Input for assigning course groups to lesson groups can be either

grouping or branching. We need to detect both situations, otherwise we

get class cast exceptions.

Also adjust layout.

  1. … 1 more file in changeset.
LDEV-4378 Use CSS for progress bar SVG elements

  1. … 1 more file in changeset.
LDEV-4372 Tooltips in Monitoring tabs no longer clash

  1. … 7 more files in changeset.
LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 33 more files in changeset.
LDEV-4366 Fix course header icons on index page

LDEV-4367 SASS Used for CSS Development

First pass of converting our .css development to use SASS. Autobuild to

convert .scss to .css files has been set up for all projects where

target .css files were found. The overall ANT build has been modified

so the normal build will generate the .css files from .scss files. The

base variables are defined in lams_build/conf/sccs.

    • -0
    • +736
    ./defaultHTML_learner.scss
    • -0
    • +47
    ./jquery.treetable.lams.scss
  1. … 144 more files in changeset.
LDEV-4352: Adding mark charts to Monitoring for Scratchie and MCQ. Moved more to the css file to be shared across tools.

LDEV-4341 1) Add advanced settings that will contain Save button 2) If there are *no* course groupings - jump directly to the create groups page

  1. … 4 more files in changeset.
LDEV-4341 Ability to save lesson grouping as a course grouping

  1. … 4 more files in changeset.
LDEV-4331 Fix + button showing big when using in small screen

LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available and adding a Marks chart.

  1. … 4 more files in changeset.
LDEV-4331 Fix + button showing big when using in small screen

LDEV-4323: changing background image for a solid colour instead: oops (thanks marcino)

LDEV-4323: changing background image for a solid colour instead

LDEV-3962 added box-shadow property to main.jsp so it started to look more consistently with other pages

  1. … 2 more files in changeset.
LDEV-3962 Added border-radius property

  1. … 1 more file in changeset.
LDEV-4124: Add label size and color.

  1. … 11 more files in changeset.
LDEV-3962 Added border-radius property

  1. … 1 more file in changeset.
LDEV-3962 Make tool's authoring html occupy all available space (this way avoiding white space at the bottom)

LDEV-4240: Consistent upload widget: making the button and file name area smaller.

  1. … 31 more files in changeset.
LDEV-4237: Include label informing the max size file LDEV-4241: File upload validation LDEV-4240: Consistent upload widget Creating tags and shared javascript code to create consistency across tools for the look and validation behaviour of file upload.

  1. … 20 more files in changeset.
LDEV-3711: removing css files that are not longer needed (now we are on bootstrap see LDEV-3676)

LDEV-3962 Similar changes done to Open Lesson dialog as previously done to Open/Save sequence in authoring * ability to save sequences on pressing the Enter button when title input is focused * focus title input field in case this element is visible in the current viewport (to avoid unwanted scrolling) * ability to start lessons on double click * prevent sequences from being deselected on any subsequent clicks

* Make 'Tour' word to appear after icon in order to be consistent with the rest of the buttons

* Make #notificationsPendingCount to be less prominent in case there are no messages. And assign it 'btn-primary' class when there are some messages available

  1. … 4 more files in changeset.