David Pollak
David Pollak
This pull request updates a lot of Gorilla REPL to allow for an external system to hook into Gorilla REPL. There are options for overriding fixed strings in the client...
When the "don't convert entity" flag is passed to the Html5 writer... don't convert entities: ``` case er: EntityRef if convertAmp => HtmlEntities.entMap.get(er.entityName) match { case Some(chr) if chr.toInt >=...
Add an editable_? property to MappedField and have the MappedField "do the right thing" with the value.
See http://blog.jruby.org/2011/12/monitoring-memory_allocation-per-thread/
Right now, request var restoration during Ajax calls is a whole lot less than optimal. Ajax calls should have state restored without any explicit state restoration calls.
Some code that can help us create a better DSL: import net.liftweb.http._ import net.liftweb.http.LiftRules import com.gu.sport.microapp.Endpoints import org.joda.time.format.DateTimeFormat import net.liftweb.util.Helpers._ import com.gu.management.{Manifest, Management} import net.liftweb.util.NamedPF import net.liftweb.common.Empty import com.gu.sport.microapp.snippet.Scoped import...
Lift Actors need more documentation, perhaps a !!? futures method not to mention finite length mailboxes, stuff like that.
Spelunking in the notices code, I see that there's a wacky var in LiftSession that is a temporary keeper of notices. That's going to break massively if you've got more...
Lift's properties/configuration mechanism is based on named files. However, this means storing secrets (e.g., DB credentials, etc.) in files and potentially checking those files into source control systems. Yikes!! The...
Add support for JSON columns (bidirectional serialization/deserialization of a particular type) in Mapper.