mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
closes https://github.com/TryGhost/Team/issues/467 - switches to storing "transform-ready" URLs in the database - transform-ready URLs contain a `__GHOST_URL__` placeholder that corresponds to the configured url that gives a few benefits - much faster and less memory intensive output transformations through not needing to parse html or markdown - the transform can be achieved using a straightforward regex find+replace - ability to change to/from or rename subdirectory without any manual updates to the database - modified existing 4.0 url-transformation migration rather than adding another one and repeating the transformation on posts rows |
||
---|---|---|
.. | ||
01-update-mobiledoc.js | ||
02-add-status-column-to-members.js | ||
03-populate-status-column-for-members.js | ||
04-drop-apps-related-tables.js | ||
05-add-members-subscribe-events-table.js | ||
06-populate-members-subscribe-events-table.js | ||
07-alter-unique-constraint-for-posts-slug.js | ||
08-add-members-login-events-table.js | ||
09-add-members-email-change-events-table.js | ||
10-add-members-status-events-table.js | ||
11-add-members-paid-subscription-events-table.js | ||
12-delete-apps-related-settings-keys.js | ||
13-add-members-payment-events-table.js | ||
14-remove-orphaned-stripe-records.js | ||
15-add-frontmatter-column-to-meta.js | ||
16-refactor-slack-setting.js | ||
17-populate-members-status-events-table.js | ||
18-transform-urls-absolute-to-transform-ready.js | ||
19-remove-labs-members-setting.js | ||
20-refactor-unsplash-setting.js | ||
21-sanitize-email-batches-provider-id.js | ||
22-solve-orphaned-webhooks.js | ||
23-regenerate-posts-html.js | ||
24-add-missing-email-permissions.js | ||
25-populate-members-paid-subscription-events-table.js | ||
26-add-cascade-on-delete.js | ||
27-add-primary-key-brute-migrations-lock.js | ||
28-add-webhook-intergrations-foreign-key.js |