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 documentation for has_navigation and navigation_host filters. Added examples of Node.navigation use to Navigation docs. Added more human-friendly general docs for shipherd. More... over 13 years ago
Moving the LICENSE file to the root.
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
Hacked around the descriptor issues, since there were only three. More... almost 14 years ago
Added docs for waldo. More... almost 14 years ago
Converted, corrected, improved, and added to documentation for sobol's models and search API. More... almost 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... almost 14 years ago
Cleaned up SearchView.results_view. Added documentation for sobol.models. More... almost 14 years ago
Implemented more robust delayed registry iteration. Modules declaring new searches can now be imported after sobol without issue. More... almost 14 years ago
Tweaks to sobol to make its use simpler: added a prerendered version of the results to the ajax response, added result to result context by default, and preconfigured GET params on the reversed ajax_api urls that are passed to the template context. Added initial Sobol migration. More... almost 14 years ago
Added directives and autodocumenters for template tags and filters in a custom extension. Switched previous template tag/filter docs to use the new directives. Renamed NavigationManager.get_queryset method to the correct get_query_set. Documented shipherd. More... almost 14 years ago
Added missing Attribute import to philo.utils.entities. More... almost 14 years ago
Added note about Julian's development status. More... almost 14 years ago
Added some automatic skips to autodocs. Added skeletal docs for contrib and complete docs for penfield. Removed philo validators. More... almost 14 years ago
Corrected various imports after adding limiting __all__ entries to philo.models.* More... almost 14 years ago
Removed penfield's reliance on the Titled model and marked it as deprecated. More... almost 14 years ago
Added/corrected docstrings for custom model fields and EntityProxyFields (now renamed to AttributeProxyFields and combined with former AttributeField). Added docs for philo.forms. More... almost 14 years ago
Moved templatetag docs into the respective modules and fleshed them out. Centralized adding of template tags to builtins. Added __all__ declarations to philo.models.*. Added a bit of documentation to Page.render_to_string about context variables. More... almost 14 years ago
Added docs for the db template loader and skeleton docs for templatetags. Updated template tag references to actually point to templatetags. Made some minor improvements to references. More... almost 14 years ago
Swapped references to specific AttributeMappers in for vague references to dictionary-like objects. Corrected links in a few places. Combined middleware docs with new node_view docs. More... almost 14 years ago
Standardized AttributeMapper.get_attribute behavior. Corrected LazyTreeAttributeMapper behavior. Added documentation for AttributeMappers. More... almost 14 years ago
Split utils into entities (i.e. AttributeMappers) and other utils. Added documentation for the other utils and prepped for documenting the AttributeMappers. More... almost 14 years ago
Merge branch 'attribute_access' into release More... almost 14 years ago
Merge branch 'sobol-templates-hotfix' into release More... almost 14 years ago
Merge branch 'sobol-templates-hotfix' More... almost 14 years ago
Minor tweaks to the sobol results templates. More... almost 14 years ago
Removed the various philo.validators URL validators since they served no real purpose. (The only strings that would not validate actually were valid.) Added docstrings to the validators and added a validators doc file. More... almost 14 years ago
Added/tweaked docs for exceptions, middleware, and signals. Minor formatting tweaks to View and TreeManager docstrings. More... almost 14 years ago
Moved efficient QuerySetMappers into philo.utils and replaced them with a more complex/differentiated implementation that allows flexibility in terms of cacheing vs. lazy fetching and tree vs passthrough vs ordinary. Passthrough accepts any number of entities, and all Mappers support __setitem__. (Resolves issue #133.) Added a set_value method to Attributes. More... almost 14 years ago
Merge branch 'efficient_attributes' into attribute_access More... almost 14 years ago