lams_tool_scratchie

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4766 Add expand all toggle for burning questions in TBL Monitor UI

(cherry picked from commit 7a82139f8dd4ce906c0b733f764055197c694898)

LDEV-4746 Create a super class and table for tools' answers to inherit

  1. … 6 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
    • +1
    ./web/pages/authoring/parts/answerlist.jsp
    • -1
    • +1
    ./web/pages/authoring/parts/itemlist.jsp
    • -1
    • +1
    ./web/pages/monitoring/editactivity.jsp
  1. … 379 more files in changeset.
LDEV-4746 Migrate Scratchie to QB

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

LDEV-4759 Tour and portrait pop ups appear correctly.

  1. … 43 more files in changeset.
LDEV-4759 Main page functional

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

    • -4
    • +4
    ./web/pages/authoring/parts/additem.jsp
    • -2
    • +2
    ./web/pages/authoring/parts/itemlist.jsp
  1. … 492 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

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

    • -1
    • +1
    ./web/includes/css/scratchie-learning.scss
  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.
LDEV-4743 Scratchie uid not session uid should have been deleted.

    • -1
    • +1
    ./db/sql/create_lams_tool_scratchie.sql
LDEV-4743 Scratchie uid not session uid should have been deleted.

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

    • -7
    • +8
    ./db/sql/create_lams_tool_scratchie.sql
  1. … 125 more files in changeset.
LDEV-4730 Updating labels for Scratchie

Updating Greek, English and Spanish

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. … 138 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. … 50 more files in changeset.
LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

  1. … 1 more file in changeset.
LDEV-4569: updating UI for buring questions

Merge remote-tracking branch 'origin/master' into lams31

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

  1. … 5 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. … 165 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. … 165 more files in changeset.
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 96 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.