Wed, 07 Dec 2011 01:08:54 +0000 |
Brian Neal |
For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries.
|
Wed, 17 Aug 2011 01:02:08 +0000 |
Brian Neal |
Smarter search index updating for forums. This work is for #227.
|
Wed, 18 May 2011 03:04:25 +0000 |
Brian Neal |
Fixing #214; don't need a custom model search view. All the info is in the template. Wrote a template tag to extract the info from the request context and urlencode them.
|
Sun, 10 Apr 2011 00:32:14 +0000 |
Brian Neal |
Fixing #205; search result pagination wasn't including models. Created a custom model search form so that the query term and model selections would persist across pages.
|
Wed, 16 Mar 2011 02:13:38 +0000 |
Brian Neal |
For #187; tune forums RSS settings. Set TTL to 1 hour; return 30 forum posts instead of 10; cache feed for 15 minutes instead of an hour.
|
Sun, 20 Feb 2011 22:09:56 +0000 |
Brian Neal |
New scheme for serving media files in debug mode after updating django trunk.
|
Sun, 20 Feb 2011 00:31:54 +0000 |
Brian Neal |
Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
|
Thu, 27 Jan 2011 02:56:10 +0000 |
Brian Neal |
Fixing #142; cut over to the django.contrib.staticfiles app.
|
Thu, 14 Oct 2010 02:39:35 +0000 |
Brian Neal |
This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
|
Tue, 21 Sep 2010 00:52:55 +0000 |
Brian Neal |
Close #104; downloads javascript has incorrect hard-coded path to star graphics. Also correct count fields in downloads category fixture.
|
Sun, 06 Jun 2010 20:06:15 +0000 |
Brian Neal |
For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.
|
Sat, 05 Jun 2010 20:46:52 +0000 |
Brian Neal |
Initial commit of Haystack search integration. See #51.
|
Sat, 29 May 2010 04:51:28 +0000 |
Brian Neal |
Implement #84; additional checks on spammers; implement stranger status.
|
Mon, 15 Mar 2010 03:26:38 +0000 |
Brian Neal |
Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf.
|
Thu, 11 Mar 2010 02:34:07 +0000 |
Brian Neal |
Implement ticket #59; update RSS feeds for Django 1.2.
|
Thu, 11 Feb 2010 02:29:03 +0000 |
Brian Neal |
Implement #52 Forums RSS feeds.
|
Sun, 06 Dec 2009 07:55:48 +0000 |
Brian Neal |
Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
|
Sun, 29 Nov 2009 22:33:15 +0000 |
Brian Neal |
Close #30. Create an admin dashboard to see pending content and requests for admin action.
|
Mon, 16 Nov 2009 01:00:28 +0000 |
Brian Neal |
Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
|
Sun, 23 Aug 2009 00:14:52 +0000 |
Brian Neal |
More work on forums. Committing what we got so far.
|
Fri, 12 Jun 2009 02:37:28 +0000 |
Brian Neal |
Removed old legal application urls from main urls file. (Forgot to do this in last commit.) Added flatpages support. Added some links on the base template.
|
Sun, 07 Jun 2009 00:22:50 +0000 |
Brian Neal |
Donations: first cut at a donations view and a form built for paypal.
|
Sun, 19 Apr 2009 20:10:00 +0000 |
Brian Neal |
First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
|
Wed, 15 Apr 2009 01:13:17 +0000 |
Brian Neal |
Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.
|
Sat, 11 Apr 2009 22:50:56 +0000 |
Brian Neal |
Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.
|
Mon, 06 Apr 2009 02:43:12 +0000 |
gremmie |
Initial import of sg101 stuff from private repository.
|