openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Philo
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
22 days
ago. based on code collected
23 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 10 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' into docs
Stephen Burrows
More...
about 14 years ago
Updated CalendarView urlpatterns to use the new feed_patterns method.
Stephen Burrows
More...
about 14 years ago
Merge branch 'master' into julian
Stephen Burrows
More...
about 14 years ago
Corrected WaldoAuthenticationForm.clean to handle lack of password/username. Moved password-related forms into a class attribute for customizability. Standardized confirmation email context and allowed for a secure confirmation link.
Stephen Burrows
More...
about 14 years ago
Tweaked TargetURLModel.get_reverse_params() to convert kwargs keys to bytestrings to support Python versions prior to 2.6.5
Stephen Burrows
More...
about 14 years ago
Minor correction to BlogView.urlpatterns.
Stephen Burrows
More...
about 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More...
about 14 years ago
Switched feed_patterns to return urlpatterns suitable for addition to urlpatterns instead of inclusion in urlpatterns. Adjusted penfield urlpatterns accordingly. Added default behavior for FeedView.get_feed in cases where a known feed_type is not supplied for whatever reason. Added RegistrationMultiView.registration_form attribute.
Stephen Burrows
More...
about 14 years ago
Switched user authentication in waldo from the login view to an AuthenticationForm for clearer organization of code. Split LoginMultiView into three layered views: LoginMultiView, PasswordMultiView, and RegistrationMultiView, where each layer adds additional (optional) functionality. This structure then naturally includes AccountMultiView as well. Improved redirection for login_required and account_required views.
Stephen Burrows
More...
about 14 years ago
Added admin sugar for julian models. Corrected minor typos and omissions. Filled out the CalendarView view methods and process_page_items method. Everything seems to work and be stable.
Stephen Burrows
More...
about 14 years ago
Corrected penfield BlogView handling of tags, particularly related to feed links. Added an optional slash at the beginning of the feed urlpattern in FeedView.feed_patterns to handle cases where this is included from something with no trailing slash.
Stephen Burrows
More...
about 14 years ago
Reinstated EventAdmin fieldsets and added some options. Filled out the page requirements, get_reverse_params, urls, and object-fetchers for a CalendarView. Moved header declaration for ICalendarFeed into the feed's write method.
Stephen Burrows
More...
about 14 years ago
Merge branch 'master' into julian
Stephen Burrows
More...
about 14 years ago
Corrected Waldo AccountMultiView typo and improved View error reporting / TargetURL error catching.
Stephen Burrows
More...
about 14 years ago
Initial implementation of a working ICalendarFeedView based on the Django syndication framework and Penfield FeedView.
Stephen Burrows
More...
about 14 years ago
Removed location models and subclass limiting in favor of a ContentTypeRegistryLimiter. Added admins and initial migrations.
Stephen Burrows
More...
about 14 years ago
Minor tweak to has_navigation filter to silence all errors and return False.
Stephen Burrows
More...
about 14 years ago
Corrected penfield migration which introduces the feed_type column. Switched NavigationManager.update_targets_for() method to search for node pks instead of doing a JOIN - should be more efficient. Added check for node id before updating the target_node; this was causing an unwanted KeyError in cases where the NavigationItem had no target node.
Stephen Burrows
More...
about 14 years ago
Removed julian/tests.py and julian/views.py. Switched Location handling from a setting to using a GenericForeignKey to non-abstract Location subclasses.
Stephen Burrows
More...
about 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More...
about 14 years ago
Merge branch 'master' into julian
Stephen Burrows
More...
about 14 years ago
Added db_index to Contentlet/ContentReference names, AttributeValue fields, and Navigation keys. Added related_lookup_fields to shipherd admins and corrected its use on NodeAdmin/RedirectAdmin. Corrected TargetURLModel.get_target_url call of get_reverse_params. Corrected typo in BlogView feed creation.
Stephen Burrows
More...
about 14 years ago
Merge branch 'better_feeds'
Stephen Burrows
More...
about 14 years ago
Minor fixes and additions to better_feeds following testing.
Stephen Burrows
More...
about 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More...
about 14 years ago
Added indices to all Attribute fields to improve lookup speed. Added related_lookup_fields to NodeAdmin for grappelli forward-compatibility.
Stephen Burrows
More...
about 14 years ago
Moved FeedMultiViewMixin to models.py and renamed to FeedView. Improved feed type support and clarified the API (based heavily on django.contrib.syndication.views.Feed). Adjusted NewsletterView and BlogView to use the new API.
Stephen Burrows
More...
about 14 years ago
Tweaked LazyNode to handle trailing slashes. Corrected missing import in models/nodes.py.
Stephen Burrows
More...
about 14 years ago
Corrected shipherd handling of the navigation_items related_name following commit 6ac457d4ac226a474e988dfb898682ae04a86eb0.
Stephen Burrows
More...
about 14 years ago
Removed trailing_pathsep support from TreeManager.get_with_path. Set nodes to have URLs without a trailing slash, and set node_view to redirect node urls with a trailing slash to the same url, but without the slash. Resolves issue 75 completely.
Stephen Burrows
More...
about 14 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
22
23
→
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