]>
git.zarvox.org Git - shortlog.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.