log

age author description
Sat, 05 Nov 2011 15:54:53 +0000 Brian Neal Changed to HMTL5 in base template.
Sat, 22 Oct 2011 00:48:45 +0000 Brian Neal For #235, some minor news tweaks. The submitted by text is now a link to the author's profile. Only show 1 textarea to the user when submitting a new news story. The admin can paste into the 2nd one if needed.
Sat, 22 Oct 2011 00:07:50 +0000 Brian Neal Added a custom tag to display a link to a profile. Refactored the avatar tag to optionally display a profile link around the image. Removed the width and height attributes from the avatar image tag. I think this was causing disk hits whenever those properties were not cached. The avatar tag is now an inclusion tag.
Thu, 20 Oct 2011 01:00:19 +0000 Brian Neal For #233; add social media sharing buttons to the photo of the day app.
Thu, 20 Oct 2011 00:36:37 +0000 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.
Wed, 19 Oct 2011 23:31:22 +0000 Brian Neal For #232, add some javascript to resize large images in user comments.
Wed, 19 Oct 2011 01:24:46 +0000 Brian Neal For #234, update jPlayer to 2.0.1.
Wed, 19 Oct 2011 00:05:54 +0000 Brian Neal For #233; add social media sharing buttons to podcast pages.
Tue, 18 Oct 2011 23:23:42 +0000 Brian Neal For #233, add a meta description field for news stories. This field will get put in the open graph meta tag for better descriptions when shared on social media sites.
Tue, 18 Oct 2011 00:14:34 +0000 Brian Neal For #233, make sure og:url and og:image are fully qualified (http://).
Tue, 18 Oct 2011 00:04:37 +0000 Brian Neal For #233; first commit for adding social media sharing buttons to news stories.
Sat, 15 Oct 2011 22:04:18 +0000 Brian Neal For #232, added some javascript to resize pics inside forum posts if they are too big.
Fri, 14 Oct 2011 02:12:05 +0000 Brian Neal Fix #231: add a 'view my forum posts' link to profile.
Fri, 07 Oct 2011 02:11:33 +0000 Brian Neal Fixing #230; add a scrollbar to the PM popup dialog if necessary. This wasn't as easy as I thought. Had to wrap the PM text in a div with its styling (max-height and overflow). If I then resized the dialog, I'd get two scrollbars. So for now, made the dialog non-resizable.
Wed, 05 Oct 2011 00:09:30 +0000 Brian Neal Fixing #229: Download details view with a bogus download ID produces internal server error isntead of a 404.