Mercurial > public > bravenewsurf
graph
- 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
- Added *.db2011-11-07, by 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-07, by Bob Mourlam
- I added a basic news test.2011-11-07, by 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-06, by Bob Mourlam
- I added a news template tag that's a blatant rip off of Chris' review one.2011-11-06, by Bob Mourlam
- Merged Chris and Brian's changes with mine.2011-11-06, by Bob Mourlam
- I reformatted the news_list.html template to be valid html and look a little better.2011-11-06, by Bob Mourlam
- I changed the New tag to be the last 30 days instead of 3.2011-11-06, by Bob Mourlam
- More useful to do a pull -u than an update in the fabric file.2011-11-06, by Brian Neal
- Fix out of date comments and test names in bands and reviews.2011-11-06, by Brian Neal
- Added reviews template tag. Fix ordering of reviews. Tweaked the display of the reviews page.2011-11-05, by Chris Ridgway
- Added a fabric file to automate some tasks on the production server.2011-11-05, by Brian Neal
- If the review_site exists, display it as the link text; else fall back to the review_url.2011-11-04, by Brian Neal
- Now that we have HTML as review content, must avoid styling <ul> & <li> in review content.2011-11-04, by Brian Neal
- Merge with Reviews template changes.2011-11-04, by Brian Neal
- Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.2011-11-04, by Brian Neal
- Addresses three items from #2, comment #2.2011-11-03, by Chris Ridgway
- Add path to Django in WSGI file.2011-11-01, by Brian Neal
- For #5, make some tweaks to the files to prepare for production hosting.2011-11-01, by Brian Neal
- Adding robots.txt.2011-11-01, by Brian Neal
- Merged Brian's changes with mine.2011-10-31, by Bob Mourlam
- - I added a little New badge for posts in the last 3 days.2011-10-31, by 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-10-31, by Bob Mourlam
- I change the news model to have reverse chronological ordering.2011-10-31, by Bob Mourlam
- Merging latest code with mine.2011-10-31, by Brian Neal
- For issue #5, add an untested (!) WSGI script. I'll test & refine this later when the site gets deployed.2011-10-31, by Brian Neal
- I merged Chris' Reviews branch with mine.2011-10-31, by 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, by Bob Mourlam
- First stab at the review app.2011-10-30, by Chris Ridgway
- Merged Brian's changes with mine.2011-10-30, by Bob Mourlam
- My first stab at the news app. The template is a little dull, but it's a start.2011-10-30, by 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, by Bob Mourlam
- For issue #3, add social media sharing icons to the home page.2011-10-30, by Brian Neal
- For issue #4, add support for the Django Debug Toolbar if in debug mode.2011-10-30, by Brian Neal
- Added tests for the just added generic views.2011-10-29, by Brian Neal
- Added generic views for music, videos, and the buy page with placeholder text.2011-10-29, by Brian Neal
- Saving initial band data as a fixture.2011-10-29, by Brian Neal
- Tweaking some of the text in the navigation bar.2011-10-29, by Brian Neal
- Enabled the admin. Created a "bands" app with a band model.2011-10-29, by Brian Neal
- Prototyped home page. Used fancybox effect on cover art.2011-10-28, by Brian Neal
- Created a template tag for displaying a Bootstrap CSS toolbar.2011-10-28, by Brian Neal
- Created a generic view (for now) to display a home page.2011-10-28, by Brian Neal
- Normalize the paths in the settings.2011-10-27, by Brian Neal
- Restructured settings as a directory to allow for different settings files. E.g.2011-10-27, by Brian Neal
- Initial commit after running 'django-admin.py startproject'.2011-10-25, by Brian Neal