Blog

DataBoss Trial Edition Released

Brad Wood |  April 04, 2013

We are proud to announce today the public release of the Ortus DataBoss Trial Edition.  This trial edition expires after a few days but it is fully functional so you can kick the tires and give DataBoss a test spin.  If you don't know what DataBoss is, let me introduce to you our new b...

Read More

ContentBox Connection Thursday

Luis Majano |  April 02, 2013

Just a reminder that this Thursday we will have a ContentBox connection to review the major functionality of ContentBox version 1.2.0 and sneek peeks at our upcoming version. Remember that our ContentBox Connection is a FREE bi-weekly seminar focusing on ContentBox and technology.  See you there!

...
Read More

ContentBox v1.2.0 via Railo Extensions

Luis Majano |  March 30, 2013

We just updated ContentBox to version 1.2.0 as a Railo extension.  So any Railo powered server can now enjoy ContentBox with a few clicks.

Step 1: Log in to the web administrator of your Railo server

Step 2: Click on the Applications Menu item

Read More

ContentBox v1.2.0

Luis Majano |  March 29, 2013

We are happy that we are at it again and released version 1.2.0 of ContentBox Modular CMS.  This release is definitely huge in magnitude with over 50 tickets resolved.  We are also hard at work in our next sprint which will include lots of new goodies plus our initial documentation and UI change pushes.  So expect a lot more in the coming months as we pick up steam.  You can view our release notes in our new documentation pages to see all the changes and fixes.  Below we will focus on the major features of this release.

Security Checker

ContentBox now checks your installation for potential security risks and allows you to take action.  It also uses the OWASP AntiSamy plugin in ColdBox to sanitize all user input from XSS attacks.

Global Search

ContentBox now sports a fancy Global Search for all kinds of content in your box :).  You can easily search from anywhere in the admin for Content, Custom HTML, Blog Entries, and even users.

Read More

Tip of the Week: Using the AntiSamy Plugin to Clean User Input

Brad Wood |  March 28, 2013

If your site ever displays text on the page that end users have control over, you should be concerned about XSS attacks.  This could come in the form of user comments at the bottom of an article, user-generated content, or user profile information.  In many instances, the user should never be entering any HTML and you might simply fully escape that text with HTMLEditFormat() or EncodeForHTML() as you output it.

Other times you may be dealing with a forum or message board t...

Read More

DataBoss - Dynamic Administrator Has Landed

Luis Majano |  March 26, 2013

We are so excited to welcome our new product in the Ortus Solutions lineup; DataBoss : Dynamic Administrator.  Here is a little brief overview about DataBoss and how it can help you as a developer and also as a company.  DataBoss is powered by Co...

Read More

Introducing Ortus DataBoss: Dynamic ORM Administrator

Luis Majano |  March 26, 2013

We are proud to announce today the public release of our product Ortus DataBoss.  We have been working on this product for a few years now and finally it has reached its culmination and is ready available for purchase.  So let me introduce to you our new brain child: DataBoss.

 

What is DataBoss?

Ortus DataBoss is an application that will help you manage CFML Object Relational Mapper (ORM) objects without the need of writing administrative code for them; thus a Dynamic Administrator.  DataBoss will talk to the underlying ORM engine (Hibernate) and get all the necessary information to manage all the ORM entities and its relationships in that specific CFML application DataBoss has been deployed to.  You can watch our introductory video to get a quick overview of what DataBoss is and how it can benefit your development.

 

 

Read More

Tip of the Week: Being More Productive with the Query Helper Plugin

Brad Wood |  March 15, 2013

The Query Helper plugin is a hidden gem in ColdBox.  This plugin has a handful of super useful functions you can perform against query objects-- some of which you may have gone out of your way to write on your own in the past, or just simply lived without.  Here a brief list of my favorite functions from the Query Helper plugin that allow you to do sweet one-line manipulations of one or more query objects:

filterQuery
Pare down a result set to only ...

Read More