Commit graph

46 commits

Author SHA1 Message Date
Michael Hope a376aba8a6 templates: ensure bold blocks are always closed. 2015-03-03 20:40:26 +01:00
Michael Hope e928eae275 Added support for login behind HTTPS. 2014-05-23 21:41:04 +02:00
Michael Hope dbdae74266 Added a special '_count' extension which turns into a SQL COUNT(*). 2014-04-18 22:32:01 +02:00
Michael Hope 1b39c19971 Re-worked the ordering of the by line to allow comment links.
Re-worked the layout of the sidebar.
Exclude the users own comments from the sidebar.
2014-04-17 20:17:16 +02:00
Michael Hope 3c464e3427 Tweaked the recent comments list. 2014-04-17 18:53:48 +02:00
Michael Hope 3d52cb0024 Fix misreporting of the comment age. 2014-02-23 21:06:06 +01:00
Michael Hope 61978c7c08 Added a 'new' section to the sidebar. Currently goes back a fixed
number of days.
2014-02-23 21:04:35 +01:00
Michael Hope f4ddba1a4f Support an optional site wide license.
Fixes #29.
2014-02-23 20:25:42 +01:00
Michael Hope 2c072be6bc Use a (English only) helper to pluralise numbers.
Fixes #20.
2014-02-23 20:18:43 +01:00
Michael Hope 414b18b17f Made password boxes the same width as text.
Added a 'contact us on lost password' email link.
2013-10-10 22:15:44 +02:00
Michael Hope 12953d9616 Tidied up all of the forms. Now uses CSS.
Added a hook to automatically add descriptions and style to forms.
Now need the 'current password' when changing the password.
Changed 'content' to 'comment' for the new comment form.
2013-10-10 22:05:49 +02:00
Michael Hope 33ad21941d Prettified the new comment page. 2013-10-09 21:15:14 +02:00
Michael Hope edc008866a Added a JSON based generic type.
Added user editing.
Fixed rendering of the bio.
2013-10-09 20:49:02 +02:00
Michael Hope a627150757 Revert "Add simple function call count tracking."
This reverts commit b9bd774076.
2013-10-03 22:08:58 +02:00
Michael Hope b9bd774076 Add simple function call count tracking. 2013-10-03 21:50:44 +02:00
Michael Hope 1f0a2df53b Added an internal page for tracking the object diff between GC runs.
Should show the type of any leaks.
2013-10-01 21:12:33 +02:00
Michael Hope d19f0c99d7 Bind in RSS.
Bind in RSS to the layout page.
Add a checkout of all of a users links.
Put RSS and checkout behind feature flags.
2013-09-30 21:39:42 +02:00
Michael Hope 4ac23c37fb Added a RSS feed at /rss.
Added a checkout fo all of a users links.
2013-09-30 21:25:53 +02:00
Michael Hope af12a3d3dd Let the admin set a users password.
First pass at pylint.
2013-09-30 20:18:41 +02:00
Michael Hope 020bbccdb3 Fix the archive by limiting the end date to 2037. Needed on brik as
its got an old libc.
Add a simple filter to the archive.
2013-09-29 20:18:21 +02:00
Michael Hope 873b4c2393 Added Markdown support for links and comments.
Split ConfigParser out so the defaults and a lists are common.
2013-09-29 15:58:06 +02:00
Michael Hope 5cd023b9b4 Fixed the link view to match the front page 'links' formatting.
Changed the comment box to always show.
2013-09-29 15:11:23 +02:00
Michael Hope 1c54208910 Shifted where the message box goes so it wraps to the main content area. 2013-09-29 15:10:54 +02:00
Michael Hope 217fcb61f0 Added the html5 shim to support IE8 and earlier. 2013-09-29 14:48:28 +02:00
Michael Hope 24bf894668 Did proper, auto-sizing pagination. 2013-09-28 21:25:03 +02:00
Michael Hope 3b656ba821 Heavily hacked the templates to match Able's style. 2013-09-28 20:57:44 +02:00
Michael Hope 33e5680558 Added a link to the github page for filing bugs. 2013-09-28 19:43:55 +02:00
Michael Hope cfd44e7103 Hid gravatar support behind a feature flag. 2013-09-28 19:38:51 +02:00
Michael Hope 2724f44828 De-hacked how the admin users are set.
Checked the other admin roles and made sure they check permissions.
2013-09-28 19:34:35 +02:00
Michael Hope 9174a57bf0 Added the per user comments view. 2013-09-28 19:23:20 +02:00
Michael Hope 5c553a2a31 Added support for features that can be turned on and off.
Put 'likes' behind a feature flag and turned it off.
2013-09-27 20:32:41 +02:00
Michael Hope a62f723c1b Make the links page generic. 2012-07-04 21:33:35 +12:00
Michael Hope bf73c662ed Add a link to the archive. 2012-07-04 21:30:45 +12:00
Michael Hope c848354d9e Shift the base href earlier so it also applies to the CSS. 2012-07-04 19:14:05 +12:00
Michael Hope ae77d2f667 Fix up some of the absolute paths. Add a WSGI hook. 2012-07-01 20:27:29 +12:00
Michael Hope 04cb90ba06 Switch to an automapper. 2012-06-04 20:45:58 +12:00
Michael Hope 05df797271 Add previews for links and comments. Put the comment form at the bottom of the link page. 2012-05-09 20:54:34 +12:00
Michael Hope 39d23d07fd Add the time something was posted.
Add comments.
2012-05-06 21:19:51 +12:00
Michael Hope 3f7108e1d2 General tidy up 2012-05-06 20:58:56 +12:00
Michael Hope 93d3487acc Shift site title out to config.
Sanitize comments and descriptions using bleach.
2012-05-06 20:29:50 +12:00
Michael Hope d8d6c1e307 Add new comments. 2012-05-06 19:39:03 +12:00
Michael Hope d0ce7735ab Added the new link template. 2012-05-06 19:17:09 +12:00
Michael Hope 3ada56bb22 Add sessions.
Add messages.
Add link posting.
Add login.
2012-05-06 19:16:28 +12:00
Michael Hope d87c727ccb Add login/logut/password changing
Add messages.
Add a basic stylesheet.
Add sessions.
2012-05-06 18:43:07 +12:00
Michael Hope 2de87b3062 Add support for a base URL 2012-05-05 23:13:46 +12:00
Michael Hope bb6176ba30 Initial hack. 2012-05-05 22:12:43 +12:00