Bug 154364 - [LOCALHELP]Housekeeping: replace embedded "related topics" with section "related topics"
Summary: [LOCALHELP]Housekeeping: replace embedded "related topics" with section "rela...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.6.0
Keywords:
Depends on:
Blocks: HelpGaps-NewFeatures
  Show dependency treegraph
 
Reported: 2023-03-24 14:10 UTC by Olivier Hallot
Modified: 2023-03-30 13:03 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2023-03-24 14:10:44 UTC
Many Help XHP files ends with "Related topics" at the bottom.

The "Related Topics" was implemented with

<embed href="text/shared/00/00000004.xhp#related"/>
(...)


But it also can be implemented with 

<section id="relatedtopics">
(...)
</section>

The task is to replace the <embed ...> with the <section id=...>.
Comment 1 Commit Notification 2023-03-24 14:29:24 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/ed90b5c51e0cda59e30995bbfb26d9ea69123fe8

tdf#154364 (part) refactor "related topics" for swriter/guide/
Comment 2 Commit Notification 2023-03-25 12:26:37 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/7062dbc3016bf22b8294a7d6998e0441523f1895

tdf#154364 (part) refactor "related topics" for swriter
Comment 3 Rafael Lima 2023-03-25 13:30:08 UTC
+1 from my side!
Comment 4 Commit Notification 2023-03-26 20:49:30 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/7484a8aa5d9f1350d4272aa3a1ed894cc05e102e

tdf#154364 (part) refactor "related topics" for smath
Comment 5 Commit Notification 2023-03-26 20:51:33 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/802dff23502b199e496847b3091a557e8e4c793b

tdf#154364 (part) refactor "related topics" for simpress
Comment 6 Commit Notification 2023-03-27 15:59:30 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/68257fa557206cc11dfcad9fdb037eaceb131217

tdf#154364 (final) refactor "related topics" for share/guide