log gpp/urls.py @ 221:8d13baeaa5c1

age author description
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.