log

age author description
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'.