lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4402 Upgrade MySQL connector so it works with server 8.0.3+

    • binary
    /lams_build/deploy-tool/lib/mysql-connector-java-5.1.46-bin.jar
    • binary
    /lams_build/lib/mysql/mysql-connector-java-5.1.43-bin.jar
    • binary
    /lams_build/lib/mysql/mysql-connector-java-5.1.46-bin.jar
LDEV-4527: Added Portraits to Learner Search screen

LDEV-4526: Email calculations support learners with no ratings.

LDEV-4525 Fixed Reflection issues

LDEV-4524 Monitoring Task Item List loads correctly

This screen also missed being bootstrapped so the layout is

updated. Also fixed a bug that stopped the Task Item list loading

for a learner entered task if the Monitor had gone into Edit

Activity and saved the activity.

LDEV-4522 Emojis not displaying correctly in monitoring

Also fixed some general escaping issues found while testing.

LDEV-4522 Emojis not displaying correctly in monitoring

Also fixed some general escaping issues found while testing.

  1. … 20 more files in changeset.
Merge branch 'LDEV-4523'

LDEV-4523 Tools remove mark rather than clear it on user content delete

LDEV-4523 Add method to remove actitivy mark

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LDEV-4501 Merge work replacing audit logs with LogEvent entries

Resolved conflicts for lams.jar and the Admin language file.

    • -0
    • +21
    /lams_admin/web/WEB-INF/struts-config.xml
    • -0
    • +5
    /lams_admin/web/WEB-INF/tiles-defs.xml
LDEV-4501 Debugging removed for merge to master.

Merge branch 'LDEV-4520'

LDEV-4520 Reimplement student choices page in case of Assessment iRA

It should follow the format of Student choices page in case of MCQ iRA.

    • -0
    • +139
    /lams_tool_assessment/web/pages/tblmonitoring/iraAssessmentStudentChoices.jsp
LDEV-4521 Updating user does not trigger index error

LDEV-4520 Fix export excel feature for AEs tab

LDEV-4505 Learner names in monitoring are Lastname, Firstname

LDEV-4505 Learners identified by Lastname, Surname in Monitoring

LDEV-4520 Fix several CSS issues

    • -5
    • +4
    /lams_monitoring/web/css/tblmonitor.scss
    • -2
    • +2
    /lams_monitoring/web/tblmonitor/teams.jsp
LDEV-4520 Change the way TBL activity is detected

TBL activity should contain the following sequence Grouping->(MCQ or

Assessment)->Leader Selection->Scratchie but it might have some other

gates or activities in the middle though.

LDEV-4520 Stop showing n/a column in iRA's student's choices

Instead show percentages as floats with 2 decimal places.

LDEV-4054: updating Greek

Merge branch 'LKC-89'

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LKC-89 add labels

To be able to use them even before they will be added to i18n server

LKC-89 Add TBL Monitoring code specific for the tools

Add TblMonitoringAction classes and /tblmonitoring/*.jsps to the

tools projects. They will be consumed solely by lams_monitoring

to generate tool specific content required for TBL Monitoring.

Tools themselves won't use those classes and jsps.

    • -0
    • +15
    /lams_tool_assessment/web/WEB-INF/web.xml
  1. … 37 more files in changeset.
LKC-89 Move TBL Monitoring interface from lams-private

Add a switch that would display TBL UI monitoring interface. It

should be available only to the TBL template lessons.

Besides, modify the TBL UI monitor as in some cases the iRA (the first

assessment is not only just MCQ, but Assessment). So the change would be

to add as iRA the first assessment activity whether this is MCQ or

assessment.

    • -0
    • +15
    /lams_monitoring/web/WEB-INF/web.xml
    • -0
    • +400
    /lams_monitoring/web/css/tblmonitor.scss
    • -14
    • +29
    /lams_monitoring/web/monitor.jsp
    • -0
    • +62
    /lams_monitoring/web/tblmonitor/forum.jsp
    • -0
    • +58
    /lams_monitoring/web/tblmonitor/gates.jsp
    • -0
    • +353
    /lams_monitoring/web/tblmonitor/sequence.jsp
    • -0
    • +289
    /lams_monitoring/web/tblmonitor/tblmonitor.jsp
    • -0
    • +425
    /lams_monitoring/web/tblmonitor/teams.jsp
    • -0
    • +14
    /lams_monitoring/web/template/taglibs.jsp
LKC-89 Avoid JS exception if sequenceInfoDialog is not available

LKC-89 add auxiliary methods required for TBL monitoring

LKC-89 introduce chart.js library required for TBL monitoring

    • -0
    • +11
    /lams_central/web/includes/javascript/chartjs.js
Merge branch 'LDEV-4519'