XenForo Releases XenForo 2.2.7 Full Nulled by Virgilio183 + Patch 1

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
24,382
Reaction score
27,983
Points
113
NullCash
545,555
c70f6c925efb3.jpg

Some of the changes in XF 2.2.7 include:
  • Update add-on list filter bar to use the correct prefix search phrase.
  • Output XenForo version when running cmd.php --version or -V
  • Change [MEDIA] BB code tag example to point to a valid video.
  • Ensure the input element for token inputs inherit the expected font color.
  • Disable caching for the birthdays member stat. The results could be different for each user depending on time zone so caching won't be effective.
  • Workaround a browser quirk to do with sticky navigation and the staff bar when the border width is an odd number. This removes the bottom border entirely.
  • Workaround an issue that could be caused by mail queue entries that fail to unserialize.
  • Avoid n+1 queries when filtering profile posts from banned users in the find new system
  • Patch loose string comparisons such as !$username and in_array($username, $usernames) that can result in unexpected behaviors when wierd strings are used.
  • When permanently deleting threads, ensure associated records are deleted too
  • When generating RSS feed entries for threads, set the guid attribute to the thread ID
  • Only overwrite push notification opt-out preferences if the visitor has permission to use push notifications.
  • Allow unassociated attachment deletion cutoff to be extended inline with draft save lifetime, plus refresh temporary attachments when saving a draft.
  • Trim excess whitespace from the beginning of Font Awesome icon classes
  • Fix compatibility issue with type checking when rendering prefixes
  • Add a new registration default to control whether push notifications should be sent for new conversation messages.
  • Fix an issue preventing guests from creating polls
  • When updating content reactions, check if reactions actually exist in the cache
  • Properly coerce URLs that may not begin with "www."
  • Fix casing for the metadata logo URL phrase
  • Don't allow retaining IDs when importing reaction content records
  • Use correct type hint for the getTitle method in the Report entity
  • When editing admin navigation items, properly save the development_only value
  • Adjust the query for determining who should receive a report closure notification to only return distinct and non-zero user IDs
  • If using PHP 7.1 or above, allow the image proxy to fetch and store webp images.
  • Ensure control panel attachment manager date boundaries are inclusive
  • Open off-canvas sub-navigation menu when tapping a heading with no link
  • Do not attempt to query for uncached content permissions after the global cache has already been run
  • Remove duplicated templates for node permissions management
  • Support specifying multiple content types when rebuilding the search index
  • Change "Edit own thread title" permission to "Edit own thread" as this permission allows multiple thread properties to be edited.
  • Improve legibility of thread prompt placeholder on the title input while using a narrow display when creating a new thread.
  • Do not offset the sticky submit row in overlays to account for bottom fixed notices that are behind the overlay.
  • Hover variants based on saturate() won't work with greys or near greys, so let's focus on xf-intensify() instead, and raise the value somewhat to compensate for the loss of the hover saturate
  • When merging users, carry over previous username change logs too.
  • Remove redundant file existence check when loading templates
  • Remove redundant file existence check when loading phrase groups
  • When autolinking emails expand the range of word characters permitted in additional domain parts.
  • Adjust Vimeo BB code media site to not match profile URLs unintentionally.
  • Impose a limit on the maximum number of keywords that can be searched for (default: 1024) and allow XFES to fetch the max_clause_count configuration value where possible to avoid a shard exception.
  • Steps to avoid accessing a Less mixin from one file defined in another. Move to setup.less but retain reference to the original for backwards compatibility for now.
  • When unfurling URLs using unfurl.php ensure we're using the correct style for the user and passing in the default template params.
  • Update timezone data.
 

Attachments

  • Xenforo_2.2.7_Patch_1.zip
    16.5 MB · Views: 8

tealpi

New member
XNullUser
Joined
Jan 11, 2022
Messages
3
Reaction score
0
Points
1
NullCash
4
ty for link
 

Ubunkulu

New member
XNullUser
Joined
Feb 12, 2022
Messages
2
Reaction score
0
Points
1
NullCash
1
Thank you for the file. This is the version I've been waiting for for a long time. Thanks for your sharing.
 

chakal03

New member
XNullUser
Joined
May 14, 2022
Messages
1
Reaction score
0
Points
0
NullCash
5
View attachment 22909

Some of the changes in XF 2.2.7 include:
  • Update add-on list filter bar to use the correct prefix search phrase.
  • Output XenForo version when running cmd.php --version or -V
  • Change [MEDIA] BB code tag example to point to a valid video.
  • Ensure the input element for token inputs inherit the expected font color.
  • Disable caching for the birthdays member stat. The results could be different for each user depending on time zone so caching won't be effective.
  • Workaround a browser quirk to do with sticky navigation and the staff bar when the border width is an odd number. This removes the bottom border entirely.
  • Workaround an issue that could be caused by mail queue entries that fail to unserialize.
  • Avoid n+1 queries when filtering profile posts from banned users in the find new system
  • Patch loose string comparisons such as !$username and in_array($username, $usernames) that can result in unexpected behaviors when wierd strings are used.
  • When permanently deleting threads, ensure associated records are deleted too
  • When generating RSS feed entries for threads, set the guid attribute to the thread ID
  • Only overwrite push notification opt-out preferences if the visitor has permission to use push notifications.
  • Allow unassociated attachment deletion cutoff to be extended inline with draft save lifetime, plus refresh temporary attachments when saving a draft.
  • Trim excess whitespace from the beginning of Font Awesome icon classes
  • Fix compatibility issue with type checking when rendering prefixes
  • Add a new registration default to control whether push notifications should be sent for new conversation messages.
  • Fix an issue preventing guests from creating polls
  • When updating content reactions, check if reactions actually exist in the cache
  • Properly coerce URLs that may not begin with "www."
  • Fix casing for the metadata logo URL phrase
  • Don't allow retaining IDs when importing reaction content records
  • Use correct type hint for the getTitle method in the Report entity
  • When editing admin navigation items, properly save the development_only value
  • Adjust the query for determining who should receive a report closure notification to only return distinct and non-zero user IDs
  • If using PHP 7.1 or above, allow the image proxy to fetch and store webp images.
  • Ensure control panel attachment manager date boundaries are inclusive
  • Open off-canvas sub-navigation menu when tapping a heading with no link
  • Do not attempt to query for uncached content permissions after the global cache has already been run
  • Remove duplicated templates for node permissions management
  • Support specifying multiple content types when rebuilding the search index
  • Change "Edit own thread title" permission to "Edit own thread" as this permission allows multiple thread properties to be edited.
  • Improve legibility of thread prompt placeholder on the title input while using a narrow display when creating a new thread.
  • Do not offset the sticky submit row in overlays to account for bottom fixed notices that are behind the overlay.
  • Hover variants based on saturate() won't work with greys or near greys, so let's focus on xf-intensify() instead, and raise the value somewhat to compensate for the loss of the hover saturate
  • When merging users, carry over previous username change logs too.
  • Remove redundant file existence check when loading templates
  • Remove redundant file existence check when loading phrase groups
  • When autolinking emails expand the range of word characters permitted in additional domain parts.
  • Adjust Vimeo BB code media site to not match profile URLs unintentionally.
  • Impose a limit on the maximum number of keywords that can be searched for (default: 1024) and allow XFES to fetch the max_clause_count configuration value where possible to avoid a shard exception.
  • Steps to avoid accessing a Less mixin from one file defined in another. Move to setup.less but retain reference to the original for backwards compatibility for now.
  • When unfurling URLs using unfurl.php ensure we're using the correct style for the user and passing in the default template params.
  • Update timezone data.
exellent bro thanks i hope so it run
 

africanboy12

New member
XNullUser
Joined
May 23, 2022
Messages
3
Reaction score
0
Points
1
NullCash
5
is there a separate upgrade package without the full files included?
 

ritoshix

New member
XNullUser
Joined
Jun 25, 2022
Messages
25
Reaction score
1
Points
3
NullCash
422
i've been looking for this. thank you for sharing this
 

orylek

New member
XNullUser
Joined
Jul 24, 2022
Messages
2
Reaction score
0
Points
1
NullCash
2
I try to find it like a lot of time and I found it
 

Dirk

New member
XNullUser
Joined
Nov 23, 2020
Messages
4
Reaction score
0
Points
1
NullCash
21
Thanks, for posting this, you are the best
 

GhostlyTV

Member
XNullUser
Joined
Aug 30, 2023
Messages
66
Reaction score
1
Points
8
Location
Germany
NullCash
2
View attachment 22909

Some of the changes in XF 2.2.7 include:
  • Update add-on list filter bar to use the correct prefix search phrase.
  • Output XenForo version when running cmd.php --version or -V
  • Change [MEDIA] BB code tag example to point to a valid video.
  • Ensure the input element for token inputs inherit the expected font color.
  • Disable caching for the birthdays member stat. The results could be different for each user depending on time zone so caching won't be effective.
  • Workaround a browser quirk to do with sticky navigation and the staff bar when the border width is an odd number. This removes the bottom border entirely.
  • Workaround an issue that could be caused by mail queue entries that fail to unserialize.
  • Avoid n+1 queries when filtering profile posts from banned users in the find new system
  • Patch loose string comparisons such as !$username and in_array($username, $usernames) that can result in unexpected behaviors when wierd strings are used.
  • When permanently deleting threads, ensure associated records are deleted too
  • When generating RSS feed entries for threads, set the guid attribute to the thread ID
  • Only overwrite push notification opt-out preferences if the visitor has permission to use push notifications.
  • Allow unassociated attachment deletion cutoff to be extended inline with draft save lifetime, plus refresh temporary attachments when saving a draft.
  • Trim excess whitespace from the beginning of Font Awesome icon classes
  • Fix compatibility issue with type checking when rendering prefixes
  • Add a new registration default to control whether push notifications should be sent for new conversation messages.
  • Fix an issue preventing guests from creating polls
  • When updating content reactions, check if reactions actually exist in the cache
  • Properly coerce URLs that may not begin with "www."
  • Fix casing for the metadata logo URL phrase
  • Don't allow retaining IDs when importing reaction content records
  • Use correct type hint for the getTitle method in the Report entity
  • When editing admin navigation items, properly save the development_only value
  • Adjust the query for determining who should receive a report closure notification to only return distinct and non-zero user IDs
  • If using PHP 7.1 or above, allow the image proxy to fetch and store webp images.
  • Ensure control panel attachment manager date boundaries are inclusive
  • Open off-canvas sub-navigation menu when tapping a heading with no link
  • Do not attempt to query for uncached content permissions after the global cache has already been run
  • Remove duplicated templates for node permissions management
  • Support specifying multiple content types when rebuilding the search index
  • Change "Edit own thread title" permission to "Edit own thread" as this permission allows multiple thread properties to be edited.
  • Improve legibility of thread prompt placeholder on the title input while using a narrow display when creating a new thread.
  • Do not offset the sticky submit row in overlays to account for bottom fixed notices that are behind the overlay.
  • Hover variants based on saturate() won't work with greys or near greys, so let's focus on xf-intensify() instead, and raise the value somewhat to compensate for the loss of the hover saturate
  • When merging users, carry over previous username change logs too.
  • Remove redundant file existence check when loading templates
  • Remove redundant file existence check when loading phrase groups
  • When autolinking emails expand the range of word characters permitted in additional domain parts.
  • Adjust Vimeo BB code media site to not match profile URLs unintentionally.
  • Impose a limit on the maximum number of keywords that can be searched for (default: 1024) and allow XFES to fetch the max_clause_count configuration value where possible to avoid a shard exception.
  • Steps to avoid accessing a Less mixin from one file defined in another. Move to setup.less but retain reference to the original for backwards compatibility for now.
  • When unfurling URLs using unfurl.php ensure we're using the correct style for the user and passing in the default template params.
  • Update timezone data.
Thanks for sharing this Software!
 
Top