0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Newer django compatibility More... almost 11 years ago
better download path More... over 13 years ago
use ella from git on travis-CI More... over 13 years ago
minor tests More... over 13 years ago
Merge pull request #12 from cooncesean/update_comments More... over 13 years ago
Added a new method `UpdateComment.get_object_from_class_path` to patch the fact that a site's settings file will not typically be able to assign a "check user passes test" function to a constant, but instead have to provide a path to the function itself --- which then must be imported at runtime. More... over 13 years ago
Merge pull request #11 from cooncesean/update_comments More... over 13 years ago
Modifying `views.UpdateComment()` to provide functionality at the Site level to allow users (other than the comment owner) to edit an existing comment. More... over 13 years ago
utilize ella's new TimeBasedListingHandler More... over 13 years ago
Merge remote-tracking branch 'cooncesean/com_count' More... over 13 years ago
reverting this since honza fixed something i don't understand More... over 13 years ago
compensate for module-level CT caching More... over 13 years ago
Modified `listing_handlers.comment_post_save()` to use Django's ORM to explicitly set the `COMCOUNT_KEY` for an object instead of redis.incr/redis.decr as we have noticed race conditions in production environments with the old code resulting in negative comment counts. More... over 13 years ago
use the concrete object, not the publishable object. not sure how this could have ever worked. More... over 13 years ago
make sure to pick up and app_data registrations in register.py More... over 13 years ago
Django 1.3 compatibility More... over 13 years ago
only test timezone stuff if enabled More... over 13 years ago
PIL is needed for tests More... over 13 years ago
added travis.yml More... over 13 years ago
RequestFactory not used anymore More... over 13 years ago
use ella's custom url mechanism in tests as well More... over 13 years ago
simler urls More... over 13 years ago
mock is already in dev_requirements More... over 13 years ago
Adding an "absolute_url" view/url for comments at `views.comment_detail()`. This view fetches the requested comment, then using both kwargs and the comment's `content_object`s properties, determines the page (in pagination) on which the comment is located and finally redirects the user to the `absolute_url` of the `content_object` that the comment is associated to. More... over 13 years ago
Revert "Modified PostComment:__call__() to decouple the comment creation logic from the form validation logic. It now exists in a new method PostComment:create_comment(request, form, opts), which is called in __call__()." More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
use to/from_timestamp helpers from ella More... over 13 years ago
timezone aware comments More... over 13 years ago
fix for #7. implementing a comment_removed signal for other apps to listen for. comment_removed is sent when a comment is deleted or when a comment's is_removed attribute is flipped from True to False. More... over 13 years ago
tests need redis More... over 13 years ago