lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5317 Keep time limit widget open between refreshes

TBL monitoring auto refreshes its content to display updates of learner

progress. The time limit widget after refresh is always in it default,

collapsed state. This given bad user experience.

Now the time limit widget retains its collapsed/expanded state between

refreshes.

LDEV-5317 Fix time limit widget collapse in TBL monitoring

In TBL monitoring we import jQuery and Bootstrap multiple times as we

load various tabs. This should be cleaned up. Especially that it breaks

the Bootstrap functionality.

Since Monitoring UI 5 is coming, there is little point in doing it now.

Instead control collapse using JS and not HTML attributes.

LDEV-5317 Improve layout for TBL monitoring time limit widget

Merge branch 'LDEV-5317' into v4.6

LDEV-5317 Add Cancel button to time limit widget

Also set expiration warning to 60 seconds and not 30 seconds.

    • -15
    • +22
    /lams_monitoring/web/timeLimit.jsp
LDEV-5317 Increase font size of time limit widget

LKC-89 Keep max-width and max-height between automatic LD refresh

LDEV-5317 Move timeLimit.jsp from its own directory

LDEV-5317 Move timeLimit.jsp from its own directory

    • -0
    • +714
    /lams_monitoring/web/timeLimit.jsp
LDEV-5317 Add time limit widget to monitoring

LDEV-5301 Set fixed column width correctly in number of characters

LDEV-5317 Move time limit panel to single source in monitoring

Each tool using time limits (Assessment, Scratchie, Doku, Whiteboard)

had it own code to display and operate time limits.

In preparations for time limit widget in monitoring the code was

refactored so there is single source of time limit feature.

    • -0
    • +558
    /lams_monitoring/web/timelimit/timeLimit.jsp
    • -0
    • +6
    /lams_tool_assessment/web/WEB-INF/jboss-web.xml
    • -0
    • +6
    /lams_tool_doku/web/WEB-INF/jboss-web.xml
  1. … 15 more files in changeset.
LDEV-4617 Add missing label for email verification

LDEV-4617 Fix paths to JSP pages for verification email sent/confirmed

Merge branch 'LDEV-5316' into v4.6

LDEV-5316 Change content folder ID to default one

Only for questions which have images referring the default content

folder and which do not have images which refer a new content folder.

Merge branch 'LDEV-5315' into v4.6

LDEV-5315 Refresh lesson & sequence tab in monitoring after gate toggle

    • -0
    • +7
    /lams_monitoring/web/gate/gateStatus.jsp
LDEV-5273 Fix allocation of answers being prefixed with "null"

LDEV-4366 Fix Kumalive role detection

    • -1
    • +1
    /lams_learning/web/kumalive/kumalive.jsp
LDEV-213 Do not hardcode IGPS URL

LDEV-4792 Fix optional activity and branching min/max spinners

LDEV-4020 Use prop() instead of attr() in authoring JS code

Newer jQuery version operate with prop(). Using attr() allowed for

example multiple branches to be marked as the default one.

LDEV-5928 Change labels to reflect file submission as 2 step process

LDEV-5081 Make "regular monitoring" button show old monitoring UI

LDEV-5081 Reintroduce old monitoring code to compare with new one

Merge remote-tracking branch 'origin/v4.6' into LDEV-5081

LDEV-4949 Fix stripped of non-break whitespace

LDEV-5309 Fix removing units from numerical question

delete-orphan setting in QbQuestion units causes problems when importing

QbQuestion from XML. JPA does not recognise the collection parent and

fails on save. Another approach to removing units had to be found.

Merge remote-tracking branch 'origin/LDEV-5083' into LDEV-5081