Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5287 increase the default max length for group_concat

Otherwise some long strings cannot be concatenated.

See

https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_group_concat_max_len

LDEV-5287 Show ratings and comments in author preview mode

  1. … 2 more files in changeset.
LDEV-5287 Use JS function for URL encoding instead of back end

  1. … 1 more file in changeset.
LDEV-5287 Display Finish button on completing enough items

  1. … 1 more file in changeset.
LDEV-5287 Improve "preview" buttons in authoring

  1. … 3 more files in changeset.
LDEV-5287 Remove "run auto" feature

  1. … 2 more files in changeset.
LDEV-5287 Display all shared resources on single page with panels

  1. … 10 more files in changeset.
LDEV-5287 Remove zipped website and learning object as item types

No one is using them anymore. URLs and files should be enough.

  1. … 23 more files in changeset.
LDEV-5287 Remove multiple instructions per each item

Now each item has got only one rich text instructions field. It should

be quite sufficient.

  1. … 5 more files in changeset.
LDEV-5287 Remove "open in pop up" feature

  1. … 5 more files in changeset.
LDEV-5250 Remove Pedagogical Planner integration with core LAMS

  1. … 66 more files in changeset.
LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-5248, LDEV-4411 Mark some collections as cacheable

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 31 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 95 more files in changeset.
LDEV-5245 Use name and login to identify students in Monitoring

LDEV-5236 Reintroduce title validation in Share Resources learner

  1. … 2 more files in changeset.
LDEV-5186 Merge two notifications into one email in Share Resources

Improve wording of the sent email.

  1. … 2 more files in changeset.
LDEV-5186 Merge two notification option into one in Share Resources

  1. … 4 more files in changeset.
LDEV-4917 Add Uppy upload to Share Resources tool

  1. … 8 more files in changeset.
LDEV-5057 Use UTF-8 as default encoding for message sources

  1. … 33 more files in changeset.
LDEV-4962 Use complex portrait UUID in tools

  1. … 24 more files in changeset.
LDEV-4962 Use complex portrait UUID in tools

Conflicts:

lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/dao/hibernate/QaUsrRespDAO.java

  1. … 24 more files in changeset.
LDEV-4945 Fix mysql comments on patch files

  1. … 72 more files in changeset.
LDEV-4945 Fix mysql comments on patch files

  1. … 97 more files in changeset.
LDEV-4743 Squash tool patches updating to version 3.1

  1. … 113 more files in changeset.
LDEV-4932 Add CSRF to Vote and share resources authoring

  1. … 7 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4932 Adding CSRF to Share resources

Adding CSRF prevention to hide/show toggle in monitor

  1. … 6 more files in changeset.
LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 42 more files in changeset.