Sun, 20 Feb 2011 00:31:54 +0000 |
Brian Neal |
Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
|
Sat, 05 Feb 2011 21:46:52 +0000 |
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.
|
Wed, 02 Feb 2011 20:37:17 +0000 |
Brian Neal |
Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
|
Sun, 30 Jan 2011 20:02:32 +0000 |
Brian Neal |
Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
|
Thu, 27 Jan 2011 02:56:10 +0000 |
Brian Neal |
Fixing #142; cut over to the django.contrib.staticfiles app.
|
Mon, 17 Jan 2011 04:00:59 +0000 |
Brian Neal |
Fixing #143; update to new cache settings.
|
Fri, 24 Dec 2010 05:28:58 +0000 |
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.
|
Thu, 14 Oct 2010 02:39:35 +0000 |
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.
|
Sat, 18 Sep 2010 23:36:32 +0000 |
Brian Neal |
Cleaning up setings.py prior to deploying beta site.
|
Sat, 18 Sep 2010 19:39:16 +0000 |
Brian Neal |
Update to version 1.8.5 of jquery ui library that is hosted on google.
|
Tue, 06 Jul 2010 03:02:20 +0000 |
Brian Neal |
Rework the who's online middleware and template tag for #87.
|
Sat, 05 Jun 2010 20:46:52 +0000 |
Brian Neal |
Initial commit of Haystack search integration. See #51.
|
Sat, 29 May 2010 04:51:28 +0000 |
Brian Neal |
Implement #84; additional checks on spammers; implement stranger status.
|
Fri, 14 May 2010 02:19:48 +0000 |
Brian Neal |
Implement #83: a string filter facility like NukeSeSentinel. It currently isn't hooked up to anything. Will do that in #84.
|
Mon, 03 May 2010 02:49:31 +0000 |
Brian Neal |
Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
|
Sat, 03 Apr 2010 20:00:56 +0000 |
Brian Neal |
Implement #62, add support for CSRF protection.
|
Thu, 01 Apr 2010 01:39:37 +0000 |
Brian Neal |
Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums.
|
Wed, 31 Mar 2010 01:58:20 +0000 |
Brian Neal |
Adding support for the django debug toolbar.
|
Tue, 30 Mar 2010 01:30:32 +0000 |
Brian Neal |
Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system.
|
Sun, 28 Mar 2010 22:19:08 +0000 |
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.
|
Sun, 28 Mar 2010 01:07:47 +0000 |
Brian Neal |
Implementing #61: adding a forum topic subscription feature.
|
Sun, 21 Mar 2010 20:33:33 +0000 |
Brian Neal |
Implement #63, add a queued email facility.
|
Wed, 17 Mar 2010 03:12:05 +0000 |
Brian Neal |
#56 - Cut over to Django 1.2 messaging system.
|
Wed, 03 Mar 2010 04:09:42 +0000 |
Brian Neal |
Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
|
Wed, 03 Mar 2010 04:04:11 +0000 |
Brian Neal |
Ticket #58; use Django 1.2's cached template loader.
|
Tue, 02 Mar 2010 04:11:27 +0000 |
Brian Neal |
Updated Django to 1.2 beta. Use new DATABASES setting.
|
Tue, 22 Dec 2009 02:08:05 +0000 |
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.
|
Sun, 12 Jul 2009 18:25:26 +0000 |
Brian Neal |
Added a DEFAULT_FROM_EMAIL.
|
Sun, 05 Jul 2009 00:03:40 +0000 |
Brian Neal |
First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.
|
Wed, 01 Jul 2009 18:50:49 +0000 |
Brian Neal |
#20 Upgrade to jQuery UI 1.7.2.
|
Sat, 27 Jun 2009 22:20:35 +0000 |
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.
|
Sat, 27 Jun 2009 21:30:18 +0000 |
Brian Neal |
Make the donations debug business name be found in the local_settings as it can change frequently.
|
Wed, 24 Jun 2009 00:55:34 +0000 |
Brian Neal |
Donations: make item number a string instead of an integer.
|
Wed, 24 Jun 2009 00:50:42 +0000 |
Brian Neal |
Updating settings.py with my correct Paypal sandbox developer email.
|
Tue, 23 Jun 2009 01:15:23 +0000 |
Brian Neal |
Change the FILE_UPLOAD_PERMISSIONS to 0644.
|
Sun, 21 Jun 2009 22:07:43 +0000 |
Brian Neal |
Send email based on setting in local_settings.py.
|
Sun, 14 Jun 2009 20:25:22 +0000 |
Brian Neal |
Added support for caching. The avatar template tag now uses the cache.
|
Fri, 12 Jun 2009 02:37:28 +0000 |
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.
|
Fri, 12 Jun 2009 01:35:13 +0000 |
Brian Neal |
Deleting the legal application. Will use Flatpages for this.
|
Thu, 11 Jun 2009 01:33:38 +0000 |
Brian Neal |
Added basic logging to settings.py. The send_email function is now logging. Removed remnants of the DebugLog model.
|
Thu, 11 Jun 2009 00:54:44 +0000 |
Brian Neal |
Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
|
Sun, 07 Jun 2009 00:22:50 +0000 |
Brian Neal |
Donations: first cut at a donations view and a form built for paypal.
|
Wed, 03 Jun 2009 00:59:17 +0000 |
Brian Neal |
Slideshow for home page; Initial checkin for the donations application.
|
Sun, 03 May 2009 20:14:04 +0000 |
Brian Neal |
Initial integration of django-elsewhere.
|
Wed, 22 Apr 2009 00:34:42 +0000 |
Brian Neal |
Added bulletins template tag.
|
Tue, 14 Apr 2009 02:35:35 +0000 |
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.
|
Sun, 12 Apr 2009 00:31:36 +0000 |
Brian Neal |
Added tiny_mce to the GPP_THIRD_PARTY_JS setting. Updated code to use it.
|
Sat, 11 Apr 2009 22:50:56 +0000 |
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.
|
Mon, 06 Apr 2009 02:43:12 +0000 |
gremmie |
Initial import of sg101 stuff from private repository.
|