CARVIEW |
-
Minimal web framework for ClojureForked from weavejester/compojure Sat Aug 30 09:31:30 -0700 2008
-
The Clojure programming languageForked from richhickey/clojure Wed Jun 17 09:34:38 -0700 2009
-
User contributed libraries and examples for the Clojure programming language.Updated Tue Apr 21 17:53:37 -0700 2009
Public Activity

-
weavejester committed e60006a2:
Fixed bug in POST requests to nested routes, reported by Daniel E. Renfer
-
weavejester committed 2237c612:
Added test to check for nested form-params bug
-
lrenn committed b456636c:
Route matching for the Sinatra PUT/DELETE form _method trick used by form-to.
-
weavejester committed e7cd89a2:
Added test for routes that don't change an existing session
-
weavejester committed f02cea99:
Cookies not parsed if :cookies key exists in request
-
weavejester committed e5fd0782:
Added more session tests
-
budu committed 80440442:
Fixed missing route parameters in params map.
-
weavejester committed 8dad716f:
Added test to ensure :route-params are merged into :params
-
weavejester committed 941176c8:
Fixed bug in sessions reported by David Nolen
-
lrenn committed d433d6ac:
Convert form-to to a function. Now takes takes method as a keyword.
-
weavejester committed b91c9f9e:
Changed session cookie name to 'compojure-session', as less likely to clash with existing cookies
-
lrenn committed 9d4e0820:
Add default Content Type header.
-
weavejester committed f6720c53:
Multipart parameters once again appear in (request :params)
-
weavejester committed 8d719f58:
Tidied up compojure.http.session a bit
-
weavejester committed aad81cd5:
Added with-multipart; urlencoded cookie and and value but not attributes; with-session automatically adds cookies
-
arohner committed 3da88497:
Adds the function url-strip-params
-
weavejester committed f7caf441:
with-session now takes session type argument
-
weavejester committed 84e93c54:
Added docstring to compile-matcher
-
weavejester committed 84eeb51f:
Made routes lexer a little more concise
-
weavejester committed 9e1d65bb:
Added routes* function; removed default support for multipart forms and sessions from routes
And 18 more commits...

-
weavejester committed 32d41faa:
Added test to check for nested form-params bug
-
lrenn committed 1c15ab0b:
Route matching for the Sinatra PUT/DELETE form _method trick used by form-to.
-
weavejester committed 0f775804:
Added test for routes that don't change an existing session
-
weavejester committed e6263f2b:
Cookies not parsed if :cookies key exists in request
-
weavejester committed a08902c2:
Added more session tests
-
weavejester committed a686d31c:
Merge branch 'master' of git@github.com:weavejester/compojure
-
budu committed 9f2a922c:
Fixed missing route parameters in params map.
-
weavejester committed ca294164:
Added test to ensure :route-params are merged into :params
-
weavejester committed 73140f20:
Fixed bug in sessions reported by David Nolen
-
lrenn committed 18ad04a5:
Convert form-to to a function. Now takes takes method as a keyword.
-
weavejester committed 8535de95:
Changed session cookie name to 'compojure-session', as less likely to clash with existing cookies
-
weavejester committed 18f9b490:
Merge branch 'master' of git@github.com:weavejester/compojure
-
lrenn committed 900cf539:
Add default Content Type header.
-
weavejester committed 0c5d61cc:
Multipart parameters once again appear in (request :params)
-
weavejester committed 38722d80:
Tidied up compojure.http.session a bit
-
weavejester committed fa3b540e:
Added with-multipart; urlencoded cookie and and value but not attributes; with-session automatically adds cookies
-
weavejester committed a8ccf1a6:
with-session now takes session type argument
-
weavejester committed 5684bd86:
Added docstring to compile-matcher
-
weavejester committed 0c1994a9:
Made routes lexer a little more concise
-
weavejester committed 90cd3497:
Added routes* function; removed default support for multipart forms and sessions from routes
And 19 more commits...

-
the.stuart.sierra committed 5fa982be:
test_is.clj: Print complete stack trace for exceptions.
-
the.stuart.sierra committed 20d97392:
stacktrace.clj: fix print-cause-trace to recursively print ALL causes.
-
konrad.hinsen@laposte.net committed b6c7a3ec:
monads: optimization in domonad
-
scgilardi committed 3fb6d1b9:
add ignore property on root dir for classes and clojure-contrib.jar
-
scgilardi committed f28c09e8:
fix issue 22: additional tests for sequences: from Frantisek Sodomka
-
scgilardi committed 4bb4e4a0:
fix issue 21: test-clojure/logic.clj from Frantisek Sodomka
-
scgilardi committed ee25ee1e:
fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, from Shawn Hoover
-
scgilardi committed c206f471:
fix issue 20: test predicates, from Frantisek Sodomka
-
scgilardi committed 000bbe45:
fix issue 16: test-clojure/evaluation: from Shawn Hoover
-
scgilardi committed 3b8240d2:
add set to build.xml, add {:tag Boolean} to predicates in set.clj
-
scgilardi committed 1a78aa08:
fix issue 14: set.clj from Jason Wolfe
-
scgilardi committed 9469a169:
fix issue 8, lazy_seqs.clj, from Jason Wolfe
-
scgilardi committed 71604d2e:
fix issue 15, test_clojure/reader: patch from Shawn Hoover
-
konrad.hinsen@laposte.net committed 434dc860:
accumulators: renamed add-coll to add-items and added queue accumulator
-
chouser committed 5c07dd5a:
shell-out: add :return-map option, patch from Perry Trolard
-
chouser committed 98269e8f:
error-kit: initial commit
-
the.stuart.sierra committed 5f40df0c:
duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReader
-
chouser committed 609ebb74:
command-line: simplified the cmdspec parsing code a bit.
-
chouser committed 3a006bb4:
command-line: allow option synonyms (e.g. --port, -p) patch from Perry Trolard
-
scgilardi committed 08234b57:
def: refine defalias further, deals now with only root binding, cleanly merges metadata and provides doc string, conforms to DRY principle
And 211 more commits...

-
weavejester committed ec698bd9:
Removed indentation formatting from compojure.html; all tests now pass
-
weavejester committed f0c39e48:
Updated compojure.html to use defvar
-
James Reeves committed 4106fb2f:
Changed defservice prefix behaviour according to discussion on Compojure group
-
James Reeves committed 1f11b9ac:
Updated fact (again)
-
James Reeves committed ea3b0bf9:
Updated clojure and clojure-contrib jars
-
weavejester committed 9d0a2062:
Updated Fact dependency
-
weavejester committed a6d12ee5:
Updated Fact to display unit test results in colour
-
weavejester committed 95c8553e:
Fixed bug in HTTP library caused by change in update-proxy in Clojure
-
weavejester committed 72669702:
Corrected small error in README
-
weavejester committed efac23e9:
Updated README with Jetty library description
-
weavejester committed be6a86b7:
Updated Jetty dependencies in README
-
weavejester committed 27626fff:
Updated build.xml to compile Compojure sources
-
weavejester committed 20175b7d:
Updated dependent jars
-
weavejester committed bc6d7209:
Corrected small error on README dependencies
-
weavejester committed 860eeaaa:
Updated dependencies formatting in README
-
weavejester committed 547d797a:
Updated README with markdown and examples from old README
-
weavejester committed 88a14e07:
Updated deps with latest version of Fact
-
Jim committed 0fe79e1c:
Added build directory delete to ant clean
-
Jim committed 59d861c1:
Updated build.xml with 'test' task
-
Jim committed f57924c7:
Put jar dependencies back in again
And 175 more commits...
b8625b702c162f673df22edd53f7e9d2d0e112c0
Fix a bug where route words cannot contain hyphens
4c7ebf2c3a026dc3836c5fca4ecef4511d652612
Adds the function url-strip-params
d5ed3361566ae45003bfb4110a6b147d51561c2a
Fix a bug where route words cannot contain hyphens
cb5808f0fe02127df58143299f17015023e8dd8b
Adds a new check for test_is, (is (called?))
dccd5f12ca3d802c2d41bad85927f74673db7e81
Merge branch 'master' of git@github.com:arohner/compojure
77815ec5958c62682c260d2577045081b8d5abb8
Replace the call to URLEncoder with the new static function syntax, to work with newer versions of clojure trunk
4dfc55e4c1f6822705b079466874e84e4ed55a12
Fixes a bug in deftmpl. It should take any number of arguments.
2708aa63e134354d06d75fffdc516b7cadaa91a0
Fixes a bug in deftmpl. It should take any number of arguments.
a11b2ba61fa96e674534b2a685e4f86fd39ee3d8
Merge commit 'weavejester/master'
dc3c4e0431f25d9537d87ea9ba6a486c6e584faa
Adds decorate-fields by James Reeves
7bd6059306850dc90ac22aca17776c4154a21c8c
Merge commit 'weavejester/master'
2ed80344deb0b5aba86a942ca681b3a39f74f4bb
More polish to the validation library based on feedback from James Reeves
An experiment in publishing code and words about code on a small scale.
Swank/slime support for clojure
A mode for emacs that handles clojure
201e27ad57249c4ea346238cd3dd2fd7a5674e50
Merge branch 'master' of git://github.com/weavejester/compojure
70d91f6c2a337077dd1841e0b8f108ee3428d6b0
More changes based on feedback from James Reeves. Removed (render). Added (with-validation-errors), adds (deftempl). Update example.clj to work with validation lib changes.
04b4d2f7e246f486f17ef4a83a98558f5b3d5ece
Changes based on suggestions by James Reeves:
d85b749d21dbf0bf76a8030071c9c5cb9219279e
First stab at defhtml definition