openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
E
ella-comments
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
8 days
ago. based on code collected
8 days
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Newer django compatibility
Honza Král
More...
almost 11 years ago
better download path
Honza Kral
More...
over 13 years ago
use ella from git on travis-CI
Honza Kral
More...
over 13 years ago
minor tests
Honza Kral
More...
over 13 years ago
Merge pull request #12 from cooncesean/update_comments
Andy McCurdy
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.
Sean Coonce
More...
over 13 years ago
Merge pull request #11 from cooncesean/update_comments
Honza Král
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.
Sean Coonce
More...
over 13 years ago
utilize ella's new TimeBasedListingHandler
Honza Kral
More...
over 13 years ago
Merge remote-tracking branch 'cooncesean/com_count'
andy
More...
over 13 years ago
reverting this since honza fixed something i don't understand
andy
More...
over 13 years ago
compensate for module-level CT caching
Honza Kral
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.
Sean Coonce
More...
over 13 years ago
use the concrete object, not the publishable object. not sure how this could have ever worked.
andy
More...
over 13 years ago
make sure to pick up and app_data registrations in register.py
andy
More...
over 13 years ago
Django 1.3 compatibility
Honza Kral
More...
over 13 years ago
only test timezone stuff if enabled
Honza Kral
More...
over 13 years ago
PIL is needed for tests
Honza Kral
More...
over 13 years ago
added travis.yml
Honza Kral
More...
over 13 years ago
RequestFactory not used anymore
Honza Kral
More...
over 13 years ago
use ella's custom url mechanism in tests as well
Honza Kral
More...
over 13 years ago
simler urls
Honza Kral
More...
over 13 years ago
mock is already in dev_requirements
Honza Kral
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.
Sean Coonce
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__()."
Sean Coonce
More...
over 13 years ago
Merge remote branch 'upstream/master'
Sean Coonce
More...
over 13 years ago
use to/from_timestamp helpers from ella
Honza Kral
More...
over 13 years ago
timezone aware comments
Honza Kral
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.
andy
More...
over 13 years ago
tests need redis
Honza Kral
More...
over 13 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree