]> git.zarvox.org Git - shortlog.git/log
shortlog.git
19 months agoDon't serve .gitignore (or other non-entry files) master
Drew Fisher [Sun, 2 Oct 2022 04:16:33 +0000 (21:16 -0700)]
Don't serve .gitignore (or other non-entry files)

19 months agoSplit testing entrypoint out from CGI entrypoint
Drew Fisher [Sun, 2 Oct 2022 03:54:15 +0000 (20:54 -0700)]
Split testing entrypoint out from CGI entrypoint

19 months agoFix comment rendering
Drew Fisher [Sun, 2 Oct 2022 03:51:21 +0000 (20:51 -0700)]
Fix comment rendering

19 months agoRemove templates; they are no longer used
Drew Fisher [Sun, 2 Oct 2022 03:29:30 +0000 (20:29 -0700)]
Remove templates; they are no longer used

19 months agoRewrite in python3 without web.py
Drew Fisher [Sun, 2 Oct 2022 03:28:51 +0000 (20:28 -0700)]
Rewrite in python3 without web.py

19 months agoUpdate markdoku for python3 compat
Drew Fisher [Sun, 2 Oct 2022 03:20:14 +0000 (20:20 -0700)]
Update markdoku for python3 compat

19 months agoAttempt to update shortlog for web.py
Drew Fisher [Sun, 2 Oct 2022 03:20:00 +0000 (20:20 -0700)]
Attempt to update shortlog for web.py

12 years agoUse markdoku (a markdown variant) for post markup.
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>
12 years agoMake things more Pythonic.
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>
12 years agoAdd <video> to list of non-paragraphing tags.
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>
12 years agoImages require an alt attribute. Add them for gravatar images.
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>
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.