lams_monitoring

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4729 Scheduled notifications can be deleted

LDEV-4737 Course based lesson delete does not throw exception

  1. … 5 more files in changeset.
LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
LDEV-4725 Manually delete rating criteria

There is no DB cascade for this.

Also fix transition removal.

LDEV-4709 Monitoring gate pages have select/unselect all checkboxes

LDEV-4725 Manually delete transitions

Subsequent activity removal does not cascade to transitions

LDEV-4440 Fix paths which got broken after migrating Spring MVC

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
Merge remote-tracking branch 'origin/master' into lams31

  1. … 11 more files in changeset.
LDEV-4569: simple UI adjustments

LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
LDEV-4705 Remove references to Group Admin role from Java code

  1. … 25 more files in changeset.
LDEV-4720 Fix LAMS issues that prevented TestHarness to work correctly

  1. … 5 more files in changeset.
LDEV-4714 Fix SVG generation in Add Lesson and monitoring

    • -8
    • +11
    ./web/includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 95 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4440 Fix URL for SVG generation in monitoring

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 58 more files in changeset.
LDEV-4440 TBLMonitoring links fixed

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-4644'

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_central/web/WEB-INF/struts-config.xml

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/GradebookService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/IGradebookService.java

lams_gradebook/web/gradebookMonitor.jsp

lams_monitoring/conf/language/lams/ApplicationResources.properties

  1. … 14 more files in changeset.
LDEV-4691 Update libraries provided by WildFly

  1. … 47 more files in changeset.
LDEV-4689 Live Edit has a contribution entry and button changes colour.

Also fixed the SVG rendering in monitor (did not return 404 properly

when missing) and fixed the path for the monitor chosen grouping page.

    • -3
    • +51
    ./web/includes/javascript/monitorLesson.js
  1. … 5 more files in changeset.
LDEV-4440 Live Edit saves and the learner message is back

  1. … 2 more files in changeset.
LDEV-4440 Fix comments feature

  1. … 36 more files in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 174 more files in changeset.
LDEV-4440 Error messages converted to new error tag

    • -0
    • +48
    ./web/WEB-INF/tags/Errors.tag
  1. … 127 more files in changeset.
LDEV-4440 Force Complete URL corrected

LDEV-4440 Adjust lams:textarea tag to support "disabled" attribute

  1. … 34 more files in changeset.
LDEV-4440 Fix a malformed Spring tag in Comments tag

  1. … 118 more files in changeset.
LDEV-4440 Fix chosen grouping

  1. … 3 more files in changeset.
LDEV-4440 All projects start using solely 3rdParty.userlibraries

  1. … 35 more files in changeset.