Antonio Salazar Cardozo

Results 286 comments of Antonio Salazar Cardozo

We can, if we want to, make `lift.js` also alias as `lift-3.0.0.js`, so you can include the version in the `script` reference. (The good news is, `lift.js` changes are (a)...

A better idea at this point might be to leverage CSS selector transforms instead of generating the full load of HTML; I'll think about doing it that way, as I've...

This should be pretty easy, but will require manually going through the fields that extend `BaseField` to add the `required` attribute as appropriate in their `toForm` implementations.

Hmm… I've never needed to explicitly set the `Date` header in emails. I think this is because many/most SMTP servers add that header if it's missing. It's fair to request...

Unclear how important this is, so I'm going to drop the milestone.

Okay, just investigated this a bit more. We actually do script execution in YUI and Ext in our own custom way, which doesn't report errors but also shouldn't prevent the...

An update here: this is harder than it looked! Because script execution is typically done using something like jQuery's `globalEval`, which uses script injection, errors in the script are almost...

I think we'll want to add a new error state to `LiftRules.SnippetFailures` and guard for null in the places where we invoke the result of the function blindly: https://github.com/lift/framework/blob/79d036703eedf32a27485574ded1bf2805421ead/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala#L1689 https://github.com/lift/framework/blob/79d036703eedf32a27485574ded1bf2805421ead/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala#L1678...

I'm going to schedule this for 3.2 with an eye towards refactoring snippet dispatch a bit. We've done some messing with this at work anyway, and I'd like to give...