Skip to content

Releases: Ortus-Solutions/ContentBox

6.0.5

23 Apr 17:57
989777b
Compare
Choose a tag to compare

Fixed

  • CONTENTBOX-1510 - Emails being sanitized and invalidated on Comment form submission

6.0.4

20 Feb 12:21
Compare
Choose a tag to compare

Fixed

  • JS Library Patches
  • CONTENTBOX-1509 featuredImage URL on initial migration should be nullable

6.0.3

13 Feb 22:59
Compare
Choose a tag to compare

Updated

  • All github actions

Bugs

  • CONTENTBOX-1507 BulkSave not accounting for sites when filtering and saving
  • CONTENTBOX-1506 Updated all server.jsons to use `env` for the ortus orm extension since the latest lucee build broken extensions via jvm args
  • CONTENTBOX-1505 RenderView widget exception when using `view()` to render the view

6.0.2

15 Jan 21:56
Compare
Choose a tag to compare

Bugs

  • CONTENTBOX-1501 Init migration needs to verify permissions and roles separately to make sure it passes on created dbs

6.0.1

20 Dec 09:13
360ab6e
Compare
Choose a tag to compare

Bugs

  • CONTENTBOX-1500 Defensive coding for permissions migration on new instance

6.0.0

18 Dec 11:47
Compare
Choose a tag to compare

Bugs

New Features

Improvements

  • CONTENTBOX-721 Menu Manager Improvements
  • CONTENTBOX-1296 Add historical slug storage and automatic redirects
  • CONTENTBOX-1399 Editors Should Have the Ability to Evict Content Cache with new permission: RELOAD_CACHES
  • CONTENTBOX-1429 Sitemap Search in Admin is extremely slow on large sites.
  • CONTENTBOX-1447 Logical Groupings for Content Template Form Fields
  • CONTENTBOX-1448 Move Global Content Template Assignment Up to Template List
  • CONTENTBOX-1455 'Remove All' button is displayed under Blog > Custom Fields even when there are no custom fields defined.
  • CONTENTBOX-1458 Remove content returnformats for pdf to avoid server and bot attacks
  • CONTENTBOX-1469 Improve position of the menu toggle
  • CONTENTBOX-1474 Enhance logo quality
  • CONTENTBOX-1488 latest logins should only be displayed if the tracker is enabled
  • CONTENTBOX-1489 SEO for meta data on home page, needs to follow site rules instead of page only rules
  • CONTENTBOX-1490 Removed moment js to luxon for increased support and viability
  • CONTENTBOX-1494 When using hierarchical slugs on the contentstore and pages the api does not work for retreiveing the right slug due to CF decoding of encoded slugs

Tasks

v5.3.0

09 Aug 23:09
Compare
Choose a tag to compare

[5.3.0] => 2022-AUG-09

Bug

  • CONTENTBOX-1442 regression - the author preferences UI form should not overwrite all preferences when saving
  • CONTENTBOX-1438 Adding a category when creating a new blog post causes an error
  • CONTENTBOX-1437 Upgrade to ContentBox 5.2 from 5.0 does not allow pages to save
  • CONTENTBOX-1436 PAGES_EDITOR permission should allow for publishing/unpublishing for editors
  • CONTENTBOX-1435 Pagination stops working intermittently when navigating the site tree
  • CONTENTBOX-1430 Media manager context menus breaking intermittently and only a full reload will fix
  • CONTENTBOX-1426 Publishing time is decimal formatted not Time Formatted
  • CONTENTBOX-1423 Do not allow to set yourself as your own parent in pages
  • CONTENTBOX-1421 Import dialog broken regression on all editors
  • CONTENTBOX-1418 Retrieval Order Field will Only Accept Numbers up to 99
  • CONTENTBOX-1416 Blog entry content should not have parent modifier

Improvement

  • CONTENTBOX-1335 Link the swagger resources to the actions in the api module

New Feature

Task

v5.2.0

31 Mar 20:04
Compare
Choose a tag to compare

Fixed

  • CONTENTBOX-1415 5.x Updater was not running the right migrations
  • CONTENTBOX-1414 Migration names cannot have a period or the migrations fail due to a CFC instantiation issue
  • CONTENTBOX-1413 CBHelper siteBaseURL is not accounting for multi-site

v5.1.1

21 Mar 19:39
Compare
Choose a tag to compare

Fixed

  • Master artifact was stuck at -snapshot fix with master artifact

Improvements

  • CONTENTBOX-1412 VerifyPageLayout() on the page rendering touches the filesystem on each request, removing this as it is not needed
  • CONTENTBOX-1368 rc.pageUri is only the first segment of the actual slug, now it contains the full hierarchical slug

v5.1.0

17 Mar 23:04
Compare
Choose a tag to compare

Fixed

  • CONTENTBOX-1410 Widget Form missing type and class elements
  • CONTENTBOX-1409 regression: issue when resetting an user password due to change to getFullName()
  • CONTENTBOX-1407 Media Manager Item Contextual Menus Do Not Work
  • CONTENTBOX-1405 Cloning Fails if Title of Page/entry/contentstore that Contains an Apostrophe
  • CONTENTBOX-1398 Cloning a Page with Children Produces an Error
  • CONTENTBOX-1397 Settings should not be cached on a per host basis anymore, since a single instance manages 1 or x number of sites
  • CONTENTBOX-1396 Deleting Permissions is not working due to change of primary key from numeric to string
  • CONTENTBOX-1381 Individual ContentBox Content-Level Cache Settings are Never Checked
  • CONTENTBOX-1379 Fail Quietly on ContentBox Module Removal
  • CONTENTBOX-1367 error on relocate widget when argumetns have no length
  • CONTENTBOX-1365 Paginated results in CBAdmin for Page Children returns non-parented results for page 2
  • CONTENTBOX-1364 Relocation Widget Always inserts URL arg even when selecting page
  • CONTENTBOX-1362 Change all date comparisons on the expirations and publishing dates to dateCompare() to avoid ambiguity with types
  • CONTENTBOX-1361 Pages with null expiration date show as Expired in Page Editor
  • CONTENTBOX-1358 API throwing exception when content objects exist in multiple sites
  • CONTENTBOX-1357 If using the contentbox installer and no database tables are created yet, running the migrations fail due to tables not found
  • CONTENTBOX-1356 Invalid setting name on migration removing unique constraints
  • CONTENTBOX-1355 Category isPublic new boolean flag cannot be notnull=true as it has been a new added field
  • CONTENTBOX-1354 Rapidoc is not publishing on latest builds
  • CONTENTBOX-1353 MSSQL Issues when upgrading v4 databases due to uuid's and invalid sql syntaxes
  • CONTENTBOX-1333 If you activate a new theme in the active theme area, contentbox creates double entries for theme settings

Improvements

  • CONTENTBOX-1401 Add a Warning Confirmation When a Published Page is About to Be Sent to Draft
  • CONTENTBOX-1386 cleanup of dev dependencies on site box.json
  • CONTENTBOX-1384 Remove development environment from 127 ip due to container executions
  • CONTENTBOX-1383 Remove cacheLayout column/values from SQL seeder files
  • CONTENTBOX-1380 Remove Individual Page Handling of SSL
  • CONTENTBOX-1373 Add support for x-forwarded-port to the site root url builder in order to assist with proxied web servers
  • CONTENTBOX-1363 Consolidate and encapsulate the usage of date/time methods for publish/expire date in the base content
  • CONTENTBOX-1359 Add Error handling to renderWithSearchResults
  • CONTENTBOX-1351 Resources folder that contain apidocs + seeders + migrations is not updateable

Tasks