log

age author description
2011-12-31 Brian Neal Added a "fix-mode" for the potd comment importer command such that it
2011-12-31 Brian Neal Update the list of name changes.
2011-12-31 Brian Neal Adding import commands for the 1.0 POTD & comments.
2011-12-27 Brian Neal Clean up the birthday block. Get rid of space between name and comma. Get rid
2011-12-26 Brian Neal Updated to Haystack 1.2.6. Got the latest Haystack, xapian backend, and
2011-12-25 Brian Neal For #242, move the updating of the POTD sequence into a new signals module.
2011-12-23 Brian Neal Adding a fabric file.
2011-12-23 Brian Neal Update MP3 compilation block with a link to the 2011 comp on archive.org.
2011-12-22 Brian Neal For #241, add a URL to view the last post in a forum topic.
2011-12-21 Brian Neal Must urlencode the filenames.
2011-12-21 Brian Neal Adding some management commands to the downloads application to help manage
2011-12-19 Brian Neal For #194, we no longer need the mailer application.
2011-12-19 Brian Neal For #194, create a task to run the queued_search's process_search_queue command periodically.
2011-12-19 Brian Neal Fix for trying to redis.mget() and empty list of keys.
2011-12-18 Brian Neal Was catching redis.RedisError exception, but already had local variable called redis. This seemed to work in development, but failed on Python 2.5.
2011-12-18 Brian Neal Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
2011-12-17 Brian Neal Use a case-insensitive sort for the who's online list. Clarify the max users statistic wording.
2011-12-17 Brian Neal Created stats for users (number of users and list of newest users).
2011-12-17 Brian Neal For #194, rework the who's online and max users functions.
2011-12-16 Brian Neal For #194, add a celery task for purging deleted private messages.
2011-12-15 Brian Neal Moved the imports from the top of the file into the task function. This seemed to prevent some strange import errors that only occurred on the production server. I don't know if the problems were related to mod_wsgi or Python 2.5 or what.
2011-12-15 Brian Neal For #194, add a celery beat task for Django & forum cleanup.
2011-12-14 Brian Neal For #194, convert the POTD management command to a celery task.
2011-12-13 Brian Neal Minor tweaks to base settings.
2011-12-13 Brian Neal Using celery to send mail out of the request/response cycle.
2011-12-11 Brian Neal Adding in Celery to the settings so we can try to get it running in production.
2011-12-11 Brian Neal Converted production environment to a virtualenv; had to tweak some paths and the .wsgi file accordingly.
2011-12-08 Brian Neal After creating a virtualenv (finally), adding a requirements file.
2011-12-07 Brian Neal For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries.
2011-12-04 Brian Neal Created a centralized spot to get a Redis connection so that settings can be managed in one place.