philo.git
2011-01-31 Stephen BurrowsFleshed out the documentation for nodes and views to...
2011-01-28 Stephen BurrowsAdded structure for model documentation, as well as...
2011-01-28 Stephen BurrowsInitial docs work. Includes intro to philo and initial...
2011-01-28 Stephen BurrowsMerge branch 'master' of github.com/ithinksw/philo
2011-01-28 Stephen BurrowsAdded navigation key to shipherd's has_navigation filter.
2011-01-28 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-01-27 Stephen BurrowsMerge branch 'entity_raw_id_fields'
2011-01-27 Stephen BurrowsMerged cowell back into core.
2011-01-25 Stephen BurrowsAdded support for DateTime information being stored...
2011-01-25 Stephen BurrowsInitial raw_id_fields support for proxy fields. Involve...
2011-01-25 Stephen BurrowsUngenericized get_item_queryset and added tag/issue...
2011-01-25 Stephen BurrowsAdded get_item_queryset method to BlogView and Newslett...
2011-01-23 Stephen BurrowsAdded missing import to forms/fields.py
2011-01-21 Stephen BurrowsSmall tweaks to TreeModel.get_path to take advantage...
2011-01-21 Stephen BurrowsMerge branch 'entity_raw_id_fields'
2011-01-21 Stephen BurrowsMoved container forms and attribute forms into admin...
2011-01-21 Stephen BurrowsSplit forms into containers, entities, and fields....
2011-01-21 Stephen BurrowsMinor correction to NavigationManager caching.
2011-01-20 Stephen BurrowsReduced number of queries for BlogView.get_entries_by_t...
2011-01-19 Stephen BurrowsImproved blog and newsletter ModelAdmins. Set BlogEntri...
2011-01-18 Stephen BurrowsAdded a Navigation model to mediate between Nodes and...
2011-01-14 Stephen BurrowsAdded fix_init_kwarg method to JSONField and connected...
2011-01-14 Stephen BurrowsSplit shipherd NodeNavigationInline into inlines for...
2011-01-14 Stephen BurrowsMinor correction to Navigation.is_active()
2011-01-14 Stephen Burrowsupdated grappelli_tabular_attribute.html to match chang...
2011-01-12 Stephen BurrowsShifted NavigationManager caching to use node instances...
2011-01-11 Stephen BurrowsAdded shortcut is_cached method to Navigation instances...
2011-01-11 Stephen BurrowsCorrected shipherd Navigation cache clearing and made...
2011-01-10 Stephen BurrowsMerge branch 'navigation'
2011-01-10 Stephen BurrowsRenamed navigation to shipherd.
2011-01-10 Stephen BurrowsImproved NewsletterArticleAdmin. Corrected embed templa...
2011-01-06 Joseph SpirosModified the feed behavior for blogs and newsletters...
2011-01-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-01-05 Stephen BurrowsAdded markdown-formatted README, and added a note to...
2011-01-04 Stephen BurrowsAdded a custom QuerySet subclass to handle cache cleari...
2011-01-04 Stephen BurrowsAdded is_active method to Navigation class. Replaced...
2010-12-23 Stephen BurrowsSwitched nav caching to cache the entire set of nodes...
2010-12-23 Stephen BurrowsMerge branch 'master' into navigation
2010-12-23 Stephen BurrowsImproved NodeAdmin list_display options. Added use...
2010-12-23 Stephen BurrowsMoved NavigationManager cache handling into custom...
2010-12-23 Stephen BurrowsTweaked admin and models. Added filters to manage navig...
2010-12-21 Stephen BurrowsMoved all navigation-related code to contrib/navigation...
2010-12-21 Stephen BurrowsMerge branch 'master' into navigation
2010-12-20 Stephen BurrowsSimplified waldo's AccountMultiView to rely just on...
2010-12-20 Stephen BurrowsMinor correction to TreeModel.get_path to allow for...
2010-12-16 Stephen BurrowsMinor correction to embed template tag: updating the...
2010-12-15 Stephen BurrowsMinor changes to penfield to return feed urls only...
2010-12-08 Stephen BurrowsMinor corrections to node_url and embed templatetags...
2010-12-01 Stephen BurrowsCorrected embed handling to ignore embedded instances...
2010-11-30 Stephen BurrowsFurther polished embedding system - allowed for context...
2010-11-29 Stephen BurrowsImproved the initial mptt migration by adding automated...
2010-11-29 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-11-29 Stephen BurrowsAdded NodeOverrideInlineFormSet to clean up admin editi...
2010-11-29 Stephen BurrowsMinor improvements to navigationoverrides, including...
2010-11-29 Stephen BurrowsInitial navigation commit. Steps towards Model-managed...
2010-11-29 Stephen BurrowsMerge branch 'feature/include_string_tag'
2010-11-29 Stephen BurrowsAdded {% include_string %} tag to allow passing of...
2010-11-29 Stephen BurrowsMerge branch 'mptt'
2010-11-29 Stephen BurrowsAdded get_path tests back in. Special-cased get_path...
2010-11-29 Stephen BurrowsCorrected Node's get_path method to only fetch the...
2010-11-29 Stephen BurrowsBrought tests in line with mptt branch. Added assertQue...
2010-11-29 Stephen BurrowsAdded {% embed <instance> %} syntax for embedding....
2010-11-24 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-11-19 Stephen BurrowsEnabled Embed rule inheritance from parent templates...
2010-11-17 Stephen BurrowsSwitched template loading from Template.loader to philo...
2010-11-16 Stephen BurrowsSwitched node_view conditions for raising MIDDLEWARE_NO...
2010-11-15 Stephen BurrowsAdded MPTTModelAdmin integration. Committed docstring...
2010-11-12 Stephen BurrowsInitial mptt commit. Implements a much more efficient...
2010-11-10 Stephen BurrowsAdded get_branch support to TreeManager.
2010-11-10 Stephen BurrowsAdded support for recursive trees - i.e. recursion...
2010-11-05 Stephen BurrowsIncreased specificity of penfield get_article condition...
2010-11-05 Stephen BurrowsCustomized FilterSelectMultiple widget for Tags to...
2010-11-04 Stephen BurrowsImproved general efficiency of TreeManager's get_with_p...
2010-11-02 Stephen BurrowsShunted responsibility for 404 and 500 error catching...
2010-11-01 Stephen BurrowsMerge branch 'bugfix/waldo_logout_view'
2010-11-01 Stephen BurrowsMinor correction to Waldo logout view to fall back...
2010-10-29 Stephen BurrowsTweaked Entity and TreeEntity to pass an actual queryse...
2010-10-29 Stephen BurrowsSwitched Attribute ManyToManyValues to have a ManyToMan...
2010-10-28 Stephen BurrowsCleaned up ManyToManyValue set_value method. Also tweak...
2010-10-27 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-10-26 Stephen BurrowsAdded grappelli inlines for contentlets and attributes...
2010-10-22 Stephen BurrowsMerge branch 'bugfix/penfield_newsletter_feed'
2010-10-22 Stephen BurrowsCorrected NewsletterView add_item method to join a...
2010-10-21 Stephen BurrowsMerge branch 'bugfix/get_path_trailing_slash'
2010-10-21 Stephen BurrowsBugfix: corrects erratic TreeModel get_path behavior...
2010-10-21 Stephen BurrowsMoved get_subpath and get_reverse_params prototypes...
2010-10-21 Joseph SpirosMerge branch '404_relationship_bugfix' of git://github...
2010-10-21 Stephen BurrowsRemoves leftover references to relationships in nodevie...
2010-10-21 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-10-21 Stephen BurrowsMerge branch 'node_url_refactor'
2010-10-21 Stephen BurrowsMerge branch 'node_middleware'
2010-10-21 Stephen BurrowsAdded support for 'editable' to ProxyFields. Tweaked...
2010-10-21 Stephen BurrowsTweaked philo migrations to force contenttype creation...
2010-10-20 Stephen BurrowsAdded unittest for node_url templatetag. Fixed issues...
2010-10-20 Stephen BurrowsInitial node_url_refactor commit. Revises node_url...
2010-10-19 Stephen BurrowsInitial node_middleware commit. Implements an attribute...
2010-10-19 Stephen BurrowsMerge 'template_error_handling' bugfix.
2010-10-19 Stephen BurrowsAdded model validation to Pages; for a page to be valid...
2010-10-18 Stephen BurrowsGenericized penfield's migrations to allow for variatio...
2010-10-15 Stephen BurrowsTweaked QuerySetMapper to return the value's value...
next