Problem/Motivation
History is being deprecated. This issue is to remove History from the Help module.
Steps to reproduce
Proposed resolution
Remove history from help text in Help module.
Remove 'core' from help text in history module.
Remove history from HelpTest, the test is testing order and history doesn't seem to be necessary.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot from 2025-05-14 16-09-12.png | 77.79 KB | snehal-chibde |
| #4 | after.png | 218.8 KB | snehal-chibde |
| #4 | before.png | 67.5 KB | snehal-chibde |
Issue fork drupal-3524362
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3524362-remove-history-from
changes, plain diff MR !12120
Comments
Comment #3
quietone commentedComment #4
snehal-chibde commentedHello , I have tested this MR on Drupal 11 and the history from the Help module is removed.
Added screenshots of help config page and it no more shows the history page which was visible earlier.
Added before and after screenshots for reference.
Comment #5
smustgrave commentedSeems pretty straight forward
Comment #6
catchOne question on the MR - to me it looks like the entire tracking topic should be removed.
Comment #7
quietone commentedI removed the topic as suggested.
Comment #8
smustgrave commentedNice catch @catch! Feedback appears to be addressed
Comment #10
catchCommitted/pushed to 11.x, thanks!