Category Selected:

coldbox-mvc

Blog

CF Summit 2018 Training Bootcamp

Luis Majano |  July 27, 2018

  


We are excited to bring our training Bootcamp series as a post-conference workshop for this years Adobe ColdFusion Summit 2018 in Las Vegas, NV. Please note, that our training this year is AFTER the conference. This training series will be led by Box creator Luis Majano and ContentBox Evangelist Gavin Pickin at the Hyatt Placel right in front of the Hard Rock Hotel, where the conference will be. Register as soon as possible as space is very limited!

Read More

ColdBox 5.1.2 Released!

Luis Majano |  July 24, 2018

What's New With 5.1.2

This is a patch release for ColdBox

Bugs/Regressions

  • [COLDBOX-711] - HTML helper cannot add fontawesome icons in button due to XSS enabled b...
Read More

ColdBox 5.1.1 Released!

Luis Majano |  July 02, 2018

ColdBox 5.1.1 patch update has been released today. This patch covers some major regresssions and improvements for stability. You can find the release notes below.

Bug


ColdBox 5.1.0 Released!

Luis Majano |  June 28, 2018

Ohh happy day! ColdBox 5.1.0 is now available. Using CommandBox just issue a simple update coldbox and you are done! This release is fully documented and you can find the what's new guide here: https://coldbox.ortusbooks.com/intro/introduction/whats-new-with-5.1.0. Below you will find the major areas of improvement for this release and you can visit the link for the full release notes.

Read More

TestBox v2.6.0 Released!

Luis Majano |  February 06, 2018

We are excited to announce the release of TestBox version 2.6.0. To install just do:

box install testbox --savedev

To upgrade your current testbox installation just run the following:

box uninstall testbox && install testbox --savedev

TestBox 2.6.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release.

Read More

ColdBox 5 Release Candidate 1 has arrived

Luis Majano |  January 08, 2018

 

It is finally here! ColdBox 5 RC1 has landed with force! There are so many things to talk about, but we will focus on what RC brings and all the eco-system updates we have been working on. So let's begin this adventure.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 12 — CFFractal

Eric Peterson |  December 25, 2017

Welcome to the last day of (ForgeBox) Christmas! I hope you have enjoyed this crash course in these different modules. The ForgeBox ecosystem is vast and wonderful. Next time you have a need, open up https://www.forgebox.io and check to see what the community has already contributed. Let's end today with an introduction to CFFractal, an API marshalling module.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 9 — verify-csrf-interceptor

Eric Peterson |  December 22, 2017

I love modules that help me do the right thing in my code, especially when I often forget to do something. Today's module is very straight-forward — verify-csrf-interceptor — an interceptor that will automatically check for CSRF tokens for all non-GET requests to help protect against cross-site request forgery.

Read More

ColdBox and TestBox Microsoft Visual Studio Code Support Released

Luis Majano |  November 29, 2017

We are very excited today to announce the immediate release of our first two extensions for Microsoft Visual Studio Code Our ColdBox Extension is very similar to our Sublime extension but better! I have to admit that VSCode is absolutely great and we have been able to not only release our collection of snippets but give you typeahead and scope recognition in this extension.

Read More

CFSummit2017 - ColdBox Hierarchical MVC - Transform Your Monolith

Luis Majano |  November 20, 2017

Here are our slides from our ColdBox Hierarchical MVC presentation at this year's Adobe ColdFusion Summit. You can also find the source code for our demo here: https://github.com/lmajano/hmvc-presso-demo or you can install it via CommandBox: box install lmajano/hmvc-presso-demo.

Read More