Mercurial > public > bravenewsurf
graph
- Changes for running in a virtualenv on the new server jaguar.2013-04-09, by Brian Neal
- Fix iframe tag that broke page layout.2013-03-09, by Brian Neal
- Update copyright year on base template.2013-03-09, by Brian Neal
- Update to Django 1.3.7.2013-03-09, by Brian Neal
- Update requirements.txt for Django 1.3.2.2012-08-04, by Brian Neal
- Update requirements.txt.2012-07-14, by Brian Neal
- Fix video page. Was only displaying 2 videos in playlist.2012-07-13, by Brian Neal
- Remove unneeded links to jquery assets on the reviews template.2011-12-29, by Brian Neal
- Change the list item color to match the rest of the text.2011-12-23, by Brian Neal
- Created a feedback page with Disqus comments.2011-12-14, by Brian Neal
- Reformatted license file; added newlines.2011-11-29, by Brian Neal
- Change link color on the news page.2011-11-29, by Brian Neal
- For production, use the cached template loader.2011-11-29, by Brian Neal
- Changed to 3-condition BSD license (includes the no-advertising clause).2011-11-28, by Brian Neal
- Adding a license and README file.2011-11-27, by Brian Neal
- Updated CSS for reviews app so the blockquote, small and a tags don't look so washed out against the new site background.2011-11-27, by Chris Ridgway
- Added a pip requirements file to document the virtualenv environment used.2011-11-27, by Chris Ridgway
- Fix for odd Webkit CSS issue when using jPlayer Blue Monday skin and our CSS. All instances of the Future Bugler font on the Listen page were jaggie and smaller than expected.2011-11-27, by Chris Ridgway
- Merging with default.2011-11-26, by Chris Ridgway
- band_list.html was referencing some images that no longer exist. This fixes errors seen in the site log files.2011-11-26, by Chris Ridgway
- Adding a favicon.ico file courtesy of Ferenc.2011-11-26, by Brian Neal
- Correct El Supernaut's song title.2011-11-25, by Brian Neal
- For issue #6, add caching to production settings.2011-11-25, by Brian Neal
- Added a buy now button to the listen page.2011-11-25, by Brian Neal
- Merged with r78.2011-11-25, by Chris Ridgway
- Updated bands.json to include "asset_prefix" tags for all the bands.2011-11-25, by Chris Ridgway
- Fixed typo. Missing space between two words in paragraph.2011-11-25, by Chris Ridgway
- Put a reverse gradient on the footer to match the top navbar.2011-11-23, by Brian Neal
- Added website credit.2011-11-23, by Brian Neal
- Fix some validation problems (extra </div>, "px" in image size & width). Made the headlines bigger.2011-11-23, by 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-23, by Brian Neal
- Changing the color of the top navigation bar to a blue-green gradient.2011-11-23, by Brian Neal
- Add a missing </div> to the reviews template.2011-11-23, by Brian Neal
- Making some tweaks to the design as per feedback from Ferenc.2011-11-23, by Brian Neal
- Added the Future Bugler webfont. Made a few feeble attempts at styling, mainly to get feedback.2011-11-23, by Brian Neal
- I added a listen now buttons to the home page.2011-11-23, by 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-23, by Bob Mourlam
- Merging new front page design from experimental UI branch.2011-11-20, by Chris Ridgway
- Experimental new front page design.2011-11-17, by Chris Ridgway
- Merging default back into my experimental UI branch for more experimenting.2011-11-16, by Chris Ridgway
- 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, by Brian Neal
- Update the Bootstrap CSS to version 1.4.0.2011-11-19, by 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, by Brian Neal
- Fix bug in template that prevented the embedded video player from playing the entire playlist.2011-11-19, by Brian Neal
- For issue #8, create a videos application to randomize videos in the playlist.2011-11-19, by Brian Neal
- Added YouTube embed code for a playlist of the bands on the comp to the videos page.2011-11-17, by Brian Neal
- Tweak to spacing on home page. Added .mp3 to .hgignore.2011-11-17, by Brian Neal
- Added the real artist/song names.2011-11-16, by Bob Mourlam
- Merged experimental band ui branch to default.2011-11-14, by Chris Ridgway
- Added some band images to the Bands page. Note, this requires you to "loaddata bands.json" to install asset information.2011-11-14, by Chris Ridgway
- I removed everything except mp3s since it appears all browsers can play them.2011-11-14, by Bob Mourlam
- New slider based design for the Bands page.2011-11-14, by 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.2011-11-13, by Chris Ridgway
- 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-13, by Bob Mourlam
- Added a second buy button (2 for $20) as per Sean.2011-11-12, by Brian Neal
- First attempt at the buy page. Corrected some HTML5 validation problems.2011-11-11, by Brian Neal
- Correct the link to the Continental Magazine as per Sean.2011-11-11, by Brian Neal
- Created a branch for band UI development. Took a first stab at a grid based approach.2011-11-10, by Chris Ridgway
- Added a paragraph tag around the "no reviews" case in the review template.2011-11-09, by 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-09, by Chris Ridgway