Jump to content

Locked [DEV] Forum Logs 4.1.16 to 4.18.2


Recommended Posts

  • What good will it be for someone to gain the whole world, yet forfeit their soul? Or what can anyone give in exchange for their soul?
  • IPS Community Suite 4.1.17
    Released 12/05/2016
    Key Changes
    In addition to many small bug fixes, this release includes:

    Accounts flagged as spammers are now more visibly different on the member list in AdminCP
    Added quite a few new embed providers
    codepen.io
    coub.com
    deviantart.com
    docs.com
    funnyordie.com
    gettyimages.com
    iFixit.com
    kickstarter.com
    meetup.com
    mixcloud.com
    mix.office.com
    on.aol.com
    reddit.com
    reverbnation.com
    screencast.com
    screenr.com
    slideshare.net
    smugmug.com
    ustream.tv
    Google Maps (requires free Google API key)
    Default location for an AdminCP tab honors the admin's ordering
    Staff notification emails for tickets in Commerce now include the ticket ID
    Auto-saved content in the editor will now expire after 48 hours
    If you load an editor that has previous auto-saved content you will now be prompted to keep or remove it
    You can now set pre-filled reasons for Warning actions that will automatically populate the member notes editor when a moderator warns a user
    Escape key will now cancel quick-edit on titles
    Adds a setting to restrict member birthday view to admins only or to completely disable prompting for birthday to member
    There are now more "save and reload" options in various places to keep your place when editing content or settings
    New check all box when viewing activity on a member profile for easier moderation
    You can now hide posts that are unapproved rather than just approve or delete
    When a moderator changes the status of a report in the ModCP the system now puts a reply in moderator comments noting the change
    When you see a "could not write file" error the file it was trying to write now shows in the error logs
    You can now quickly edit tags when viewing an item without having to edit it if you have permission
    If you are using multiple devices to login to a site you will be less likely to be logged out
    Tags can now be quickly edited when viewing an item
    Administrators can now create custom RSS feeds for various content
    Enhancements to IP discovery tools for moderators
    Actions for reports in ModCP now show when status is changed as a comment
    Redesigned support tool
    More REST API methods
    Password strength rating and requirement option
    Guest terms of service alert
    Minimum age requirement
    Ban Filters are now Word Filters and can set words to automatically moderate
    Display name history is now available on profile view
    Better analytics integration
    Leaderboard
    More release information...
    Additional Information
    Developer Changes

    The \IPS\Ftp class now has a chmod() method
    Node Controllers can now implement an _afterReorder() method that is fired after reordering nodes
    The REST API POST /forums/topic/id endpoint will now update the first post content appropriately
    XRegExp has been upgraded to 3.1.1
    Whoops has been upgraded to 2.1.4
    php-punycode has been upgraded to 2.1
    FontAwesome has been upgraded to 4.7
    CodeMirror has been upgraded to 5.20.2
    Stripe has removed the feature used for payouts, so that functionality is now deprecated
    The image proxy cache now uses a proper file storage extension (core_Imageproxycache)
    Stack form helpers can now specify a minimum amount of items
    "Word Filters" (previously, "Profanity Filters") now use an Active Record model, and are now extendable (\IPS\core\Profanity)
    The installation will now define an \IPS\CIC constant to indicate whether or not the community is on IPS Community in the Cloud platform
    \IPS\Content::searchResult() can now specify an optional $template parameter to use a custom template.
    \IPS\Content\Search\Result\Content::html() can now specify an optional $template parameter to use a custom template.
    \IPS\Content\Search\Result\Content now has an asArray() method, which will return search index data as an array
    The Translatable form helper now has an sprintf option, to allow for swapping sprintf parameter within the text box with a different value
    The Password form helper can now show a "strength" meter, and set a minimum strength required

     

    IPS Community Suite 4.1.17.1
    Released 12/07/2016
    Key Changes
    This is a maintenance release to fix minor issues.
    Release Patches
    We sometimes release patches for issues that come up frequently between full releases. If you are experiencing any of the issues below on this version you can download and apply the patches using the instructions provided.
    If you are having trouble setting up Twitter login integration, upload this file to your installation replacing the one that is already there: system/Login/Twitter.php
    If you are experiencing issues with stock calculation in the store, upload this file to your installation replacing the one that is already there: applications/nexus/modules/front/store/product.php
    If you are experiencing emails not sending (primarily from Commerce support requests) after switching to SendGrid, upload this file to your installation replacing the one that is already there: system/Email/Outgoing/SendGrid.php
    If you have converted to IPS4 and your members are having an issue logging in the first time with their existing credentials, upload this file to your installation replacing the existing file: system/Login/Convert.php
    Additional Information
    This release:

    Fixes an issue where the "Who's Online" widget / "Online Users" page shows the wrong number of guests or the wrong date.
    Fixes an issue where Display Name History shows the history from other accounts.
    Fixes an issue where deleting a member in the AdminCP may not work.
    Fixes an error when using tags in some circumstances.
    Fixes an error when creating an advertisement. 
    Fixes an error when setting profile photo to use Gravatar. 
    Improves the Diagnostics section of the AdminCP Support wizard.
     

     


    Key Changes
    In addition to bug fixes and performance improvements, this release also includes:

    Pinterest share link has been added
    Converters are now included as a Suite-level application you can download with your package in the Client Area
    Running a conversion will now skip steps that do not have anything to convert
    Two Factor Authentication
    Images embedded in the editor can now have an alternative title set for accessibility
    Users signing in through social services, such as Facebook, will no longer be required to validate their email address
    When a location is specified for a Calendar Event, the address will be shown underneath the map. The map itself should also be more accurate now.
    The Approval Queue page now has a "Hide" button to hide content (rather than only being able to approve / delete)
    Disabling Profile Photo uploads will now also disable importing from a URL
    An issue has been fixed where adding tags using other languages may not work properly
    Cropping Animated GIF's for photos is now supported when ImageMagick is in use
    Files purchased in Downloads will now have a link back to the file from their purchase page in the Manage Purchases section
    The Admin CP will now display more information for a user who has been banned
    imgur embedded is now supported
    Errors caused by third party applications / plugins will now be clearer
    Option to report fatal errors automatically to IPS so we can fix common issues
    Release Patches
    We sometimes release patches for issues that come up frequently between full releases. If you are experiencing any of the issues below on this version you can download and apply the patches using the instructions provided.
    An issue has been identified that may prevent you from moving comments from one item to another item (e.g. splitting posts from one topic to another topic), resulting in an error code 2F173/I. To resolve this issue please upload the following patched file to your server:

    system/Content/Comment.php
    Additional Information
    Developer Notes

    CKEditor updated to 4.6.2
    Template Tags are now parsed in plugin CSS while IN_DEV
    All tables that store member ID's have been adjusted to use BIGINT(20) on new installs. Existing installs will remain the same.
    CodeMirror updated to 5.22.1
    \IPS\Image\Gd can now be properly extended
    \IPS\gallery\Album::setLastImage() has been abstracted further to add a $sortBy parameter
    \IPS\Task::runUntilTimeout() now understands when memory_limit is configured to 2G (for example)
    You will now need to specify a data-ipsGrid-maxItemSize value if you use the data-ipsGrid widget.
    The Member form helper stringValue() method will now return a list or Member ID's separated by newlines rather than commas, to avoid issues when a comma is used in a members name.
    Converter Improvements

    Our converters are now part of the core Suite. The following updates have been made:

    If a specific conversion has things available to convert but there are none in the third party database, you will no longer be required to convert them. For example, if you are converting from vBulletin and you do not have any profile field groups, you will not be required to 'convert' this step.
    The converters have been updated to work with developer mode properly (which has in turn led to many miscellaneous bug fixes)
    Converting from SMF will now prompt you to choose whether to keep member real names or display names when converting members
    Full language abstraction
    Redirections are now handled automatically without the need for uploading extra PHP files (and in the case of some conversions, overwriting the default index.php upon each upgrade)
    Converted links (i.e. links to topics, forums, profiles, etc.) will no longer redirect to the new locations within the Suite if the user does not have permission to view the content
    Gallery images embedded as attachments in posts in vBulletin will now work correctly post-conversion (for new conversions)
    Improved converters so that conversions that require a 'parent' (i.e. converting forums requires members to be converted first) will not allow you to start until the parent has been converted
    Converter version number has not been set inline with the rest of the Suite
    API endpoint added for converters to fetch details about what can be converted
    Joomla, Photoplog, Coppermine, BBPress converters added
    Miscellaneous performance improvements
    Dozens of bug fixes

     

    IPS Community Suite 4.1.18.1
    Released 02/01/2017
    Key Changes
    Fixes upgrade issues in some server configurations (already silently patched).
    Fixes some AdminCP settings showing the wrong value selected, especially in Spam Service settings/
    Fixes an error when trying to split a topic.
    Fixes missing images when setting up Google Authenticator, and an issue which may setup to fail.
    Fixes broken links on the new Two-Factor Authentication setup page.
    Fixes missing language string in AdminCP Dashboard warning when site is offline and in image sharer settings.
    Fixes errors for some communities that have previously converted from other software.
    Fixes an issue with grid layout on some pages.
    Release Patches
    We sometimes release patches for issues that come up frequently between full releases. If you are experiencing any of the issues below on this version you can download and apply the patches using the instructions provided.
    If you experience issues with profanity filters not working, upload the following patch: system/Text/Parser.php
    If you experience an issue accessing or saving forum archive settings, upload the following patch: applications/forums/modules/admin/forums/settings.php

     

    IPS Community Suite 4.1.18.2

    Released 02/07/2017

    Key Changes

    Fixes the following issues:

    SQL error when adding Commerce package or customer field.

    SQL error when setting up topic archiving.

    The ‘show reply’ button in notification popup reloads the page instead of loading content inline.

    Opting out of security questions may not work.

    Word filters not applying correctly.

    Reordering custom profile fields may not work properly.

    Draft or future blog entries may be included in the sitemap.

    Rounding issue with half-percentage tax rates in Commerce.

    Adds a "More Colors" option to the color dropdown in the editor.

    Release Patches

    We sometimes release patches for issues that come up frequently between full releases. If you are experiencing any of the issues below on this version you can download and apply the patches using the instructions provided.

    If you are unable to create admin controllers when developing applications, please upload the following files:

    /applications/core/modules/admin/applications/developer.php
    /system/Helpers/Form/Text.php

    If after editing a block that shows posts (or comments) it doesn't show anything, please upload the following file
    /system/Content/WidgetComment.php

    If you are experiencing issues with the Activity Stream Filters, please upload following file:
    /applications/core/sources/Stream/Stream.php

    If you have converted from 3rd party software and are experiencing issues with old links not redirecting, please upload the contents of convert.zip to:
    /applications/convert/

    Link to comment
    https://www.sarp.gg/forum/topic/120587-dev-forum-logs-4116-to-4182/
    Share on other sites

    Guest
    This topic is now closed to further replies.
    ×
    ×
    • Create New...