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). |
|
More...
|
over 14 years ago
|
Merge branch 'master' into penfield |
|
More...
|
almost 15 years ago
|
Merge branch 'advanced-containers' |
|
More...
|
almost 15 years ago
|
Implementing raw_id_fields-style widget for ContentReference-based containers in ModelAdmin for Pages. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' into penfield |
|
More...
|
almost 15 years ago
|
Merge branch 'master' into advanced-containers |
|
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. |
|
More...
|
almost 15 years ago
|
Initial extension of containers to support referencing objects of arbitrary type. |
|
More...
|
almost 15 years ago
|
Started implementation of Newsletter models. |
|
More...
|
almost 15 years ago
|
Separating Blogs from the nodes that render them, creating BlogNodes. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' into penfield |
|
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. |
|
More...
|
almost 15 years ago
|
Finished implementing blogs with the exception of tag support. |
|
More...
|
almost 15 years ago
|
Merge branch 'master' into penfield |
|
More...
|
almost 15 years ago
|
Re-implementing the get_path method on Node instances to check the field value on the subclass instance. |
|
More...
|
almost 15 years ago
|
Initial skeleton of penfield application, and partial implementation of Entry and Blog models. |
|
More...
|
almost 15 years ago
|
Creating contrib directory to contain additional applications which, despite being optional, depend upon and extend Philo. |
|
More...
|
almost 15 years ago
|
Improvements to Collections, and minor refactoring. |
|
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. |
|
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. |
|
More...
|
almost 15 years ago
|
Improving nodetree searching with support for IfNode and ForNode attributes. |
|
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. |
|
More...
|
about 15 years ago
|