lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4712, LDEV-4644 Fix a query used for fetching outcomes

LDEV-3115 Fix detection of old LD being converted into new format.

If X and Y were 0, detection did not work.

Merge branch 'lams31' into LDEV-4391

LDEV-4696 Proper use of @MapsId with @EmbeddableId

LDEV-4391 Fix properties dialog in authoring

When content was added to modal dialog, it was still hidden. We had to

explicitly show it in JS.

LDEV-4391 Upgrade Boostrap to 3.3.7

Previous version did not support jQuery 3.

    • -3
    • +4
    /lams_central/web/css/bootstrap.min.css
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

    • -1
    • +1
    /lams_admin/web/cleanupPreviewLessons.jsp
    • -1
    • +1
    /lams_admin/web/import/importGroups.jsp
    • -1
    • +1
    /lams_admin/web/import/importexcel.jsp
    • -1
    • +1
    /lams_admin/web/import/importresult.jsp
    • -1
    • +1
    /lams_admin/web/lti/ltiConsumerList.jsp
  1. … 83 more files in changeset.
LDEV-4391 Upgrade jQuery UI to 1.12.1

    • -11
    • +11
    /lams_central/web/includes/javascript/jquery-ui.js
LDEV-4391 Upgrade timepicker script to 1.6.3

LDEV-4391 Upgrade tablesorter script to 2.31.1

    • -48
    • +1
    /lams_central/web/css/jquery.tablesorter.pager.css
    • -222
    • +1
    /lams_central/web/css/jquery.tablesorter.theme-blue.css
    • -167
    • +1
    /lams_central/web/css/jquery.tablesorter.theme.bootstrap.css
LDEV-4391 Update jQuery to version 3.3.1. Add Migration Plugin.

jQuery was upgraded to version 3.3.1.

It was put into jquery.js file which is referenced by LAMS JSPs.

In the same file below jQuery code Migration Plugin 3.0.0 was pasted.

This way it gets loaded every time jQuery gets loaded without extra HTML

tags.

The Migration Plugin reintroduces API removed from jQuery 3.

This way we can benefit from jQuery 3 efficiency and security and do not

have to use everywhere its new API straight away.

jQuery and Migration Plugin in jquery.js are in their compressed,

production version.

The Plugin produces only debug information in JS console: "JQMIGRATE:

Migrate is installed, version 3.0.0". It appears every time the Plugin

gets loaded. We can silence this message if we want to.

In jquery.migration.js the two above scripts come in their development

version.

The Plugin produces warnings every time deprecated API is used, pointing

to spots which require rewriting to comply with jQuery 3 new API.

While production jQuery + Plugin solution seems to work fine, we should

ultimately aim at rewriting our code and sticking to pure jQuery 3.

During development jquery.migration.js contents should be copied to

jquery.js to enable warnings.

Clean www dirs otherwise builds from other branches causes problems.

www does not have the build directories cleaned when the Java code is

built so they need to be cleaned explicitly otherwise files that are

left in the build area from another branch are deployed.

Merge branch 'LDEV-4704' into lams31

LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

    • -6
    • +7
    /lams_admin/web/WEB-INF/tags/Rating.tag
    • -6
    • +7
    /lams_central/web/WEB-INF/tags/Rating.tag
  1. … 19 more files in changeset.
LDEV-4704 Slimming for WildFly standalone mode

Multiple sections from configuration file have been removed.

Multiple unused libraries have been removed.

    • -0
    • +449
    /lams_build/conf/slim/standalone.xml
LDEV-4704 Clean up commented out dependencies

LDEV-4702 Leaders changed answers appear on refresh

LDEV-4707 Remove never used fields from TaskListItem

DEMO-2 Add new wrapper methods that allow specifying userId

IToolContentHandler methods assume userId is always available from the

current HttpSession. However sometimes, as in the case of lams_demo,

userId can't be acquired from HttpSession (as it might be invalidated

already), so we need to have an ability to specify userId as a

parameter.

LDEV-4673 Making lock on finish messages appear in Authoring Preview.

Also added a missing method from the Wiki transaction definitions.

LDEV-4697 Audit entries filtering by user and remarks

LDEV-4706 Display assessment instructions in case display summary is ON

LDEV-4706 Display assessment instructions in case display summary is ON

LDEV-4701 Course admin can create learners in their course.

Also tidied up security checks for various course management functions.

LDEV-4649 Fix a Hibernate mapping to a column

LDEV-4649 Get rid of obsolete field

LDEV-4695 No new topics after Finished when Locked On Finish is on.

Merge Hibernate 5.3 annotations migration LDEF-4696 into lams31

LDEV-4696 Fix incorrect annotation in Leader Selection

@OneToMany with mappedBy can not have @JoinColumn

LDEV-4696 Remove hbm.xml file remains