Changeset 74544fb in Klonkt for src/routes/admin-sites.js


Ignore:
Timestamp:
06/18/2026 06:48:40 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8e29f77
Parents:
fee35fa
Message:

New sites: require login to comment on by default + post nav at top

  • require_login_to_comment default 0 → 1 (siteEditableFields, 001-init.sql, ensurePrimarySite). Moderation was already set to 'moderate' by default. Existing sites unchanged; applies to newly created sites.
  • Post navigation (← Newer / Older →) is now ABOVE the post instead of below, with the separator line below it. Applies to all sites.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/routes/admin-sites.js

    rfee35fa r74544fb  
    116116    is_public: 1,
    117117    robots_index: 1,
    118     require_login_to_comment: 0,
     118    require_login_to_comment: 1,
    119119    enable_audio_player: 1,
    120120    enable_prutter: 1,
Note: See TracChangeset for help on using the changeset viewer.