]>
git.zarvox.org Git - shortlog.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Drew Fisher [Sun, 2 Oct 2022 04:16:33 +0000 (21:16 -0700)]
Don't serve .gitignore (or other non-entry files)
Drew Fisher [Sun, 2 Oct 2022 03:54:15 +0000 (20:54 -0700)]
Split testing entrypoint out from CGI entrypoint
Drew Fisher [Sun, 2 Oct 2022 03:51:21 +0000 (20:51 -0700)]
Fix comment rendering
Drew Fisher [Sun, 2 Oct 2022 03:29:30 +0000 (20:29 -0700)]
Remove templates; they are no longer used
Drew Fisher [Sun, 2 Oct 2022 03:28:51 +0000 (20:28 -0700)]
Rewrite in python3 without web.py
Drew Fisher [Sun, 2 Oct 2022 03:20:14 +0000 (20:20 -0700)]
Update markdoku for python3 compat
Drew Fisher [Sun, 2 Oct 2022 03:20:00 +0000 (20:20 -0700)]
Attempt to update shortlog for web.py
Drew Fisher [Mon, 26 Mar 2012 03:34:57 +0000 (20:34 -0700)]
Use markdoku (a markdown variant) for post markup.
Comments still use the awkward HTML/paragraphs thing.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Mon, 19 Mar 2012 05:30:03 +0000 (22:30 -0700)]
Make things more Pythonic.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Mon, 19 Mar 2012 05:18:53 +0000 (22:18 -0700)]
Add <video> to list of non-paragraphing tags.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Fri, 10 Jun 2011 18:50:03 +0000 (13:50 -0500)]
Images require an alt attribute. Add them for gravatar images.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Mon, 2 May 2011 23:15:11 +0000 (18:15 -0500)]
Import hashlib instead of (deprecated) md5.
Thanks to Matt Mullins for pointing this bug out.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Thu, 14 Apr 2011 19:15:25 +0000 (14:15 -0500)]
Add header to make feedreaders automatically detect the feed.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Thu, 14 Apr 2011 19:13:56 +0000 (14:13 -0500)]
Add a checkbox to not receive follow-up emails.
If the user clicks the checkbox, the text " noreply" will be appended to
the email address line in the pending comment written out to disk.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Sun, 27 Mar 2011 07:35:26 +0000 (02:35 -0500)]
Switch to web.py 0.3
The web.py framework changed some behavior between 0.2 and 0.3;
this commit updates shortlog to run 0.3 out of the box.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Sun, 20 Feb 2011 01:22:16 +0000 (19:22 -0600)]
Add CSS support, via static/style.css
Provides tables with padding.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Sat, 19 Feb 2011 11:35:30 +0000 (05:35 -0600)]
Add <table> to the list of format-excluded elements.
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Drew Fisher [Fri, 28 Jan 2011 20:23:09 +0000 (14:23 -0600)]
Implement antispam tactics.
I've been getting a bunch of spam comments lately (I knew this day would
come). This adds a field to the comment-submission page, and verifies
that the field contains a four-digit number. Hopefully this will stop
most automated bots.
Drew Fisher [Thu, 6 Jan 2011 20:04:03 +0000 (14:04 -0600)]
Add BSD three-clause license.
Drew Fisher [Thu, 6 Jan 2011 19:56:24 +0000 (13:56 -0600)]
Modify multiday template to link to comment section of individual posts.
Drew Fisher [Wed, 5 Jan 2011 19:49:16 +0000 (13:49 -0600)]
Import of running code as of 2011-01-05.
It seemed a really bad idea to NOT have this in version control,
and it also was hindering deployment.