log

age author description
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.
Sat, 05 Nov 2011 13:00:47 -0500 Brian Neal Added a fabric file to automate some tasks on the production server.
Fri, 04 Nov 2011 20:22:35 -0500 Brian Neal If the review_site exists, display it as the link text; else fall back to the review_url.
Fri, 04 Nov 2011 20:08:45 -0500 Brian Neal Now that we have HTML as review content, must avoid styling <ul> & <li> in review content.
Fri, 04 Nov 2011 20:02:15 -0500 Brian Neal Merge with Reviews template changes.
Fri, 04 Nov 2011 19:26:48 -0500 Brian Neal Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.
Thu, 03 Nov 2011 23:00:34 -0500 Chris Ridgway Addresses three items from #2, comment #2.
Tue, 01 Nov 2011 20:15:21 -0500 Brian Neal Add path to Django in WSGI file.
Tue, 01 Nov 2011 19:17:07 -0500 Brian Neal For #5, make some tweaks to the files to prepare for production hosting.
Tue, 01 Nov 2011 18:22:34 -0500 Brian Neal Adding robots.txt.
Mon, 31 Oct 2011 22:10:06 -0500 Bob Mourlam Merged Brian's changes with mine.
Mon, 31 Oct 2011 22:08:45 -0500 Bob Mourlam - I added a little New badge for posts in the last 3 days.
Mon, 31 Oct 2011 21:45:03 -0500 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.
Mon, 31 Oct 2011 20:55:02 -0500 Bob Mourlam I change the news model to have reverse chronological ordering.
Mon, 31 Oct 2011 20:47:29 -0500 Brian Neal Merging latest code with mine.