Mercurial > public > sg101
graph
- Tweaks to the podcast templates.2010-06-08, by Brian Neal
- For #51, adding podcasts to Haystack search.2010-06-08, by Brian Neal
- For #51; add user profiles to Haystack search.2010-06-07, by Brian Neal
- For #51; add forums to Haystack search.2010-06-06, by Brian Neal
- #51; add downloads to Haystack search.2010-06-06, by Brian Neal
- For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.2010-06-06, by Brian Neal
- Initial commit of Haystack search integration. See #51.2010-06-05, by Brian Neal
- Implement #86, add a front page expiration date to news stories.2010-06-01, by Brian Neal
- Update TinyMCE to 3.3.62010-06-01, by Brian Neal
- Implement #85 - display who has posted from a post's IP address.2010-05-30, by Brian Neal
- Implement #84; additional checks on spammers; implement stranger status.2010-05-29, by Brian Neal
- Implement #83: a string filter facility like NukeSeSentinel. It currently isn't hooked up to anything. Will do that in #84.2010-05-14, by Brian Neal
- See #31; undid attempts to clear template tag caching when saving news and bulletins, as we don't know the cache key (it is mangled).2010-05-10, by Brian Neal
- Fix #80: give moderators the ability to deactivate users for spam.2010-05-09, by Brian Neal
- Fix #81: could not get paragraphs in Markdown due to the interaction between smiley and Markdown. Refactored the smilify code to use a series of regular expressions over the text when working with markdown.2010-05-08, by Brian Neal
- Fix #78: improve the download upload_to path.2010-05-07, by Brian Neal
- Fix #75; weblinks should have an <a> tag for search engines.2010-05-05, by Brian Neal
- Fix #76; use POST to get downloads to avoid having side-effects (updating hit count) on GETs.2010-05-05, by Brian Neal
- Fix #79; user should get security pin when reporting profiles.2010-05-03, by Brian Neal
- Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.2010-05-03, by Brian Neal
- Fixing #77, news tags were getting exploded by letter on some views/template tags.2010-05-01, by Brian Neal
- Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.2010-05-01, by Brian Neal
- Should have added signals.py in r203.2010-04-28, by Brian Neal
- Should have added signals.py in r204.2010-04-28, by Brian Neal
- Futzing with CSS side blocks2010-04-12, by Brian Neal
- Fixing #73: comments no longer getting adding to web page on submit.2010-04-11, by Brian Neal
- Fix #72: update to 1.1.7 of the MarkItUp! editor.2010-04-11, by Brian Neal
- Fix #71: problems with editing existing gcalendar dates; the date format wasn't what the datepicker expected.2010-04-11, by Brian Neal
- Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app.2010-04-10, by Brian Neal
- Closing #70 with this commit and the previous on. Incorportating Ken Dushane's design for the site.2010-04-07, by Brian Neal
- First commit of Ken Dushane's site theme.2010-04-07, by Brian Neal
- Implement #62, add support for CSRF protection.2010-04-03, by Brian Neal