Changeset abdcf33 in Klonkt for src/services/i18n.js


Ignore:
Timestamp:
06/27/2026 09:46:03 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
d2b7247
Parents:
3746f6a
Message:

chore(cleanup): remove the dead comments_moderation_mode column + handling

Native comments are gone; this column was set but never read. Removed from the site
INSERT (admin-sites create) and UPDATE (save) in lockstep (column + placeholder + value),
from ensurePrimarySite's seed INSERT, the ensureColumn in database.js, and the 3 unused
i18n keys (asite.comment_moderation / moderation_trust / moderation_moderate, x3 langs).
No DROP — the column stays in existing DBs as harmless dead data. require_login_to_comment
is kept (still used by PermissionsService).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/i18n.js

    r3746f6a rabdcf33  
    238238    'asite.robots_index': 'Zoekmachines mogen indexeren (sitemap.xml is verborgen indien uit)',
    239239    'asite.require_login_comment': 'Inloggen vereist om te reageren',
    240     'asite.comment_moderation': 'Reactie-moderatie',
    241     'asite.moderation_trust': 'Vertrouwen (automatisch goedkeuren)',
    242     'asite.moderation_moderate': 'Modereren (eerst in de wachtrij)',
    243240    'asite.enable_audio': 'Audiospeler + embeds inschakelen',
    244241    'asite.links': 'Social / streaming-links',
     
    11521149    'asite.robots_index': 'Allow search engines to index (sitemap.xml is hidden when off)',
    11531150    'asite.require_login_comment': 'Login required to comment',
    1154     'asite.comment_moderation': 'Comment moderation',
    1155     'asite.moderation_trust': 'Trust (approve automatically)',
    1156     'asite.moderation_moderate': 'Moderate (queue first)',
    11571151    'asite.enable_audio': 'Enable audio player + embeds',
    11581152    'asite.links': 'Social / streaming links',
     
    20652059    'asite.robots_index': 'Suchmaschinen dürfen indexieren (sitemap.xml ist ausgeblendet, wenn aus)',
    20662060    'asite.require_login_comment': 'Anmeldung zum Kommentieren erforderlich',
    2067     'asite.comment_moderation': 'Kommentar-Moderation',
    2068     'asite.moderation_trust': 'Vertrauen (automatisch freigeben)',
    2069     'asite.moderation_moderate': 'Moderieren (zuerst in die Warteschlange)',
    20702061    'asite.enable_audio': 'Audioplayer + Embeds aktivieren',
    20712062    'asite.links': 'Social- / Streaming-Links',
Note: See TracChangeset for help on using the changeset viewer.