0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Nazar Gargol b78dbfbbc2 Removed use of deprecated setting flags from the codebase
refs #10318
refs https://github.com/TryGhost/Ghost/pull/11942

- Removes force_i18n, permalinks, and members_session_secret usage from the codebase
-  We deprecated these flasgs and have not used since Ghost v2. It's good time to remove them before we introduce bigger changes to how `settings` table opeartes.
- Fixed importer test. The test was meant to check if string values were converted properly, the check agains boolean didn't make much sense in this context, so removed it.
- Following this change are going to come ralated migrations to fix existing data (see ref)
2020-06-23 11:58:19 +12:00
..
adapters
api Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
data Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
lib Colocated readCSV util with members input serializer 2020-06-19 18:24:51 +12:00
models Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
public
services Added new settings for members modal 2020-06-19 21:35:49 +05:30
translations Added invalid import record errors and counts 2020-06-12 19:59:36 +12:00
views
web Added API endpoints for disconnecting Stripe 2020-06-18 18:42:20 +02:00
analytics-events.js
ghost-server.js
index.js
overrides.js
update-check.js