log

age author description
2011-11-26 Brian Neal For issue #6, add caching to production settings.
2011-11-26 Brian Neal Added a buy now button to the listen page.
2011-11-26 Chris Ridgway Merged with r78.
2011-11-25 Chris Ridgway Updated bands.json to include "asset_prefix" tags for all the bands.
2011-11-25 Chris Ridgway Fixed typo. Missing space between two words in paragraph.
2011-11-24 Brian Neal Put a reverse gradient on the footer to match the top navbar.
2011-11-24 Brian Neal Added website credit.
2011-11-24 Brian Neal Fix some validation problems (extra </div>, "px" in image size & width). Made the headlines bigger.
2011-11-24 Brian Neal The 1 pixel border around hero-unit broke this page. Shrank one column to fix; not sure if that was totally right or not.
2011-11-24 Brian Neal Changing the color of the top navigation bar to a blue-green gradient.
2011-11-23 Brian Neal Add a missing </div> to the reviews template.
2011-11-23 Brian Neal Making some tweaks to the design as per feedback from Ferenc.
2011-11-23 Brian Neal Added the Future Bugler webfont. Made a few feeble attempts at styling, mainly to get feedback.
2011-11-23 Bob Mourlam I added a listen now buttons to the home page.
2011-11-23 Bob Mourlam - I moved the jplayer files to a jplayer dir under static/js. I thought about moving the flash file to another dir, but thought it'd be best to leave it with the rest of the jplayer files.
2011-11-21 Chris Ridgway Merging new front page design from experimental UI branch.
2011-11-18 Chris Ridgway Experimental new front page design. bands-experimental-ui
2011-11-17 Chris Ridgway Merging default back into my experimental UI branch for more experimenting. bands-experimental-ui
2011-11-19 Brian Neal Tweaking the bxslider's pager CSS. Before, with the images, the numbers > 9 were not centered on their circles. Made an attempt to create circles with CSS instead. The higher numbered ones have kind of a flattened top. Not sure how to fix that right now.
2011-11-19 Brian Neal Update the Bootstrap CSS to version 1.4.0.
2011-11-19 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.
2011-11-19 Brian Neal Fix bug in template that prevented the embedded video player from playing the entire playlist.
2011-11-19 Brian Neal For issue #8, create a videos application to randomize videos in the playlist.
2011-11-18 Brian Neal Added YouTube embed code for a playlist of the bands on the comp to the videos page.
2011-11-18 Brian Neal Tweak to spacing on home page. Added .mp3 to .hgignore.
2011-11-17 Bob Mourlam Added the real artist/song names.
2011-11-15 Chris Ridgway Merged experimental band ui branch to default.
2011-11-15 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
2011-11-15 Bob Mourlam I removed everything except mp3s since it appears all browsers can play them.
2011-11-15 Chris Ridgway New slider based design for the Bands page. bands-experimental-ui
2011-11-14 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
2011-11-13 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.
2011-11-12 Brian Neal Added a second buy button (2 for $20) as per Sean.
2011-11-12 Brian Neal First attempt at the buy page. Corrected some HTML5 validation problems.
2011-11-12 Brian Neal Correct the link to the Continental Magazine as per Sean.
2011-11-11 Chris Ridgway Created a branch for band UI development. Took a first stab at a grid based approach. bands-experimental-ui
2011-11-10 Chris Ridgway Added a paragraph tag around the "no reviews" case in the review template.
2011-11-10 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.
2011-11-08 Bob Mourlam Added *.db
2011-11-08 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.
2011-11-08 Bob Mourlam I added a basic news test.
2011-11-07 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.
2011-11-07 Bob Mourlam I added a news template tag that's a blatant rip off of Chris' review one.
2011-11-07 Bob Mourlam Merged Chris and Brian's changes with mine.
2011-11-07 Bob Mourlam I reformatted the news_list.html template to be valid html and look a little better.
2011-11-07 Bob Mourlam I changed the New tag to be the last 30 days instead of 3.
2011-11-06 Brian Neal More useful to do a pull -u than an update in the fabric file.
2011-11-06 Brian Neal Fix out of date comments and test names in bands and reviews.
2011-11-06 Chris Ridgway Added reviews template tag. Fix ordering of reviews. Tweaked the display of the reviews page.
2011-11-05 Brian Neal Added a fabric file to automate some tasks on the production server.
2011-11-05 Brian Neal If the review_site exists, display it as the link text; else fall back to the review_url.
2011-11-05 Brian Neal Now that we have HTML as review content, must avoid styling <ul> & <li> in review content.
2011-11-05 Brian Neal Merge with Reviews template changes.
2011-11-05 Brian Neal Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.
2011-11-04 Chris Ridgway Addresses three items from #2, comment #2.
2011-11-02 Brian Neal Add path to Django in WSGI file.
2011-11-02 Brian Neal For #5, make some tweaks to the files to prepare for production hosting.
2011-11-01 Brian Neal Adding robots.txt.
2011-11-01 Bob Mourlam Merged Brian's changes with mine.
2011-11-01 Bob Mourlam - I added a little New badge for posts in the last 3 days.
2011-11-01 Bob Mourlam I added a list_filter and search_fields to the model admin for the news app. That way you can sort by date and search the title and content.
2011-11-01 Bob Mourlam I change the news model to have reverse chronological ordering.
2011-11-01 Brian Neal Merging latest code with mine.
2011-11-01 Brian Neal For issue #5, add an untested (!) WSGI script. I'll test & refine this later when the site gets deployed.
2011-11-01 Bob Mourlam I merged Chris' Reviews branch with mine.
2011-11-01 Bob Mourlam Moved the news admin to its own file and removed it from Brian's band admin. I'm an idiot.
2011-10-31 Chris Ridgway First stab at the review app.
2011-10-31 Bob Mourlam Merged Brian's changes with mine.
2011-10-31 Bob Mourlam My first stab at the news app. The template is a little dull, but it's a start.
2011-10-30 Bob Mourlam A new bob settings for running the test server with sqlite instead of MySQL because setting up MySQL on my Mac isn't that appealing.
2011-10-30 Brian Neal For issue #3, add social media sharing icons to the home page.
2011-10-30 Brian Neal For issue #4, add support for the Django Debug Toolbar if in debug mode.
2011-10-30 Brian Neal Added tests for the just added generic views.
2011-10-30 Brian Neal Added generic views for music, videos, and the buy page with placeholder text.
2011-10-30 Brian Neal Saving initial band data as a fixture.
2011-10-29 Brian Neal Tweaking some of the text in the navigation bar.
2011-10-29 Brian Neal Enabled the admin. Created a "bands" app with a band model.
2011-10-29 Brian Neal Prototyped home page. Used fancybox effect on cover art.
2011-10-29 Brian Neal Created a template tag for displaying a Bootstrap CSS toolbar.
2011-10-29 Brian Neal Created a generic view (for now) to display a home page.
2011-10-28 Brian Neal Normalize the paths in the settings.
2011-10-28 Brian Neal Restructured settings as a directory to allow for different settings files. E.g.
2011-10-25 Brian Neal Initial commit after running 'django-admin.py startproject'.