Skip to content
En échec

Changes

Summary

  1. Bug #14969 (details)
  2. Bug #14975 (details)
  3. Bug #14987 (details)
  4. Bug #12699 (details)
Commit dcf0b1c573c47fb008af34c78d3a0c41c1ae0221 by Miguel Moquillon
Bug #14969

For the subscriptions on nodes (folders in Kmelia for example), take
into account the move of nodes. In the case the node is move into
another component instance, then any subscriptions on that node are
renewed on the node.

In order to do this, add the notification on nodes move.
The file was modifiedcore-library/src/main/java/org/silverpeas/core/subscription/listeners/SubscriptionNodeEventListener.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/node/service/DefaultNodeService.java (diff)
Commit e2b601945d5818ad12eaff6bc963ffcc3b4bdc64 by Miguel Moquillon
Bug #14975

In a form, a publication picker field is rendered as text in read-only mode.
the TextDisplayer used for doing encodes the value for HTML for any
fields other than file and date field. Hence the bug with publication
URL fields. So the fix is avoid the HTML encoding for such type of fields.
(Publication URLs field are the read-only rendering of publications
picker fiel.d)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/contribution/content/form/displayers/TextDisplayer.java (diff)
Commit 3e3b11774c02f96463cf4bdcb5e8fc104d1203db by Miguel Moquillon
Bug #14987

The default operator wasn't used in plain textual search. Fix it.
The file was modifiedcore-library/src/main/java/org/silverpeas/core/index/search/model/IndexSearcher.java (diff)
Commit cfd91a6082252ebbe03e14a54724e3ee7523aff6 by Miguel Moquillon
Bug #12699

Now, in the WYSIWYG editor, for the image insertion or update, only
images of a given MIME type are allowed (those supported by our
current CKEditor version: jpeg, gif, webp, and png)
The file was modifiedcore-war/src/main/webapp/attachment/jsp/editAttachedFiles.jsp (diff)