CARVIEW |

vegashacker
-
the web app about nothing.Updated Sun May 24 16:25:22 -0700 2009
-
An easy way to make web apps (in PLT Scheme)Updated Fri May 15 12:05:59 -0700 2009
Public Activity

-
vegashacker committed 169c896b:
minor update before deploying to PLaneT

-
vegashacker committed 126f8489:
added some documentation on body-as-url

-
vegashacker committed 2a332f6d:
allow for optional sticky closures to be made; and added appropriate unit tests too

-
vegashacker committed 9559b2d6:
found bug where we were ignoring manually given closure keys...fixed and added corresponding unit test

-
vegashacker committed 599d5bb5:
starting version 0.61; clarified in docs where aif comes from

-
vegashacker committed 5943174d:
the beginnings of facebook integration

-
vegashacker committed 69e8d500:
upgrading to LeftParen 0.6

-
vegashacker committed f3f27583:
added the page keyword argument...a bit weird perhaps...not sure

-
vegashacker committed 811ac6b9:
closures now automatically clean up themselves when executed

-
vegashacker committed 66a9d662:
got rid of plain-text feature...it was redundant with blank; added a contract for basic-response; fixed bug with handling edge case with responses; don't export cookie-val anymore
-
vegashacker committed fe29443c:
helps to debug the case when you use 'prn' but probably mean 'show'

-
vegashacker committed 77480d73:
whoops, we do need this

-
vegashacker committed 5b70f4ef:
used byte strings in a few places where it was needed; no need to export response/full\?

-
vegashacker committed 8833ea02:
basic changes needed to get LP working with PLT 4.1.5
-
vegashacker committed 8fcd1d2a:
exported a few more useful functions

-
vegashacker committed 6657c855:
the aif was unnecessary, but otherwise was slick

-
vegashacker committed 921b024a:
update to avoid redirecting to adminified-index-page for now
-
vegashacker committed fc4081f8:
got admin feature back for each of the new 3 subpages
921b024a632c8d869d863e779bcb5325e05a7ec3
update to avoid redirecting to adminified-index-page for now
fc4081f8709ded2c83b4631c8480ab08662fd18a
got admin feature back for each of the new 3 subpages

-
vegashacker committed 5f55644c:
oops, can't have this since the setting is never declared unless you require dyn-debug...have to think of a better way.
5f55644c8fb3e6f285fed4d8c5b531eb0f9648b2
oops, can't have this since the setting is never declared unless you require dyn-debug...have to think of a better way.

-
vegashacker committed 296ea34e:
Merge branch 'master' of git@github.com:vegashacker/lawnelephant
-
vegashacker committed 30b804a8:
first stab at dynamic (repl) debugging
296ea34e74cabe3c69cd398eab58ce2ab43a3601
Merge branch 'master' of git@github.com:vegashacker/lawnelephant
30b804a8abb368dccb2e82d7797d0931623a9599
first stab at dynamic (repl) debugging

-
vegashacker committed db06b221:
added url-ificiation to feature request bodies and to comments; also added newline recognition
db06b2215d327efa8dc2365a85f36eefdcc596a7
added url-ificiation to feature request bodies and to comments; also added newline recognition

-
vegashacker committed b9610bf5:
Merge branch 'master' of git@github.com:vegashacker/lawnelephant
-
vegashacker committed 2d86f0d6:
abstracted voting to avoid code dupage
b9610bf525b5d0454c801591f627505e5cb4f605
Merge branch 'master' of git@github.com:vegashacker/lawnelephant
2d86f0d6a7c1f5892219d1d4a92484e6a8c0fcb1
abstracted voting to avoid code dupage

-
vegashacker committed 089ae5b0:
profiling indicated that simply loading feature request records was the bottleneck => adding this simple type cache gave us about a 30x speed improvement on the load of the meat of the main page
089ae5b05b9ca436294a2cc2562fca0912496fa8
profiling indicated that simply loading feature request records was the bottleneck => adding this simple type cache gave us about a 30x speed improvement on the load of the meat of the main page
ec415202f17e0c7a73c61cf6537b31361852a9c9
added threading to discussions
449af23b7c796fafd74c328e48888c3a393b0f07
added very basic commenting/discussions
e43102fc2e24be1b4fee36e04c1f43b26b713001
a touch more abstraction