Gered
|
cfee97fd95
|
routes are now automatically discovered and added to the ring handler
|
2014-03-28 21:56:40 -04:00 |
|
Gered
|
0112dc515a
|
add macros for registering routes and function for finding them
|
2014-03-28 21:44:42 -04:00 |
|
Gered
|
682ba6905e
|
finally fix the archive post list sorting bug
|
2014-03-28 21:40:27 -04:00 |
|
Gered
|
71d62355d2
|
bump version
|
2014-03-27 21:22:05 -04:00 |
|
Gered
|
199608e803
|
this shouldn't have been committed anyway
|
2014-03-27 21:18:40 -04:00 |
|
Gered
|
f4b00a0484
|
apparently middleware are loaded/run in the reverse order?
|
2014-03-27 21:05:01 -04:00 |
|
Gered
|
9c5577c6d3
|
add 'nonull' filter usage
|
2014-03-27 20:56:21 -04:00 |
|
Gered
|
7983920627
|
apparently 'size' is reserved to mean 'collection size' (aka. .length)
|
2014-03-27 20:55:27 -04:00 |
|
Gered
|
fa10234c48
|
new version of jtwig fixes this bug
|
2014-03-27 20:54:27 -04:00 |
|
Gered
|
59f88bceb0
|
fix template var name
|
2014-03-27 20:54:10 -04:00 |
|
Gered
|
4ec0bd7630
|
update clj-jtwig version
|
2014-03-27 20:22:17 -04:00 |
|
Gered
|
92607bd711
|
dont need that anymore
|
2014-03-25 22:02:01 -04:00 |
|
Gered
|
5ed36b7f7b
|
update templates and route handlers to clj-jtwig for template rendering
|
2014-03-25 22:01:28 -04:00 |
|
Gered
|
2659ceb9a8
|
move all template files to /resources/views
|
2014-03-24 19:55:03 -04:00 |
|
Gered
|
8f44ac4e97
|
switch selmer for clj-jtwig
|
2014-03-24 19:53:25 -04:00 |
|
Gered
|
a731c4d5ce
|
cleanup, add uberjar profile with full AOT
|
2014-03-24 19:50:03 -04:00 |
|
Gered
|
3e365757cc
|
reorganize 'render' functions a bit. added a 'render-response' function to allow using these in lower-level ring handlers/middleware (so all template rendering / http status handling happens in one place more or less)
|
2014-03-24 19:15:38 -04:00 |
|
Gered
|
1f16054710
|
update ring :handler reference
|
2014-03-24 19:13:43 -04:00 |
|
Gered
|
abf1923fe2
|
log exceptions instead of just printing them
|
2014-03-24 19:13:26 -04:00 |
|
Gered
|
beb60e3321
|
update template render function
|
2014-03-24 18:13:44 -04:00 |
|
Gered
|
e06bac7f2f
|
fix access rules (new format)
|
2014-03-24 18:12:24 -04:00 |
|
Gered
|
3eb031b94e
|
fix rss route throwing an error
|
2014-03-23 17:02:28 -04:00 |
|
Gered
|
d8a2479841
|
fix custom 404 handler throwing errors of its own
|
2014-03-23 16:55:06 -04:00 |
|
Gered
|
4690adc3cb
|
make it so app auto starts when a REPL is opened
|
2014-03-23 16:45:41 -04:00 |
|
Gered
|
a5e6edc1a4
|
reorganize, adjust cheshire version
|
2014-03-23 16:45:04 -04:00 |
|
Gered
|
70f0f92a58
|
update so everything at least runs (mostly!) with the new dependencies
|
2014-03-23 16:44:41 -04:00 |
|
Gered
|
8062b2e433
|
update dependency versions
|
2014-03-23 15:52:59 -04:00 |
|
Gered
|
bb169bbd6f
|
update gitignore again
|
2014-03-23 15:44:59 -04:00 |
|
Gered
|
9fccf9b6a1
|
dont need these
|
2014-03-23 15:43:18 -04:00 |
|
Gered
|
dcdc40eeb7
|
update gitignore
|
2014-03-23 15:42:01 -04:00 |
|
Gered
|
4b831d3030
|
minor and mostly unnecessary code cleanups
|
2013-07-30 21:40:56 -04:00 |
|
Gered
|
fe072d010f
|
update selmer version (now supports nested for tags)
|
2013-07-30 21:06:32 -04:00 |
|
Gered
|
5116b9ae1e
|
default config file is set to development environment
|
2013-07-29 22:55:55 -04:00 |
|
Gered
|
3029eba653
|
configuration file getter changes. toggle selmer caching off if in "development environment"
|
2013-07-29 22:55:07 -04:00 |
|
Gered
|
01aeb70ed3
|
fix escaping tag json output
|
2013-07-29 22:44:51 -04:00 |
|
Gered
|
decd84534c
|
use "is-empty" filter in views to catch empty collections (existing way didn't work anyway)
|
2013-07-29 22:44:27 -04:00 |
|
Gered
|
b583d5f52a
|
update (simplify) view filters. add "is-empty" filter
|
2013-07-29 22:43:50 -04:00 |
|
Gered
|
38c764ef61
|
update selmer version
|
2013-07-29 22:43:04 -04:00 |
|
Gered
|
8137fcf0f9
|
fix some html being escaped
|
2013-07-29 18:35:27 -04:00 |
|
Gered
|
59c187dcf2
|
update to use selmer instead of clabango
|
2013-07-29 18:32:27 -04:00 |
|
Gered
|
e0388eccca
|
explicitly set content-type header for 401, 404 and 500 error pages
Apparently the local Jetty instance is a bit more forgiving of this ..?
|
2013-06-07 20:38:16 -04:00 |
|
Gered
|
fae0940f3a
|
do a proper redirect if a file cannot be served up
|
2013-06-07 20:14:08 -04:00 |
|
Gered
|
a00b7a1b2d
|
fix up various file operations to return back to the proper path listing
|
2013-06-07 20:12:08 -04:00 |
|
Gered
|
f1ee2329db
|
add nicer 404 "not found" page
|
2013-06-07 19:54:44 -04:00 |
|
Gered
|
d4f654a5e4
|
clean up app-handler setup, add middleware for custom, nicer looking, error page
|
2013-06-07 19:45:56 -04:00 |
|
Gered
|
dcd5054ef1
|
upgrade lib-noir and markdown-clj
|
2013-06-07 19:44:33 -04:00 |
|
Gered
|
8d9301368d
|
added nicer looking 401 error page
|
2013-06-07 19:16:33 -04:00 |
|
Gered
|
e2357aaa1b
|
fix parsing of date parts of post url to allow 2-digit days and months
For more compatibility with the old Wordpress URLs
|
2013-06-07 19:07:51 -04:00 |
|
Gered
|
cb1d5391f5
|
update README.md
|
2013-06-06 19:20:30 -04:00 |
|
Gered
|
5edd0ec36f
|
minor footer text update
|
2013-06-06 19:12:52 -04:00 |
|