RaxBoard Core 1.8.9 released

2 Yanıtlar 33 Görüntülenme
·
Katılımcılar
Konuyu Açan #0
RaxBoard Core — Core

A new release is now available on the RaxBoard Marketplace.

Version: 1.8.9 (build 20260913)
Compatibility: RaxBoard >=1.0.0

What's new
# RaxBoard 1.8.9

Maintenance release. Fixes a fresh-install crash and a set of editor/UX issues
reported by the community, and adds AI rewriting for imported RSS items.

## Added

- **RSS feeds can rewrite imported items with AI.** Each feed under
Admin → RSS Feeds has a new *Rewrite with AI* option, plus optional per-feed
instructions (tone, audience, output language …). When it is on — and the new
board-level switch *AI → Settings → RSS feed rewriting* is on — every imported
item is rewritten by the active AI provider into an original post (new title,
new wording, same facts) before it is published; the feed's message template
still appends the source link. The rewrite fails open: if the provider is
unavailable, rate-limited or returns an unusable answer, the item is imported
verbatim and the reason is written to the error log, so a feed never stalls.
Calls are logged under the `feed_rewrite` feature and count against the usual
AI limits. Bulk import accepts the same settings. Off by default.

## Fixed

- **Fresh install returned HTTP 500 on the very first page.** On a brand-new
unzip (before `data/config.php` exists) the installer wizard at `/install`
crashed with "Value of type null is not callable" instead of rendering: the
`$p()` phrase helper was only registered once the database-backed
PhraseService was available, but the wizard's own templates call `$p()` before
any database exists. A safe `$p()` fallback is now registered unconditionally
(mirroring the existing formatter fallbacks), so the wizard — and any pre-config
error page — renders. The full Requirements → Database → Setup → Admin flow
completes and locks the install.

- **Post editor: clicking the already-active "Write" tab wiped the message.**
The rich-text ↔ BBCode tab handler had no "already in this mode" guard, so
clicking the highlighted pencil re-rendered the editor from a stale/empty
BBCode buffer and everything typed since was lost. Re-clicking the active tab
is now a no-op. (A related dead `mode === 'source'` check that sent
source-view attachment inserts into the hidden editor is also corrected.)

- **Inserting an image put it inline, tangled with the text.** Images added via
the attach panel, the image dialog, a paste, or the GIF picker now land on
their own line with an empty paragraph after them, so the picture no longer
renders jammed against the surrounding sentence.

- **The editor did not grow with its content.** The compose/reply/edit editor
was frozen at ~160px with an inner scrollbar because it inherited each theme's
fixed `.form-control` input height. It now grows with the text (all themes),
on desktop and mobile.

- **"Newest members" showed a just-registered member as hours old.** New-member
and "joined" times could read e.g. "3 hours ago" the instant someone signed
up, because timestamps written with the database clock (UTC on most hosts)
were read back in the board's timezone. The database session clock is now
pinned to the board timezone, so written and displayed times agree.

- **Header navigation overflowed on boards with many nav items.** With add-ons
adding entries (Blog, Resources, Gallery …) the desktop primary nav ran out of
room at mid widths and its last item was pushed under the header action icons.
The nav now collapses the items that do not fit into a trailing "More" menu
(an ellipsis button; sub-menus of a collapsed item are listed inside it) and
restores them when the window widens. Themes that ship their own header markup
are not affected.

## Improved

- **Denser layout on phones (≤640px).** The login/register dialog now uses a
12px screen gutter and a compact card (the input column grows from 252px to
325px on a 390px phone); page top/bottom padding, the welcome banner, forum
rows, post author blocks and widget headers all use tighter phone padding.
Desktop spacing is unchanged. Themes with their own dialog design keep it.

## Notes

- Two new database migrations, both idempotent:
- `1081` seeds the `nav_more` phrase for every installed language that has
the header phrases and adds the localized label hook to the master header
nav (only the master header row is touched).
- `1082` adds `feeds.ai_rewrite` / `feeds.ai_rewrite_prompt`, the
`ai_feed_rewrite_enabled` option (off), the EN/TR admin phrases, and the new
controls on the RSS feed form, the bulk-import form and the AI settings page.

Get it
View on the Marketplace

— Posted automatically by the RaxBoard Marketplace.
#1
emeklerinize sağlık
Konuyu Açan #2
ArseniC şöyle dedi:
emeklerinize sağlık

Teşekkür ederiz.

Yanıt vermek için giriş yapmış olmalısınız.

0 alıntı seçildi