Commit graph

77 commits

Author SHA1 Message Date
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
Gered d3bd3342c9 don't allow the path to be manually typed in inside the upload new file modal 2013-05-26 14:06:36 -04:00
Gered 6eb1141c17 added message for empty directories 2013-05-26 14:02:59 -04:00
Gered 40ba9e23bd update bootstrap 2013-05-26 13:58:14 -04:00
Gered 0f5302ba1b implemented better files path/tree dropdown using a modified bootstrap-combobox 2013-05-26 13:49:33 -04:00
Gered 55bba64481 added view tags namespace. added ifempty tag 2013-05-26 13:48:35 -04:00
Gered cbdd265a0f change code/preformatted text font face 2013-05-26 10:58:42 -04:00
Gered 1302c45ada implement file deleting routes/model 2013-05-25 12:23:04 -04:00
Gered c8805f8726 add button/modal for deleting files 2013-05-23 09:26:19 -04:00
Gered 3e2f61927c handle updating files when uploading a new file to the same path/name as an existing file 2013-05-23 09:12:39 -04:00