Ghost/ghost/admin/app/helpers
Simon Backx fbed93b866
🐛 Added missing history logs for post/page bulk actions (#16734)
no issue

The post/page bulk actions weren't logged in the history log / actions
table.

This change adds support for logging bulk actions.
- New `addActions` static method on models. It creates an action log in
the database for multiple models at once. If only one model was edited,
deleted or added, it will fallback to `addAction`
- `addAction` can also be called statically now
- `actionName` option is now supported when using `addActions`,
`addAction`, and as a result also in all bulk manipulation methods, and
CRUD methods. This allows you to replace the default '5 posts edited'
into something more specific like '5 posts featured'
- Fixed support for null resource_id in the parse-history-event helper
- Removed the default 'published' status requirement when using
Post.findOne for internal queries.
2023-05-05 09:45:36 +02:00
..
accent-color-background.js
activity-feed-fetcher.js
author-names.js
background-image-style.js
capitalize-first-letter.js
currency-symbol.js
enable-developer-experiments.js
event-name.js
feature.js
first-name.js
format-number.js
full-email-address.js
get-setting.js
gh-count-characters.js
gh-count-down-characters.js Updated copy for portal signup notice 2023-04-12 08:28:02 +01:00
gh-count-down-html-characters.js Fixed gh-count-down-html-characters helper to support null values 2023-04-11 17:49:37 +02:00
gh-format-post-time.js
gh-pluralize.js
gh-price-amount.js
gh-user-can-admin.js
hex-adjust.js
hex-contrast.js
highlighted-text.js
history-event-fetcher.js
history-event-filter.js
humanize-recipient-filter.js
humanize-setting-key.js
integration-icon-style.js
is-moment-today.js
member-fetcher.js
members-count-fetcher.js
members-event-fetcher.js
members-event-filter.js
moment-site-tz.js
most-recently-updated.js
noop.js
parse-history-event.js 🐛 Added missing history logs for post/page bulk actions (#16734) 2023-05-05 09:45:36 +02:00
parse-member-event.js Cleaned up suppressionList feature flag (#16736) 2023-05-04 14:47:04 +02:00
post-author-names.js
publish-options.js
query-selector.js
reset-query-params.js
set-has.js
set-query-params.js
site-icon-style.js
toggle-feature.js
ui-btn-span.js
ui-btn.js
ui-text.js