Dan G. Switzer, II

Results 19 issues of Dan G. Switzer, II

I've refactored CFMAIL to use `quoted-printable` content transfer encoding for all HTML parts. On the suggestion of @zspitzer, I added a system property/environment variable (i.e. `lucee.mail.use.7bit.transfer.encoding.for.html.parts`) which allows switching back...

enhancement
testcase

I've refactored CFMAIL to use `quoted-printable` content transfer encoding for all HTML parts. On the suggestion of @zspitzer, I added a system property/environment variable (i.e. `lucee.mail.use.7bit.transfer.encoding.for.html.parts`) which allows switching back...

I've added support for passing the LUCEE_BUILD_ENV environmental variable to ANT, so you can specify it on the command line when building Lucee.

I'm having an issue where the rv-each method is not updating DOM elements if the collection I'm using has changed. I'm using Backbone as the source for my models and...

This is a special case, but I need to be able to determine the preloadData on a case-by-case basis during initialization. The problem I have is I'm binding some fields...

I needed a way to overwrite the default use of "oninput" for changes in my app. We still support some legacy browsers and need to use the "change" event. Besides,...

We need a way to dynamically replace text tokens in a failureMessage so it can be replaced with properties from the validation rule. For example, a typical rule might look...

Feature

One of the issues with the way that a component can extend the Mustache.cfc and use it's public members as context, is _all_ public methods end up being available as...

Right now the lambda function only retrieve the template code as an argument. However, I started thinking that it would make some sense to pass in a reference to the...