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 |
|
Gered
|
f9e01cea1f
|
add post url support to match the old wordpress style (trailing slash)
|
2013-06-06 18:36:08 -04:00 |
|
Gered
|
2013314043
|
increase post body textarea size
|
2013-06-05 19:41:38 -04:00 |
|
Gered
|
d7e6adcfa7
|
add projects page and link (empty for now)
|
2013-06-05 19:41:25 -04:00 |
|
Gered
|
c30de1630e
|
minor style fixes
|
2013-06-05 19:02:46 -04:00 |
|
Gered
|
0676489822
|
add site footer and content for the "about" page
|
2013-06-05 18:59:08 -04:00 |
|
Gered
|
84f02df46c
|
added rss feed
|
2013-05-27 00:46:38 -04:00 |
|
Gered
|
f8cbf0cec7
|
update some button colors
|
2013-05-26 20:02:30 -04:00 |
|
Gered
|
7ea2f9ab01
|
new files are unpublished by default
|
2013-05-26 20:02:18 -04:00 |
|
Gered
|
8bd20aa40b
|
better handling for when there are no visible posts
|
2013-05-26 19:24:29 -04:00 |
|
Gered
|
4286eca04f
|
add archives route/view
|
2013-05-26 18:45:15 -04:00 |
|
Gered
|
475f3e397d
|
update list-posts-archive to make the results easier to work with in a clabango template
|
2013-05-26 18:44:05 -04:00 |
|
Gered
|
d9178c25a0
|
remove classname
|
2013-05-26 18:17:47 -04:00 |
|
Gered
|
2f44eabd70
|
add model fn to list posts in an archive format (by month/year, title only)
|
2013-05-26 17:54:06 -04:00 |
|
Gered
|
e308c35620
|
add route/view for viewing posts by tag
|
2013-05-26 17:30:40 -04:00 |
|
Gered
|
2a36c293df
|
add model fn to get a simple lists of posts by tag
|
2013-05-26 16:57:58 -04:00 |
|
Gered
|
b84ddea6fc
|
get-file route checks the session to determine if an unpublished file can be served
|
2013-05-26 16:56:47 -04:00 |
|
Gered
|
3e7169a630
|
update get-file with parameter to control if it can serve an unpublished file or not. update list-files to show all files
|
2013-05-26 15:48:15 -04:00 |
|
Gered
|
7469a5199b
|
fix id handling of delete-file and publish-file
|
2013-05-26 15:42:58 -04:00 |
|
Gered
|
5229577192
|
fix list-files not returning published field
|
2013-05-26 15:42:40 -04:00 |
|
Gered
|
5b05bff295
|
change button style, highlight file rows for files that are unpublished
|
2013-05-26 15:38:53 -04:00 |
|
Gered
|
635f17433d
|
add publish/unpublish buttons
|
2013-05-26 15:35:45 -04:00 |
|
Gered
|
fb702b4aa0
|
fix incorrect arguments
|
2013-05-26 15:35:33 -04:00 |
|
Gered
|
49a9b36961
|
add route/model for toggling publish state of a file
|
2013-05-26 15:28:20 -04:00 |
|
Gered
|
8ef71ea31b
|
don't show a notice about updating an existing file if we didn't do that (new-upload vs new-over-existing-upload)
|
2013-05-26 15:08:38 -04:00 |
|
Gered
|
879229e4dd
|
implement the view/route for updating existing files
|
2013-05-26 15:07:20 -04:00 |
|
Gered
|
da8a9e3c5e
|
oops
|
2013-05-26 14:57:28 -04:00 |
|
Gered
|
fd86227e54
|
remaining param name changes to be consistent
|
2013-05-26 14:57:05 -04:00 |
|
Gered
|
772c08f6a8
|
delete route param name change, put the filename in upload/delete success messages
|
2013-05-26 14:55:18 -04:00 |
|
Gered
|
6b1627196c
|
detect empty file upload submissions, show file operation result messages
|
2013-05-26 14:51:34 -04:00 |
|