0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added recaptcha support to waldo registration form. More... over 14 years ago
Switched newsletterissue numbering to a more generic field. Added newsletterview unicode. Minor change to container templatetags to ensure that the container_content variable is always set. More... over 14 years ago
Added 500 handling to nodeview. Made nodeview vary on Accept header to allow fancy json/html switchouts - possibly also other fanciness. More... over 14 years ago
Added philo 404 handling via a relationship named Http404 on nodes. Uses the passthrough feature of relationships to let 404 views inherit. More... over 14 years ago
Added JSON validator to Attributes.
jspiros
as Joseph Spiros
More... over 14 years ago
Added tags to newsletter articles More... over 14 years ago
Tweaked AccountMultiView to account for emails containing '+' in the local address. More... over 14 years ago
Upped philo.tag name/slug lengths to 255. More... over 14 years ago
Added slug to TagAdmin list_display. Corrected FeedMultiViewMixin to also paginate the root page. More... over 14 years ago
Added helper function to ease response 'returns' for signal listeners More... over 14 years ago
Switched over to render_to_response and actually_render_to_response, since render_to_response is the open api used by say multiviews and should always be called when a page is to render. Calling a hidden method would not be good. Also added render_to_string listeners for pages. More... over 14 years ago
Added view_about_to_render and view_finished_rendering signals. Added hidden _render_to_response method to ensure they're called on all view subclasses. Also some minor streamlining on Newsletters. More... over 14 years ago
Shifted definition of the context list_var (entries vs. articles) to a class attribute. Since account_view can be put in place of any arbitrary view, let it accept args and kwargs to handle anything unexpected. More... over 14 years ago
Merge branch 'melinath'
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'new_page_admin' of git://github.com/melinath/philo into melinath
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'feedmixin' of git://github.com/melinath/philo into melinath
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'waldo' of git://github.com/melinath/philo into melinath
jspiros
as Joseph Spiros
More... over 14 years ago
Corrected get_subpath on blogs and newsletters to fit the new paradigm. More... over 14 years ago
Implemented feeds for NewsletterView. Corrected BlogView/NewsletterView urlpatterns. More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Moved feed-related methods to a generic mixin. More... over 14 years ago
Added feeds to blogs. More... over 14 years ago
Re-tweaked page add form to preserve 'continue on normal save' functionality. This is implemented with javascript and will probably break some time in the future, but there doesn't seem to be a better way to do it at the moment. Fixes bug #8. More... over 14 years ago
Tweaked page add_form template. Fixes bug #8. More... over 14 years ago
Implemented object deletion on null values. Added ModelChoiceWidget to ContentReferences. More... over 14 years ago
Display of current values functional. More... over 14 years ago
Display of ContainerFormSets functional; display of their values is not; saving of values, however, is. More... over 14 years ago
Initial new page admin commit. Working on faking the admin out through inlines instead of ModelAdmin methods. More... over 14 years ago
Moved templateform to forms.py in preparation for experimentation with page forms. More... over 14 years ago
Implemented email change confirmation. More... over 14 years ago