Bug 162607 - [LOCALHELP] Remove/fix duplicate entries in hid2file.js
Summary: [LOCALHELP] Remove/fix duplicate entries in hid2file.js
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
25.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:25.2.0
Keywords:
Depends on:
Blocks: HelpGaps-NewFeatures Help-Changes-Features
  Show dependency treegraph
 
Reported: 2024-08-24 14:15 UTC by Olivier Hallot
Modified: 2024-10-27 13:09 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
status as of today. 140 entries (5.17 KB, text/plain)
2024-08-26 05:51 UTC, fpy
Details
diff from 2021-09 (2.57 KB, patch)
2024-08-26 05:52 UTC, fpy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2024-08-24 14:15:59 UTC
As explained in https://bugs.documentfoundation.org/show_bug.cgi?id=120200#c2 , remove or fix the duplicate entries in hid2file.js.

Removal has to be carried in the source Help files (*.xhp). 

The list of duplicates can be extracted with command 

sed -n "s;^\('[^']*'\):'.*$;\1;p" hid2file.js | sort | uniq -dc

use "git grep <bookmark>" in hepcontent2/source/text/ to get the files with duplicated bookmark entry. 

Investigate the way to fix it. There can be ambiguities to resolve.
Comment 1 Commit Notification 2024-08-24 14:36:40 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/3542a6dade252f7d6b9e8332437e88a52e782db6

tdf#162607 Remove dup's in hid2file.js
Comment 2 Olivier Hallot 2024-08-24 17:08:52 UTC
TIP: if the <bookmark> is just before an <ahelp> tag, especially when visibility="hidden" and href=".", then please move the bookmark href= to the ahelp's href= and delete the bookmark.

Let's not loose the ahelp content for the moment and by assigning the bookmark href to the ahelp will qualify the ahelp contents for later processing/refactoring/reuse.
Comment 3 Commit Notification 2024-08-24 17:52:03 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6930aa0207190cdb8113b74dbbfb61b40ddafe4b

tdf#162607 Remove dup's in hid2file.js
Comment 4 fpy 2024-08-26 05:45:02 UTC
(In reply to Olivier Hallot from comment #0)
> 
> The list of duplicates can be extracted with command 
> 
> sed -n "s;^\('[^']*'\):'.*$;\1;p" hid2file.js | sort | uniq -dc

adding " | sort -nr "  may also help :    

      6 'zzzz'
      5 'HID_GLOBAL_FALLBACK'
      4 '.uno:DeleteRows'
      4 '.uno:DeleteColumns'
      3 '.uno:ZoomIn'
      3 '.uno:WindowList'
      3 '.uno:ViewMenu'
      3 '.uno:ToolsMenu'
      3 '.uno:ParaStyle'
      3 '.uno:Navigator'
      3 '.uno:InsertRows'
      3 '.uno:InsertMenu'
      3 '.uno:InsertColumns'
      3 '.uno:FormatMenu'
      3 '.uno:FileMenu'
      3 '.uno:EditMenu'
      3 'SFX2_HID_TEMPLDLG_WATERCAN'
      3 'SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE'
      3 'SFX2_HID_TEMPLDLG_NEWBYEXAMPLE'
      3 'SFX2_HID_TEMPLATE_FMT'
      2 'writerperfect/ui/exportepub/splitlb
   ...


Root cause would be interesting to know.
For reference, Ross's file was 152 lines,
we are now at 140. 
1,2d0
<       2 'cui/ui/newtabledialog/NewTableDialog'
<       2 'cui/ui/newtabledialog/@@nowidget@@'
4d1
<       2 'cui/ui/optuserpage/country'
31a29
>       2 'modules/scalc/ui/navigatorpanel/datarange'
41c39,41
<       2 'modules/simpress/ui/presentationdialog/presdisplay_cb'
---
>       2 'modules/sdraw/ui/dlgsnap/@@nowidget@@'
>       2 'modules/simpress/ui/publishingdialog/page1'
>       2 'modules/swriter/ui/businessdatapage/state'

see full diff attached.
Comment 5 fpy 2024-08-26 05:51:04 UTC
Created attachment 196019 [details]
status as of today. 140 entries
Comment 6 fpy 2024-08-26 05:52:10 UTC
Created attachment 196020 [details]
diff from 2021-09
Comment 7 Commit Notification 2024-08-26 09:36:41 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, .uno:InsertRows
Comment 8 Commit Notification 2024-08-26 14:05:18 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1acfb22433aba0a648dd3df3d365671b690d2b6d

tdf#162607 Remove dup's in hid2file.js, .uno:InsertColumns
Comment 9 Commit Notification 2024-08-26 20:31:24 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/15dbb24419ea408415a5dffd3c883f196d0bb891

tdf#162607 Remove dup's in hid2file.js, .uno:DeleteRows
Comment 10 Commit Notification 2024-08-26 20:31:26 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9dc4502905e6364b8bc5069c3c561b44d7b896a9

tdf#162607 Remove dup's in hid2file.js, .uno:DeleteColumns
Comment 11 Commit Notification 2024-08-26 20:33:29 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, Bad hid/
Comment 12 Commit Notification 2024-08-27 20:10:12 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, .uno:Sort*
Comment 13 Commit Notification 2024-08-29 08:19:11 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9b6f313e24d791be85d9c62dea03905f86e2df35

tdf#162607 Remove dup's in hid2file.js, .uno:ZoomIn
Comment 14 Commit Notification 2024-08-29 08:20:14 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/8914196b95890d066eac338c9d1243c89edea43f

tdf#162607 Remove dup's in hid2file.js, .uno:ZoomOut
Comment 15 Commit Notification 2024-08-30 11:29:27 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/71c24af82c60bcbaf4a02bcdfa7a762bc0e3da92

tdf#162607 Remove dup's in hid2file.js, .uno:ZoomPlus/Minus
Comment 16 Commit Notification 2024-08-31 12:32:08 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, bad hid
Comment 17 Commit Notification 2024-08-31 17:05:58 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js WIZARDS
Comment 18 Commit Notification 2024-09-02 15:26:58 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/662d3b9e8aa7359d8d503046eee2067aeb8e937b

tdf#162607 Remove dup's in hid2file.js,
Comment 19 Commit Notification 2024-09-03 09:50:45 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, WindowList
Comment 20 Commit Notification 2024-09-03 09:51:48 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/299d2d8680d24b037047a8a70391960dba9d501c

tdf#162607 Remove dup's in hid2file.js, .uno:ViewMenu
Comment 21 Commit Notification 2024-09-03 15:48:50 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, .uno:InsertMenu
Comment 22 Commit Notification 2024-09-03 22:30:58 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/89f535d534780afd0dd684223c684b29e33c2009

tdf#162607 Remove dup's in hid2file.js, .uno:LoadStyles
Comment 23 Commit Notification 2024-09-04 15:45:27 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, SFX2_HID*
Comment 24 Commit Notification 2024-09-04 19:23:03 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, epub
Comment 25 Commit Notification 2024-09-07 16:57:13 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/970df2d1be6b52393668f2554c2f6cdf1f2f05dc

tdf#162607 Remove dup's in hid2file.js
Comment 26 Commit Notification 2024-09-07 16:58:16 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, pdf export
Comment 27 Commit Notification 2024-09-07 17:00:19 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, SC_HID*
Comment 28 Commit Notification 2024-09-08 11:39:40 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, SD_HID*
Comment 29 Commit Notification 2024-09-08 11:40:43 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, signature
Comment 30 Commit Notification 2024-09-11 20:40:17 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, NewTableDialog
Comment 31 Commit Notification 2024-09-11 23:08:34 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/4a1a76e6b7c74f0903b7695f137160e4c7e622f7

tdf#162607 Remove dup's in hid2file.js Standard filter
Comment 32 Commit Notification 2024-09-12 13:00:38 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 Remove dup's in hid2file.js, DBACCESS_HID*
Comment 33 Commit Notification 2024-09-12 13:47:46 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/30b104a12fa9d2f95cd7edcfec42431da7a022d3

tdf#162607 Remove dup's in hid2file.js, Print dialog
Comment 34 Commit Notification 2024-09-12 17:30:21 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/37ce48a19c58e36486e71461eed545d5f6e30836

tdf#162607 Remove dup's in hid2file.js,uno:Align*
Comment 35 Commit Notification 2024-09-12 17:30:24 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6185c0d3fdc17d2e02cb9e40ae3bd3e75315f36d

tdf#162607 Remove dup's in hid2file.js,uno:CellVert*
Comment 36 Commit Notification 2024-09-12 17:30:26 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/03b22cedc167f609b4ef43a327a2967e8ca8251c

tdf#162607 Remove dup's in hid2file.js, EXTENSIONS*
Comment 37 Commit Notification 2024-09-16 14:48:29 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1f91e9c96f05403874f81d0a273a19a86428e20d

tdf#162607 disambiguate hid2file.js, Print preview
Comment 38 Commit Notification 2024-09-16 15:22:39 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/35ffc7e66df2965e4c52ed54bd028f4ba54e5a28

tdf#162607 disambiguate hid2file.js,CMIS setup
Comment 39 Commit Notification 2024-09-16 16:05:47 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6f18fea8ff35d803fbce36aee5900379d3f7b5d7

tdf#162607 disambiguate hid2file.js,header/footer
Comment 40 Commit Notification 2024-09-16 18:40:10 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6914f5c5f29d428a79f221ba02a988ad02b27f88

tdf#162607 disambiguate hid2file.js,Grow/Shrink
Comment 41 Commit Notification 2024-09-16 18:41:13 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/65ae3daf7a941356e6167e70c505ea6ab06cefb6

tdf#162607 disambiguate hid2file.js, GridFront
Comment 42 Commit Notification 2024-09-16 18:41:16 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, Distribute Rows
Comment 43 Commit Notification 2024-09-16 18:41:18 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9635575ec590d4220326d4f7a8eb7ea7264a14c3

tdf#162607 disambiguate hid2file.js, CustomAnimation
Comment 44 Commit Notification 2024-09-16 18:42:21 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/301f67b6b028ba0b0acf0d590c7ced1e4b142356

tdf#162607 disambiguate hid2file.js, DistributeColumns
Comment 45 Commit Notification 2024-09-17 12:31:22 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, Select Row/Col
Comment 46 Commit Notification 2024-09-17 12:44:27 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/614dd5fba24a70bc5b5a4cb43eb431fc4dacd3c0

tdf#162607 disambiguate hid2file.js, InsertAuthor
Comment 47 Commit Notification 2024-09-21 09:24:51 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1a7cb494bd4f72fbf38c539babd018b593082f70

tdf#162607 disambiguate hid2file.js, DuplicatePage
Comment 48 Commit Notification 2024-09-21 11:05:04 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/4d33037d906bfd3ceea8ae13e8f35d82cb323d9c

tdf#162607 disambiguate hid2file.js, Page/Column
Comment 49 Commit Notification 2024-09-21 12:11:14 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/580c4b56bec3947b7338a376f2e81ed5405f4979

tdf#162607 disambiguate hid2file.js, ZoomOptimal
Comment 50 Commit Notification 2024-09-21 13:02:22 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/29e946d0b946aeafb4ab98a96924184db149c110

tdf#162607 disambiguate hid2file.js, Style menu
Comment 51 Commit Notification 2024-09-21 13:34:27 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/198614b76c835e3fedf4918510a8c310832a3d77

tdf#162607 disambiguate hid2file.js, ShowGraphics
Comment 52 Commit Notification 2024-09-21 15:39:43 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/37daca381f38f17887b57789d021cd3820533487

tdf#162607 disambiguate hid2file.js, SelectAll
Comment 53 Commit Notification 2024-09-21 15:39:46 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9426607bb843538b580738195af7316b5683623c

tdf#162607 disambiguate hid2file.js, DrawGraphicMenu
Comment 54 Commit Notification 2024-09-23 13:10:15 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/5fb6ba7d66d194949fea559d9afced94bad04f8c

tdf#162607 disambiguate hid2file.js, RTL/LTR
Comment 55 Commit Notification 2024-09-23 13:46:31 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/2ef934fb7ae13c5713effa050d9858629af66675

tdf#162607 disambiguate hid2file.js, misc
Comment 56 Commit Notification 2024-09-28 14:48:53 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, uno:SheetMenu
Comment 57 Commit Notification 2024-09-28 14:49:56 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/446f60711a2d62504ac3011987ad22fb64af6ffc

tdf#162607 disambiguate hid2file.js, uno:ScrollBar
Comment 58 Commit Notification 2024-09-28 14:50:59 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, TableBoundaries
Comment 59 Commit Notification 2024-09-28 14:51:01 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, SaveGraphic
Comment 60 Commit Notification 2024-09-28 14:51:04 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/909308152bef7ce6bc4bdac384aaf55f2431b7eb

tdf#162607 disambiguate hid2file.js, paste special
Comment 61 Commit Notification 2024-09-28 15:48:12 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/14476c266b8097805df0292dc9a07468024c12f0

tdf#162607 disambiguate hid2file.js, DBNew*
Comment 62 Commit Notification 2024-09-30 15:01:12 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/96ba26db0cb10e32fc6650eb54fe279498c9eecf

tdf#162607 disambiguate hid2file.js, mail merge
Comment 63 Commit Notification 2024-09-30 15:02:15 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, InsertCtrl
Comment 64 Commit Notification 2024-09-30 16:07:24 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, chart legend dups
Comment 65 Commit Notification 2024-10-03 00:27:43 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

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

tdf#162607 disambiguate hid2file.js, writer bookmarks
Comment 66 Commit Notification 2024-10-27 13:07:34 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/43eb562f1d5c61c08c67be8b0f502a3858b6770c

tdf#162607 disambiguate hid2file.js, Scripts
Comment 67 Commit Notification 2024-10-27 13:08:37 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/67624ded171461c184c8286b510b4778e5be6465

tdf#162607 disambiguate hid2file.js, InsertFrameInteract
Comment 68 Commit Notification 2024-10-27 13:09:40 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/68fd7de6c356ebab9289ba10d939dd8a4e3a7dd1

tdf#162607 disambiguate hid2file.js, InsertTimeField