Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Jammin

IC 5.0.6N

No permission to download
#4484: Fix multiple issues with badge form and Custom Badges
#4473: Fix cloud plan lang string
#4455: Prevent notifications date from being squashed
#4448: Duplicated links for featured content items
#4446: Max Embed Media Width and Smaller Minimum Table Column Width
- Issue #4146: Images and youtube videos rendering full width
- Issue #4435: Tables: ability to change column min width
- Issue #4433: Editor table columns should have resize cursor applied
#4447: Only apply faded icon to category tables
#4438: Fixes an issue where generating topic summaries can fail
#4425: Use JS lang strings for create new line buttons in table
#4424: Define Visual Language Editor Values in AJAX responses for Dialog and Menu Support
#4384: Improved contrast of Stripe checkout in dark mode
#4415: Fixed odd tint of i-color_contrast in Safari
#4416: Conditionally inherit colors for footer widgets
- Issue #4378: Featured content widget on footer shows white borders
- Issue #4390: Minor design issue: guest block in footer
#4417: Improved spacing around advertisements
#4423: Better carousel support in Safari
#4426: Close widget menus when exiting page editor
#4427: Update time in topic header after page load
#4428: Host Monaco from the Community instead of using CDN
#4430: Add theme hook points for Courses
#4431: Hook points in Calendar Overview
#4432: Prevent custom icons from using 'object-fit:cover' in table UI
#4392: Implement extension for custom Package Types
#4421: Fixes an issue where getting the first or last post in a topic can be very slow
#4409: Fixed wrong Classname ( Livetopic vs LiveTopic) in the EditorExtension Class
#4413: Fix an issue where leaving an event after RSVP threw an exception
#4407: Fixes an issue where the service worker offline page isn’t UTF-8
#4400: Allow custom emoticons to display in their natural dimensions
#4397: Editor Fixes
- Issue #4090: Difficult to remove automatically applied link styles
- Issue #4399: Add editor button with registerNode
#4395: Close dialog when anchor link clicked
#4396: Update remote autocomplete from input event
#4402: Fix broken blog comment permission check
#4405: UI fixes for 5.0.6
#4376: Removed jquery.transform.js and data-ipsdialog-showfrom
#4366: Implement extension for new MFA Handlers
#4393: Fix an issue where profile completion on registration can throw an exception
#4389: Add support for form headers and HTML in UI Node extension
#4359: Add support for FURLs in profile tabs
#4358: Implement extension for new Share Services
#4371: Hide Video Encoding ACP menu item if gallery is disabled
#4353: Additional methods to UserMenu extension
#4338: Speed up Tag Selector when there are 100s of Tags
#4367: Open the SavedAction class for extension
#4368: Add "site online" to ACP search keywords
#4370: Fix issue with incorrect count on the Recently Browsing block
#4382: Fixed alignment of expanded mini-profile
#4383: Fixed ipsSwitch transition
#4385: Made "Follow member" button full width on leaderboard
#4381: Use --ips-js-zindex-top to handle tooltips and menus
#4369: Fix issue where blog entry dates showed incorrectly in activity streams
#4362: Fixed widget carousels
- Issue #4360: Page Editor carousels don't shrink below 4 items
- Issue #4361: Achievements widget doesn't support carousels
#4106: Reduced some JS and CSS to address Layout Shifts and reflow
#4357: Fix an issue with unapproved commerce item reviews
#4355: More stable badge creator wizard
#4352: New Listener types and events
#4337: Implement additional UI Extension methods for content tables
#4345: Improved the UI of Achievements widget
#4344: Added padding to no-icon-button
#4342: Converted Theme Editor tabs to data-ipsTabbar
#4340: Fixed forum category collapse icon
#4325: Update CodeMirror bundle to 5.68.16 and fix scroll issue
#4327: Deleting topics may be broken with pages app being enabled
#4324: v4 Port: False failed logins when using OAuth ROPC
#4292: Further extension of Clubs and Club Nodes
#4308: Update CodeMirror to 5.68.18
#4288: Make sure that the UINode Extension methods are called for album creation
#4289: Fix an issue where UINode rowBage method was not called for Packages
#4323: Fix issue where "Other" Meta Tags could not be saved
#4322: Fix incorrect version number when downloading language files
#4168: Increase speed and reduce size of Embed Support JavaScript
#4284: Fix an issue where digests contained hidden or deleted content
#4300: Reduced opacity of read forum icons
#4302: Fixed light/dark background for external embeds
#4303: Adjusted colors of upgrade progress bar to match v5 branding
#4313: Fix inconsistent EditorLocations implementation
#4314: Fix issue where badges could not be saved if using an uploaded image
#4315: Fixed some .ipsData elements not being wrapped with i-data
#4316: Added userBarGuest template hook
#4310: Fixes an issue where reacted content can be incorrect on profile view and streams
#4298: Fixed h3 tag on Profile page
#4277: Support for unknown fonts in the editor
#4106: Reduced some JS and CSS to address Layout Shifts and reflow

Developer Notes​

#4392 Implement extension for custom Package Types

- New PackageType extension to create custom package types in Commerce

#4366 Implement extension for new MFA Handlers

- New extension MFAHandler to implement custom methods for 2FA

#4359 Add support for FURLs in profile tabs

- New method ProfileAbstract::url() to define a custom FURL for a profile tab

- New FURL definition profile_tab

#4358 Implement extension for new Share Services

- New ShareServices extension to allow for custom sharing to external platforms

#4353 Additional methods to UserMenu extension

- New UserMenuExtension method acpAccountActionsMenu(). Returns an array of MenuItem objects that will be added to the "Account Actions" dropdown in the ACP member view.

- New UserMenuExtension method acpRowButtons(). Returns an array of buttons that will be added to the member list view. For this method, buttons should be returned as an array, the same way that buttons are constructed for ACP tables.

#4352 New Listener types and events

- New MemberListener events onCourseComplete, onModuleComplete, onLessonComplete, and onQuizComplete

- New Listener Type PollListenerType specifically for events related to polls. This listener supports the following methods: onCreateOrEdit, onVote, onVoteRecount, onDelete, onStateChange. The onStateChange event includes the new state (opened or closed).

- New Listener Type FileListenerType for file downloads. This listener has a single event, onDownload, which is fired when downloading from the Downloads application AND when downloading an attachment. The event payload will include the related object (e.g. a File for Downloads, or a Post - for example - for an attachment). For attachments, the $extra array will be populated with id1, id2, and id3 from the core_attachments_map table.

#4337 Implement additional UI Extension methods for content tables

- UI Extension method contentTableWhere() now allows you to modify existing where clauses.

- [BREAKING CHANGE] UI Extension method contentTableWhere() has a method signature change

- New UI Extension method contentTableGetRows() to allow you to modify table rows before they are output

#4292 Further extension of Clubs and Club Nodes

- New methods in Ui\Node to extend club nodes: clubFormElements(), processClubForm(), and clubFormPostSave()

- Nodes that use ClubContainer should now use the method _clubForm() instead of clubForm() to ensure that UI Extensions are called properly.

- New Club Extension method menu() allows developers to add items to the club menu

- New Club Extension method buttons() allows developers to add to the buttons in the club header (or sidebar)

- New class IPS\Helpers\Menu\Buttons to create a buttons list instead of a dropdown menu
#4310: Fixes an issue where reacted content can be incorrect on profile view and streams
#4274: Multiple fixes with topic summaries
#4237: Run animations in animation frames
#4252: Fixed slow tooltips in Chrome
#4253: Fixed minor UI concerns
#4254: Fixed minor UI issues (blog)
#4255: Minor UI issues (warning panel)
#4256: Fixed poll UI for guests
#4258: Prevent menus from falling under text
#4259: Fixed hovercard sizes
#4260: Fixed alignment of group badge in ACP profile
#4261: Primary buttons are no longer repositioned on mobile
#4268: Fix an issue where creating a new ProfileStep failed
#4275: Fix an issue where marking a post as a solution triggered an error
#4278: Remove extra MFA opt-out link
#4279: Fix an issue where installing Pages throws an error
#4281: Fix an issue where a user cannot reply to an alert while a password reset is in progress
#4282: Fixed position of .ipsStreamItem__summary
#4251: Fixes an issue where the Content I Follow stream may not return any results
#4276: Remove forced uppercase on block template tags
#4280: Fix an issue where tags with an ampersand do not render properly in the autocomplete list
#4201: More stable focus handling for Editor panels on mobile devices
#4227: Converter Updates
#4229: Ads.txt redirect to URL
#4224: Restore calendar overview to non-club calendars
#4226: Fix broken link to featured content page
#4192: Fix issue where deleting an alert generated an error
#4221: Fixes an issue where very old promoted items are shown on notification emails
#4190: Fix issue where prefix tags were not properly handled from the multimod actions
#4185: Add the ability to filter by club name in the filter modal
#4063: Add option to customize icon size and use no background shape for Custom Badge Icons
#4212: Fixes an issue where the wrong name is used on the report confirmation modal
#4208: Fix issue where missing database templates throws an exception
#4203: Fix issue where users could not view poll results even when permissions were enabled
#4202: Make "Save" button active after editing Language Key Translations
#4188: Fix issues where initial term could not be set on a product
#4199: Bring back the PII Data Profile Field Setting
#4200: Fix ToC when first post is truncated
#4211: Fix issue where soft-deleting items did not update node counters
#4191: Fix issues with sorting the Deleted Content screen in the ModCP
#4209: Fix issue where creating a new gallery category throws an exception
#4194: Fixed minor UX issues with editor
#4196: Fixed disappearing background image when Page Editor is active

Developer Notes​

Fixes multiple issues with Elasticsearch

The new minimum version for Elasticsearch is now 8.0, with the latest version 8.17 recommended. Those using Elastic search in v5.0.4 and earlier (including all of v4) will need to upgrade their Elasticsearch server, and then rebuild the search index.

Bug Fixes and Improvements​

#4087: Fix issue where non-existent node class can break the menu
#4089: Even More Editor Improvements
- Issue #4069: Quoting selected text from different pages is not saved in editor
- Issue #4084: v4 Lazy Load Content broken in v5 Editor
- Issue #4054: Problem with sending an empty message in posts
- Issue #4033: Tiptap formatting options keep changing order
- Issue #3961: [5.0.3] Emoji dialog goes out of bounds when opened when window is narrow
- Issue #3970: Minor UI bugs (posts content)
- Issue #3867: Odd pasting behavior
- Issue #3866: Editor - Cannot create custom iframe from empty link
- Issue #3394: Tiptap dropdown menus
- Issue #3597: Can't past attachments in the editor when it's in a modal & missing css file when embedding an URL
- Issue #3713: Editor translation keys missing
- Issue #3939: Cannot insert Custom Emoji from Editor Toolbar
- Issue #4088: Added several template hook points
- Issue #4086: Fixes an issue where admins do not get the new member registered email when validating is on
- Issue #4070: Fix issues with delays in rendering custom badges
- Issue #4079: Added margin around message in Edit History modal
- Issue #3418: Support RTL in Page Editor
- Issue #4077: Fixed border-radius and excess padding of ACP Statistics boxes
- Issue #4078: Prevented badges from shrinking
- Issue #4080: Fixed bottom padding in topic preview hovercards
- Issue #4071: Fix issues with last post data displayed on the forum feed view
- Issue #4073: Add attribution for Giphy
- Issue #4057: Fixes an issue where clubs aren't sorted by last activity correctly.
- Issue #4072: Fixes an issue where notifications were sent when Cloud Spam Analysis flagged content as spam for deletion
- Issue #4065: Fixed spacing in toolbox
- Issue #4059: Allows 'Mark Helpful' to be switched off on a per-group basis
- Issue #4024: Make sure Platform is enabled and cannot be disabled
- Issue #4019: Fix pasting emojis inside plain text
- Issue #3997: Fix issue where missing mod permission throws an error
- Issue #3935: Load extension classes by checking JSON files
- Issue #3962: Fix issue where guests can comment on blogs even when group permissions are disabled
- Issue #4056: Fixes an issue where a member's followers do not show
- Issue #4051: Minor UI polish for select[multiple] elements
- Issue #4052: Added padding to background processes
- Issue #4053: Improved UI of attachments
- Issue #4050: Backup v4 legacy database templates
- Issue #4043: Reverse the order of reactions on the front end
- Issue #4046: Force tag field to show all available options
- Issue #4049: Fixes an issue where Pages category management could not be loaded in the ACP
- Issue #4047: Fix issue where topic solution showed out of order
- Issue #3561: Restore HTML pages functionality for Pages
- Issue #4045: Remove extra space from theme XML file name
- Issue #4044: Fix casing of Featured Content widget title
- Issue #4042: Fixes and issue where upgrading from v4 can throw an error on a missing column
- Issue #4027: Fix issue where group names with HTML show as raw HTML in some places
- Issue #4041: Block CDN endpoints that can be flagged as crawl errors in Google WMT
- Issue #4034: Fixed overflowing content in ACP Profiles
- Issue #4028: Set default value for club display setting
- Issue #4026: Allow conversion of multiple nodes to a single code block
- Issue #4031: Show database subcategories using the specified layout
- Issue #4021: Fix Theme Editor Custom CSS quirks
- Issue #4025: Fix issue where custom emojis could not be deleted
- Issue #4002: Allow the images widget to open links in a new tab
- Issue #4023: Specify database table to prevent ambiguous columns SQL error
- Issue #4029: Handle curly quotes in SEO titles
- Issue #4016: Restore Ajax polling Comment Feeds
- Issue #4015: Fix query in RebuildSolvedStats queue extension
- Issue #4018: Fix issue where bad poll data threw an exception
- Issue #4022: Fix issue where some custom CSS files were not parsing resource tags
- Issue #3727: Prevent discussion forums from being dragged to root level
- Issue #3578: Make open assignments more visible
- Issue #3576: Fix TypeError when bypassing permission checks in getItemsWithPermission
- Issue #3984: Fixed UI of warning panel and Secure Account page
- Issue #3993: Fix issue where invalid image dimensions throws an exception
- Issue #3994: Fix issue where Messenger throws an exception when the user cannot create PMs
- Issue #3995: Remove padding options from Tagged Content block
- Issue #3998: Fix error when deleting package reviews
- Issue #3999: Support SVG files for reputation level badges
- Issue #4001: Support display position for media fields
- Issue #4003: Add "offset" option to all content widgets
- Issue #4006: Added online status to all comments/reviews
- Issue #3788: Implemented Tag Merge tool and Bulk Delete
- Issue #3992: Fixes an issue where a field with a missing name would trigger an error
- Issue #3596: Fix Build Extension finish method + implement a possibility to add own filters
- Issue #3982: Fixed minor UI issues on Tags page
- Issue #3983: Fixed size of footer icons in PWA
- Issue #3985: Removed red background from autocomplete when it's submitted as empty
- Issue #3986: Fixed closing element tags in polls
- Issue #3987: Relocated the mobile footer so it sits last in the DOM
- Issue #3991: Fix v4 applications breaking v5 club counter rebuilds
- Issue #3065: Fix broken pagination issue
- Issue #3965: Allows Downloads linked files to have their real name edited
- Issue #3850: Check format of the date before attempting to display
- Issue #3907: Prevent hovercard from stretching to full width
- Issue #3908: Removed styles from nested .ipsBox elements
- Issue #3909: Polished UI of Register and Login forms
- Issue #3910: Adjusted position of tooltip stem
- Issue #3923: Add missing „Share on .." language strings
- Issue #3931: Added fallback colors for iOS 15
- Issue #3933: Fix issue where guest comments hang instead of showing a "pending approval" message
- Issue #3943: Use HTML as the default language for Monaco Editors
- Issue #3956: Update Follow Button when following comment from the comment or review form
- Issue #3960: Improved the display of Club Names
- Issue #3964: Allow featured content to be removed when settings no longer allow it to be featured
- Issue #3941: Fixes an issue where photos are incorrectly rotated when using GD.
- Issue #3955: Fix deletion of comments without a valid item
- Issue #3947: Fix default PWA start_url
- Issue #3936: Fixes an issue where sorting assignments in the ModCP can throw a SQL error
- Issue #3929: Editor support for iOS 15
- Issue #3926: Fixes an issue where Cloud feature trial shows the incorrect end-date
- Issue #3925: Fix SendGrid Bulk Mail
- Issue #2251: Added a default max-width to portrait videos
- Issue #4116: Fix issue where assignment was not removed when commenting
- Issue #4117: Fix issues where default calendar views showed an error
- Issue #4118: Remove duplicate hook points
- Issue #4120: Extract onlineUsersRow into a separate template so that hook point is usable
- Issue #4122: Remove last_post_data upgrade step
- Issue #4124: Fix issue where club calendars were loading the overview with incorrect links
- Issue #4098: Fix issue where en-dash character broke SEO titles (also patched in Beta 1)
- Issue #4094: Fix issue where Open Assignments menu did not show team assignments (also patched in Beta 1)
- Issue #4126: New content related webhooks
- Issue #4141: Editor dropdown improvements
- Issue #4130: [5.0.4 Beta 1] Font size in editor also influences image options UI
- Issue #4109: Wrap in box menu z-index
- Issue #4152: Fix issue where font awesome icons in Pages CSS files were double-escaped
- Issue #4110: Fix exception in system logs when viewing ACP IP Address tools
- Issue #4104: Fix issue where File screenshots were included in topics even when configuration setting was disabled
- Issue #4101: Hide Album Cover options if an image is not part of an album
- Issue #4135: Generate badge files when there isn’t a cached badge
- Issue #4137: Better Friendly URL support when "Rewrite URLs" is Off
- Issue #4105: Fix issue where ModCP shows topic titles for which the user has no permission

Developer Notes​

- Issue #3935 Load extension classes by checking JSON files​

New method Application::getExtensionClass() should be used instead of manually building a path to an extension. This method will return only valid extension paths, and will prevent errors that result in an attempt to load legacy classes.

- Issue #3727 Prevent discussion forums from being dragged to root level​

New method Node\Controller::_canBeRoot() to determine if the row can be dragged to the root level. This was previously hard-coded to ( $node instanceof $nodeClass ).

- Issue #3578 Make open assignments more visible​

New method MenuExtension::mobileNotificationCount() to allow 3rd party applications to add to the counter that is displayed in the mobile menu. Previously this counter only showed the number of Active Reports.

New method ModCpAbstract::getCounters() allows 3rd party applications to add counters to the top of the ModCP. Previously this was hard-coded to show only Active Reports and the Approval Queue count.

- Issue #3576 Fix TypeError when bypassing permission checks in getItemsWithPermission​

Method signature change to Item::getItemsWithPermission()
#3871: Disable extensions for recovery mode
#3802: Badges in ACP tables were wrapping
#3824: Fix issue where guest comments hang instead of showing a "pending approval" message
#3843: Removed backgrounds, backdrops and conditionally hid captions from Images Widget
#3865: Force Account Settings page to use any predefined FURLs
#3883: Fix exception when viewing Blog RSS feeds
#3832: Fix issue where banned users still have menu options on mobile
#3902: Filter out empty club field values
#3826: Mitigate Icon Picker Lagginess
- Issue #3594: Big Lag when using the icon picker...
- Issue #3770: Editor icon picker configuration
#3854: Active inbox message titles are no longer dark
#3857: Ensure widgets with custom backgrounds inherit border-radius
#3859: Added ipsBox styles to edit form
#3863: Filter out empty secondary group IDs
#3870: Fix Elasticsearch Similar Content issue
#3881: Fix http links in the privacy page
#3882: Fix exception when editing featured content with images
#3885: Fixed width of avatar on profile page
#3887: Updated gallery stat icons
#3891: Fixed minor UI issue in Messenger
#3892: Fixed toggling Activity Stream as default
#3893: Improved spacing of edit form inside posts/comments
#3894: Fixed border-radius of loading dialogs
#3895: Fixed spacing in Account Settings
#3896: Fixed the UI of "Drag to upload files.." on tablets
#3898: Fixed some minor UI issues with ModCP and Notifications page
#3864: Forums may not show if last poster has been anonymised.
#3852: Advertisements optimisation
#3844: Removed gridspan and restored htmlId from radioImages
#3840: Fix PII Export XML issue
- Issue #3794: Request PII Data XML file invalid
- Issue #3830: Cannot export PII Data
#3764: Fix issues with importing themes
#3835: Sync content promoted in v4 with featured content in v5
#3838: Catch exceptions in the deletion log
#3839: Hide items from DatabaseNavigation widget if there is no permission to see them
#3842: Improved contrast of form headers in ACP.
#3833: Remove hard-coded ipsWidget--transparent class from builder widgets
#3790: Hide "Featured By" from Our Picks if the member is not available
#3823: Fix issue where all blog comments are moderated
#3792: Improved performance of navigation "More" menu
#3798: Removed stray '>' in includeJS
#3804: Fixed alignment of color settings in Theme Editor
#3812: Fix issue where deleting a menu item did not give the option to publish
#3814: Don’t share config object between instances
#3729: Fix issue where both an address and an online link can show on an event
#3785: Include URL in disk log
#3787: Add can_edit_tags permission to control cover photo permissions for tags
#3820: Made blog/category header UI consistent with other areas of the suite
#3789: Fix incorrect tooltip in ActiveUsers widget
#3821: Bring back the our picks in email setting
#3813: Don't send assignment notifications to the assignee if they are the one assigning
#3793: Fixed an issue where archived posts were not deleted on topic delete
#3327: Modify Stripe gateway to check for test vs live keys based on NEXUS_TEST_GATEWAYS
#3786: Fix database error logging for uncaught exceptions
#3763: Catch the Exception when there's an assignment without an item
#3775: Ui polish: 5.0.2
- Issue #3771: The scrollbar in the side panel navigation column uses default styling
- Issue #3772: Some <select> menus use serif fonts in Safari
- Issue #3773: Mobile footer disappears when off-canvas menus are toggled
- Issue #3774: Fixed dialogs are vertically misaligned
- Issue #3778: Some edit forms have nested .ipsBox elements
#3720: Fix issues where advertisements did not display properly in the listing views
#3767: Fix inline code and codeblock in editor
#3765: Restore Builder interface to image widget
#3768: Add editor extension buttons to toolbars
#3769: Fix Upgrader Issue
#3675: Fix issues with cloud analytics
#3728: Fix invalid check for pagination in custom CMS database index templates
#3759: Mention "downloads" as sort option for the files REST endpoint
#3732: Fix issue where Pages does not use the global footer
#3755: Polished radio options with images
#3758: UI Polishing with improved CSS selector performance
- Issue #3749: Minor UI bugs
- Issue #3742: v5 minor UI bugs [Microsoft icon is outdated]
- Issue #3741: v5 minor UI bugs [Pagination and status badges different sizes]
- Issue #3740: v5 minor UI bugs [Extra 'li' in notification settings]
- Issue #3739: v5 minor UI bugs [Border radius not removed when full width]
- Issue #3738: v5 minor UI bugs [Custom field headers incorrect, and more]
#3761: Use default anti-aliasing for fonts
#3748: Fixes an issue where Downloads screenshots could go missing
#3730: Prevent old notifications (v4) to cause issues when notifications are loaded
#3719: Check if the content is reactable before processing it and showing it in the ACP - Points Log
#3725: Fix issue where Taggable required a containerNodeClass
#3731: Fixed screenshots in Downloads returning an error when getImageDimensions failed
#3736: Removed background color from external embeds
#3733: Updated colors of chart tooltips
#3734: Made <abbr> usable on mobiles
#3724: Review Item and Comment menus and add checks for traits where applicable
#3699: Prevent code language menus from being overlapped by other boxes
#3659: Restore ability for moderators to modify user profile photos
#3661: Fix issue where profile data was not displayed when reputation was hidden
#3697: Hide horizontal overflow
#3698: Added an underline to the link in the Background Tasks description
#3694: Fixed star/participated icon, and ensure topic titles use Link Color
- Issue #3693: Participated icons don't always display correct state
- Issue #3672: Typography > link colour
#3692: Fixed duplicated message name in <title>
#3691: Replaced "test" with correct title
#3688: Fix issue where new replies are not automatically loaded into the topic
#3687: Fix errors when adding someone to a PM
#3686: Fix issues with solved statistics charts
#3685: Fix errors when running the expertUsersNudge task
#3695: Fix upgrade error for sites with databases that downgraded to Creator
#3690: Adjust calls to loader extension for CSS/JS
#3668: Prevent scrollbar from flickering in certain conditions
#3663: Allow text align regardless of Heading and Embed Restrictions
#3669: Updated v4 CSS classes to v5
#3681: Fix rebuild achievements task for the AnswerMarkedBest Extension
#3677: Fixes an issue where “Reward <user>” was missing on the post menu
#3683: Fix issue where user can downgrade expired subscription at no cost
#3547: Permissions for Downloads Custom Fields from v4
#3660: Fix issue where registration settings show raw HTML
#3573: Fix issue where adding a similar event did not call the UI extension
#3640: Fix an issue in the Block Manager when the Pages Application is not enabled
#3641: Associate the stream widget css file with the proper app
#3625: Always show scrollbars to prevent sporadic ACP nav menu widths
#3574: Use tab to select mention in editor
#3575: Fix Pages upgrade steps to remove manual queries adjusting the record tables
#3627: Add missing pruning ip address description
#3623: Fixed conflicts between floated content and lists in user content
#3626: Make customized icons match default icons in Download category list
#3572: Fix issue where some events with a location have null coordinates
#3624: Fixed colors of query log in light mode
#3609: Remove rich text styles from post wrapper after the editor loads
#3527: Preserve list indents around floated items
#3553: Fix issue where marking the site as read did not visually change some fields
#3455: Fix issues with Images builder widget
#3614: Fixes not found furls
#3587: Allow topic overview stats to wrap
#3588: Allow .ipsSelectTree to expand when long options are selected
#3602: Add the missing missing module name for the Assignments Module
#3589: Removed non-existent class name from Moderator's Control Panel table
#3590: Added padding to upgrade error page
#3592: Reduced the font-weight of unread stats/authors
#3593: Added padding around social login buttons
#3586: Fix incorrect column when importing themes
#3585: Remove unnecessary data from Badge API output
#3579: Fix wrapping on GraphQL credentials page
#3577: Remove editor attachments on upload error
#3440: Use configurable language strings in the Editor Block Type Selector
#3551: Adjust form toggles when adding/editing a forum
#3437: Uninstall out-of-date applications
#3513: Allow embeds to fill entire width of container
#3532: Code boxes inside collapsible boxes retain content
#3533: Various Editor Updates
- Issue #3281: Cannot move images into a quote (or wrap box) after they're already added
- Issue #3381: Emojis Suggestions
- Issue #3390: The URL from links which are turned to "no embeds" link still to embeds
#3557: Invision Community Cloud Bounce Bugfixes
#3508: Don’t use local search tree for remote Autocomplete results
#3539: Better iframe allow attribute handling
#3451: Automatically expand all parents of a selected record in the database navigation widget
#3470: Currency Changer CSRF Fix
#3548: Delete unused template
#3552: Remove more unused templates and language strings
#3531: Fix exception in viewupdates task
#3530: Fix exception thrown in pruneipaddresses task
#3441: Fix issue where ACP Linked accounts block loads endlessly
#3454: Fix TypeError in getCacheDataForPage
#3472: V4: Spam Improvements
#3485: Fixed Paypal icon in Customer tab
#3486: Fixed size of button and alignment of alternate contacts
#3491: Added featured color attribute to forum categories
#3490: Don't truncate forum descriptions
#3536: Copy custom templates when copying a theme
#3537: Use Dialog Style Config Form for Sidebar Widgets
#3538: Fix issue where theme editor enters an infinite loop after login
#3540: The PWA Refresh button no longer has invalid HTML
#3541: Ensure long strings of code don't break out of tiptaps code box
#3545: Fixed close icon of "Switch to Cloud" link in ACP
#3452: Fix issues with Search API
#3499: Remove the email block type
#3500: Fix issue where attempting to access security settings sends you in an endless loop
#3492: Fix TypeError in Streams
#3480: Fix issues with last_post returning an invalid timestamp
#3482: Fix issue where logos are disappearing after saving twice
Back
Top
xfstore.net MILFMASTER.NET ONLYFANSVIDEO.NET ONLYSEXY.NET