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 feed_length to BlogViewAdmin. More... almost 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... almost 14 years ago
Added feed length limit to FeedView. Implements feature #111. More... almost 14 years ago
Corrected LazyNavigationRecurser to mark its return value as safe. More... almost 14 years ago
Switched back to setting a {{ children }} variable, but set it to a lazy recurser instead of a rendered result. Switched item and children to be set in the context directly for easy access. Improved/updated recursenavigation docstring. More... almost 14 years ago
Refactored the RecurseNavigationNode to have less repetition. Switched from {{ children }} to {% recurse %} because it makes more sense to collect recursion only if needed. More... almost 14 years ago
Merge branch 'master' of git://github.com/lapilofu/philo More... almost 14 years ago
Solidified AJAX API. More... almost 14 years ago
Merge remote branch 'melinath/master' More... almost 14 years ago
Added a number of counting variables to the context when rendering shipherd navigation. Designed to mirror the variables generated when using a for loop. More... almost 14 years ago
Prettified results page. Added search results templates for grappelli and the normal admin. More... almost 14 years ago
Refactored weight code to split the work over Search, ResultURL, and Click models. This is probably somewhat less efficient, but it makes more intuitive sense. It also allows for weight caching on instances. Initial work on a results action/view for the SearchAdmin. Set SearchView to have SearchForm set as an attribute on itself rather than blindly using it. More... almost 14 years ago
Minor corrections to shipherd recursenavigation docstring. More... almost 14 years ago
First attempts at a get_favored_results method to find what people are generally selecting. Some minor aesthetic changes. Changed ajax api template fetch to call get_template with the intent of passing an argument as to whether it should be prepped for ajax. More... almost 14 years ago
Merge branch 'master' into search More... almost 14 years ago
Added CSRF cookie js to TagCreation.js... apparently it isn't in the admin by default. Resolves issue 83. More... almost 14 years ago
Added an admin action to NewsletterArticleAdmin to handle creating a NewsletterIssue from a selection of articles. Resolves issue 82. More... almost 14 years ago
Merge branch 'block_container_override' More... almost 14 years ago
Minor LazyContainerFinder cleanup. It's not really that lazy in practice... More... almost 14 years ago
Removed nodelist_crawl since nothing is using it and I'm starting to question its usefulness in general. More... almost 14 years ago
Built a clearer algorithm for finding a template's containers; added support for template block overrides cancelling out containers in that block, which resolves issue #90. More... almost 14 years ago
Corrected FeedView handling of incorrect Accept headers. Will now actually return 406 errors. More... almost 14 years ago
Genericized nodelist_crawl to just pass each node to a callback function. Overloaded the Template.containers callback to create a blockcontext for handling containers in overridden blocks as per issue 90 and to handle contentreference/contentlet generation in a single sweep. More... almost 14 years ago
Refactored ContainerForms to reflect a more suitable structure by storing the containers internally as a SortedDict. By handling containers more consistently, this commit resolves issue #89. More... almost 14 years ago
Removed apparently-vestigial Entity.attribute property. More... almost 14 years ago
Added basic docs for entities and attributes. More... almost 14 years ago
Merge branch 'master' into docs More... almost 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... almost 14 years ago
Corrected JSONValue.__unicode__ to return unicode instead of bytestrings... not sure what it was being modeled on. Tweaked TargetURLModel to use smart_str instead of str to construct the Python < 2.6.5 kwargs to get a more consistent byte string. More... almost 14 years ago
Updated node/view documentation. More... almost 14 years ago