lams_tool_task

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4759 Authoring and monitoring tabs working

  1. … 307 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.
LDEV-4755 Display upload errors nicer

LDEV-4699 Fix comment required feature

    • -6
    • +8
    ./web/pages/learning/parts/commentlist.jsp
    • -6
    • +7
    ./web/pages/learning/parts/itemlist.jsp
LDEV-4743 Update SQL script with autopatch changes for LAMS 3.1 release

  1. … 139 more files in changeset.
LDEV-4743 Update SQL script with autopatch changes for LAMS 3.1 release

    • -2
    • +2
    ./db/sql/create_lams_tool_taskList.sql
LDEV-4743 Update SQL script with autopatch changes for LAMS 3.1 release

    • -6
    • +4
    ./db/sql/create_lams_tool_taskList.sql
LDEV-4699 Fix Tasklist tool's comments feature

* Fixed feature for v3.1

* Allow several tasks to have this feature ON

* Minor code improvements

    • -3
    • +0
    ./web/pages/authoring/parts/itemlist.jsp
    • -3
    • +0
    ./web/pages/learning/parts/addtask.jsp
    • -11
    • +32
    ./web/pages/learning/parts/commentlist.jsp
    • -27
    • +8
    ./web/pages/learning/parts/itemdetails.jsp
    • -12
    • +2
    ./web/pages/learning/parts/itemlist.jsp
LDEV-4739 Updating labels for task

Updating English, Spanish, Norwegian and Greek

LDEV-4678 Remove no longer needed @Autowired applicationContext

  1. … 20 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

    • -1
    • +1
    ./web/pages/learning/parts/notebook.jsp
  1. … 136 more files in changeset.
LDEV-4678 Remove all ServiceProxy classes

Also get rid of LearningWebUtil.putActivityPositionInRequest(Long

activityId, HttpServletRequest request, ServletContext context) and

LearningWebUtil.getActivityMapping(ServletContext context) methods. As

it's better to invoke according service methods directly.

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

  1. … 31 more files in changeset.
LDEV-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 164 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 164 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 97 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-4707 Remove never used fields from TaskListItem

    • -3
    • +0
    ./web/pages/authoring/parts/addtask.jsp
    • -2
    • +1
    ./web/pages/learning/parts/commentlist.jsp
    • -2
    • +1
    ./web/pages/learning/parts/filelist.jsp
    • -50
    • +44
    ./web/pages/learning/parts/itemdetails.jsp
    • -8
    • +2
    ./web/pages/monitoring/itemsummary.jsp
LDEV-4696 Use container provided Hibernate libraries instead of own copy

  1. … 33 more files in changeset.
LDEV4696 Removing legacy parameters and deprecated methods

  1. … 28 more files in changeset.
LDEV-4696 Convert TaskList to Hibernate annotations

  1. … 17 more files in changeset.
LDEV-4691 Make Hibernate a part of LAMS libraries

WildFly 14 provides Hibernate 5.3. Migrating LAMS from 5.0.10 will

require some effort. For now we provide our own version of Hibernate to

keep compatible.

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

  1. … 47 more files in changeset.
LDEV-4674 Comments in task list have portraits

    • -8
    • +11
    ./web/pages/learning/parts/commentlist.jsp
LDEV-4440 Fix comments feature

  1. … 36 more files in changeset.
LDEV-4440 Clean up shared files

    • -1
    • +1
    ./web/pages/authoring/parts/addtask.jsp
    • -1
    • +1
    ./web/pages/learning/parts/addtask.jsp
    • -1
    • +1
    ./web/pages/learning/parts/notebook.jsp
  1. … 198 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 Use correct form names for learning outcome authoring

  1. … 3 more files in changeset.