log

age author description
Sat, 19 Nov 2011 14:59:35 -0600 Brian Neal Update the Bootstrap CSS to version 1.4.0.
Sat, 19 Nov 2011 14:47:17 -0600 Brian Neal Put in an import dance for Python 2.5. Apparently cgi.parse_qs was copied to urlparse in Python 2.6. So look for it first in urlparse, and if not found, try cgi.
Sat, 19 Nov 2011 14:39:28 -0600 Brian Neal Fix bug in template that prevented the embedded video player from playing the entire playlist.
Sat, 19 Nov 2011 14:19:00 -0600 Brian Neal For issue #8, create a videos application to randomize videos in the playlist.
Thu, 17 Nov 2011 20:17:14 -0600 Brian Neal Added YouTube embed code for a playlist of the bands on the comp to the videos page.
Thu, 17 Nov 2011 20:03:41 -0600 Brian Neal Tweak to spacing on home page. Added .mp3 to .hgignore.
Wed, 16 Nov 2011 21:38:37 -0600 Bob Mourlam Added the real artist/song names.
Mon, 14 Nov 2011 23:32:14 -0600 Chris Ridgway Merged experimental band ui branch to default.
Mon, 14 Nov 2011 23:17:58 -0600 Chris Ridgway Added some band images to the Bands page. Note, this requires you to "loaddata bands.json" to install asset information. bands-experimental-ui
Mon, 14 Nov 2011 20:06:58 -0600 Bob Mourlam I removed everything except mp3s since it appears all browsers can play them.
Mon, 14 Nov 2011 19:55:14 -0600 Chris Ridgway New slider based design for the Bands page. bands-experimental-ui
Sun, 13 Nov 2011 21:20:13 -0600 Chris Ridgway This is a simple change to just make every band it's own hero box. Next up is to try the slider box approach. bands-experimental-ui
Sun, 13 Nov 2011 17:01:36 -0600 Bob Mourlam I added the jquery plugin jplayer to use for playing samples of the album. For now I just used some of the songs linked to by the jplayer demo, but I also picked a couple songs at random from my iTunes library. Rather than add them to the repository I just named them 1.mp3, 1.m4a, 1.ogg and 2.mp3, 2.m4a, 2.ogg and anybody that wants to test the player will have to add some random songs themselves.
Sat, 12 Nov 2011 16:43:16 -0600 Brian Neal Added a second buy button (2 for $20) as per Sean.
Fri, 11 Nov 2011 19:55:12 -0600 Brian Neal First attempt at the buy page. Corrected some HTML5 validation problems.
Fri, 11 Nov 2011 19:12:51 -0600 Brian Neal Correct the link to the Continental Magazine as per Sean.
Thu, 10 Nov 2011 23:09:15 -0600 Chris Ridgway Created a branch for band UI development. Took a first stab at a grid based approach. bands-experimental-ui
Wed, 09 Nov 2011 23:24:34 -0600 Chris Ridgway Added a paragraph tag around the "no reviews" case in the review template.
Wed, 09 Nov 2011 23:18:32 -0600 Chris Ridgway Shamelessly stole Bob's anchor target method. Fixed CSS for reviews so that the top of the review is not clipped by the navbar.
Mon, 07 Nov 2011 21:22:56 -0600 Bob Mourlam Added *.db
Mon, 07 Nov 2011 21:22:12 -0600 Bob Mourlam I removed some unused clutter from the news_list.html template. I moved the date to the title line, which looks a lot better I think. I made the space between articles 2em and added a border at the top of each article. I'm not sure I like it, but it's better I think.
Mon, 07 Nov 2011 21:20:29 -0600 Bob Mourlam I added a basic news test.
Sun, 06 Nov 2011 22:13:27 -0600 Bob Mourlam I added a get_absolute_url() to the news model so I can use that in the news template tag to create a link to the correct anchor on the news list page.
Sun, 06 Nov 2011 21:16:22 -0600 Bob Mourlam I added a news template tag that's a blatant rip off of Chris' review one.
Sun, 06 Nov 2011 20:28:25 -0600 Bob Mourlam Merged Chris and Brian's changes with mine.
Sun, 06 Nov 2011 20:22:40 -0600 Bob Mourlam I reformatted the news_list.html template to be valid html and look a little better.
Sun, 06 Nov 2011 20:22:07 -0600 Bob Mourlam I changed the New tag to be the last 30 days instead of 3.
Sun, 06 Nov 2011 14:19:12 -0600 Brian Neal More useful to do a pull -u than an update in the fabric file.
Sun, 06 Nov 2011 13:55:16 -0600 Brian Neal Fix out of date comments and test names in bands and reviews.
Sat, 05 Nov 2011 23:53:10 -0500 Chris Ridgway Added reviews template tag. Fix ordering of reviews. Tweaked the display of the reviews page.