Mercurial > public > bravenewsurf
graph
- 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