]> git.zarvox.org Git - shortlog.git/log
shortlog.git
13 years agoImport hashlib instead of (deprecated) md5.
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>
13 years agoAdd header to make feedreaders automatically detect the feed.
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>
13 years agoAdd a checkbox to not receive follow-up emails.
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>
13 years agoSwitch to web.py 0.3
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>
13 years agoAdd CSS support, via static/style.css
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>
13 years agoAdd <table> to the list of format-excluded elements.
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>
13 years agoImplement antispam tactics.
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.

13 years agoAdd BSD three-clause license.
Drew Fisher [Thu, 6 Jan 2011 20:04:03 +0000 (14:04 -0600)]
Add BSD three-clause license.

13 years agoModify multiday template to link to comment section of individual posts.
Drew Fisher [Thu, 6 Jan 2011 19:56:24 +0000 (13:56 -0600)]
Modify multiday template to link to comment section of individual posts.

13 years agoImport of running code as of 2011-01-05.
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.