Skip to content

Releases: IMC-GER/RecentTopics

Recent Topics v2.2.15-pl18

13 Mar 17:00
Compare
Choose a tag to compare

Fork developer

Change Log

  • Permission management:
    • A separate category “Recent Topics” was created for the permissions. The “Misc” category is no longer used.
    • Adjusted language files and removed the "Recent Topics:" prefix.
  • The previous temporary project name "Recent Topics (fork by IMC & LukeWCS)" has been changed to the final name "Recent Topics NG".
    • composer.json adjusted accordingly.
    • The new prefix for variable names and other identifiers is now RTNG. Used for the first time with the new permissions category.
  • LukeWCSphpBBConfirmBox 1.4.3:
    • Code optimization.
  • Other changes in composer.json:
    • Removed version check for phpBB.com because it doesn't make sense with the fork. At a later date we will add a new version check for RTNG.
    • Description reduced to the essentials. Version information does not belong there, as there are dedicated places for it.
  • Miscellaneous:
    • Reduced README.md to the minimum and added current information.
  • Fixed: No storage of user data during registration if the board e-mail is deactivated
  • Remove support for:
    • nickvergessen/newspage
    • part3/topicprefixes
    • imkingdavid/prefixed
  • Change the minimum value for the number of topics in the settings
  • With the Twig macros number() and text(), some HTML attributes were generated unnecessarily if their associated optional parameters were not specified. Generation now depends on the existence of the optional parameters. In addition, all optional attributes were noted one below the other, which made the macros clearer. The macros were adopted from LFWWH 2.2.0.
  • Code syntax of the core events adjusted

Recent Topics v2.2.15-pl14

13 Dec 13:03
2f7bded
Compare
Choose a tag to compare

Fork developer

Change Log

  • Changed: works also with php v8.3
  • Changed: Confirmbox for security question in ACP before overwriting user settings toLukeWCSphpBBConfirmBox 1.4.0
  • Added: Compatible with Toggle Control. Administrators can decide centrally whether radio buttons, checkboxes or toggles should be used for yes/no switches.
  • Adjusted: Language variables

Recent Topics v2.2.15-pl12

04 Nov 16:34
68da45d
Compare
Choose a tag to compare

Fork developer

Change Log

  • Fixed: Don't set default userdata for guest
  • Changed: Security question in ACP to LukeWCSphpBBConfirmBox, which combines all functions and properties in a single object.

Recent Topics v2.2.15-pl10

25 Feb 13:50
Compare
Choose a tag to compare

Fork developer

Change Log

  • Display RT link in NavBar only when "Separate page only" is selected
  • Minor code changes in core and page controller

Recent Topics v2.2.15-pl9

19 Feb 06:47
Compare
Choose a tag to compare

Fork developer

Change Log

  • Fixed: Crash when setting "Show all pages" with PHP 8.x
  • Fixed: When new users registering, the default settings of the ACP are not taken over
  • Fixed: With guests the page selection always jumps to button 1 with setting "Show all pages"
  • Fixed: With guests all posts are marked as unread with setting "Show only unread topics" as user default setting
  • Fixed: Special page with Simple-Header not accessible. (New link: app.php/rt/simple)
  • Fixed: Migration reduced to the bare minimum, hoping to fix the sporadic uninstall bug.
  • Fixed: Error messages in ACP module when cURL is not available in server context. (See "Removed: Version check")
  • Removed: Languages not supported by us
  • Removed: Styles not supported by us and obsolete styles
  • Removed: Version check (retrieval from phpBB foreign page via cURL)
  • Added: Display RecentTopics on a serarate page (different settings from ACP "hard coded" in page_controller.php possible)
  • Added: Security question in ACP before overwriting user settings
  • Changed: Extensive code revisions (PHP and TWig). Consideration of the phpBB "Extension Validation Policy"
  • Changed: Links are now generated in shortened form, which was introduced in phpBB 3.3.5. This eliminates the forum & topic parameters for post links and the forum parameter for topic links.
  • Changed: phpBB min. 3.3.5, PHP max. 8.2