log

age author description
Wed, 18 Sep 2013 21:34:05 -0500 Brian Neal Completed view to delete user photos.
Wed, 18 Sep 2013 18:33:52 -0500 Brian Neal Create css for user_photos gallery template.
Tue, 17 Sep 2013 21:13:31 -0500 Brian Neal Merge with maintenance work.
Tue, 17 Sep 2013 20:26:49 -0500 Brian Neal Use |safe filter on Haystack templates to get better results w/quotes.
Tue, 17 Sep 2013 20:23:23 -0500 Brian Neal Fix the javascript to select models on the search page.
Tue, 17 Sep 2013 18:26:45 -0500 Brian Neal Update dev requirements.txt to Django 1.5.4.
Tue, 17 Sep 2013 18:23:28 -0500 Brian Neal Merge.
Tue, 17 Sep 2013 18:17:28 -0500 Brian Neal Fix regression in messages that efb525863a75 broke.
Tue, 17 Sep 2013 17:54:21 -0500 Brian Neal Work in progress on adding ability to delete user photos.
Sun, 15 Sep 2013 21:25:54 -0500 Brian Neal Update to Django 1.5.4; update requirements.txt.
Sun, 15 Sep 2013 17:00:52 -0500 Brian Neal Update production requirements.txt.
Sun, 15 Sep 2013 16:23:22 -0500 Brian Neal Updated dev requirements.txt for new version of boto.
Sun, 15 Sep 2013 16:22:05 -0500 Brian Neal Tweak user_photos gallery template.
Sun, 15 Sep 2013 15:53:25 -0500 Brian Neal Updated development requirements.txt.
Sun, 15 Sep 2013 15:13:02 -0500 Brian Neal For user uploaded photos (#50), add a simple gallery view.
Sat, 14 Sep 2013 18:43:10 -0500 Brian Neal Display thumbnail in user_photos admin.
Sat, 14 Sep 2013 18:31:39 -0500 Brian Neal Finalize user photos detail page. Disable upload button on form submit.
Sat, 14 Sep 2013 17:23:13 -0500 Brian Neal Implement rate limiting on user photo uploads.
Wed, 11 Sep 2013 20:31:23 -0500 Brian Neal Refactored the processing of image uploads.
Mon, 09 Sep 2013 20:53:08 -0500 Brian Neal Merge private messages fix with current development of S3 photo upload.
Mon, 09 Sep 2013 20:30:13 -0500 Brian Neal jQuery UI Tabs were changed quite a bit, which broke private messages.
Sun, 08 Sep 2013 21:02:58 -0500 Brian Neal Cleaned up the code a bit.
Sun, 08 Sep 2013 19:06:54 -0500 Brian Neal Got the image resizing and uploading working. It needs a lot of work though.
Sat, 07 Sep 2013 20:50:46 -0500 Brian Neal In process work for #50. Started a user_photos application.
Fri, 06 Sep 2013 21:50:53 -0500 Brian Neal For #53, use HTML5 DOCTYPE. Some markup cleanup also.
Wed, 04 Sep 2013 19:55:20 -0500 Brian Neal For issue #52, update many 3rd party Javascript libraries.
Sun, 01 Sep 2013 15:58:45 -0500 Brian Neal For #51, remove the ajax popup login window.
Sun, 01 Sep 2013 11:59:28 -0500 Brian Neal Oops, last commit has a bug. Must provide auth_type parameter to decorator.
Sun, 01 Sep 2013 00:15:42 -0500 Brian Neal For #48, rework blocking code to use fail2ban.
Sat, 31 Aug 2013 14:50:03 -0500 Brian Neal Remove unused import.
Sun, 25 Aug 2013 12:44:55 -0500 Brian Neal Updating production requirements.txt for Django 1.5.2.
Sun, 25 Aug 2013 12:15:35 -0500 Brian Neal Update dev requirements file for Django 1.5.2.
Sat, 24 Aug 2013 20:08:12 -0500 Brian Neal For Django 1.5: Remove all references to django.contrib.markup.
Fri, 23 Aug 2013 19:40:01 -0500 Brian Neal For Django 1.5: slugify is now available at django.utils.text.
Fri, 23 Aug 2013 19:17:40 -0500 Brian Neal For Django 1.5: management commands should use self.stdout, etc. for output.
Fri, 23 Aug 2013 19:02:45 -0500 Brian Neal For Django 1.5: LOGIN_* related settings take url names now.
Mon, 19 Aug 2013 21:04:27 -0500 Brian Neal For Django 1.5.2; remove 'load url from future' tag.
Fri, 16 Aug 2013 20:43:39 -0500 Brian Neal For Django 1.5.2; cleanup command is now called clearsessions.
Thu, 15 Aug 2013 20:35:02 -0500 Brian Neal For Django 1.5.2: select_related's depth argument is deprecated.
Thu, 15 Aug 2013 20:14:33 -0500 Brian Neal For Django 1.5.2: import json; django.utils.simplejson is deprecated.
Wed, 14 Aug 2013 14:53:21 -0500 Brian Neal For issue #49, order search results by newest first.
Wed, 14 Aug 2013 13:56:43 -0500 Brian Neal For #47, create custom search index for models with is_public.
Sat, 03 Aug 2013 22:14:04 -0500 Brian Neal Merge.
Sat, 03 Aug 2013 22:12:03 -0500 Brian Neal Add admin action to acknowledge flagged links.
Thu, 30 May 2013 18:26:39 -0500 Brian Neal Ignore more log files.
Mon, 27 May 2013 15:04:52 -0500 Brian Neal For issue #28, add a quick search feature for new forum topics.
Sun, 26 May 2013 13:29:44 -0500 Brian Neal For issue #34, make social media share buttons more privacy concious.
Sat, 25 May 2013 22:17:46 -0500 Brian Neal Provide a "fix text" admin function for comments.
Sat, 25 May 2013 17:44:18 -0500 Brian Neal Update requirements.txt to include ftfy.
Sat, 25 May 2013 17:40:15 -0500 Brian Neal For issue #30, provide admin action to fix text encoding issues.
Sat, 25 May 2013 15:17:42 -0500 Brian Neal For issue #42, create avatar cleanup script.
Sat, 25 May 2013 14:21:46 -0500 Brian Neal Improvements to dlorphan management command.
Sat, 25 May 2013 00:22:40 -0500 Brian Neal For issue #46, mangle part of current time into avatar name to
Fri, 24 May 2013 23:42:49 -0500 Brian Neal For issue #43, create mgmt. command to cleanup orphan downloads.
Fri, 24 May 2013 15:09:53 -0500 Brian Neal For issue #43, delete uploaded files when downloads are deleted.
Wed, 15 May 2013 20:56:10 -0500 Brian Neal For #45, create admin action to unsubscribe users from topics.
Wed, 15 May 2013 20:13:05 -0500 Brian Neal For issue #44, add an import for InvalidPage.
Tue, 14 May 2013 21:02:47 -0500 Brian Neal Prevent exceptions when viewing downloads in the admin when the file
Tue, 14 May 2013 21:01:40 -0500 Brian Neal For issue #40, rename uploaded files when approved.
Sat, 11 May 2013 23:39:46 -0500 Brian Neal For issue #31, implement a forgot username feature.