This issue has been created
There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-ef77f16a-6994-40a4-b456-b4bce708fbab XWIKI-23062 Open

Remove all uses of the suggest.vm template

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1b0dc39b-10f8-4b32-a186-f477ed8cf580 Charpentier Lucas created this issue on 03/Apr/25 13:46
 
Summary: Remove all uses of the suggest.vm page
Issue Type: cid:jira-generated-image-avatar-ef77f16a-6994-40a4-b456-b4bce708fbab Bug
Affects Versions: 17.2.0
Assignee: Unassigned
Components: Development Issues only, Old Core, Webjar
Created: 03/Apr/25 13:46
Labels: deprecationfixingday
Priority: cid:jira-generated-image-static-major-2305dcc6-69e0-4c55-b2f6-c7575b80a4d9 Major
Reporter: Charpentier Lucas
Description:

This page is deprecated, and we should remove all the uses of it in XWiki Standard. See https://github.com/xwiki/xwiki-platform/blob/15cd567291f4e53bb4932916b3a73d639e38a9a1/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/suggest.vm#L21-L22

Currently, the page is used only in xpage queries:

  • tags.js L171
  • DBListClass.java L539 (and test)
  • StaticListClass.java L123 (and test)
  • SuggestTest.java
 
 

2 updates

 
cid:jira-generated-image-avatar-1b0dc39b-10f8-4b32-a186-f477ed8cf580 Changes by Charpentier Lucas on 03/Apr/25 13:46
 
Summary: Remove all uses of the suggest.vm page template
Description: This page template is deprecated, and we should remove all the uses of it in XWiki Standard. See https://github.com/xwiki/xwiki-platform/blob/15cd567291f4e53bb4932916b3a73d639e38a9a1/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/suggest.vm#L21-L22

Currently, the page is used only in xpage queries:
* tags.js L171
* DBListClass.java L539 (and test)
* StaticListClass.java L123 (and test)
* SuggestTest.java