0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'blockcontainer' More... over 14 years ago
Fixed the context variable leak in the blockcontainer tag. More... over 14 years ago
Merge branch 'blockcontainer' of github.com:melinath/philo into blockcontainer More... over 14 years ago
Fixed a bug where the ContainerNode had a nodelist_empty=None, whereas nodelist_empty is expected to be an iterable by line 314 of models.py. Also added 'nodelist_main' to the manage.py line 314 list of subnodelist possibilities and added a child_nodelists attribute to ContainerNode for possible forward-compatibility. More... over 14 years ago
Fixed a bug where the ContainerNode had a nodelist_empty=None, whereas nodelist_empty is expected to be an iterable by line 314 of models.py. Also added 'nodelist_main' to the manage.py line 314 list of subnodelist possibilities and added a child_nodelists attribute to ContainerNode for possible forward-compatibility. More... over 14 years ago
First draft of blockcontainer functionality. Tries to reuse most of the code related to the original container tag by extending it, simply interpreting the values slightly differently. More... over 14 years ago
Merge branch 'cleanup' More... over 14 years ago
Added documentation and help text to models.py and containers.py to hopefully improve usability. More... over 14 years ago
Creating an abstract model named InheritableTreeEntity which Node now descends from. In addition to consolidating the functionality common to trees of subclasses of a model, this fixes a bug wherein attributes did not properly passthrough to children (similar to the bug that led to the implementation of a custom get_path method on Nodes).
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' into penfield
jspiros
as Joseph Spiros
More... almost 15 years ago
Merge branch 'advanced-containers'
jspiros
as Joseph Spiros
More... almost 15 years ago
Implementing raw_id_fields-style widget for ContentReference-based containers in ModelAdmin for Pages.
jspiros
as Joseph Spiros
More... almost 15 years ago
Merge branch 'master' into penfield
jspiros
as Joseph Spiros
More... almost 15 years ago
Merge branch 'master' into advanced-containers
jspiros
as Joseph Spiros
More... almost 15 years ago
Fixing a bug whereby get_path on TreeModel and Node subclasses failed if the field specified does not exist on an ancestor.
jspiros
as Joseph Spiros
More... almost 15 years ago
Initial extension of containers to support referencing objects of arbitrary type.
jspiros
as Joseph Spiros
More... almost 15 years ago
Started implementation of Newsletter models.
jspiros
as Joseph Spiros
More... almost 15 years ago
Separating Blogs from the nodes that render them, creating BlogNodes.
jspiros
as Joseph Spiros
More... almost 15 years ago
Merge branch 'master' into penfield
jspiros
as Joseph Spiros
More... almost 15 years ago
Removing value model registration system, as it causes syncdb to fail. Further exploration of this idea should be done in a custom administration interface, and not in models.
jspiros
as Joseph Spiros
More... almost 15 years ago
Finished implementing blogs with the exception of tag support.
jspiros
as Joseph Spiros
More... almost 15 years ago
Merge branch 'master' into penfield
jspiros
as Joseph Spiros
More... almost 15 years ago
Re-implementing the get_path method on Node instances to check the field value on the subclass instance.
jspiros
as Joseph Spiros
More... almost 15 years ago
Initial skeleton of penfield application, and partial implementation of Entry and Blog models.
jspiros
as Joseph Spiros
More... almost 15 years ago
Creating contrib directory to contain additional applications which, despite being optional, depend upon and extend Philo.
jspiros
as Joseph Spiros
More... almost 15 years ago
Improvements to Collections, and minor refactoring.
jspiros
as Joseph Spiros
More... almost 15 years ago
Added support for Node subclasses whose instances accept subpaths, and created a MultiNode abstract class for easy development of such classes using standard Django url resolution patterns.
jspiros
as Joseph Spiros
More... almost 15 years ago
Implementation of a Node class, the subclasses of which respond to requests at different paths. Implemented Redirect and File nodes, and changed the existing Page class to be a subclass of Node as well. So, in addition to Template-based Pages, Philo can now serve plain static files as well as redirects to other locations. Also, removed the requirement on django-mptt, as currently none of its features are needed, and I have yet to figure out how to make it work in multi-table inheritance situations.
jspiros
as Joseph Spiros
More... almost 15 years ago
Improving nodetree searching with support for IfNode and ForNode attributes.
jspiros
as Joseph Spiros
More... about 15 years ago
Fixed errors that led to Entity and TreeEntity instances not having access to their attribute or relationship values. Furthermore, increased support for detecting {% container ... %} tags within nodes that contain nodelists.
jspiros
as Joseph Spiros
More... about 15 years ago