Blog

ContentBox v1.5.5 Released!

Luis Majano July 10, 2013

Spread the word

Luis Majano

July 10, 2013

Spread the word


Share your thoughts

We are announcing the release of ContentBox v1.5.5 which includes over 40 different issues closed and updated.  You can either download the updates or use our auto-update panel to upgrade.  The updates are now cumulative for the 1.5.X series only as well, so you can upgrade from any 1.2 version or higher.

  • ContentBox Source: To deploy in any CFML engine (Adobe or Railo)
  • ContentBox WAR: To deploy in any J2EE engine
  • ContentBox Express: To deploy in any machine

Release Notes

You can read our very detailed release notes in our archive page.  Below we will cover the major enhancements this release brings to the table a part from all the improvements and bugs that where squashed.

Page Excerpts/Summaries

We now give you the ability to turn on page excerpts or summaries for your ContentBox installation. This is a great way to produce summaries of content and also ability to split content as well.

Custom HTML Enhancements

We have added the capability to create authors for custom HTML content alongside our publishing mechanisms as well.  This will allow you to draft, publish and quick save custom content as you see fit.  You will also be able to expire content automagically in your system.  We have also added filtering and search capabilities to the listing panels as well.

Shortcut Keyboard Bindings

We have not only introduced keyboard shortcuts for all major editing and navigational purposes in ContentBox but we have also opened the API for it.  This will allow module developers to leverage our Keyboard binding JavaScript library and our cool HTML data annotations for binding shortcuts.  You can visit your installation's About page to get a listing of registered keyboard shortcuts and how to create new ones.


<a href="google.com" data-keybinding="ctrl+shift+g"/>...</a>

Maintenance Layout Enhancements

We have enhanced the maintenance for the UI module so you can skin it much better and nicer of course:

Maintenace Layout

You can now create a layout in your layouts theme folder called maintenance.cfm and it will be used if it exists whenever the UI is in maintenance mode. If this layout does NOT exist, then it falls back to using the pages layout.

Maintenance View

You can now create a view in your views theme folder called maintenance.cfm and it will be used as the main view whenever the UI is in maintenance mode.

CBHelper.getMaintenanceMessage()

In your maintenance view or layout will can retrieve the admin message by calling on the CBHelper


#cb.getMaintenanceMessage()#

If there is NO maintenance layout or view, then ContentBox will output the maintenance message for you with no layout or view.

Search Layout Enhancements

We have enhanced the maintenance for the UI module so you can skin it much better and nicer of course:

Search Layout

You can now create a layout in your layouts theme folder called search.cfm and it will be used if it exists whenever the UI has requested a search. If this layout does NOT exist, then it falls back to using the pages layout.  This continues to use the search.cfm in the views folder.

Global Import/Export Capabilities

Everybody needs their data!  We have continued to expand on our export capabilities we introduced in v1.5.4 and now everything can not only be exported as JSON or XML, but also imported as well.  This update allows you to export and import the following:

  • Authors with roles and permissions
  • Roles with permissions
  • Permissions
  • Security Rules
  • Categories
  • Blog Entries with Categories, Comments, Custom Fields, Authors and History
  • Pages with Categories, Comments, Custom Fields, Authors and History
  • Custom HTML with Authors
  • Settings

Better Sidebar

The SideBar has been enhanced to be collapsible now via our new button or keyboard shortcut: ctrl+shift+e as well.

Geek Updates

We have done several updates thanks to our developers worldwide.  We have added a much better geek panel with fancy ajaxy features for its settings, search, export, import and better visualization.  We have also added the ability to prevent executions of several templates and added i18n capabilities so ContentBox can track locales very easily (More i18n capabilities coming soon!)

 

Add Your Comment

Recent Entries

Introducing the BoxLang Spring Boot Starter: Dynamic JVM Templating for Spring

Introducing the BoxLang Spring Boot Starter: Dynamic JVM Templating for Spring

Spring Boot developers know the pain of evaluating view technologies. Thymeleaf is great — until you need more expressiveness. FreeMarker is powerful — until the syntax fights you. What if you could write templates in a dynamic JVM language that gives you the full power of the platform, feels natural, and requires zero setup to integrate?

Meet the BoxLang Spring Boot Starter.

Luis Majano
Luis Majano
March 13, 2026
Why Swiss Banks Are Modernizing CFML Platforms Without Rewrites

Why Swiss Banks Are Modernizing CFML Platforms Without Rewrites

The growing need to evolve legacy financial platforms safely

Many Swiss banks and financial institutions still operate important systems built on ColdFusion and CFML platforms.

These systems manage a wide range of functions, including:

  • internal banking workflows
  • reporting systems
  • client portals
  • data integration platforms
  • compliance and risk management tools

In many cases, thes...

Cristobal Escobar
Cristobal Escobar
March 13, 2026
Reactive vs Proactive ColdFusion Support: Why Waiting for an Outage Is the Most Expensive Strategy

Reactive vs Proactive ColdFusion Support: Why Waiting for an Outage Is the Most Expensive Strategy

Many ColdFusion environments operate in a reactive mode without realizing it.

Everything seems fine… until something breaks.

A server crashes.

Performance drops suddenly.

An integration stops working.

A security audit reveals missing patches.

At that point the response is urgent:

“Can someone help us fix this now?”

Emergency support is sometimes unavoidable. But when reactive intervention becomes the norm, it usually means something deep...

Cristobal Escobar
Cristobal Escobar
March 12, 2026