Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4997 Use UUID_V4 function to create a unique identifier for LAMS server

Merge branch 'LDEV-4997' into v4.0

Conflicts:

lams_build/3rdParty.userlibraries

lams_tool_doku/src/java/org/lamsfoundation/lams/tool/dokumaran/web/controller/MonitoringController.java

    • -0
    • +22
    ./lamsfoundation/lams/commonContext.xml
  1. … 3 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

    • -103
    • +103
    ./lamsfoundation/lams/outcome/Outcome.java
    • -92
    • +92
    ./lamsfoundation/lams/outcome/OutcomeResult.java
    • -127
    • +127
    ./lamsfoundation/lams/outcome/OutcomeScale.java
    • -71
    • +71
    ./lamsfoundation/lams/qb/dto/QbStatsDTO.java
    • -98
    • +98
    ./lamsfoundation/lams/qb/model/QbCollection.java
    • -68
    • +68
    ./lamsfoundation/lams/util/CommonConstants.java
  1. … 450 more files in changeset.
LDEV-4997 Fetch API key for every call as it can change in config

LDEV-4997 Fetch API key for every call as it can change in config

LDEV-4997 Allow Etherpad instance sharing between LAMS instances

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java

  1. … 1 more file in changeset.
LDEV-4997 Allow Etherpad instance sharing between LAMS instances

  1. … 1 more file in changeset.
LDEV-4949 Format question's title properly

* remove html tags and custom "[IMAGE: ]" one

* trim title so it contains 200 characters at max while preserving the

last full word

LDEV-4949 Format question's title properly

* remove html tags and custom "[IMAGE: ]" one

* trim title so it contains 200 characters at max while preserving the

last full word

Cherry pick from branch 5.0

LDEV-5002 Allow non-breaking space in Etherpad initial content

LDEV-5002 Allow non-breaking space in Etherpad initial content

LDEV-5002 Do not set cookie domain if it is "localhost"

Edge browser does not set a cookie if domain is "localhost".

LDEV-5002 Do not set cookie domain if it is "localhost"

Edge browser does not set a cookie if domain is "localhost".

LDEV-5002 Add question Etherpads in Scratchie

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/etherpad/util/EtherpadUtil.java

lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/ScratchieConstants.java

lams_tool_scratchie/web/WEB-INF/tags/Etherpad.tag

lams_tool_scratchie/web/pages/learning/scratchies.jsp

  1. … 12 more files in changeset.
LDEV-5002 Add question Etherpads in Scratchie

  1. … 12 more files in changeset.
Merge remote-tracking branch 'origin/master' into v4.0

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java

lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/LAMSBaseDAO.java

    • -301
    • +303
    ./lamsfoundation/lams/dao/IBaseDAO.java
LDEV-5003 Load all necessary objects in one go instead of one by one

    • -0
    • +2
    ./lamsfoundation/lams/dao/IBaseDAO.java
  1. … 1 more file in changeset.
LDEV-5004 Fix checking a new question if it is a default question

LDEV-4995 Improvements to the index page

* Fix offcanvas bar search and organisation tablesorter markup in case

of big amount of available organisations

* Optimise DB queries

* Introduce hasContributeActivities Lesson's flag

* Show "fa-spin" when loading an organisation

    • -3
    • +13
    ./lamsfoundation/lams/index/IndexLessonBean.java
    • -3
    • +18
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 12 more files in changeset.
LDEV-4746 Fix QB answer removal on activity removal

Using JPQL caused errors, so a native query has been used.

    • -0
    • +2
    ./lamsfoundation/lams/qb/dao/IQbDAO.java
    • -0
    • +9
    ./lamsfoundation/lams/qb/dao/hibernate/QbDAO.java
  1. … 1 more file in changeset.
LDEV-4997 Introduce Etherpad as a JSP tag

  1. … 8 more files in changeset.
LDEV-4998 Protect activity default questions from modification

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 2 more files in changeset.
LDEV-4949 import questions from Word files

    • -0
    • +400
    ./lamsfoundation/lams/questions/QuestionWordParser.java
  1. … 13 more files in changeset.
LDEV-4949 import questions from Word files

Cherry-pick from 5.0 branch

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/conf/language/lams/ApplicationResources_en_AU.properties

lams_central/src/java/org/lamsfoundation/lams/web/QuestionsController.java

lams_central/web/questions/questionFile.jsp

  1. … 13 more files in changeset.
LDEV-4997 Initial migration of Doku tool to Etherpad as central service

    • -0
    • +22
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20200326.sql
    • -0
    • +11
    ./lamsfoundation/lams/etherpad/EtherpadException.java
    • -0
    • +158
    ./lamsfoundation/lams/etherpad/service/EtherpadService.java
    • -0
    • +39
    ./lamsfoundation/lams/etherpad/service/IEtherpadService.java
    • -0
    • +10
    ./lamsfoundation/lams/etherpad/util/EtherpadUtil.java
  1. … 26 more files in changeset.
LDEV-4997 Initial migration of Doku tool to Etherpad as central service

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_build/build.xml

lams_common/src/java/org/lamsfoundation/lams/commonContext.xml

lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java

lams_tool_doku/src/java/org/lamsfoundation/lams/tool/dokumaran/dbupdates/patch20200329.sql

    • -49
    • +69
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20200326.sql
    • -0
    • +11
    ./lamsfoundation/lams/etherpad/EtherpadException.java
    • -0
    • +158
    ./lamsfoundation/lams/etherpad/service/EtherpadService.java
    • -0
    • +39
    ./lamsfoundation/lams/etherpad/service/IEtherpadService.java
    • -0
    • +10
    ./lamsfoundation/lams/etherpad/util/EtherpadUtil.java
  1. … 25 more files in changeset.
LDEV-4995 Upgrade to bootstrap 4

* Update LAMS code to use bootstrap 4

* Update and redesign index page

    • -1
    • +6
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +19
    ./lamsfoundation/lams/dbupdates/patch20200316.sql
    • -5
    • +94
    ./lamsfoundation/lams/index/IndexLessonBean.java
    • -0
    • +90
    ./lamsfoundation/lams/lesson/FavoriteLesson.java
    • -6
    • +8
    ./lamsfoundation/lams/lesson/Lesson.java
    • -0
    • +29
    ./lamsfoundation/lams/lesson/dao/IFavoriteLessonDAO.java
    • -1
    • +6
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 184 more files in changeset.
Merge remote-tracking branch 'origin/master' into v4.0

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_learning/src/java/org/lamsfoundation/lams/learning/web/controller/GateController.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/dto/GroupSummary.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

  1. … 17 more files in changeset.
LDEV-4991 Fix learning outcome query when entering via sysadmin

LDEV-4989 Password Gate initial implementation

    • -0
    • +21
    ./lamsfoundation/lams/dbupdates/patch20200315.sql
    • -0
    • +110
    ./lamsfoundation/lams/learningdesign/PasswordGateActivity.java
    • -0
    • +1
    ./lamsfoundation/lams/tool/SystemTool.java
  1. … 25 more files in changeset.