Support for AJAX in minisites content + fixes
AlexSkrypnyk
released this
21 Feb 04:50
·
6 commits
to 8.x-1.x
since this release
- Added aliases creation in DB for all assets to support direct links to aliased assets:
- Added
filesize
andfilemime
fields for assets table. - Added update hook to update schema
- Added update hook to update existing minisite instances using batch + archive fetching.
- Added
- Fixed assets not being deleted correctly when removed from the node form + test.
- Added returning of cache headers when accessing asset.
- Removed support for entity revisions as it was not implemented correctly.
- Added tests for
Minisite
class.