Skip to content

Releases: avandenberghe/RecentTopics

v3.0.0-RC1

16 Feb 09:30

Choose a tag to compare

v3.0.0-RC1 Pre-release
Pre-release

Recent Topics for phpBB 3.3 — v3.0.0-RC1

Release candidate for the 3.0.0 release, forked as avathar/recenttopicsav.

Highlights

  • Forked as avathar/recenttopicsav to avoid conflict with paybas/recenttopics
  • Updated all namespaces, service names, route names, template paths and event names
  • Minimum phpBB version: 3.3.0

New features

  • Full-page (/app.php/rt) and simple-page (/app.php/rt/simple) standalone display modes
  • Separate toggle for standalone pages, independent from index display
  • Standalone page links shown in ACP settings
  • Global "Topic link destination" setting (first post / last post / first unread)
  • Swedish (sv) translation
  • GitHub issue templates (bug report, feature request)

Changes

  • Switched ACP Yes/No radio buttons to checkboxes
  • Applied code style: short array syntax, public static order, effectively_installed() on all migrations
  • Standardized PHP doc headers across all language files
  • Added inputbox autowidth class to UCP number input
  • Removed nickvergessen/newspage extension dependency

Bug fixes

  • Fixed standalone /app.php/rt page: include functions_display.php, fix template path
  • Fixed user registration not applying ACP default preferences
  • Fixed pbwow3 top/bottom block: added collapse support, fixed column alignment
  • Fixed rt_schema migration step counter desync in phpBB migrator
  • Consolidated rt_module paybas cleanup into single custom callable
  • Fixed grammar and spelling errors across all translations

Languages supported

English, German, French, Dutch, Spanish, Czech, Russian, Portuguese, Arabic, Ukrainian, Swedish

Installation

  1. Disable, delete data and remove the extension paybas/recenttopics.
  2. Download and unzip the release.
  3. Copy the contents to /ext/avathar/recenttopicsav/.
  4. Navigate in ACP to Customise -> Manage extensions.
  5. Find Recent Topics under "Disabled Extensions" and click Enable.

v2.2.15cdb

05 Apr 18:04

Choose a tag to compare

cdb version (phpbb.com versioning)

  • 2.2.15 (05/04/2021)
    • [FIX] #142 Compatible with PHP 8

v2.2.15

05 Apr 18:05

Choose a tag to compare

  • 2.2.15 (05/04/2021)
    • [FIX] #142 Compatible with PHP 8

v2.2.14

01 Aug 13:54

Choose a tag to compare

Merge branch 'develop32' into master32

v2.2.13

29 Jun 11:10

Choose a tag to compare

  • 2.2.13 (29/06/2020)
    • [FIX] better description for RT_PAGE_NUMBER_EXP
    • [FIX] code improvements
    • [FIX] #125 page selector was always on page 1 when show all pages was acivated.

2.2.11

22 Mar 19:44

Choose a tag to compare

Changelog

  • 2.2.11 (21/03/2020)
    • [CHG] #120 don't show "Re: " in front of last reply text, new php event topictitle_remove_re
    • [CHG] #119 Fetching last page doesnt work to enable "all" pages

v2.2.9

15 Mar 21:47

Choose a tag to compare

Download

https://www.avathar.be/forum/viewtopic.php?f=2&t=4490

Changelog

  • 2.2.9 (15/03/2020)
    • [CHG] support for style we_clearblue 3.2.9
    • [CHG] support for style pbwow 3.2.9
    • [CHG] #115 in rightpane view, last author name is also shown
    • [FIX] #116 topic link now refers to newest post
    • [CHG] add php 7.2 to travis tests
    • [FIX] code fixes: use sql_build_array, cast int on request_var, don't use http_exception class
    • [CHG] compatible with Collapsible Categories v2
    • [CHG] Add 2 phpBB core template events viewforum_body_last_post_author_username_prepend + viewforum_body_last_post_author_username_append

v2.2.8-cdb

15 Aug 04:53

Choose a tag to compare

Merge branch 'develop32_cdb' into master32_cdb

v2.2.8

15 Aug 04:53

Choose a tag to compare

Merge branch 'develop32' into master32