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
Added scheduled posting of blog entries and newsletter articles. Implements feature #153. More... over 13 years ago
Added Content-Disposition header to File's response - keeps the name of the file separate from the node's slug. Further resolves issue #136. More... over 13 years ago
Added name field to File for easier finding in the database. Added automatic mimetype generation for users who don't understand what that means. ;-) Resolves (partially) issue #136. More... over 13 years ago
Added AttributeMapper caching to entity.attributes, since anyone who really needs no caching can clear the cache manually. Switched _populate to _fill on all AttributeMappers. Resolves feature #73. More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'develop' into syndication More... over 13 years ago
Added a tutorial for Shipherd and made some minor doc improvements. More... over 13 years ago
Merge branch 'release' into develop More... over 13 years ago
Minor correction to BlogView urlpatterns. More... over 13 years ago
Tweaked FeedView to more correctly generate links vs feed urls. More... over 13 years ago
Improved penfield docstrings. Added urlpatterns and support for all registered feed types. Resolves issue #141. More... over 13 years ago
Added SlugTreeEntity to models.base.__all__. More... over 13 years ago
Initial implementation of a separate syndication contrib app based on penfield's FeedView, updated to use a registry instead of a dict. More... over 13 years ago
Moved sobol's search registry into core as a generic registry utility. Added support for RegistryIterators directly to SlugMultipleChoiceField since it is a common use case. More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Added 'unique' check to SlugTreeEntity for cases where the parent is None. Set tagCreation to create a tag if there are none left to move over. More... over 13 years ago
Merge branch 'release' into develop More... over 13 years ago
Implemented the solution proposed to #130 - removed TreeModel and made a SlugTreeEntity subclass of TreeEntity to handle Node and Template. Correctly subclassed SlugTreeEntity.Meta so that Node and Template actually have the unique constraints they are meant to. Minor correction to TreeEntity.get_path. More... over 13 years ago
Minor corrections to TagCreation.js. Resolves issue #125. More... over 13 years ago
Switched contentlets to use lists rather than sets to preserve ordering. Resolves issue #132. Added some basic tests for containers. Moved build_extension_tree out of Template.containers. More... over 13 years ago
Minor correction to FeedView docstrings. Resolves issue #139. More... over 13 years ago
Refactored RequestNodeMiddleware to use SimpleLazyObject - comparable to django r16297/r16305. Resolves issue #144. More... over 13 years ago
Corrected philo tests and removed all use of penfield models in those tests - resolves issue #80. Minor correction to TreeModel.get_path to save a query. More... over 13 years ago
Made views optional on nodes; nodes without views will raise a 404 when rendering and will return False for accepting and handling subpaths. Implements feature #131. More... over 13 years ago
Added a 'getting started' tutorial and a short intro to philo page to the docs. Improved Attribute docstring. More... over 13 years ago
Merge remote branch 'ithinksw/master' into release More... over 13 years ago
Updated attributions and URLs for consistency.
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'release' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Minor correction to django-mptt requirements. More... over 13 years ago
Upped version information to 0.1rc. Switched from distutils to setuptools and added dependency information and metadata. More... over 13 years ago