Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Improve LatestChangedPages dashboard widget #1051

Open
TYPO3IncTeam opened this issue Sep 17, 2024 · 0 comments
Open

[TASK] Improve LatestChangedPages dashboard widget #1051

TYPO3IncTeam opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@TYPO3IncTeam
Copy link
Collaborator

ℹ️ View this commit on Github
👥 Authored by Frank Naegler [email protected]
✔️ Merged by Benni Mack [email protected]

Commit message

[TASK] Improve LatestChangedPages dashboard widget

This patch solves multiple smaller issues with the origin patch.

  • It's now visible if the page itself was changed or a content
    on that page
  • Widget options are now documented in the RST file
  • The displayed date is the change date of the content element
    or page (whatever influenced the page to appear in the widget)
  • Missing language information is added
  • View webpage now respects the language parameter
  • The edit content button now opens the correct page
  • Using the current workspace restriction to fetch sys_history
    records does not work and is replaced by adding a direct equal
    where condition for the current workspace id
  • Additionally, some small code quality improvements, e.g., missing
    strict type checks and wrong cases in function calls

Resolves: #104920
Related: #104878
Releases: main
Change-Id: I33bdb1019eb5806b1f401201339a4592d2db867a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86019
Tested-by: core-ci [email protected]
Tested-by: Benni Mack [email protected]
Reviewed-by: Stefan Bürk [email protected]
Reviewed-by: Benni Mack [email protected]
Tested-by: Stefan Bürk [email protected]

➗ Modified files

13.3/Feature-104878-IntroduceDashboardWidgetForPagesWithLatestChanges.rst
@@ -15,6 +15,10 @@ To make it easier for TYPO3 users to view the latest changed pages in their
 TYPO3 system, TYPO3 now offers a dashboard widget that lists the latest
 changed pages.
 
+Widget Options:
+- `limit` The limit of pages, displayed in the widget, default is 10
+- `historyLimit` The maximum number of history records to check, default 1000
+
 Impact
 ======
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant