log gpp/templates/news/story.html @ 197:2baadae33f2e

age author description
Sat, 10 Apr 2010 04:32:24 +0000 Brian Neal Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app.
Mon, 16 Nov 2009 01:00:28 +0000 Brian Neal Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
Sun, 19 Apr 2009 21:51:25 +0000 Brian Neal News tweaks to story and story summary templates.
Wed, 15 Apr 2009 01:13:17 +0000 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.
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.
Sat, 11 Apr 2009 19:45:17 +0000 Brian Neal Display news links and send to friend on the summary page. Use icons.
Mon, 06 Apr 2009 02:43:12 +0000 gremmie Initial import of sg101 stuff from private repository.