graph
- Update production requireents file after upgrading to Haystack 2.1.2014-01-04, by Brian Neal
- The logging API has changed in Celery 3.x. Update to it.2014-01-04, by Brian Neal
- Oops, wasn't supposed to commit this flag set to False. Undo.2014-01-03, by Brian Neal
- For issue #62, upgrade Haystack from 1.2.7 to 2.1.0.2014-01-03, by Brian Neal
- For Django 1.6: contrib auth password reset confirm view signature changed.2014-01-01, by Brian Neal
- For #63 update production requirements file for celery 3.1.7.2013-12-31, by Brian Neal
- For #63, upgrade to celery 3.1.7.2013-12-31, by Brian Neal
- For #59, add user photo de-duplication for uploads.2013-12-30, by Brian Neal
- Django 1.6: update production requirements file.2013-12-29, by Brian Neal
- Django 1.6: update dev requirements file.2013-12-29, by Brian Neal
- Django 1.6: CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecated.2013-12-29, by Brian Neal
- Django 1.6: take advantage of new database connection persistence.2013-12-29, by Brian Neal
- Django 1.6: test discovery as per unittest.2013-12-29, by Brian Neal
- Django 1.6: get_query_set -> get_queryset.2013-12-29, by Brian Neal
- Django 1.6: use new cycle tag from future.2013-12-29, by Brian Neal
- Django 1.6: ModelForms should use either fields or exclude.2013-12-29, by Brian Neal
- Django 1.6: get_query_set -> get_queryset, etc.2013-12-29, by Brian Neal
- Update mp3 compilation side block for 2013 collection.2013-12-26, by Brian Neal
- For #60, fix last commit (775e7f7) which produced UnicodeDecodeErrors.2013-12-13, by Brian Neal
- For #60, encode user photo filenames before logging.2013-12-13, by Brian Neal
- Use new banner for top 101's from Niels.2013-11-09, by Brian Neal
- Fix typo in new posts template tag. Thanks to Volcano Rick.2013-11-09, by Brian Neal
- Add NSSR Top 202 vote banner.2013-11-02, by Brian Neal
- For #56, default to anonymous radio button on donations form.2013-10-24, by Brian Neal
- YouTube icon was slowing down site. Locally host icon.2013-10-19, by Brian Neal
- Fix messages master checkbox behavior. See also 6ba401391cd5.2013-10-09, by Brian Neal
- Stupid IE10 overflowed the progress bar. Put in a work around.2013-10-06, by Brian Neal
- Changed the search input type to search for HTML5.2013-10-06, by Brian Neal
- Use <progress> tag for donations meter.2013-10-06, by Brian Neal
- Added affiliate links to the donations page.2013-10-06, by Brian Neal
- For #54, provide a flag to skip search queue processing.2013-09-22, by Brian Neal
- On comment views, the photo uploading stuff won't be there. Fix javascript.2013-09-21, by Brian Neal
- Sigh, fix last commit.2013-09-21, by Brian Neal
- Oops, last commit was returning HttpResponse* derived classes, not instances.2013-09-21, by Brian Neal
- Added an ajax form to upload photos & update post box w/image code.2013-09-21, by Brian Neal
- Tweak admin dashboard links; Chrome started failing with old CSS.2013-09-19, by Brian Neal
- Modify user_photos admin delete to delete from S3 bucket.2013-09-19, by Brian Neal
- User photos in admin now have link to full size image.2013-09-19, by Brian Neal
- Completed view to delete user photos.2013-09-18, by Brian Neal
- Create css for user_photos gallery template.2013-09-18, by Brian Neal
- Merge with maintenance work.2013-09-17, by Brian Neal
- Use |safe filter on Haystack templates to get better results w/quotes.2013-09-17, by Brian Neal
- Fix the javascript to select models on the search page.2013-09-17, by Brian Neal
- Update dev requirements.txt to Django 1.5.4.2013-09-17, by Brian Neal
- Merge.2013-09-17, by Brian Neal
- Fix regression in messages that efb525863a75 broke.2013-09-17, by Brian Neal
- Work in progress on adding ability to delete user photos.2013-09-17, by Brian Neal
- Update to Django 1.5.4; update requirements.txt.2013-09-15, by Brian Neal
- Update production requirements.txt.2013-09-15, by Brian Neal
- Updated dev requirements.txt for new version of boto.2013-09-15, by Brian Neal
- Tweak user_photos gallery template.2013-09-15, by Brian Neal
- Updated development requirements.txt.2013-09-15, by Brian Neal
- For user uploaded photos (#50), add a simple gallery view.2013-09-15, by Brian Neal
- Display thumbnail in user_photos admin.2013-09-14, by Brian Neal
- Finalize user photos detail page. Disable upload button on form submit.2013-09-14, by Brian Neal
- Implement rate limiting on user photo uploads.2013-09-14, by Brian Neal
- Refactored the processing of image uploads.2013-09-11, by Brian Neal
- Merge private messages fix with current development of S3 photo upload.2013-09-09, by Brian Neal
- jQuery UI Tabs were changed quite a bit, which broke private messages.2013-09-09, by Brian Neal
- Cleaned up the code a bit.2013-09-08, by Brian Neal
- Got the image resizing and uploading working. It needs a lot of work though.2013-09-08, by Brian Neal
- In process work for #50. Started a user_photos application.2013-09-07, by Brian Neal
- For #53, use HTML5 DOCTYPE. Some markup cleanup also.2013-09-06, by Brian Neal
- For issue #52, update many 3rd party Javascript libraries.2013-09-04, by Brian Neal
- For #51, remove the ajax popup login window.2013-09-01, by Brian Neal
- Oops, last commit has a bug. Must provide auth_type parameter to decorator.2013-09-01, by Brian Neal
- For #48, rework blocking code to use fail2ban.2013-09-01, by Brian Neal
- Remove unused import.2013-08-31, by Brian Neal
- Updating production requirements.txt for Django 1.5.2.2013-08-25, by Brian Neal
- Update dev requirements file for Django 1.5.2.2013-08-25, by Brian Neal
- For Django 1.5: Remove all references to django.contrib.markup.2013-08-24, by Brian Neal
- For Django 1.5: slugify is now available at django.utils.text.2013-08-23, by Brian Neal
- For Django 1.5: management commands should use self.stdout, etc. for output.2013-08-23, by Brian Neal
- For Django 1.5: LOGIN_* related settings take url names now.2013-08-23, by Brian Neal
- For Django 1.5.2; remove 'load url from future' tag.2013-08-19, by Brian Neal
- For Django 1.5.2; cleanup command is now called clearsessions.2013-08-16, by Brian Neal
- For Django 1.5.2: select_related's depth argument is deprecated.2013-08-15, by Brian Neal
- For Django 1.5.2: import json; django.utils.simplejson is deprecated.2013-08-15, by Brian Neal
- For issue #49, order search results by newest first.2013-08-14, by Brian Neal
- For #47, create custom search index for models with is_public.2013-08-14, by Brian Neal
- Merge.2013-08-03, by Brian Neal
- Add admin action to acknowledge flagged links.2013-08-03, by Brian Neal
- Ignore more log files.2013-05-30, by Brian Neal
- For issue #28, add a quick search feature for new forum topics.2013-05-27, by Brian Neal
- For issue #34, make social media share buttons more privacy concious.2013-05-26, by Brian Neal
- Provide a "fix text" admin function for comments.2013-05-25, by Brian Neal
- Update requirements.txt to include ftfy.2013-05-25, by Brian Neal
- For issue #30, provide admin action to fix text encoding issues.2013-05-25, by Brian Neal
- For issue #42, create avatar cleanup script.2013-05-25, by Brian Neal
- Improvements to dlorphan management command.2013-05-25, by Brian Neal
- For issue #46, mangle part of current time into avatar name to2013-05-25, by Brian Neal
- For issue #43, create mgmt. command to cleanup orphan downloads.2013-05-24, by Brian Neal
- For issue #43, delete uploaded files when downloads are deleted.2013-05-24, by Brian Neal
- For #45, create admin action to unsubscribe users from topics.2013-05-15, by Brian Neal
- For issue #44, add an import for InvalidPage.2013-05-15, by Brian Neal
- Prevent exceptions when viewing downloads in the admin when the file2013-05-14, by Brian Neal
- For issue #40, rename uploaded files when approved.2013-05-14, by Brian Neal
- For issue #31, implement a forgot username feature.2013-05-11, by Brian Neal
- Need to update the Markdown urlize extension too.2013-05-11, by Brian Neal
- For issue #41, use latest Markdown (2.3.1).2013-05-11, by Brian Neal
- For issue #38, change IRC bot to use Redis instead of MySQL.2013-05-11, by Brian Neal
- Update fabric files for new server.2013-05-11, by Brian Neal
- Update requirements for development.2013-05-11, by Brian Neal
- Fix last commit which goofed up the requirements.txt file.2013-05-11, by Brian Neal
- Was using old revision of django-elsewhere.2013-05-11, by Brian Neal
- Fix extra slash URL to flag image in member flags tag.2013-05-04, by Brian Neal
- Changes for moving to jaguar hosted by Linode.2013-04-26, by Brian Neal
- Update store page with note for international users. Issue #35.2013-03-23, by Brian Neal
- Improve TS3 error handling when remote server is kaput (#33).2013-03-23, by Brian Neal
- Fix last commit for Python 2.5. :(2013-03-23, by Brian Neal
- Implement mgmt command to export forum topic. BB issue #36.2013-03-23, by Brian Neal
- Fix 081a88b3bfc8, javascript resize of forum images.2013-03-11, by Brian Neal
- Get home page slideshow images from MEDIA, not STATIC.2013-03-10, by Brian Neal
- Improve forum images resize script. Issue #32.2013-03-10, by Brian Neal
- Update to Django 1.4.5.2013-03-09, by Brian Neal
- Update copyright year on base template.2013-03-09, by Brian Neal
- Add a tag to choose slides for home slideshow.2013-03-09, by Brian Neal
- More tweaks to the store page.2013-02-16, by Brian Neal
- Updating store page after getting feedback from the editor's choice vendors.2013-02-16, by Brian Neal
- Updated the store page for buttons & stickers.2013-02-16, by Brian Neal