log gpp/templates/base.html @ 559:b9a41956be23

age author description
Thu, 02 Feb 2012 19:05:46 -0600 Brian Neal Adding the RFB banner block.
Mon, 09 Jan 2012 01:13:08 +0000 Brian Neal For #243, create a contests application.
Sat, 07 Jan 2012 02:12:52 +0000 Brian Neal Update the copyright year in the base template.
Sun, 04 Dec 2011 03:05:21 +0000 Brian Neal Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed.
Sat, 03 Dec 2011 02:48:18 +0000 Brian Neal For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process.
Sun, 06 Nov 2011 01:14:26 +0000 Brian Neal Backout last change. Stay xhtml for now.
Sat, 05 Nov 2011 15:54:53 +0000 Brian Neal Changed to HMTL5 in base template.
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.
Tue, 18 Oct 2011 00:04:37 +0000 Brian Neal For #233; first commit for adding social media sharing buttons to news stories.
Fri, 09 Sep 2011 22:16:40 +0000 Brian Neal Add a link to John Blair's 50 years of surf music article on the banner.
Tue, 06 Sep 2011 22:40:34 +0000 Brian Neal Putting the 50 years of surf music banner on the base template so all pages get it.
Tue, 03 May 2011 02:56:58 +0000 Brian Neal Making the jquery tabbed version of the messages app the current version and removing the old. Also figured out how to dynamically update the base template's count of unread messages when messages are read.