log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
public
>
sg101
log gpp/forums/views/main.py @ 552:
9e42e6618168
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2011-12-22
Brian Neal
For #241, add a URL to view the last post in a forum topic.
2011-12-18
Brian Neal
Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
2011-08-17
Brian Neal
Smarter search index updating for forums. This work is for #227.
2011-07-03
Brian Neal
Fixing #221. Found some additional cases where the forum moderator check was failing. Replaced this code with calls to the new permissions module.
2011-07-02
Brian Neal
Fixing #221. Also combined all permissions checks into a new module, permissions.py. This allows us to cache user, category, and forum groups information since it rarely changes.
2011-06-13
Brian Neal
For #218, put back the logic that updates the topic last visit after you make a post.
2011-06-08
Brian Neal
Attempting to fix #218; update the topic last visit time with 'now' when viewing the last page of a topic, otherwise use the creation time of the last post on the page.
2011-04-16
Brian Neal
Tweak quoting for Markdown. Fixing #209.
2011-04-02
Brian Neal
Fixing #177; added a view to display the last x active topics (where x is between 10 and 50). Added a link to the view on the forum query drop down.
2011-03-16
Brian Neal
Fixing #188; improve number of SQL queries for mark all forums read and add the button on the view topics with unread posts view.
2011-03-09
Brian Neal
Fixing #185; add a global forums catchup button.
2011-03-08
Brian Neal
Fixing #156; improve upon the work done in r397. Use the forum last visit record if there is no topic last visit record.
2011-03-07
Brian Neal
Fixing #156. Making it possible to goto the first unread post in a thread. Made the 'New' icon a link; when displayed on a topic, takes you to the first unread post.
2011-03-02
Brian Neal
Fix #171; forums weren't assigning badge ownership correctly when pre-fetching data.
2011-02-23
Brian Neal
Various small changes to reduce database hits.
2011-02-22
Brian Neal
Some optimizations to reduce database query times.
2011-02-05
Brian Neal
Fix a bug where you'd get an error when trying to delete a forum thread (topic does not exist). Apparently when you call topic.delete() the posts would get deleted, but the signal handler for each one would run, and it would try to update the topic's post count or something, but the topic was gone? Reworked the code a bit and explicitly delete the posts first. I also added a sync() call on the parent forum since post counts were not getting adjusted.
2011-01-10
Brian Neal
Fix #139; when editing a user's post, the post author's signature should appear with the post, not the user (moderator) making the edit).
2011-01-08
Brian Neal
Fixing #133; add the ability to edit a topic's title when you edit the first post in that topic.
2010-12-29
Brian Neal
Fixed a bug where if you tried to delete a topic the new last post might be in that topic, so a cascading delete would occur and the forum would get deleted.
2010-10-23
Brian Neal
For #95. You can now make posts with no text in the body if you have attachments. And now if you create a new topic with an attachment, and the POST fails (say you forgot the topic title), we will now re-attach attachments. Also fixed a bug in the smiley code that would arise if it was asked to markup an empty string.
2010-10-14
Brian Neal
This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
2010-10-03
Brian Neal
Fixing #121. The forum query pulldown should appear on all forum query pages for consistency.
2010-09-23
Brian Neal
Fixing #113; re-arrange the RSS forum feed icons around a bit.
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
Implement a forum favorites feature for #82
less
more
|
(0)
tip