Hei ! Guest  

Posts by WebMaster

    WebMaster added a new file:

    WebMaster
    July 31, 2022 at 9:01 PM
    Quote

    En rullegardinmeny vises i panelet som viser de sist aktive vennene dine. Vennskap utvikles kun med samtykke fra begge parter: den ene sender en forespørsel, den andre godtar den eller avviser den. Brukere får et varsel når en eller flere av vennene deres har bursdag. En liste over alle venner vises i profilen, i tillegg til listen over følgere eller besøkende. Vennskap kan publiseres som en aktivitet. Bekymringer om personvern? Alle punktene som er nevnt er under full kontroll av brukerne dine. Hvis du ikke vil fortelle vennene dine at det er bursdagen din, kan du gjøre dette ved å fjerne merket i en avmerkingsboks. På samme måte er publisering av vennskap som en aktivitet slått av som standard, og det krever at det tilsvarende alternativet er aktivert for begge brukerne for at en aktivitetsoppføring skal genereres. Etc… Den kan også blokkere alle innkommende forespørsler i tilfelle en bruker ikke er interessert i vennskap. Ny (3.0.3): Noen funksjoner kan deaktiveres globalt. (ACP → Moduler → Friends System) Ny (3.0.3): Følgersystemet kan undertrykkes. (ACP → Moduler → Friends System)

    We have just released new versions of our products:

    • WoltLab Suite 5.4.6
    • WoltLab Suite 5.3.13
    • WoltLab Suite 5.2.15
    • WoltLab Suite 3.1.23

    Stability releases (also known as "minor releases") aim to solve existing problems in the current version. Like every stability release, they do not introduce new features; It is strongly recommended to apply these updates.

    How to Apply Updates

    Open your Administration Control Panel and navigate to Configuration > Packages > List Packages. Please click on the button Search for Updates located in the right corner above the package list.

    Notable Changes

    The list below includes only significant changes, minor fixes or typos are generally left out.

    WoltLab Suite Calendar

    • Creating a menu link to the list of a user's events erroneously did not require entering a user ID. 5.2
    • Required input fields in inactive categories no longer block submitting the form for events. 5.4

    WoltLab Suite Filebase

    • Inactive form elements no longer block form submission. 5.3
    • Moving selected files to the trash bin properly removes the selection afterwards. 5.2 3.1

    WoltLab Suite Forum

    • Some actions in the dropdown for marked topics, such as moving, were without function within a thread. 5.4
    • Errors in determining the similar threads, for example if the search index is broken, no longer lead to an error message when submitting a thread. 5.4
    • The hover text of the done marker is now updated correctly when the status is changed. 5.3
    • A calculation error when loading new posts at the bottom of the page was fixed. 5.3
    • Displaying advertisements when accessing a deleted thread no longer results in an error message. 5.3
    • After creating a new forum, checkboxes in the form are correctly reset to default value. 5.2
    • The canonical URLs of the first page of a forum were corrected. 5.2

    WoltLab Suite Gallery

    • Albums without content are no longer part of the sitemap. 5.2 3.1

    WoltLab Suite Core: Elasticsearch

    • Elasticsearch server version check no longer results in error messages when an HTTP server responds but it is not an Elasticsearch server. 5.4
    • The creation of the search index for plugins with capital letters in the internal identifier has been fixed. 5.3
    • A problem with selecting other sorting criteria was fixed. 5.2

    WoltLab Suite Core

    • Updating users now removes database entries of title images that no longer exist in the file system. 5.4
    • Guest messages now correctly show Guest as user name in moderation. 5.4
    • Recent activities now show article labels. 5.4
    • "Mark all articles as read" now also removes the red number from the submenus of the main menu. 5.4
    • Editing styles could sometimes leave an empty language variable in the system, which would cause the style description to be displayed in various places. This is now prevented and the erroneous language variable is deleted. 5.4
    • The style import now downloads Google Fonts correctly. 5.4 5.3
    • The user experience of logging into the administration interface has been improved by making the web browser input fields mandatory. 5.4
    • A localized page title is now correctly stored in the QR code for setting up multi-factor authentication with smartphone app ("TOTP"). 5.4
    • Support for Unicode characters ("umlauts") in smiley titles has been fixed. 5.4
    • About 2% of generated session IDs could not be read correctly from the cookie on the next request. This issue could result in a user not being logged in correctly despite a success message when logging in, if the user received an affected session ID for the user change. 5.4
    • Cookies get the SameSite=none attribute when embedding in frames is allowed, to ensure functionality. 5.4
    • The list of users to activate when activated by the administrator no longer lists banned users. 5.4
    • Editing the landing page in the app management did not become active immediately. 5.4
    • In links containing a @ a mention could be detected incorrectly, breaking the link. 5.4
    • When editing main menu items, it is now correctly checked that a menu item itself cannot be its parent menu item. 5.4
    • A display error of the title line of code boxes when the editor is active has been corrected. 5.4
    • The drop-down menus for editing messages were sometimes placed incorrectly. 5.4
    • The preview of an empty editor does not send server requests now. 5.3
    • Deletion of reaction images when deleting a reaction was fixed. 5.3 5.2
    • An error in processing {foreach} in the template was corrected. 5.3
    • Smiley titles with a " no longer lead to invalid HTML output. 5.3 5.2 3.1
    • When reloading comment responses, the counter was not updated. 5.2 3.1
    • Sitemaps were generated incorrectly in rare cases. 5.2 3.1
    • Articles in disabled categories are no longer accessible. 5.2 3.1
    • Filtering and sorting of articles is preserved when changing pages. 5.2
    • Deactivated comments were not removed from moderation during deletion. 5.2 3.1
    • Search and Last activities contained an outdated date when automatically activating articles. 5.2
    • For developers: The TypeScript module WoltLabSuite/Core/Ui/Object/Action/Toogle has been renamed to WoltLabSuite/Core/Ui/Object/Action/Toggle. The old name is still available for compatibility, but should no longer be used. 5.4
    • For developers: There is a new class AbstractFormFieldDecorator. 5.4
    • For developers: fixed support for arbitrary error types on input fields in various forms. 5.4 5.3 5.2
    • For developers: isAvailable() for IFormButton objects is now checked correctly and buttons are hidden if necessary. 5.4 5.3 5.2
    • For developers: The PHP-based DDL API could sometimes reject valid changes as invalid. 5.4
    • For developers: The UserFormField no longer returns errors if the corresponding field is completely missing from the request data. 5.4 5.3 5.2
    • For developers: The PHP-based DDL API may not have implemented database changes or may have done so incorrectly. 5.3 5.2
    • For developers: The LabelFormField now considers dependencies correctly and does not provide values if the dependencies are not met. 5.3 5.2
    • For developers: Various fixes to FormBuilder and dev tools. 5.2

    Source: https://community.woltlab.com/thread/292259-…-5-2-15-3-1-23/

    Source: https://pluginstore.woltlab.com/file/7040-acp-user-profile-link/

    Source: https://pluginstore.woltlab.com/file/7038-tick…ord-connection/

    Source: https://pluginstore.woltlab.com/file/7036-stre…rtner-facebook/

    Source: https://pluginstore.woltlab.com/file/7034-viecode-marketplace/

    Source: https://pluginstore.woltlab.com/file/7032-viec…bdisk-filebase/

    Source: https://pluginstore.woltlab.com/file/7030-stre…artner-youtube/

    Extends the Advent Calendar by the ability to allocate JCoins.

    Important Note

    Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.

    You can get support at https://www.softcreatr.com or here.

    Source: https://pluginstore.woltlab.com/file/7028-advent-calendar-jcoins/

    This extension for WoltLab Suite 5.2+ displays an infobox in the frontend as soon as one or more users have been marked as potential spammers by StopForumSpam and are waiting for manual verification.

    Important Note

    Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.

    You can get support at https://www.softcreatr.com or here.

    Source: https://pluginstore.woltlab.com/file/7026-stop…-frontend-info/

    Source: https://pluginstore.woltlab.com/file/7024-streaming-partner-trovo/

    Source: https://pluginstore.woltlab.com/file/7022-disc…eaming-partner/

    Source: https://pluginstore.woltlab.com/file/7020-user…tion-extension/

    Source: https://pluginstore.woltlab.com/file/7018-user…orum-extension/

    Source: https://pluginstore.woltlab.com/file/7016-warly-slideshow-2/

    We have just released new versions of our products:

    • WoltLab Suite 5.4.4

    Stability releases (also known as "minor releases") aim to solve existing problems in the current version. Like every stability release, they do not introduce new features; It is strongly recommended to apply these updates.

    How to Apply Updates

    Open your Administration Control Panel and navigate to Configuration > Packages > List Packages. Please click on the button Search for Updates located in the right corner above the package list.

    Notable Changes

    The list below includes only significant changes, minor fixes or typos are generally left out.

    WoltLab Suite Blog

    • Changed the class name of the share button to prevent content blockers from hiding it. 5.4
    • The accessibility of linking articles in listings has been improved. 5.4

    WoltLab Suite Calendar

    • Changed the class name of the share button to prevent content blockers from hiding it. 5.4
    • When exporting a calendar, banned and deleted users are now correctly supported. 5.4

    WoltLab Suite Filebase

    • Changed the class name of the share button to prevent content blockers from hiding it. 5.4
    • Unread file counters are now reset correctly when a category is deleted. 5.4
    • Inactive form elements no longer block form submission. 5.4
    • Assigned categories can now be removed when editing a file field. 5.4

    WoltLab Suite Forum

    • Changed the class name of the share button and post number in topics to prevent content blockers from hiding it. 5.4
    • When deleting or restoring the last visible post, the thread was not updated directly. 5.4

    WoltLab Suite Core: WebAuthn

    • Authentication is no longer automatically requested on failed authentication attempts to keep the error message visible. 5.4

    WoltLab Suite Core

    • An error in processing responses related to the libmysqlclient database driver was corrected. 5.4
    • A bug with processing BBCodes from previous versions was fixed. 5.4
    • Certain HTML constructs were not converted correctly after import. 5.4
    • An empty user menu no longer causes a JavaScript error in mobile view. 5.4
    • Rich embeds of community content now display complex elements like lists correctly in all browsers. 5.4
    • WebP avatars are now displayed correctly in every location after the first display update. 5.4
    • The preview of an empty editor does not send server requests now. 5.4
    • Deletion of reaction images when deleting a reaction has been fixed. 5.4
    • Checking password hashes with incorrect database format no longer results in an error. 5.4
    • An error in processing {foreach} in the template was corrected. 5.4
    • The class name of the share button was changed to prevent content blockers from hiding it. 5.4
    • Deleting categories now removes database entries for assigned permissions.
    • The use of footer links on mobile devices has been made easier.
    • Accessibility of linking articles in listings has been improved. 5.4
    • The missing opening of some external links in the administration interface was fixed. 5.4
    • "Mark all articles as read" now removes the red number from the main menu entry. 5.4
    • Sorting articles by title now correctly shows the number of reactions. 5.4
    • Files that were incorrectly included in early versions of WoltLab Suite 5.4 are deleted during the update. 5.4
    • The "System Font Stack" works correctly in conjunction with Google Fonts. 5.4
    • Preloading is now available immediately after changing a style. 5.4
    • Label selection fields created with Form Builder correctly display a preselection when the page is loaded. 5.4
    • The "Open Sans" Google Font has been reverted to a non-variable version to improve font rendering under Windows. 5.4
    • Logging out in the administration interface no longer leads to the frontend. 5.4
    • JavaScript source maps are now loaded through a local proxy instead of directly from assets.woltlab.com. 5.4
    • Browser-generated excess HTML in messages is now better removed. 5.4
    • Setting and removing bold and similar formatting was not always possible. 5.4
    • Vendor-specific CSS properties are now defined before the standardized properties. 5.4
    • Unfilled profile fields could not be found via search. 5.4
    • Accidental double submission of one of the forms for managing multi-factor authentication no longer results in a technical error message. 5.4
    • The sorting of the e-mail log by "Status" has been corrected. 5.4
    • When inserting links on iOS, the page scrolled upwards. 5.4
    • Calling tables that can be sorted by multilingual fields no longer lead to an error if the user language is not set. 5.4
    • For developers: Interoperability of TypeScript-based ES 6 classes with legacy classes has been improved. 5.4
    • For developers: AbstractOauth2Action now supports PKCE. 5.4
    • For developers: The LabelFormField now considers dependencies correctly and does not provide values if dependencies are not met. 5.4
    • For developers: JavaScript data handlers for Form Builder fields now support ES 6-default exports. 5.4
    • For developers: The PHP-based DDL API may not have implemented database changes or may have done so incorrectly. 5.4

    Source: https://community.woltlab.com/thread/291905-…ab-suite-5-4-4/

    Source: https://pluginstore.woltlab.com/file/7014-tick…ced-action-log/