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.
|
2013-08-04 |
Brian Neal |
Add admin action to acknowledge flagged links.
|
2013-05-30 |
Brian Neal |
Ignore more log files.
|
2013-05-27 |
Brian Neal |
For issue #28, add a quick search feature for new forum topics.
|
2013-05-26 |
Brian Neal |
For issue #34, make social media share buttons more privacy concious.
|
2013-05-26 |
Brian Neal |
Provide a "fix text" admin function for comments.
|
2013-05-25 |
Brian Neal |
Update requirements.txt to include ftfy.
|
2013-05-25 |
Brian Neal |
For issue #30, provide admin action to fix text encoding issues.
|
2013-05-25 |
Brian Neal |
For issue #42, create avatar cleanup script.
|
2013-05-25 |
Brian Neal |
Improvements to dlorphan management command.
|
2013-05-25 |
Brian Neal |
For issue #46, mangle part of current time into avatar name to
|
2013-05-25 |
Brian Neal |
For issue #43, create mgmt. command to cleanup orphan downloads.
|
2013-05-24 |
Brian Neal |
For issue #43, delete uploaded files when downloads are deleted.
|
2013-05-16 |
Brian Neal |
For #45, create admin action to unsubscribe users from topics.
|
2013-05-16 |
Brian Neal |
For issue #44, add an import for InvalidPage.
|
2013-05-15 |
Brian Neal |
Prevent exceptions when viewing downloads in the admin when the file
|
2013-05-15 |
Brian Neal |
For issue #40, rename uploaded files when approved.
|
2013-05-12 |
Brian Neal |
For issue #31, implement a forgot username feature.
|
2013-05-11 |
Brian Neal |
Need to update the Markdown urlize extension too.
|
2013-05-11 |
Brian Neal |
For issue #41, use latest Markdown (2.3.1).
|
2013-05-11 |
Brian Neal |
For issue #38, change IRC bot to use Redis instead of MySQL.
|
2013-05-11 |
Brian Neal |
Update fabric files for new server.
|
2013-05-11 |
Brian Neal |
Update requirements for development.
|
2013-05-11 |
Brian Neal |
Fix last commit which goofed up the requirements.txt file.
|