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.
|
2010-04-03 |
Brian Neal |
Implement #62, add support for CSRF protection.
|
2010-04-03 |
Brian Neal |
Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.
|
2010-04-03 |
Brian Neal |
Implementing #67: use a denormalized count field on download categories to reduce database queries.
|
2010-04-01 |
Brian Neal |
Added select_related() to weblinks.
|
2010-04-01 |
Brian Neal |
Added some select_related's to downloads.
|
2010-04-01 |
Brian Neal |
Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums.
|
2010-03-31 |
Brian Neal |
Adding support for the django debug toolbar.
|
2010-03-31 |
Brian Neal |
Remove jquery-autocomplete plugin as it is not compatible with jQuery 1.4.x. Ticket #66.
|
2010-03-30 |
Brian Neal |
Implement #66; use jQuery UI autocomplete widget to replace obsolete jquery-autocomplete plugin. I implemented a very simple caching system.
|
2010-03-28 |
Brian Neal |
Committing version 1.1.6.1 of the MarkItUp! editor. This is for #57.
|
2010-03-28 |
Brian Neal |
Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded.
|
2010-03-28 |
Brian Neal |
Updated to TinyMCE version 3.3.2. This is for #57.
|
2010-03-28 |
Brian Neal |
Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
|
2010-03-28 |
Brian Neal |
Implementing #61: adding a forum topic subscription feature.
|
2010-03-21 |
Brian Neal |
Implement #63, add a queued email facility.
|
2010-03-17 |
Brian Neal |
Django 1.2 contrib apps need csrf_token. In particular, my login template needs to send a csrf_token to contrib.auth.
|
2010-03-17 |
Brian Neal |
#56 - Cut over to Django 1.2 messaging system.
|
2010-03-15 |
Brian Neal |
Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf.
|
2010-03-11 |
Brian Neal |
Implement ticket #59; update RSS feeds for Django 1.2.
|
2010-03-03 |
Brian Neal |
Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
|
2010-03-03 |
Brian Neal |
Ticket #58; use Django 1.2's cached template loader.
|
2010-03-02 |
Brian Neal |
Updated Django to 1.2 beta. Use new DATABASES setting.
|
2010-02-28 |
Brian Neal |
Implementing #55 - Add function to view a users posts from their profile.
|
2010-02-12 |
Brian Neal |
Add rss news feed link on home page. Add rss news feed image and link on news home.
|
2010-02-11 |
Brian Neal |
Implement #52 Forums RSS feeds.
|
2010-01-31 |
Brian Neal |
Implement #54; add a forum query to display a user's posts.
|
2010-01-26 |
Brian Neal |
Implemented a view to display topics with unanswered posts. This is for ticket #54.
|
2010-01-24 |
Brian Neal |
Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
|
2010-01-17 |
Brian Neal |
Implement #50, add a template tag to display the latest poll and add to the home page.
|
2010-01-03 |
Brian Neal |
Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
|
2009-12-28 |
Brian Neal |
Implement #46, add a forums stat feature like phpBB.
|
2009-12-22 |
Brian Neal |
Shoutbox history CSS tweaks. For some reason, the table lost the top and bottom borders.
|
2009-12-22 |
Brian Neal |
Fix #48; shoutbox was no longer escaping user input on display.
|
2009-12-22 |
Brian Neal |
Implement #47; add goto page links on topics in the forum index view.
|
2009-12-22 |
Brian Neal |
Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
|
2009-12-20 |
Brian Neal |
Added a new posts template tag for the home page.
|
2009-12-20 |
Brian Neal |
Styled the markdown help table.
|
2009-12-20 |
Brian Neal |
Messages: use post to delete and undelete messages.
|
2009-12-20 |
Brian Neal |
Messages: use post to delete and undelete messages.
|
2009-12-19 |
Brian Neal |
Implement #44 - Add age confirmation to registration form. Also added a password > 6 rule.
|
2009-12-19 |
Brian Neal |
Fix #26; IE8 has problems displaying lists of divs.
|
2009-12-19 |
Brian Neal |
Fixing #28, cosmetic issues with member map. Also fixed a bug involving the smiley and markdown interactions. Single quotes were getting HTML REMOVED by markdown.
|
2009-12-19 |
Brian Neal |
Implement #42; add admin actions to GCalendar.
|
2009-12-18 |
Brian Neal |
Implement #43, various shoutbox improvements.
|
2009-12-17 |
Brian Neal |
Fix #33; use $.ajax instead of $.post so we can handle errors. Also, for some reason comparing objects in a template doesn't work now. Have to compare id fields.
|
2009-12-14 |
Brian Neal |
Implement ticket #40. Added a simple way to search for usernames and then view their profile. Moved this ajax username search feature out of the messages app and into core.
|
2009-12-13 |
Brian Neal |
Fix bug in the forums unread logic.
|
2009-12-13 |
Brian Neal |
Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).
|
2009-12-09 |
Brian Neal |
Another tweak for #30; only show the admin dashboard items if they are non-zero.
|
2009-12-09 |
Brian Neal |
Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.
|
2009-12-06 |
Brian Neal |
Podcast: un-inlined the channel items from the channel. That would be too bulky and too much info on one admin screen.
|
2009-12-06 |
Brian Neal |
Podcast enhancements for #39. Provide channel level keyword support. Provide an alternate download URL so we can support both m4a and mp3 formats.
|
2009-12-06 |
Brian Neal |
Forgot to add this file in r137.
|
2009-12-06 |
Brian Neal |
Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
|
2009-11-30 |
Brian Neal |
Comments: in order to show a green board concept while looking at the comments in the admin, added a 'not removed' boolean function.
|
2009-11-29 |
Brian Neal |
Close #30. Create an admin dashboard to see pending content and requests for admin action.
|
2009-11-27 |
Brian Neal |
Ticket #15, add a way to report user profiles.
|
2009-11-27 |
Brian Neal |
Fixing #27, add instructions for MySpace Friend ID on the edit elsewhere links page.
|
2009-11-27 |
Brian Neal |
Markitup preview function wasn't working correctly due to the user data being escaped before going into the markdown and smiley filters.
|
2009-11-27 |
Brian Neal |
Cutting forums over to the new common way to add markItUp, extra smileys, and markdown help.
|
2009-11-27 |
Brian Neal |
Cutting comments over to the new common way of using markItUp and getting the extra smiley and markdown help dialogs.
|
2009-11-27 |
Brian Neal |
Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
|
2009-11-26 |
Brian Neal |
A previous commit broke the comment preview function. Fixing this now.
|
2009-11-26 |
Brian Neal |
Creating a common way to display the smiley and markdown help dialogs for a markItUp textarea input form. Converted gcalendar over to it as a trial.
|
2009-11-20 |
Brian Neal |
Fixes #23; fix member list centering problem.
|