2018-11-02 15:55:08 +01:00
|
|
|
import { fromJS, List, Map } from 'immutable';
|
2019-06-14 16:46:33 +01:00
|
|
|
import { isEqual } from 'lodash';
|
2016-10-17 12:35:31 +02:00
|
|
|
import { actions as notifActions } from 'redux-notifications';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { serializeValues } from 'Lib/serializeEntryValues';
|
2019-03-16 15:44:29 -07:00
|
|
|
import { currentBackend } from 'coreSrc/backend';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { getIntegrationProvider } from 'Integrations';
|
2019-04-10 21:38:53 +01:00
|
|
|
import { getAsset, selectIntegration, selectPublishedSlugs } from 'Reducers';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { selectFields } from 'Reducers/collections';
|
2018-06-11 19:03:43 -07:00
|
|
|
import { selectCollectionEntriesCursor } from 'Reducers/cursors';
|
2018-07-17 19:13:52 -04:00
|
|
|
import { Cursor } from 'netlify-cms-lib-util';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import { createEntry } from 'ValueObjects/Entry';
|
2019-11-17 11:51:50 +02:00
|
|
|
import { createAssetProxy } from 'ValueObjects/AssetProxy';
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
import ValidationErrorTypes from 'Constants/validationErrorTypes';
|
2019-11-17 11:51:50 +02:00
|
|
|
import { deleteMedia, addMediaFilesToLibrary } from './mediaLibrary';
|
|
|
|
import { addAssets } from './media';
|
2016-02-25 20:40:35 -08:00
|
|
|
|
2016-10-17 12:35:31 +02:00
|
|
|
const { notifSend } = notifActions;
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
2019-09-24 22:16:09 +02:00
|
|
|
* Constant Declarations
|
2016-06-08 04:42:24 -03:00
|
|
|
*/
|
2016-06-05 01:52:18 -07:00
|
|
|
export const ENTRY_REQUEST = 'ENTRY_REQUEST';
|
|
|
|
export const ENTRY_SUCCESS = 'ENTRY_SUCCESS';
|
|
|
|
export const ENTRY_FAILURE = 'ENTRY_FAILURE';
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export const ENTRIES_REQUEST = 'ENTRIES_REQUEST';
|
|
|
|
export const ENTRIES_SUCCESS = 'ENTRIES_SUCCESS';
|
|
|
|
export const ENTRIES_FAILURE = 'ENTRIES_FAILURE';
|
|
|
|
|
2016-07-19 17:11:22 -03:00
|
|
|
export const DRAFT_CREATE_FROM_ENTRY = 'DRAFT_CREATE_FROM_ENTRY';
|
2016-08-24 21:36:44 -03:00
|
|
|
export const DRAFT_CREATE_EMPTY = 'DRAFT_CREATE_EMPTY';
|
2016-06-08 04:42:24 -03:00
|
|
|
export const DRAFT_DISCARD = 'DRAFT_DISCARD';
|
|
|
|
export const DRAFT_CHANGE = 'DRAFT_CHANGE';
|
2016-12-29 17:18:24 -02:00
|
|
|
export const DRAFT_CHANGE_FIELD = 'DRAFT_CHANGE_FIELD';
|
2017-01-13 19:30:40 -02:00
|
|
|
export const DRAFT_VALIDATION_ERRORS = 'DRAFT_VALIDATION_ERRORS';
|
2019-02-05 23:27:34 +01:00
|
|
|
export const DRAFT_CLEAR_ERRORS = 'DRAFT_CLEAR_ERRORS';
|
2019-02-28 13:30:23 -05:00
|
|
|
export const DRAFT_LOCAL_BACKUP_RETRIEVED = 'DRAFT_LOCAL_BACKUP_RETRIEVED';
|
|
|
|
export const DRAFT_CREATE_FROM_LOCAL_BACKUP = 'DRAFT_CREATE_FROM_LOCAL_BACKUP';
|
2016-06-10 00:16:01 -03:00
|
|
|
|
2016-06-06 21:53:22 -03:00
|
|
|
export const ENTRY_PERSIST_REQUEST = 'ENTRY_PERSIST_REQUEST';
|
|
|
|
export const ENTRY_PERSIST_SUCCESS = 'ENTRY_PERSIST_SUCCESS';
|
|
|
|
export const ENTRY_PERSIST_FAILURE = 'ENTRY_PERSIST_FAILURE';
|
|
|
|
|
2017-07-21 23:40:33 -07:00
|
|
|
export const ENTRY_DELETE_REQUEST = 'ENTRY_DELETE_REQUEST';
|
|
|
|
export const ENTRY_DELETE_SUCCESS = 'ENTRY_DELETE_SUCCESS';
|
|
|
|
export const ENTRY_DELETE_FAILURE = 'ENTRY_DELETE_FAILURE';
|
|
|
|
|
2019-11-17 11:51:50 +02:00
|
|
|
export const ADD_DRAFT_ENTRY_MEDIA_FILE = 'ADD_DRAFT_ENTRY_MEDIA_FILE';
|
|
|
|
export const SET_DRAFT_ENTRY_MEDIA_FILES = 'SET_DRAFT_ENTRY_MEDIA_FILES';
|
|
|
|
export const REMOVE_DRAFT_ENTRY_MEDIA_FILE = 'REMOVE_DRAFT_ENTRY_MEDIA_FILE';
|
|
|
|
export const CLEAR_DRAFT_ENTRY_MEDIA_FILES = 'CLEAR_DRAFT_ENTRY_MEDIA_FILES';
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Simple Action Creators (Internal)
|
2016-09-20 14:00:03 +02:00
|
|
|
* We still need to export them for tests
|
2016-06-08 04:42:24 -03:00
|
|
|
*/
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryLoading(collection, slug) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return {
|
|
|
|
type: ENTRY_REQUEST,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
slug,
|
|
|
|
},
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryLoaded(collection, entry) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return {
|
|
|
|
type: ENTRY_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
entry,
|
|
|
|
},
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-01-10 22:23:22 -02:00
|
|
|
export function entryLoadError(error, collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_FAILURE,
|
|
|
|
payload: {
|
|
|
|
error,
|
|
|
|
collection: collection.get('name'),
|
|
|
|
slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entriesLoading(collection) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_REQUEST,
|
|
|
|
payload: {
|
2016-10-12 16:01:27 +02:00
|
|
|
collection: collection.get('name'),
|
|
|
|
},
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
export function entriesLoaded(collection, entries, pagination, cursor, append = true) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collection: collection.get('name'),
|
2016-10-12 16:01:27 +02:00
|
|
|
entries,
|
|
|
|
page: pagination,
|
2018-06-11 19:03:43 -07:00
|
|
|
cursor: Cursor.create(cursor),
|
|
|
|
append,
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entriesFailed(collection, error) {
|
2016-06-08 04:42:24 -03:00
|
|
|
return {
|
|
|
|
type: ENTRIES_FAILURE,
|
|
|
|
error: 'Failed to load entries',
|
|
|
|
payload: error.toString(),
|
2016-10-12 16:01:27 +02:00
|
|
|
meta: { collection: collection.get('name') },
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryPersisting(collection, entry) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-06-06 21:53:22 -03:00
|
|
|
type: ENTRY_PERSIST_REQUEST,
|
2016-02-25 20:40:35 -08:00
|
|
|
payload: {
|
2016-10-12 19:19:05 +02:00
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
export function entryPersisted(collection, entry, slug) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return {
|
|
|
|
type: ENTRY_PERSIST_SUCCESS,
|
|
|
|
payload: {
|
2016-10-12 19:19:05 +02:00
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Pass slug from backend for newly created entries.
|
|
|
|
*/
|
|
|
|
slug,
|
2016-10-12 16:01:27 +02:00
|
|
|
},
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-09-20 14:00:03 +02:00
|
|
|
export function entryPersistFail(collection, entry, error) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return {
|
2016-10-12 19:19:05 +02:00
|
|
|
type: ENTRY_PERSIST_FAILURE,
|
2016-06-06 21:53:22 -03:00
|
|
|
error: 'Failed to persist entry',
|
2016-10-12 19:19:05 +02:00
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: entry.get('slug'),
|
|
|
|
error: error.toString(),
|
|
|
|
},
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2017-07-21 23:40:33 -07:00
|
|
|
export function entryDeleting(collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_REQUEST,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function entryDeleted(collection, slug) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_SUCCESS,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function entryDeleteFail(collection, slug, error) {
|
|
|
|
return {
|
|
|
|
type: ENTRY_DELETE_FAILURE,
|
|
|
|
payload: {
|
|
|
|
collectionName: collection.get('name'),
|
|
|
|
entrySlug: slug,
|
|
|
|
error: error.toString(),
|
|
|
|
},
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-12-29 17:18:24 -02:00
|
|
|
export function emptyDraftCreated(entry) {
|
2016-08-24 21:36:44 -03:00
|
|
|
return {
|
|
|
|
type: DRAFT_CREATE_EMPTY,
|
2016-10-12 16:01:27 +02:00
|
|
|
payload: entry,
|
2016-08-24 21:36:44 -03:00
|
|
|
};
|
|
|
|
}
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Exported simple Action Creators
|
|
|
|
*/
|
2019-11-17 11:51:50 +02:00
|
|
|
export function createDraftFromEntry(entry, metadata, mediaFiles) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-07-19 17:11:22 -03:00
|
|
|
type: DRAFT_CREATE_FROM_ENTRY,
|
2019-11-17 11:51:50 +02:00
|
|
|
payload: { entry, metadata, mediaFiles },
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export function discardDraft() {
|
2019-11-17 11:51:50 +02:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
|
|
|
|
const mediaDrafts = state.entryDraft.get('mediaFiles').filter(file => file.draft);
|
|
|
|
|
|
|
|
mediaDrafts.forEach(file => {
|
|
|
|
dispatch(deleteMedia(file));
|
|
|
|
});
|
|
|
|
|
|
|
|
dispatch({ type: DRAFT_DISCARD });
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
export function changeDraft(entry) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return {
|
2016-06-08 04:42:24 -03:00
|
|
|
type: DRAFT_CHANGE,
|
2016-10-12 16:01:27 +02:00
|
|
|
payload: entry,
|
2016-06-08 04:42:24 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-12-29 17:18:24 -02:00
|
|
|
export function changeDraftField(field, value, metadata) {
|
|
|
|
return {
|
|
|
|
type: DRAFT_CHANGE_FIELD,
|
|
|
|
payload: { field, value, metadata },
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2019-02-05 23:27:34 +01:00
|
|
|
export function changeDraftFieldValidation(uniquefieldId, errors) {
|
2017-01-13 19:30:40 -02:00
|
|
|
return {
|
|
|
|
type: DRAFT_VALIDATION_ERRORS,
|
2019-02-05 23:27:34 +01:00
|
|
|
payload: { uniquefieldId, errors },
|
2017-01-13 19:30:40 -02:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2019-02-05 23:27:34 +01:00
|
|
|
export function clearFieldErrors() {
|
|
|
|
return { type: DRAFT_CLEAR_ERRORS };
|
|
|
|
}
|
|
|
|
|
2019-11-17 11:51:50 +02:00
|
|
|
export function localBackupRetrieved(entry, mediaFiles) {
|
2019-02-28 13:30:23 -05:00
|
|
|
return {
|
|
|
|
type: DRAFT_LOCAL_BACKUP_RETRIEVED,
|
2019-11-17 11:51:50 +02:00
|
|
|
payload: { entry, mediaFiles },
|
2019-02-28 13:30:23 -05:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function loadLocalBackup() {
|
2019-11-17 11:51:50 +02:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
dispatch({
|
|
|
|
type: DRAFT_CREATE_FROM_LOCAL_BACKUP,
|
|
|
|
});
|
|
|
|
|
|
|
|
// only add media files to the library after loading from backup was approved
|
|
|
|
const state = getState();
|
|
|
|
const mediaFiles = state.entryDraft.get('mediaFiles').toJS();
|
|
|
|
const filesToAdd = mediaFiles.map(file => ({
|
|
|
|
...file,
|
|
|
|
draft: true,
|
|
|
|
}));
|
|
|
|
dispatch(addMediaFilesToLibrary(filesToAdd));
|
2019-02-28 13:30:23 -05:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2019-11-17 11:51:50 +02:00
|
|
|
export function addDraftEntryMediaFile(file) {
|
|
|
|
return { type: ADD_DRAFT_ENTRY_MEDIA_FILE, payload: file };
|
|
|
|
}
|
|
|
|
|
|
|
|
export function setDraftEntryMediaFiles(files) {
|
|
|
|
return { type: SET_DRAFT_ENTRY_MEDIA_FILES, payload: files };
|
|
|
|
}
|
|
|
|
|
|
|
|
export function removeDraftEntryMediaFile(file) {
|
|
|
|
return { type: REMOVE_DRAFT_ENTRY_MEDIA_FILE, payload: file };
|
|
|
|
}
|
|
|
|
|
|
|
|
export function clearDraftEntryMediaFiles() {
|
|
|
|
return { type: CLEAR_DRAFT_ENTRY_MEDIA_FILES };
|
|
|
|
}
|
|
|
|
|
|
|
|
export function persistLocalBackup(entry, collection, mediaFiles) {
|
2019-02-28 13:30:23 -05:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
2019-11-17 11:51:50 +02:00
|
|
|
|
|
|
|
// persist any pending related media files and assets
|
|
|
|
const assets = getMediaAssets(state, mediaFiles);
|
|
|
|
|
|
|
|
return backend.persistLocalDraftBackup(entry, collection, mediaFiles, assets);
|
2019-02-28 13:30:23 -05:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function retrieveLocalBackup(collection, slug) {
|
|
|
|
return async (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
2019-11-17 11:51:50 +02:00
|
|
|
const { entry, mediaFiles, assets } = await backend.getLocalDraftBackup(collection, slug);
|
|
|
|
|
2019-02-28 13:30:23 -05:00
|
|
|
if (entry) {
|
2019-11-17 11:51:50 +02:00
|
|
|
// load assets from backup
|
|
|
|
const assetProxies = await Promise.all(
|
|
|
|
assets.map(asset => createAssetProxy(asset.value, asset.fileObj)),
|
|
|
|
);
|
|
|
|
dispatch(addAssets(assetProxies));
|
|
|
|
|
|
|
|
return dispatch(localBackupRetrieved(entry, mediaFiles));
|
2019-02-28 13:30:23 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
export function deleteLocalBackup(collection, slug) {
|
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
return backend.deleteLocalDraftBackup(collection, slug);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2016-06-08 04:42:24 -03:00
|
|
|
/*
|
|
|
|
* Exported Thunk Action Creators
|
|
|
|
*/
|
2016-10-10 15:34:21 -03:00
|
|
|
|
2017-01-11 20:58:15 -02:00
|
|
|
export function loadEntry(collection, slug) {
|
2016-06-05 01:52:18 -07:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
dispatch(entryLoading(collection, slug));
|
2018-08-07 14:46:54 -06:00
|
|
|
return backend
|
|
|
|
.getEntry(collection, slug)
|
2017-06-21 13:49:43 -04:00
|
|
|
.then(loadedEntry => {
|
2018-08-07 14:46:54 -06:00
|
|
|
return dispatch(entryLoaded(collection, loadedEntry));
|
2017-06-21 13:49:43 -04:00
|
|
|
})
|
2018-08-07 14:46:54 -06:00
|
|
|
.catch(error => {
|
2017-07-18 19:14:40 -04:00
|
|
|
console.error(error);
|
2018-08-07 14:46:54 -06:00
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
details: error.message,
|
|
|
|
key: 'ui.toast.onFailToLoadEntries',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
2017-01-10 22:23:22 -02:00
|
|
|
dispatch(entryLoadError(error, collection, slug));
|
|
|
|
});
|
2016-06-05 01:52:18 -07:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
const appendActions = fromJS({
|
2018-08-07 14:46:54 -06:00
|
|
|
['append_next']: { action: 'next', append: true },
|
2018-06-11 19:03:43 -07:00
|
|
|
});
|
|
|
|
|
2018-08-07 14:46:54 -06:00
|
|
|
const addAppendActionsToCursor = cursor =>
|
|
|
|
Cursor.create(cursor).updateStore('actions', actions =>
|
|
|
|
actions.union(appendActions.filter(v => actions.has(v.get('action'))).keySeq()),
|
|
|
|
);
|
2018-06-11 19:03:43 -07:00
|
|
|
|
2016-10-10 15:34:21 -03:00
|
|
|
export function loadEntries(collection, page = 0) {
|
2016-02-25 20:40:35 -08:00
|
|
|
return (dispatch, getState) => {
|
2016-10-17 12:35:31 +02:00
|
|
|
if (collection.get('isFetching')) {
|
|
|
|
return;
|
|
|
|
}
|
2016-02-25 20:40:35 -08:00
|
|
|
const state = getState();
|
2017-01-10 22:23:22 -02:00
|
|
|
const backend = currentBackend(state.config);
|
2016-10-10 15:34:21 -03:00
|
|
|
const integration = selectIntegration(state, collection.get('name'), 'listEntries');
|
2018-08-07 14:46:54 -06:00
|
|
|
const provider = integration
|
|
|
|
? getIntegrationProvider(state.integrations, backend.getToken, integration)
|
|
|
|
: backend;
|
2018-06-11 19:03:43 -07:00
|
|
|
const append = !!(page && !isNaN(page) && page > 0);
|
2016-02-25 20:40:35 -08:00
|
|
|
dispatch(entriesLoading(collection));
|
2018-08-07 14:46:54 -06:00
|
|
|
provider
|
|
|
|
.listEntries(collection, page)
|
|
|
|
.then(response => ({
|
|
|
|
...response,
|
|
|
|
|
|
|
|
// The only existing backend using the pagination system is the
|
|
|
|
// Algolia integration, which is also the only integration used
|
|
|
|
// to list entries. Thus, this checking for an integration can
|
|
|
|
// determine whether or not this is using the old integer-based
|
|
|
|
// pagination API. Other backends will simply store an empty
|
|
|
|
// cursor, which behaves identically to no cursor at all.
|
|
|
|
cursor: integration
|
|
|
|
? Cursor.create({
|
|
|
|
actions: ['next'],
|
|
|
|
meta: { usingOldPaginationAPI: true },
|
|
|
|
data: { nextPage: page + 1 },
|
|
|
|
})
|
|
|
|
: Cursor.create(response.cursor),
|
|
|
|
}))
|
|
|
|
.then(response =>
|
|
|
|
dispatch(
|
|
|
|
entriesLoaded(
|
|
|
|
collection,
|
|
|
|
response.cursor.meta.get('usingOldPaginationAPI')
|
|
|
|
? response.entries.reverse()
|
|
|
|
: response.entries,
|
|
|
|
response.pagination,
|
|
|
|
addAppendActionsToCursor(response.cursor),
|
|
|
|
append,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
.catch(err => {
|
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
details: err,
|
|
|
|
key: 'ui.toast.onFailToLoadEntries',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
|
|
|
return Promise.reject(dispatch(entriesFailed(collection, err)));
|
|
|
|
});
|
2016-06-06 21:53:22 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2018-06-11 19:03:43 -07:00
|
|
|
function traverseCursor(backend, cursor, action) {
|
|
|
|
if (!cursor.actions.has(action)) {
|
2018-08-07 14:46:54 -06:00
|
|
|
throw new Error(`The current cursor does not support the pagination action "${action}".`);
|
2018-06-11 19:03:43 -07:00
|
|
|
}
|
|
|
|
return backend.traverseCursor(cursor, action);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function traverseCollectionCursor(collection, action) {
|
|
|
|
return async (dispatch, getState) => {
|
|
|
|
const state = getState();
|
2018-08-07 14:46:54 -06:00
|
|
|
if (state.entries.getIn(['pages', `${collection.get('name')}`, 'isFetching'])) {
|
2018-06-11 19:03:43 -07:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
|
|
|
|
const { action: realAction, append } = appendActions.has(action)
|
|
|
|
? appendActions.get(action).toJS()
|
|
|
|
: { action, append: false };
|
|
|
|
const cursor = selectCollectionEntriesCursor(state.cursors, collection.get('name'));
|
|
|
|
|
|
|
|
// Handle cursors representing pages in the old, integer-based
|
|
|
|
// pagination API
|
2018-08-07 14:46:54 -06:00
|
|
|
if (cursor.meta.get('usingOldPaginationAPI', false)) {
|
|
|
|
return dispatch(loadEntries(collection, cursor.data.get('nextPage')));
|
2018-06-11 19:03:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
try {
|
|
|
|
dispatch(entriesLoading(collection));
|
|
|
|
const { entries, cursor: newCursor } = await traverseCursor(backend, cursor, realAction);
|
|
|
|
// Pass null for the old pagination argument - this will
|
|
|
|
// eventually be removed.
|
2018-08-07 14:46:54 -06:00
|
|
|
return dispatch(
|
|
|
|
entriesLoaded(collection, entries, null, addAppendActionsToCursor(newCursor), append),
|
|
|
|
);
|
2018-06-11 19:03:43 -07:00
|
|
|
} catch (err) {
|
|
|
|
console.error(err);
|
2018-08-07 14:46:54 -06:00
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
details: err,
|
|
|
|
key: 'ui.toast.onFailToPersist',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
2018-06-11 19:03:43 -07:00
|
|
|
return Promise.reject(dispatch(entriesFailed(collection, err)));
|
|
|
|
}
|
2018-08-07 14:46:54 -06:00
|
|
|
};
|
2018-06-11 19:03:43 -07:00
|
|
|
}
|
|
|
|
|
2016-08-24 21:36:44 -03:00
|
|
|
export function createEmptyDraft(collection) {
|
2018-08-07 14:46:54 -06:00
|
|
|
return dispatch => {
|
2018-11-02 15:55:08 +01:00
|
|
|
const dataFields = createEmptyDraftData(collection.get('fields', List()));
|
2016-11-30 16:52:17 -02:00
|
|
|
const newEntry = createEntry(collection.get('name'), '', '', { data: dataFields });
|
2016-12-29 17:18:24 -02:00
|
|
|
dispatch(emptyDraftCreated(newEntry));
|
2016-08-24 21:36:44 -03:00
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2019-06-14 16:46:33 +01:00
|
|
|
export function createEmptyDraftData(fields, withNameKey = true) {
|
2018-11-02 15:55:08 +01:00
|
|
|
return fields.reduce((acc, item) => {
|
|
|
|
const subfields = item.get('field') || item.get('fields');
|
|
|
|
const list = item.get('widget') == 'list';
|
2018-11-06 19:13:42 +01:00
|
|
|
const name = item.get('name');
|
|
|
|
const defaultValue = item.get('default', null);
|
2019-06-14 16:46:33 +01:00
|
|
|
const isEmptyDefaultValue = val => [[{}], {}].some(e => isEqual(val, e));
|
2018-11-02 15:55:08 +01:00
|
|
|
|
|
|
|
if (List.isList(subfields)) {
|
2019-06-14 16:46:33 +01:00
|
|
|
const subDefaultValue = list
|
|
|
|
? [createEmptyDraftData(subfields)]
|
|
|
|
: createEmptyDraftData(subfields);
|
|
|
|
if (!isEmptyDefaultValue(subDefaultValue)) {
|
|
|
|
acc[name] = subDefaultValue;
|
|
|
|
}
|
2018-11-02 15:55:08 +01:00
|
|
|
return acc;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (Map.isMap(subfields)) {
|
2019-06-14 16:46:33 +01:00
|
|
|
const subDefaultValue = list
|
|
|
|
? [createEmptyDraftData([subfields], false)]
|
|
|
|
: createEmptyDraftData([subfields]);
|
|
|
|
if (!isEmptyDefaultValue(subDefaultValue)) {
|
|
|
|
acc[name] = subDefaultValue;
|
|
|
|
}
|
2018-11-02 15:55:08 +01:00
|
|
|
return acc;
|
|
|
|
}
|
|
|
|
|
2018-11-06 19:13:42 +01:00
|
|
|
if (defaultValue !== null) {
|
2019-06-14 16:46:33 +01:00
|
|
|
if (!withNameKey) {
|
|
|
|
return defaultValue;
|
|
|
|
}
|
2018-11-06 19:13:42 +01:00
|
|
|
acc[name] = defaultValue;
|
2018-11-02 15:55:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
return acc;
|
|
|
|
}, {});
|
|
|
|
}
|
|
|
|
|
2019-11-17 11:51:50 +02:00
|
|
|
export function getMediaAssets(state, mediaFiles) {
|
|
|
|
return mediaFiles.map(file => getAsset(state, file.public_path));
|
|
|
|
}
|
|
|
|
|
2017-01-13 19:30:40 -02:00
|
|
|
export function persistEntry(collection) {
|
2016-06-06 21:53:22 -03:00
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
2017-01-13 19:30:40 -02:00
|
|
|
const entryDraft = state.entryDraft;
|
2017-10-09 22:50:43 +13:00
|
|
|
const fieldsErrors = entryDraft.get('fieldsErrors');
|
2019-04-10 21:38:53 +01:00
|
|
|
const usedSlugs = selectPublishedSlugs(state, collection.get('name'));
|
2017-01-13 19:30:40 -02:00
|
|
|
|
|
|
|
// Early return if draft contains validation errors
|
2017-10-09 22:50:43 +13:00
|
|
|
if (!fieldsErrors.isEmpty()) {
|
2018-08-07 14:46:54 -06:00
|
|
|
const hasPresenceErrors = fieldsErrors.some(errors =>
|
|
|
|
errors.some(error => error.type && error.type === ValidationErrorTypes.PRESENCE),
|
|
|
|
);
|
2018-01-09 11:32:47 +00:00
|
|
|
|
2017-10-09 22:50:43 +13:00
|
|
|
if (hasPresenceErrors) {
|
2018-08-07 14:46:54 -06:00
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
key: 'ui.toast.missingRequiredField',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
2017-10-09 22:50:43 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
return Promise.reject();
|
|
|
|
}
|
2017-06-21 13:49:43 -04:00
|
|
|
|
2016-06-06 21:53:22 -03:00
|
|
|
const backend = currentBackend(state.config);
|
2019-11-17 11:51:50 +02:00
|
|
|
const assetProxies = getMediaAssets(state, entryDraft.get('mediaFiles'));
|
2016-10-13 14:30:11 +02:00
|
|
|
const entry = entryDraft.get('entry');
|
2017-08-02 13:11:43 -04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Serialize the values of any fields with registered serializers, and
|
|
|
|
* update the entry and entryDraft with the serialized values.
|
|
|
|
*/
|
2017-09-26 16:20:03 -04:00
|
|
|
const fields = selectFields(collection, entry.get('slug'));
|
|
|
|
const serializedData = serializeValues(entryDraft.getIn(['entry', 'data']), fields);
|
2017-08-02 13:11:43 -04:00
|
|
|
const serializedEntry = entry.set('data', serializedData);
|
|
|
|
const serializedEntryDraft = entryDraft.set('entry', serializedEntry);
|
|
|
|
dispatch(entryPersisting(collection, serializedEntry));
|
2017-07-21 23:40:33 -07:00
|
|
|
return backend
|
2019-04-10 21:38:53 +01:00
|
|
|
.persistEntry(
|
|
|
|
state.config,
|
|
|
|
collection,
|
|
|
|
serializedEntryDraft,
|
|
|
|
assetProxies.toJS(),
|
|
|
|
state.integrations,
|
|
|
|
usedSlugs,
|
|
|
|
)
|
WIP - Global UI (#785)
* update top bar and collections sidebar UI
* update collection entries UI
* improve global layout
* merge search page into collection page
* enable new entry button
* search fixup
* wip -initial editor update
* update editor scrolling and markdown toolbar position
* wip
* editor toolbar progress
* editor toolbar wip
* finished basic editor toolbar
* add standalone toggle component
* improve markdown toolbar spacing
* add user avatar placeholder
* finish markdown toggle styling
* refactor icon setup, add new icons
* add new icons to markdown editor toolbar
* remove extra app container
* add markdown active mark style
* relation and text widget styling
* widget design updates, basic list/object design update
* widget style updates, image widget improvements
* refactor widget directory, fix file removal
* widget focus styles
* finish editor widget focus styles
* migrate media library modal to react-modal
* wip - migrate editor component form to modal
* wip - move editor component form to modal
* wip - embed plugin forms in the editor
* inline shortcode forms working
* disable react hot loading, its breaking things
* improve shortcode form styles
* make shortcode form collapsible, improve styling
* add close functionality to shortcode blocks
* improve base media library styling
* fix shortcode label
* migrate unstyled workflow to new UI
* wip - reorganizing everything
* more work moving everything
* finish more moving and eliminating stuff
* restructure, remove react-toolbox
* wip - removing old stuff, more restructure
* finish restructure
* wip - css arch
* switch back to test repo
* update react-datetime to ^2.11.0
* remove leftover react-toolbox button
* more restructuring clean-up
* fix UI component directory case
* wip -css editor control style
* wip - consolidate widget styles
* wip - use a single control renderer
* fixed object values breaking
* wip - editor control active styles
* pass control wrapper to widgets
* ensure branch name is trimmed
* wip - improve widget authoring support
* import Map to Widget component
* refactor toolbar buttons
* wip - more widget active styles
* break out editor toggle component
* add local scroll sync back
* update editor toggle icons
* limit editor control pane content width
* fix editor control spacing
* migrate markdown toolbar stickiness to css
* fix markdown toolbar border radius
* temporarily use test backend
* stop markdown toolbar from going to bottom
* restore disabled markdown toolbar buttons for raw
* test markdown widget without focus styles
* more widget updates
* remove card visuals from editor
* disable dragging editor split off screen
* use editorControl component for shortcode fields
* make header site link configurable
* add configurable collection descriptions
* temporarily add example assets
* add basic list view
* remove outdated css mixins
* add and implement search icon
* activate quick add menu
* visualize usable space in editor view
* fix entry close, other improvements
* wip - editorial workflow updates
* some dropshadow and other CSS tweaks
* workflow ui updates
* add worfklow card buttons
* fix workflow card button handlers
* some dropshadow and other CSS tweaks
* make workflow board wider
* center workflow and collection views
* add basic responsiveness
* a bunch of fun UI fixes! a BUNCH! (#875)
* give `.nc-entryEditor-toolbar-mainSection` left and right child divs
* a bunch of fun UI fixes! a BUNCH!
* remove obscure --buttonShadow
* revert to test repo
* fix not found page styling
* allow workflow publishing from any column
* disallow publishing from all columns, with feedback
* fix new entry button
* fix markdown state persisting across entries
* enable simple workflow save and new from editor
* update slug in address bar when saving new entry
* wip - workflow updates, deletion working
* add status change functionality to editor
* wip - improving status change from editor
* editor toolbar back button improvements, loading improvements, cleanup
* progress on the media library UI cleanup
* remove font smothing css
* a quick fix for these buttons
* tweaks
* progress on media library modal— broken FYI
* fix media library functionality, finish migrating footer
* remove media library footer files
* remove leftover css import
* fix media library
* editor publishing functionality complete (unstyled)
* remove leftover loader var from media library
* wip - editor publishing styles
* add status dropdown styling
* editor toolbar style updates
* editor toolbar state improvements
* progress on the media library UI cleanup, style improvements
* finish editorial workflow editor styling
* finish media library styling
* fix config
* add what-input to optimize focus styling
* fix button
* fix navigation blocking for simple workflow
* improve simple workflow publishing
* add avatar dropdown to editor top bar
* style github and test-repo auth pages
* add git gateway auth page styles
* improve editor error styling
2017-12-07 12:37:10 -05:00
|
|
|
.then(slug => {
|
2018-08-07 14:46:54 -06:00
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
2018-11-18 14:06:41 -08:00
|
|
|
key: 'ui.toast.entrySaved',
|
2018-11-02 14:19:49 -03:00
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'success',
|
|
|
|
dismissAfter: 4000,
|
|
|
|
}),
|
|
|
|
);
|
|
|
|
dispatch(entryPersisted(collection, serializedEntry, slug));
|
2016-10-17 12:35:31 +02:00
|
|
|
})
|
2018-08-07 14:46:54 -06:00
|
|
|
.catch(error => {
|
2017-07-18 19:14:40 -04:00
|
|
|
console.error(error);
|
2018-08-07 14:46:54 -06:00
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
details: error,
|
|
|
|
key: 'ui.toast.onFailToPersist',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
2017-08-29 10:49:21 -06:00
|
|
|
return Promise.reject(dispatch(entryPersistFail(collection, serializedEntry, error)));
|
2016-10-17 12:35:31 +02:00
|
|
|
});
|
2016-02-25 20:40:35 -08:00
|
|
|
};
|
|
|
|
}
|
2017-07-21 23:40:33 -07:00
|
|
|
|
|
|
|
export function deleteEntry(collection, slug) {
|
|
|
|
return (dispatch, getState) => {
|
|
|
|
const state = getState();
|
|
|
|
const backend = currentBackend(state.config);
|
|
|
|
|
|
|
|
dispatch(entryDeleting(collection, slug));
|
2018-08-07 14:46:54 -06:00
|
|
|
return backend
|
|
|
|
.deleteEntry(state.config, collection, slug)
|
|
|
|
.then(() => {
|
|
|
|
return dispatch(entryDeleted(collection, slug));
|
|
|
|
})
|
|
|
|
.catch(error => {
|
|
|
|
dispatch(
|
|
|
|
notifSend({
|
2018-11-02 14:19:49 -03:00
|
|
|
message: {
|
|
|
|
details: error,
|
|
|
|
key: 'ui.toast.onFailToDelete',
|
|
|
|
},
|
2018-08-07 14:46:54 -06:00
|
|
|
kind: 'danger',
|
|
|
|
dismissAfter: 8000,
|
|
|
|
}),
|
|
|
|
);
|
|
|
|
console.error(error);
|
|
|
|
return Promise.reject(dispatch(entryDeleteFail(collection, slug, error)));
|
|
|
|
});
|
2017-07-21 23:40:33 -07:00
|
|
|
};
|
|
|
|
}
|