Skip to content

Releases: forkbb/forkbb

rev.80-alpha

26 May 04:46
Compare
Choose a tag to compare
  1. Update media.js, Font Awesome, style, Profile\View page.
  2. Fix for "No such time zone ...".
  3. For an administrator, add a command to recalculate posts and topics for a specific user in his profile.
  4. Change image uploader. Add postimages.
  5. Add Cancel (but rather Go Back) button to the edit/post topic/message/private message forms.
  6. Add switch for Automatic detection of guest language in the admin panel in the option.
  7. All commits 0.0079...0.0080

Topic: https://forkbb.ru/topic/142/rev-80

rev.79-alpha

29 Jan 11:47
Compare
Choose a tag to compare
  1. Add auto-delete of a cache and generated_bbcode.php file that contains an uncatchable error.
  2. Add h1-h6 bbcode. Update b, i, em, u, s, del, ins, sub, sup, h, color, colour, background, font bbcode.
  3. Update Parserus.
  4. Add table of content (ToC) for topics. Generated automatically when h1-h6 bbcode is used in the first message. When editing messages, only that part that relates to the currently edited message is recreated. Completely removed when h1-h6 bbcode is removed from the first message of the topic.
  5. Change style and templates.
  6. All commits 0.0078.1...0.0079

Topic: https://forkbb.ru/topic/125/rev-79

Fix

06 Jan 06:44
Compare
Choose a tag to compare
Fix

Fix for guest post for Error: Call to a member function query() on null

rev.78-alpha

05 Jan 16:11
Compare
Choose a tag to compare

Attention: Before updating, make a backup of the database and forum files

  1. [Experiment] Break the database connection (PDO) before page rendering start. This change should reduce the connection time per open page.
  2. Fix error output for Poll.
  3. Core\View: Add class() command and remove expclass() command.
  4. Update lang files, fix/change style, change templates. Add a toggle to show/hide additional user information on a narrow screen.
  5. Pages\Moderate: Fix Split.
  6. Fix: Synchronize token lifetime for message and files.
  7. Update database: MEDIUMINT to INT.
  8. Add "Solution/Solved". The author of a topic or admin can select any message in this topic and mark it as a Solution. In the settings of the forum in which this topic is located, it should be possible to select a Solution.
  9. All commits 0.0077...0.0078

Topic: https://forkbb.ru/topic/121/rev-78

rev.77-alpha

27 Dec 08:32
Compare
Choose a tag to compare
  1. Add "User has reactioned" to visually highlight reactions selected by the current user. Add javscript for reactions.
  2. Add stick/unstick buttons to moderator menu for forum page.
  3. Change style and templates. Add classes for the #fork element to identify the open page.
  4. Fix RU lang.
  5. Fix links.
  6. Update Parserus.
  7. Add highlighting of words from a search query in search results.
  8. Add "Page scroll" setting to user profile.
  9. All commits 0.0076...0.0077

Topic https://forkbb.ru/topic/116/rev-77

rev.76-alpha

13 Dec 08:01
Compare
Choose a tag to compare

Attention: Before updating, make a backup of the database and forum files

  1. For topics: Add generation of meta description tag based on posts of the open page.
  2. Fix search query.
  3. Fix en lang files.
  4. form template: Add cprefix for options.
  5. Add reactions (like/dislike and more) for posts. This is not a reputation. Reactions are only displayed at the bottom of the post. There are several types of reactions. The administrator can select the types available for use. The administrator can allow/disable the use of reactions for each user group. Guests cannot use the reflexes, but they can see them. The user can turn off the display of reactions.
  6. All commits 0.0075...0.0076

https://forkbb.ru/topic/105/rev-76

rev.75-alpha

03 Dec 08:45
Compare
Choose a tag to compare
  1. Change the rules for building a search index. CJK characters are now saved to the search index.
  2. Change search algorithm. All queries to the database (in the old version, queries were multi-table) are divided into elementary queries. Precision search now uses the search index to initially refine the target. Searches involving CJK characters are now based on the search index. Logical errors in the previous algorithm have been corrected.
  3. All commits 0.0074...0.0075

Topic https://forkbb.ru/topic/101/rev-75

rev.74-alpha

25 Nov 12:46
Compare
Choose a tag to compare
  1. Fix OAuth.
  2. Fix slow slow request for feed.
  3. Extensions: Add symlinks support.
  4. Validator: Add support for multidimensional rules arrays.
  5. Downgrade CSP status for PM from secury to common.
  6. Feed: Fix for empty list. Display feed link only for forums that have posts.
  7. Update style for links.
  8. Close links to posts/topics of users for visitors identified as bots.
  9. Change the method for receiving all user messages.
  10. Fix for Topics with your posts.
  11. Fix bug deleting messages when there are hidden forums.
  12. Add the domains.default.php configuration file.
  13. All commits 0.0073...0.0074

rev.73-alpha

10 Nov 06:44
Compare
Choose a tag to compare
  1. Change transliteration. See commits (comments to them) and topic. After the update, configure the transliteration (or turn it off).
  2. Fix Core\Router.
  3. Add sitemap (sitemap.xml - list of sitemaps, sitemapN.xml - sitemap for forum number N, sitemap0.xml - for userlist, sitemap00.xml - for other). Register sitemap.xml with search engines.
  4. All commits 0.0072...0.0073

rev.72-alpha

05 Nov 04:01
Compare
Choose a tag to compare
  1. Minor optimization for Core\Files and Core\Router.
  2. Fix install.
  3. Added a new friendly_name field for forums, which, if filled, will be used to generate the forum url. This is a replacement for transliterating forum names every time you open a page. After updating, check the settings in each forum.
  4. Added app/config/translit.default.php file for additional conversions when transliterating if you use it.
  5. All commits 0.0071.2...0.0072

Topic