Skip to content

Latest commit

 

History

History
119 lines (95 loc) · 5.42 KB

File metadata and controls

119 lines (95 loc) · 5.42 KB
Version 2.2.0 (Feb 3, 2026)
  • Added 'X no. of comments on page' while viewing a page
Version 2.1.7, Version 2.1.6 (Dec 19, 2025)
  • Change logic to how an image gets uploaded
Version 2.1.5 (Nov 24, 2025)
  • Changed dutch i18n strings
  • Fixed where if an error occured the i18n key instead of msg gets shown
Version 2.1.4 (Oct 1, 2025)
  • Added better visual for when comment mode is enabled
  • Refactored old classes and prefixe's
Version 2.1.3 (Oct 1, 2025)
  • Improved keyboard keystroke behaviour, removed support for delete button due to complexity
Version 2.1.2 (Aug 14, 2025)
  • Added image validation
  • Fixed a bug on the special page where pages with a different namespace couldn't be filtered
Version 2.1.1 (Jul 25, 2025)
  • Added missing translation strings on the SpecialPage
Version 2.1.0 (Jul 24, 2025)
  • Refactored frontend -- now using Vue
  • Improved UI
  • Added SVG and image support
  • Skip loading frontend if comment mode has been disabled
  • Enabling commenting on on own comments (in favor of #13)
  • Removed slots migration script
  • Fixed CVE for Rangy 1.3.1
Version 2.0.5 (May 7, 2025)
  • Fixed fatal TypeError to be able to use SmartComments on 1.43
  • Improved compatibility with SMW 5.0.0
Version 2.0.4 (Apr 16, 2025)
  • Fixed an issue for selections that contained an pipe char
Version 2.0.3 (Apr 1, 2025)
  • Minor changes to naming of SmartComments css classes
Version 2.0.2 (Dec 17, 2024)
  • Minor label changes in specialPage
  • Changed logic to prevent max executiontime error
Version 2.0.1 (November 27, 2024)
  • Minor fix in RHS-skin compatability
Version 2.0.0 (Oct 31, 2024)
  • Removed use of data slots instead SmartComments now uses it's own table to write the old content to see Migration to v2
  • Refactored TextLocationUpdater
  • Added unit tests
Version 1.5.5 (Sep 25, 2024)
  • Fixed bug where you could select everything in the page.
  • Fixed issue where selection would be put on the firstHeader in MW instead of the text
Version 1.5.4 (Jul 18, 2024)
  • Removed the use of SMW\HtmlTabs and created custom tabs.
Version 1.5.3 (Jul 17, 2024)
  • Removed hard requirement of SemanticMediaWiki in extension.json - fixes #10.
Version 1.5.2 (Jul 2, 2024)
  • Special:SmartComments: In the comment overview table, show the displaytitle of a page if it has one set
  • Special:SmartComments: Change the icon and button text of the button in a comment pop-up that takes you back to the page a comment was made on
Version 1.5.1 (Jun 25, 2024)
  • Fix missing i18n-strings
  • Replace deprecated "SMWStore::updateDataBefore" hook by "SMW::SQLStore::BeforeDataUpdateComplete"
Version 1.5.0 (May 31, 2024)
  • Allow comments to be made on HTML selections
Version 1.4.4 (May 3, 2024)
  • Translation updates
  • Refactored namespace
  • Removed vendor dir
  • Several other Improvements
Version 1.4.3 (Mar 15, 2024)
  • Change color of comment icons of comments that have replies to green
  • Make a simplified version of the special page available to users that only have the "add comment" right
  • Add a manual to the special page
  • The "spinner" to indicate loading time will now start immediately when selecting text
  • Improvements to selection actions in JavaScript (positioning of screenshot, position of "add comment" pop-up)
  • Add fix for clicking the button "Go to page overview" when already on the special page
  • Fix a bug where a user was not able to make a new selection upon previously getting an error message due to an invalid selection
Version 1.4.2 (Feb 1, 2024)
  • Ensure that filter "status" remains set whenever a comment is resolved or unresolved
Version 1.4.1 (Dec 6, 2023)
  • Allow users to reply to comments on the SpecialPage
Version 1.4.0 (Oct 6, 2023)
  • First release with Release Notes at Special:SmartComments/ReleaseNotes
  • Improved resource loading, this should make the process of enabling SmartComments more stable
  • Minimum comment length reduced to 1 character
  • After placing a comment, the comment mode is automatically enabled again
  • Possibility to comment on an image
  • Make a clear distinction in UI between comments and replies
  • When a page with comments is deleted, the comments are automatically deleted as well
  • Users with the "manage-inlinecomments" right now see a new icon when opening a comment (Go to page overview). Clicking it will open the special page, with the filter set to the page the user was just on.
  • Resolving a comment is no longer visible on Special:RecentChanges
  • Improved highlighting of text that has a comment associated to it
  • Improved compatability with the Rijkshuisstijl
  • Improved positioning of comments of which the original text was removed
  • (Special page) Improved filtering mechanism
  • (Special page) Pagination system built in
  • (Special page) Special characters are now shown properly
  • (Special page) Creation and editing times are now shown in the local timezone of the user viewing the special page
  • (Special page) Clicking a page link inside the row of a comment, opens the page and immediately opens the selected comment
  • (Special page) Clicking the "open" button of a comment, now opens the comment pop-up on the special page
  • (Special page) Added button to toggle the creation of new comments
  • (Special page) Added button to delete all completed/resolved comments
  • (Special page) Added button to delete all comments