log gpp/urls.py @ 374:dd673fae508d

age author description
2011-02-20 Brian Neal New scheme for serving media files in debug mode after updating django trunk.
2011-02-20 Brian Neal Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
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-21 Brian Neal Close #104; downloads javascript has incorrect hard-coded path to star graphics. Also correct count fields in downloads category fixture.
2010-06-06 Brian Neal For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.
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-03-15 Brian Neal Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf.
2010-03-11 Brian Neal Implement ticket #59; update RSS feeds for Django 1.2.
2010-02-11 Brian Neal Implement #52 Forums RSS feeds.
2009-12-06 Brian Neal Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
2009-11-29 Brian Neal Close #30. Create an admin dashboard to see pending content and requests for admin action.
2009-11-16 Brian Neal Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
2009-08-23 Brian Neal More work on forums. Committing what we got so far.
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-07 Brian Neal Donations: first cut at a donations view and a form built for paypal.
2009-04-19 Brian Neal First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
2009-04-15 Brian Neal Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.
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.