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 unique_together constraint to Attributes and Relationships. More... over 14 years ago
AttributeFields and RelationshipFields now store their changes and do not commit them until their model has been saved.
jspiros
as Joseph Spiros
More... over 14 years ago
Initial implementation of AttributeField and RelationshipField. These objects are not actual Fields, but rather they simply add descriptors to Entity subclasses which provide transparent access to specific attributes and relationships.
jspiros
as Joseph Spiros
More... over 14 years ago
Added archives support to get_subpath in penfield's BlogView. More... over 14 years ago
Registered Node in register_value_model. More... over 14 years ago
Added "entry_dates" method to model to provide distinct yearly, monthly and daily dates for posts. More... over 14 years ago
Added a bit to newsletters to streamline interactions with them. More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
MultiViews now clear_url_caches before resolving URLs, needed to allow them to change their urls dynamically at runtime.
jspiros
as Joseph Spiros
More... over 14 years ago
Fixed the node_url templatetag's generation of URLs.
jspiros
as Joseph Spiros
More... over 14 years ago
Implementing get_subpath on NewsletterView so that the node_url templatetag will work.
jspiros
as Joseph Spiros
More... over 14 years ago
Initial implementation of node_url templatetag.
jspiros
as Joseph Spiros
More... over 14 years ago
Membersof now uses 'app_label.model'; removed blockcontainer More... over 14 years ago
Slight changes to penfield NewsletterIssueAdmin & added newsletter value models More... over 14 years ago
Adding the 'monospace' class to container fieldsets in the Page admin.
jspiros
as Joseph Spiros
More... over 14 years ago
Adding support to BlogView for filtering based on multiple tags.
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'kgodey'
jspiros
as Joseph Spiros
More... over 14 years ago
Fixing a double declaration of the monthname filter, and renaming ap_monthname to apmonthname (matches apnumber from django.contrib.humanize).
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/kgodey/philo into kgodey
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Added templatetags "monthname" and "ap_monthname" to Penfield, which turn month numbers into month names. More... over 14 years ago
Merge branch 'master' of http://github.com/ithinksw/philo More... over 14 years ago
Changed to delete empty contentreferences on pages instead of saving them as empty. More... over 14 years ago
Fixing a bug in BlogView's tag_view where it would provide a QuerySet as `tag` instead of the Tag instance.
jspiros
as Joseph Spiros
More... over 14 years ago
Increasing the max_length of the slug field on Titled (and all subclasses).
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/kgodey/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Fixed null constraint on entries_per_page in BlogView More... over 14 years ago
Edited unicode methods and added some null=True, blank=True constraints. More... over 14 years ago
Adding __unicode__ to BlogViews.
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/kgodey/philo
jspiros
as Joseph Spiros
More... over 14 years ago