log gpp/settings.py @ 490:f0f3966ea44f

age author description
2011-10-20 Brian Neal For #233, switched to asynchronous loading of the social media sharing javascript. Also switched to Facebook's javascript SDK instead of using an iframe for the like/share button.
2011-10-18 Brian Neal For #233; first commit for adding social media sharing buttons to news stories.
2011-07-02 Brian Neal Finishing up #220. Updated to GData v2.0 and using the new OAuth access token.
2011-06-30 Brian Neal Working on #220. Can't test locally, so committing in increments.
2011-05-13 Brian Neal For #211, added message quotas; can't send or receive private messages if your outbox/inbox quota has been exceeded.
2011-04-26 Brian Neal Initial beta-test commit of a revamped, jquery ui tab-based PM system. This is for #211.
2011-03-23 Brian Neal For #178; using the queued_search app to update the search index. Installed redis and dependencies.
2011-03-05 Brian Neal Changes to oembed to support vimeo.
2011-02-20 Brian Neal Turning the django debug toolbar on again after updating django trunk.
2011-02-20 Brian Neal Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
2011-02-05 Brian Neal Fix a bug where you'd get an error when trying to delete a forum thread (topic does not exist). Apparently when you call topic.delete() the posts would get deleted, but the signal handler for each one would run, and it would try to update the topic's post count or something, but the topic was gone? Reworked the code a bit and explicitly delete the posts first. I also added a sync() call on the parent forum since post counts were not getting adjusted.
2011-02-02 Brian Neal Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
2011-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-17 Brian Neal Fixing #143; update to new cache settings.
2010-12-24 Brian Neal Adding a legacy app to contain management commands to convert the old data to the new database format. This first commit has the import_old_users command.
2010-10-14 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
2010-09-18 Brian Neal Cleaning up setings.py prior to deploying beta site.
2010-09-18 Brian Neal Update to version 1.8.5 of jquery ui library that is hosted on google.
2010-07-06 Brian Neal Rework the who's online middleware and template tag for #87.
2010-06-05 Brian Neal Initial commit of Haystack search integration. See #51.
2010-05-29 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
2010-05-14 Brian Neal Implement #83: a string filter facility like NukeSeSentinel. It currently isn't hooked up to anything. Will do that in #84.
2010-05-03 Brian Neal Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
2010-04-03 Brian Neal Implement #62, add support for CSRF protection.
2010-04-01 Brian Neal Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums.
2010-03-31 Brian Neal Adding support for the django debug toolbar.
2010-03-30 Brian Neal Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system.
2010-03-28 Brian Neal Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded.
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.
2010-03-21 Brian Neal Implement #63, add a queued email facility.
2010-03-17 Brian Neal #56 - Cut over to Django 1.2 messaging system.
2010-03-03 Brian Neal Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
2010-03-03 Brian Neal Ticket #58; use Django 1.2's cached template loader.
2010-03-02 Brian Neal Updated Django to 1.2 beta. Use new DATABASES setting.
2009-12-22 Brian Neal Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
2009-07-12 Brian Neal Added a DEFAULT_FROM_EMAIL.
2009-07-05 Brian Neal First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.
2009-07-01 Brian Neal #20 Upgrade to jQuery UI 1.7.2.
2009-06-27 Brian Neal Donations: made the donations debug flag be in local_settings. Changed the donations template to be a two column display of stats and donors.
2009-06-27 Brian Neal Make the donations debug business name be found in the local_settings as it can change frequently.
2009-06-24 Brian Neal Donations: make item number a string instead of an integer.
2009-06-24 Brian Neal Updating settings.py with my correct Paypal sandbox developer email.
2009-06-23 Brian Neal Change the FILE_UPLOAD_PERMISSIONS to 0644.
2009-06-21 Brian Neal Send email based on setting in local_settings.py.
2009-06-14 Brian Neal Added support for caching. The avatar template tag now uses the cache.
2009-06-12 Brian Neal Removed old legal application urls from main urls file. (Forgot to do this in last commit.) Added flatpages support. Added some links on the base template.
2009-06-12 Brian Neal Deleting the legal application. Will use Flatpages for this.
2009-06-11 Brian Neal Added basic logging to settings.py. The send_email function is now logging. Removed remnants of the DebugLog model.
2009-06-11 Brian Neal Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
2009-06-07 Brian Neal Donations: first cut at a donations view and a form built for paypal.
2009-06-03 Brian Neal Slideshow for home page; Initial checkin for the donations application.
2009-05-03 Brian Neal Initial integration of django-elsewhere.
2009-04-22 Brian Neal Added bulletins template tag.
2009-04-14 Brian Neal Update jquery-ui and theme version that is hosted on google. In preparation for having jquery on every page (?), make it so that the autocomplete plug is using the 'global' jquery, and not the one that came with it. It seems to work okay with jquery 1.3.2.
2009-04-12 Brian Neal Added tiny_mce to the GPP_THIRD_PARTY_JS setting. Updated code to use it.
2009-04-11 Brian Neal Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.