Release notes: 20220330.164354

Wednesday, March 30, 2022 | Dr. Rich Lane

New

Admin: Scheduled tasks: Logs displays for dead, running, background tasks (POS background tasks not OOC).
Admin: Users: Orphan cleanup now removes users with a relational user_ID of zero (they should not exist).
Admin: General: admin_assets_create graphql.
Admin: General: admin_liquid_partial_delete_by_path graphql.
Admin: General: admin_page_delete_by_path graphql.
Admin: General: admin_asset_delete_by_path graphql.
Admin: General: getauthpolicies_folderstartswith graphql.
Admin: General: generic_delete_propint graphql, generic delete based on table, col with an Int value.
Admin: General: getpartials_folderstartswith graphql.

Update

Admin: Filemanager: Will now handle folders that are null (not practical but legit foldernames.
Admin: Filemanager: Create folder now works correctly.
Admin: Filemanager: Delete folder now works correctly.
Admin: Filemanager: Indexer will correctly index (remove) deleted assets and pages.

Change

Admin: API: Instance timezone offset now loaded for all API calls.
Ecomm: Payments: Another 100 or so eway response codes and messages added.
Admin: Users: get_image_single and get_roles graphql uses Int rather than string to reduce warning messages in log.
Admin: General: get_record graphql the table is now optional since it uses an ID anyway.
Admin: General: get_models graphql actually now uses record graphql and not models.
Admin: General: Create page graphql slug is now optional.
Admin: Filemanager: Indexer will check if it is already running and NOT start another background session.
Admin: Filemanager: Indexer now enabled again.
Admin: Filemanager: Removed unused code and cleanup.
Admin: Filemanager: Indexer no longer uses last index dates and tries to index anything not already indexed.
Admin: Filemanager: Indexer ignores soft deleted assets and paths indexing as long as the JSON structure is updated we don't need to reindex.
Admin: Side menu: Reduced complexity for faster load.

Other

Remove: Admin: Side menu: Hardcoded stuff that is not needed anymore.