graph
- Update to Django 1.8.8.2016-01-15, by Brian Neal
- Add comments icon on news story.2016-01-15, by Brian Neal
- Added Bob Dalley's book to store page.2016-01-15, by Brian Neal
- Update copyright for 2016.2016-01-15, by Brian Neal
- Update dlwgetcat to use site scheme.2015-12-31, by Brian Neal
- Add link to 2015 MP3 compilation on archive.org.2015-12-31, by Brian Neal
- Fix bad select_related call.2015-12-29, by Brian Neal
- Update news story admin to allow editing comment thread.2015-12-27, by Brian Neal
- Remove usages of @models.permalink.2015-12-26, by Brian Neal
- Fix UnicodeEncodeError issue in custom search form.2015-12-26, by Brian Neal
- Update django-haystack in requirements.txt.2015-12-26, by Brian Neal
- Django 1.8 warnings / tech debt cleanup.2015-12-26, by Brian Neal
- Get rid of some warnings in Django 1.8.2015-12-20, by Brian Neal
- Merge.2015-12-16, by Brian Neal
- Add missing javascript to forums new topic page.2015-12-16, by Brian Neal
- Django 1.8 changes; first batch.2015-12-15, by Brian Neal
- Fix unicode issue with creating forum threads for news.2015-12-14, by Brian Neal
- Update SITE_SCHEME setting for production.2015-12-14, by Brian Neal
- Fix bug in edit elsewhere template.2015-12-10, by Brian Neal
- Perform image_check on membermap messages.2015-12-10, by Brian Neal
- Perform image_check on downloads.2015-12-10, by Brian Neal
- Perform image_check on private messages.2015-12-09, by Brian Neal
- Perform image_check on gcalendar description.2015-12-08, by Brian Neal
- Unbreak the flag icon template tag.2015-12-08, by Brian Neal
- Turn on ManifestStaticFilesStorage on production.2015-12-07, by Brian Neal
- ManifestStaticFilesStorage: get rid of STATIC_URL in templates.2015-12-06, by Brian Neal
- ManifestStaticFilesStorage: stop using form Media.2015-12-06, by Brian Neal
- Fixes to make assets work with ManifestStaticFilesStorage.2015-12-06, by Brian Neal
- Remove redundant DEBUG flag.2015-12-06, by Brian Neal
- Converting to ManifestStaticFilesStorage.2015-12-01, by Brian Neal
- Update to Django 1.7.11.2015-11-28, by Brian Neal
- Prevent mixed content in UserProfiles.2015-11-27, by Brian Neal
- Perform SSL image_check on profile text fields.2015-11-27, by Brian Neal
- Move SSL related settings to production module.2015-11-27, by Brian Neal
- Fix some mixed content issues.2015-11-27, by Brian Neal
- Set SSL settings to True.2015-11-27, by Brian Neal
- News migrations for previous commit.2015-11-26, by Brian Neal
- Merge.2015-11-26, by Brian Neal
- Tweaks for news v2.0 with old news pending stories present.2015-11-26, by Brian Neal
- Prepare for upcoming SSL settings changes.2015-11-26, by Brian Neal
- Set id on submit news form for image related js.2015-11-26, by Brian Neal
- Don't use models.permalink.2015-11-26, by Brian Neal
- V2 news stories use forums for comments.2015-11-26, by Brian Neal
- News V2.0 WIP template tweaks.2015-11-24, by Brian Neal
- WIP News v2.0 admin changes.2015-11-21, by Brian Neal
- Added tests for submit news.2015-11-20, by Brian Neal
- WIP on news v2.0.2015-11-17, by Brian Neal
- Initial makemigrations for news.2015-11-15, by Brian Neal
- Added Reverb Brazil logo/link to community banners.2015-11-12, by Brian Neal
- Use https for Twitter badge image.2015-11-03, by Brian Neal
- Use https for google maps (bandmap & membermap).2015-11-01, by Brian Neal
- No longer need Markdown extension SslImagesExtension.2015-11-01, by Brian Neal
- Added SITE_SCHEME setting.2015-11-01, by Brian Neal
- Reorganized requirements files to be DRY.2015-10-31, by Brian Neal
- Smilies now use relative links.2015-10-29, by Brian Neal
- Fix Unicode error while logging news changes.2015-10-29, by Brian Neal
- Modify ssl_images to update news models.2015-10-28, by Brian Neal
- Guard against bad image urls in ssl_images.2015-10-25, by Brian Neal
- Fix image_check so it doesn't choke on empty input.2015-10-25, by Brian Neal
- Closing the store page.2015-10-25, by Brian Neal
- Remove NSSR banner.2015-10-25, by Brian Neal
- Logging tweaks to ssl_images.2015-10-24, by Brian Neal
- Additional tweaks to ssl_images.2015-10-24, by Brian Neal
- Pass timeout to requests instead of global timeout.2015-10-15, by Brian Neal
- Convert ssl_images to use download_file.2015-10-09, by Brian Neal
- Prevent 500 error when previewing no text.2015-10-05, by Brian Neal
- Fix MarkItUp! CSS for removing image icon.2015-10-05, by Brian Neal
- Ensure temporary files get deleted during hotlinking.2015-10-05, by Brian Neal
- Remove the image button on the MarkItUp! editor.2015-10-05, by Brian Neal
- Prevent post preview from allowing mixed content.2015-10-01, by Brian Neal
- Guess file extension based on content-type.2015-10-01, by Brian Neal
- Started unit tests for hotlinking images.2015-09-23, by Brian Neal
- Hotlink image form is functioning.2015-09-22, by Brian Neal
- Merge with upstream.2015-09-13, by Brian Neal
- Calendar now aggregates several Google calendars.2015-09-08, by Brian Neal
- New NSSR Spanish Top 61 banner and link.2015-09-07, by Brian Neal
- Merge with upstream.2015-09-02, by Brian Neal
- Update requirements for Django 1.7.10.2015-08-31, by Brian Neal
- New NSSR Top 101 banner.2015-08-31, by Brian Neal
- Image uploading now expects a file.2015-09-02, by Brian Neal
- Whitelist hot-linked image sources.2015-09-01, by Brian Neal
- Change NSSR header logo to surf album 101.2015-08-04, by Brian Neal
- Mitigate QueryParserError when searching.2015-08-03, by Brian Neal
- Not going to purse this now2015-07-27, by Brian Neal
- Add NSSR Spanish Top 61 banner.2015-07-13, by Brian Neal
- Update to Django 1.7.9.2015-07-12, by Brian Neal
- Merge with main line.2015-06-03, by Brian Neal
- Issue #85: fix 500 error with custom search form.2015-05-30, by Brian Neal
- First commit of whitelisting image hosts.2015-06-03, by Brian Neal
- Merge with upstream.2015-05-26, by Brian Neal
- Fix excessive cache usage for forum date/times.2015-05-19, by Brian Neal
- Install django waffle feature flipper application.2015-05-19, by Brian Neal
- Django's SortedDict is gone. Use OrderedDict instead.2015-05-16, by Brian Neal
- Update requirements_dev.txt for Django 1.7.8 upgrade.2015-05-16, by Brian Neal
- Update requirements.txt for Django 1.7.8 upgrade.2015-05-16, by Brian Neal
- Use unicode to log messages.2015-05-16, by Brian Neal
- Update requirements_dev.txt for Django 1.7.7 upgrade.2015-05-16, by Brian Neal
- New celery options for Django 1.7.7 upgrade.2015-05-16, by Brian Neal
- Merge upstream.2015-05-13, by Brian Neal
- Remove Tsar Wars banner.2015-05-13, by Brian Neal
- Haystack tweaks for Django 1.7.7.2015-05-13, by Brian Neal
- Update development requirements file.2015-04-30, by Brian Neal
- Fixed comment that referred to gdata.2015-04-30, by Brian Neal
- Don't need to create our own test client.2015-04-29, by Brian Neal
- Add test for wiki signal handlers.2015-04-29, by Brian Neal
- Add tests for downloads signal handlers.2015-04-28, by Brian Neal
- Add tests for weblinks signal handlers.2015-04-26, by Brian Neal
- Add tests for forums signal handlers.2015-04-21, by Brian Neal
- Add tests for bio signal handlers.2015-04-20, by Brian Neal
- Add unit test for antispam signal handlers.2015-04-16, by Brian Neal
- Add tests for potd signal handlers.2015-04-16, by Brian Neal
- Update WSGI script for Django 1.7.7.2015-04-15, by Brian Neal
- Fix admin dashboard for Django 1.7.7 upgrade.2015-04-15, by Brian Neal
- admin.autodiscover() no longer needed.2015-04-15, by Brian Neal
- Django 1.7.7 changed BooleanField default value.2015-04-15, by Brian Neal
- Turn off Django warning about test runner changes.2015-04-14, by Brian Neal
- Fix broken ssl_images unit test.2015-04-14, by Brian Neal
- Update debug toolbar options for newer version.2015-04-12, by Brian Neal
- Smiley app refactor for Django 1.7.7 upgrade.2015-04-12, by Brian Neal
- App refactor for custom_search for Django 1.7.7. upgrade.2015-04-09, by Brian Neal
- Wiki app refactor for Django 1.7.7 upgrade.2015-04-07, by Brian Neal
- Downloads app refactor.2015-04-07, by Brian Neal
- Weblinks app refactor.2015-04-07, by Brian Neal
- Forums app refactor.2015-04-07, by Brian Neal
- Bio app refactor.2015-04-06, by Brian Neal
- Antispam app refactor.2015-04-06, by Brian Neal
- Fix app conflict with messages.2015-04-06, by Brian Neal
- Potd app refactor.2015-04-06, by Brian Neal