CARVIEW |
dpp
(David Pollak)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- David Pollak
- Website/Blog
- https://blog.lostlake.org
- Company
- lift
- Location
- San Francisco
- Member Since
- May 16, 2008 (about 1 year)
Following 4 githubbers and watching 28 repositories view all →
Public Repositories (19)
-
liftweb
The Lift web framework for Scala
Last updated Tue Dec 15 04:16:00 -0800 2009
-
h2
A clone of the H2 database project
Last updated Thu Dec 03 15:17:47 -0800 2009
-
ESME
A mirror of the Apache ESME project
Last updated Thu Dec 03 14:48:53 -0800 2009
-
goatrodeo
A distributed, transactions storage system
Last updated Thu Dec 03 12:57:55 -0800 2009
-
imagine
Lift-based image upload and serving
Last updated Mon Nov 30 21:24:48 -0800 2009
-
treeview
Demonstrates use of Lift's TreeView widget
Forked from glennSilverman/treeview Tue Nov 24 16:28:48 -0800 2009
Last updated Tue Nov 24 17:53:09 -0800 2009
-
lift_vs_blazeds
Forked from oshyshko/lift_vs_blazeds Thu Nov 12 15:21:15 -0800 2009
Last updated Thu Nov 12 16:25:52 -0800 2009
-
scala
git mirror of the scala repository
Forked from paulp/scala Fri Sep 11 17:47:57 -0700 2009
Last updated Thu Sep 24 10:28:53 -0700 2009
-
hoisted
The Hoisted Content Management System that sits on top of Lift
Last updated Fri Sep 18 13:33:55 -0700 2009
-
jvm_summit_2009
Files related to the JVM Language Summit 2009
Last updated Wed Sep 16 13:23:16 -0700 2009
-
igo_api
Innovation Games Online API example code
Last updated Fri Sep 11 14:57:00 -0700 2009
-
great_scala_test
The Great Scala Test Bounty
Last updated Thu Sep 10 17:02:49 -0700 2009
-
Frothy
Lift and Cappuccino in one app
Last updated Fri Sep 04 05:28:33 -0700 2009
-
lift_1_1_sample
A sample Lift app that can be used to discuss issues
Last updated Fri Jul 31 13:19:12 -0700 2009
-
lift-samples
Samples of lift-based applications
Last updated Fri Jul 24 08:50:15 -0700 2009
-
dpp
Misc DPP stuff... lots of works in progress
Last updated Thu Jun 11 17:27:47 -0700 2009
-
spitballs
Secure Event based messaging over HTTP
Last updated Wed Mar 04 17:24:41 -0800 2009
-
swampland
The Lift-based bug tracking system
Last updated Fri Jan 09 16:30:11 -0800 2009
-
socialmaterial
Make Social Material into Social Fabric
Last updated Wed Jan 07 12:14:52 -0800 2009
Public Activity 
Fix stateful rewrite
Add post-commit hook
Add file upload support to Wizards
Add TestCond to access TestCond snippet
304 responses shouldn't include a content-type header
Lift 1.1 swaps <?xml ...> and <!DOCTYPE ...> when the user agent is MSIE
Connection pool expansion logic
S.render was removed
AnyVar does far too coarse grained lock
Provide an eager default for connection pool
THe JNDI context object not synchronized
Ability for Attribute binding to not emit an attribute or emit multiple attributes
AutoComplete broken

-
David Pollak committed 921d0f4e:
Issue 193. Autocommit is working in demo app again
-
David Pollak committed 213bcd41:
Issue 229. Ability to suppress an attribute during bind
-
David Pollak committed 99b1372c:
Issue 223. The JDNI context is not reused (this was not thread-safe or performant)
-
David Pollak committed 7a60abaf:
connection pool grows to avoid deadlocks
-
dpp committed 9e536c7f:
Issue 222, eager eval of using rather than lazy is the default
-
dpp committed 8ac24dc0:
Issue 221 -- Finer grained locking for Vars
-
dpp committed 506841a3:
Issue 219... added S.render back
checkboxes not serialized as expected in JSON forms
It should be possible to reconstruct a Mapper object from a non RDBMS source

-
David Pollak committed 08a2ab11:
Issue 193. Autocommit is working in demo app again