2010-09-21 |
Brian Neal |
#103 - links to forum favorites and subscriptions are dead in the user profile.
|
2010-09-20 |
Brian Neal |
#102; fix bug where the new posts on the home page were showing topic author instead of last post author.
|
2010-09-20 |
Brian Neal |
Adding a way to expedite mail by bypassing the mail queue.
|
2010-09-19 |
Brian Neal |
Updated downloads categories fixture with new slug field.
|
2010-09-19 |
Brian Neal |
Some tweaks to the templates before the first beta. Hide the donations module for now.
|
2010-09-19 |
Brian Neal |
Tweaks to the home page menu items prior to deploying beta site.
|
2010-09-18 |
Brian Neal |
Cleaning up setings.py prior to deploying beta site.
|
2010-09-18 |
Brian Neal |
Update tinymce to 3.3.9
|
2010-09-18 |
Brian Neal |
Update to version 1.8.5 of jquery ui library that is hosted on google.
|
2010-09-18 |
Brian Neal |
Update timezone.js based on pytz 2010b data. Control the tz.py script that generates this data. Ticket #96.
|
2010-09-17 |
Brian Neal |
Updated to markItUp 1.1.8. Ticket #94.
|
2010-09-16 |
Brian Neal |
For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views.
|
2010-09-15 |
Brian Neal |
For #93: fix url scheme for weblinks.
|
2010-09-15 |
Brian Neal |
For #93: fix url scheme for downloads.
|
2010-09-15 |
Brian Neal |
For #93: fix url scheme for the news application.
|
2010-09-12 |
Brian Neal |
Fix the max users online statistic as per ticket #90.
|
2010-09-12 |
Brian Neal |
Exempt the Paypal IPN view from CSRF protection for #91.
|
2010-09-11 |
Brian Neal |
In support of #92, create management commands to import link and podcast data from the old site in CSV format.
|
2010-09-10 |
Brian Neal |
Created fixtures for initial data for the site.
|
2010-08-26 |
Brian Neal |
Fix problem when deleting multiple topics from a forum in bulk. We getting a list of topics from the database, then deleting each topic. But after you delete a topic, the forum.last_post on the remaining non-deleted topics can be stale. This was causing a weird DoesNotExist. Now just get the topics one at a time from the database.
|
2010-08-01 |
Brian Neal |
Fix #89; avatar caching was broken.
|
2010-08-01 |
Brian Neal |
Fix bug in r246.
|
2010-08-01 |
Brian Neal |
Implement a forum favorites feature for #82
|
2010-07-14 |
Brian Neal |
Guard against the request object not having a user attribute in my Who's online middleware. This can happen if a redirect is issued before the authentication middleware gets to run.
|
2010-07-13 |
Brian Neal |
Fix lack of trailing slash on the individual forum RSS feed links. For some reason this was causing a bizarre middleware error 'request object has not attribute session'.
|
2010-07-13 |
Brian Neal |
Who's online middleware wasn't returning a proper response in the is_ajax case.
|
2010-07-11 |
Brian Neal |
Implement #88; add option to create a new forum thread from a new calendar entry.
|
2010-07-06 |
Brian Neal |
Rework the who's online middleware and template tag for #87.
|
2010-06-10 |
Brian Neal |
For #51; change verbose_name & verbose_name_plural so that the Haystack model search form has reasonable labels.
|
2010-06-08 |
Brian Neal |
Tweaks to the podcast templates.
|
2010-06-08 |
Brian Neal |
For #51, adding podcasts to Haystack search.
|
2010-06-07 |
Brian Neal |
For #51; add user profiles to Haystack search.
|
2010-06-06 |
Brian Neal |
For #51; add forums to Haystack search.
|
2010-06-06 |
Brian Neal |
#51; add downloads to Haystack search.
|
2010-06-06 |
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-05 |
Brian Neal |
Initial commit of Haystack search integration. See #51.
|
2010-06-01 |
Brian Neal |
Implement #86, add a front page expiration date to news stories.
|
2010-06-01 |
Brian Neal |
Update TinyMCE to 3.3.6
|
2010-05-30 |
Brian Neal |
Implement #85 - display who has posted from a post's IP address.
|
2010-05-29 |
Brian Neal |
Implement #84; additional checks on spammers; implement stranger status.
|
2010-05-14 |
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-10 |
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-09 |
Brian Neal |
Fix #80: give moderators the ability to deactivate users for spam.
|
2010-05-08 |
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-07 |
Brian Neal |
Fix #78: improve the download upload_to path.
|
2010-05-05 |
Brian Neal |
Fix #75; weblinks should have an <a> tag for search engines.
|
2010-05-05 |
Brian Neal |
Fix #76; use POST to get downloads to avoid having side-effects (updating hit count) on GETs.
|
2010-05-03 |
Brian Neal |
Fix #79; user should get security pin when reporting profiles.
|
2010-05-03 |
Brian Neal |
Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
|
2010-05-01 |
Brian Neal |
Fixing #77, news tags were getting exploded by letter on some views/template tags.
|
2010-05-01 |
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-04-28 |
Brian Neal |
Should have added signals.py in r203.
|
2010-04-28 |
Brian Neal |
Should have added signals.py in r204.
|
2010-04-12 |
Brian Neal |
Futzing with CSS side blocks
|
2010-04-11 |
Brian Neal |
Fixing #73: comments no longer getting adding to web page on submit.
|
2010-04-11 |
Brian Neal |
Fix #72: update to 1.1.7 of the MarkItUp! editor.
|
2010-04-11 |
Brian Neal |
Fix #71: problems with editing existing gcalendar dates; the date format wasn't what the datepicker expected.
|
2010-04-10 |
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-07 |
Brian Neal |
Closing #70 with this commit and the previous on. Incorportating Ken Dushane's design for the site.
|
2010-04-07 |
Brian Neal |
First commit of Ken Dushane's site theme.
|