Use UTF-8 for JSON responses.
Fix bug that caused BooleanEditor to always ret...
Encode message for HTML.
Fix StatusCodeMessage causing exceptions with i...
Move property editors into their own package.
Add DateEditor.
Expand the frontend encryption checking and con...
Support X-Forwarded-Proto.
Add context variables.
Add getHost() method to extract request hostnam...
Tidy up.
Enable custom qlue.properties file to be specif...
Use a better method name.
Don't try to stop the scheduler if it doesn't e...
Tidy up.
Move route manager operations into methods so t...
Typo.
When possible, place the exception message in t...
Tweak classpath.
Remove stderr noise.
Allow the location of the template files to be ...
Autoreload macros by default.
Make it possible to configure absolute Velocity...
Expose confPath in properties.
Use a system property qlue.confPath when retrie...
Make the configuration path configurable, using...
Add back the string loader class configuration.
Refactor VelocityViewFactory and subclasses so ...
Add qlue.velocity.cache and qlue.velocity.modif...
Don't allow periods in path segment names.
Return message ID when sending email.
Use only daemon threads for the scheduler.
Include message.properties in the jar.
Upgrade to Velocity 1.7.
Allow _qlue/handleThrowable to be used even whe...
Commit page when handling validation errors.
By default, respond to validation errors with a...
Expand variables in QlueApplication properties.
Bring in page commit into the synchronized block.