lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4819 Allow disabling Learning Outcome quick add in sysadmin

    • -3
    • +10
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 35 more files in changeset.
LDEV-4801 Revert changes of FileDAO

They did not lead to fixing the problem and were actually unnecessary:

FileDAO does not use DB connections, so no need for transactions.

  1. … 9 more files in changeset.
LDEV-4802 Make all DAO calls in content repository go through service

Some classes in content repository were using DAO methods directly,

without enveloping them in a transaction. Now they all go through

RepositoryService.

These methods need to start with "dao" prefix so they are not picked up

by CheckCredentialTicketBeforeAdvice.

  1. … 9 more files in changeset.
Merge branch 'master' into develop

LDEV-4803 Remove branching warning when there's no need to warn

* Fix problem with HibernateProxy

* Change warning messages and their presentation

* Further enhancements to choose branching page markup

Merge branch 'master' into develop

LDEV-4802 Stop websocket threads even more gracefully

An exception can occur also when session gets open, not only when it

gets closed.

  1. … 7 more files in changeset.
LDEV-4800 Enhance markup

LDEV-4800 Enhance markup

LDEV-4800 Proceed to the first incompleted activity in a branch, and not to simply the first one

Also display list of child activities for the completed branch, so user

can revisit completed activities.

LDEV-4786 Adjust outcome CSS in authoring. Confirm outcome removal.

  1. … 85 more files in changeset.
LDEV-4795 Fix gates' title messages

Also some code formatting.

    • -11
    • +5
    ./web/gate/conditionGateContent.jsp
    • -13
    • +6
    ./web/gate/permissionGateContent.jsp
LDEV-4786 Allow creating learning outcomes on the fly

    • -2
    • +18
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 62 more files in changeset.
LDEV-4759 Restyle File Upload widget, cleaned up comments in CSS files

  1. … 34 more files in changeset.
LDEV-4759 Autocomplete restyling, started Assessment updates

  1. … 43 more files in changeset.
LDEV-4759 Fixing responsive behaviour on front page and tabs.

  1. … 43 more files in changeset.
LDEV-4759 Tablesorter, Learner Progress Bar tweaked

  1. … 120 more files in changeset.
LDEV-4759 Gradebook and jqGrid restyled.

  1. … 48 more files in changeset.
LDEV-4759 Togglebutton and checkbox css functional

  1. … 81 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

    • -5
    • +5
    ./web/WEB-INF/tags/AdvancedAccordian.tag
    • -8
    • +6
    ./web/WEB-INF/tags/RestrictedUsageAccordian.tag
  1. … 382 more files in changeset.
LDEV-4759 Tour and portrait pop ups appear correctly.

  1. … 43 more files in changeset.
LDEV-4769 Updating Greek

LDEV-4759 Main page functional

  1. … 35 more files in changeset.
LDEV-4759 Panels are now cards.

  1. … 494 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 305 more files in changeset.
LDEV-4759 Upgraded bootstrap-tour, dialogs opening at appropriate size

  1. … 17 more files in changeset.
LDEV-4760 Fixed spacing in authoring criteria entry panel

  1. … 32 more files in changeset.
LDEv-4759 Material Kit for Bootstrap 4 files installed into lams_central

  1. … 262 more files in changeset.
Merge ordered branching LDEV-4587 into develop

  1. … 20 more files in changeset.
LDEV-4678 Push some util methods to the service layer

Certain static util methods (mainly from LearningWebUtil.java) expect

service beans as a parameter. It was changed by pushing those methods to

the appropriate service layer.

  1. … 15 more files in changeset.