log

age author description
2013-11-09 Brian Neal Fix typo in new posts template tag. Thanks to Volcano Rick.
2013-11-02 Brian Neal Add NSSR Top 202 vote banner.
2013-10-25 Brian Neal For #56, default to anonymous radio button on donations form.
2013-10-19 Brian Neal YouTube icon was slowing down site. Locally host icon.
2013-10-10 Brian Neal Fix messages master checkbox behavior. See also 6ba401391cd5.
2013-10-06 Brian Neal Stupid IE10 overflowed the progress bar. Put in a work around.
2013-10-06 Brian Neal Changed the search input type to search for HTML5.
2013-10-06 Brian Neal Use <progress> tag for donations meter.
2013-10-06 Brian Neal Added affiliate links to the donations page.
2013-09-22 Brian Neal For #54, provide a flag to skip search queue processing.
2013-09-22 Brian Neal On comment views, the photo uploading stuff won't be there. Fix javascript.
2013-09-21 Brian Neal Sigh, fix last commit.
2013-09-21 Brian Neal Oops, last commit was returning HttpResponse* derived classes, not instances.
2013-09-21 Brian Neal Added an ajax form to upload photos & update post box w/image code.
2013-09-20 Brian Neal Tweak admin dashboard links; Chrome started failing with old CSS.
2013-09-20 Brian Neal Modify user_photos admin delete to delete from S3 bucket.
2013-09-19 Brian Neal User photos in admin now have link to full size image.
2013-09-19 Brian Neal Completed view to delete user photos.
2013-09-18 Brian Neal Create css for user_photos gallery template.
2013-09-18 Brian Neal Merge with maintenance work.
2013-09-18 Brian Neal Use |safe filter on Haystack templates to get better results w/quotes.
2013-09-18 Brian Neal Fix the javascript to select models on the search page.
2013-09-17 Brian Neal Update dev requirements.txt to Django 1.5.4.
2013-09-17 Brian Neal Merge.
2013-09-17 Brian Neal Fix regression in messages that efb525863a75 broke.
2013-09-17 Brian Neal Work in progress on adding ability to delete user photos.
2013-09-16 Brian Neal Update to Django 1.5.4; update requirements.txt.
2013-09-15 Brian Neal Update production requirements.txt.
2013-09-15 Brian Neal Updated dev requirements.txt for new version of boto.
2013-09-15 Brian Neal Tweak user_photos gallery template.
2013-09-15 Brian Neal Updated development requirements.txt.
2013-09-15 Brian Neal For user uploaded photos (#50), add a simple gallery view.
2013-09-14 Brian Neal Display thumbnail in user_photos admin.
2013-09-14 Brian Neal Finalize user photos detail page. Disable upload button on form submit.
2013-09-14 Brian Neal Implement rate limiting on user photo uploads.
2013-09-12 Brian Neal Refactored the processing of image uploads.
2013-09-10 Brian Neal Merge private messages fix with current development of S3 photo upload.
2013-09-10 Brian Neal jQuery UI Tabs were changed quite a bit, which broke private messages.
2013-09-09 Brian Neal Cleaned up the code a bit.
2013-09-09 Brian Neal Got the image resizing and uploading working. It needs a lot of work though.
2013-09-08 Brian Neal In process work for #50. Started a user_photos application.
2013-09-07 Brian Neal For #53, use HTML5 DOCTYPE. Some markup cleanup also.
2013-09-05 Brian Neal For issue #52, update many 3rd party Javascript libraries.
2013-09-01 Brian Neal For #51, remove the ajax popup login window.
2013-09-01 Brian Neal Oops, last commit has a bug. Must provide auth_type parameter to decorator.
2013-09-01 Brian Neal For #48, rework blocking code to use fail2ban.
2013-08-31 Brian Neal Remove unused import.
2013-08-25 Brian Neal Updating production requirements.txt for Django 1.5.2.
2013-08-25 Brian Neal Update dev requirements file for Django 1.5.2.
2013-08-25 Brian Neal For Django 1.5: Remove all references to django.contrib.markup.
2013-08-24 Brian Neal For Django 1.5: slugify is now available at django.utils.text.
2013-08-24 Brian Neal For Django 1.5: management commands should use self.stdout, etc. for output.
2013-08-24 Brian Neal For Django 1.5: LOGIN_* related settings take url names now.
2013-08-20 Brian Neal For Django 1.5.2; remove 'load url from future' tag.
2013-08-17 Brian Neal For Django 1.5.2; cleanup command is now called clearsessions.
2013-08-16 Brian Neal For Django 1.5.2: select_related's depth argument is deprecated.
2013-08-16 Brian Neal For Django 1.5.2: import json; django.utils.simplejson is deprecated.
2013-08-14 Brian Neal For issue #49, order search results by newest first.
2013-08-14 Brian Neal For #47, create custom search index for models with is_public.
2013-08-04 Brian Neal Merge.