philo.git
12 years agoMerge branch 'release/0.9.2' master philo-0.9.2
Joseph Spiros [Wed, 1 Feb 2012 15:08:43 +0000 (10:08 -0500)]
Merge branch 'release/0.9.2'

* release/0.9.2:
  Bumped version number and wrote release notes for 0.9.2 in preparation for release.
  Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178.
  Updated copyright date range to end in 2012 instead of 2011.
  Added include_package_data option to setup.py to ensure MANIFEST.in is actually heeded.

12 years agoBumped version number and wrote release notes for 0.9.2 in preparation for release.
Joseph Spiros [Wed, 1 Feb 2012 12:47:02 +0000 (07:47 -0500)]
Bumped version number and wrote release notes for 0.9.2 in preparation for release.

12 years agoFixed an exception with JSONAttributes using DateField or DateTimeField as their...
Joseph Spiros [Wed, 1 Feb 2012 00:04:02 +0000 (19:04 -0500)]
Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178.

12 years agoUpdated copyright date range to end in 2012 instead of 2011.
Joseph Spiros [Tue, 31 Jan 2012 23:47:17 +0000 (18:47 -0500)]
Updated copyright date range to end in 2012 instead of 2011.

12 years agoAdded include_package_data option to setup.py to ensure MANIFEST.in is actually heeded.
Joseph Spiros [Fri, 4 Nov 2011 19:32:19 +0000 (15:32 -0400)]
Added include_package_data option to setup.py to ensure MANIFEST.in is actually heeded.

12 years agoMerge branch 'release/0.9.1' into develop
Joseph Spiros [Sun, 9 Oct 2011 02:25:22 +0000 (22:25 -0400)]
Merge branch 'release/0.9.1' into develop

* release/0.9.1:
  Edited the READMEs and documentation to be cleaner and more consistent.
  Bumped version number to 0.9.1 in preparation for release.
  Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177.
  Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173.
  This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes.
  Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy.
  Correction to waldo login view to pass the request into the login_form for GET requests as well.
  Added release notes for 0.9.1.
  Merged the contribution information from the ithinksw.org philo wiki into the documentation.
  Removed philo.models.Tag entry from the docs.
  Incremented version number to 0.9.1rc and cleaned up README a tiny bit.

12 years agoMerge branch 'release/0.9.1' philo-0.9.1
Joseph Spiros [Sun, 9 Oct 2011 02:05:29 +0000 (22:05 -0400)]
Merge branch 'release/0.9.1'

* release/0.9.1: (74 commits)
  Edited the READMEs and documentation to be cleaner and more consistent.
  Bumped version number to 0.9.1 in preparation for release.
  Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177.
  Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173.
  This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes.
  Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy.
  Correction to waldo login view to pass the request into the login_form for GET requests as well.
  Added release notes for 0.9.1.
  Merged the contribution information from the ithinksw.org philo wiki into the documentation.
  Removed philo.models.Tag entry from the docs.
  Incremented version number to 0.9.1rc and cleaned up README a tiny bit.
  Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier.
  Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache.
  Removed Node.render_to_response select_related call since it is not clearly more efficient. Delayed page evaluation in FeedView.page_view to the end of the inner function.
  Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later.
  Corrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005 because of South issue 428 (and some incorrect filters obscured by that issue.)
  Minor correction to EmbedWidget.js to handle window names with dashes.
  Overrides TemplateField widget on admin container forms instead of on the ModelAdmin.
  Reverted TemplateField parent to models.TextField and moved EmbedWidget into philo.admin.widgets. Added EmbedWidget use on the appropriate ModelAdmins. Cleaned up ContentletAdmin and ContentReferenceAdmin.
  Removed TagCreation.js and the admin widget that used it.
  ...

12 years agoEdited the READMEs and documentation to be cleaner and more consistent.
Joseph Spiros [Sun, 9 Oct 2011 02:02:11 +0000 (22:02 -0400)]
Edited the READMEs and documentation to be cleaner and more consistent.

12 years agoBumped version number to 0.9.1 in preparation for release.
Joseph Spiros [Sat, 8 Oct 2011 04:48:59 +0000 (00:48 -0400)]
Bumped version number to 0.9.1 in preparation for release.

12 years agoMerge branch 'release' of git://github.com/melinath/philo into release/0.9.1
Joseph Spiros [Sat, 8 Oct 2011 04:47:09 +0000 (00:47 -0400)]
Merge branch 'release' of git://github.com/melinath/philo into release/0.9.1

* 'release' of git://github.com/melinath/philo:
  Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177.
  Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173.
  This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes.
  Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy.
  Correction to waldo login view to pass the request into the login_form for GET requests as well.
  Added release notes for 0.9.1.
  Merged the contribution information from the ithinksw.org philo wiki into the documentation.
  Removed philo.models.Tag entry from the docs.
  Incremented version number to 0.9.1rc and cleaned up README a tiny bit.

12 years agoMerge branch 'develop' of git://github.com/melinath/philo into develop
Joseph Spiros [Sat, 8 Oct 2011 04:42:19 +0000 (00:42 -0400)]
Merge branch 'develop' of git://github.com/melinath/philo into develop

* 'develop' of git://github.com/melinath/philo:
  Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier.
  Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache.
  Removed Node.render_to_response select_related call since it is not clearly more efficient. Delayed page evaluation in FeedView.page_view to the end of the inner function.
  Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later.
  Corrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005 because of South issue 428 (and some incorrect filters obscured by that issue.)
  Minor correction to EmbedWidget.js to handle window names with dashes.
  Overrides TemplateField widget on admin container forms instead of on the ModelAdmin.
  Reverted TemplateField parent to models.TextField and moved EmbedWidget into philo.admin.widgets. Added EmbedWidget use on the appropriate ModelAdmins. Cleaned up ContentletAdmin and ContentReferenceAdmin.
  Removed TagCreation.js and the admin widget that used it.
  Added django-taggit extra requirement to setup.py.
  Removed oberlin references.
  Removed references to oberlin-specific models.
  Initial philo commit to use django-taggit instead of native tags.
  Moved to a more flexible BlogView method arrangement which leverages the general presence of the results of get_object to better provide certain functionality.

12 years agoTweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptool...
Stephen Burrows [Sat, 8 Oct 2011 01:54:14 +0000 (18:54 -0700)]
Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177.

12 years agoMerge remote-tracking branch 'lapilofu/hotfix/manifest' into release
Stephen Burrows [Sat, 8 Oct 2011 01:07:09 +0000 (18:07 -0700)]
Merge remote-tracking branch 'lapilofu/hotfix/manifest' into release

12 years agoAbstracted email resetting during the email change process onto the AccountForm....
Stephen Burrows [Sat, 8 Oct 2011 01:03:53 +0000 (18:03 -0700)]
Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173.

12 years agoThis will include non *.py files in our distribution for setup.py, easy_install,...
Harris Lapiroff [Tue, 27 Sep 2011 18:20:30 +0000 (14:20 -0400)]
This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes.

12 years agoRemoved python requirement line from setup.py, since easy_install and pip can't do...
Stephen Burrows [Mon, 19 Sep 2011 06:18:19 +0000 (23:18 -0700)]
Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy.

12 years agoCorrection to waldo login view to pass the request into the login_form for GET reques...
Stephen Burrows [Mon, 19 Sep 2011 06:17:39 +0000 (23:17 -0700)]
Correction to waldo login view to pass the request into the login_form for GET requests as well.

12 years agoAdded release notes for 0.9.1.
Stephen Burrows [Sun, 28 Aug 2011 05:53:32 +0000 (22:53 -0700)]
Added release notes for 0.9.1.

12 years agoMerged the contribution information from the ithinksw.org philo wiki into the documen...
Stephen Burrows [Sun, 28 Aug 2011 00:14:08 +0000 (17:14 -0700)]
Merged the contribution information from the ithinksw.org philo wiki into the documentation.

12 years agoRemoved philo.models.Tag entry from the docs.
Stephen Burrows [Sat, 27 Aug 2011 23:39:53 +0000 (16:39 -0700)]
Removed philo.models.Tag entry from the docs.

12 years agoIncremented version number to 0.9.1rc and cleaned up README a tiny bit.
Stephen Burrows [Sat, 27 Aug 2011 23:38:48 +0000 (16:38 -0700)]
Incremented version number to 0.9.1rc and cleaned up README a tiny bit.

12 years agoMerge branch 'taggit' into develop
Stephen Burrows [Sat, 27 Aug 2011 23:04:50 +0000 (16:04 -0700)]
Merge branch 'taggit' into develop

Conflicts:
philo/admin/widgets.py
philo/contrib/penfield/admin.py

12 years agoMerge branch 'optimization' into develop
Stephen Burrows [Fri, 26 Aug 2011 01:10:43 +0000 (18:10 -0700)]
Merge branch 'optimization' into develop

12 years agoTweaked AttributeMapper._fill_cache to also store values on the Attribute instance...
Stephen Burrows [Fri, 22 Jul 2011 15:03:22 +0000 (11:03 -0400)]
Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier.

12 years agoLazy-eval the values of AttributeValues instead of loading them all during AttributeM...
Stephen Burrows [Thu, 21 Jul 2011 20:39:28 +0000 (16:39 -0400)]
Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache.

12 years agoRemoved Node.render_to_response select_related call since it is not clearly more...
Stephen Burrows [Thu, 21 Jul 2011 18:27:16 +0000 (14:27 -0400)]
Removed Node.render_to_response select_related call since it is not clearly more efficient. Delayed page evaluation in FeedView.page_view to the end of the inner function.

12 years agoAdded a 'contributing' page to the philo docs. This is meant primarily as an initial...
Stephen Burrows [Wed, 20 Jul 2011 03:40:59 +0000 (23:40 -0400)]
Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later.

12 years agoCorrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005...
Stephen Burrows [Tue, 19 Jul 2011 03:45:43 +0000 (23:45 -0400)]
Corrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005 because of South issue 428 (and some incorrect filters obscured by that issue.)

12 years agoMinor correction to EmbedWidget.js to handle window names with dashes.
Stephen Burrows [Fri, 15 Jul 2011 19:32:46 +0000 (15:32 -0400)]
Minor correction to EmbedWidget.js to handle window names with dashes.

12 years agoOverrides TemplateField widget on admin container forms instead of on the ModelAdmin.
Stephen Burrows [Fri, 15 Jul 2011 19:24:10 +0000 (15:24 -0400)]
Overrides TemplateField widget on admin container forms instead of on the ModelAdmin.

12 years agoReverted TemplateField parent to models.TextField and moved EmbedWidget into philo...
Stephen Burrows [Fri, 15 Jul 2011 19:08:23 +0000 (15:08 -0400)]
Reverted TemplateField parent to models.TextField and moved EmbedWidget into philo.admin.widgets. Added EmbedWidget use on the appropriate ModelAdmins. Cleaned up ContentletAdmin and ContentReferenceAdmin.

12 years agoRemoved TagCreation.js and the admin widget that used it.
Stephen Burrows [Fri, 15 Jul 2011 18:44:59 +0000 (14:44 -0400)]
Removed TagCreation.js and the admin widget that used it.

12 years agoAdded django-taggit extra requirement to setup.py.
Stephen Burrows [Mon, 11 Jul 2011 16:15:11 +0000 (12:15 -0400)]
Added django-taggit extra requirement to setup.py.

12 years agoRemoved oberlin references.
Stephen Burrows [Mon, 11 Jul 2011 15:28:43 +0000 (11:28 -0400)]
Removed oberlin references.

12 years agoMerge branch 'hotfix/oberlin_references' into taggit
Stephen Burrows [Mon, 11 Jul 2011 15:26:41 +0000 (11:26 -0400)]
Merge branch 'hotfix/oberlin_references' into taggit

12 years agoRemoved references to oberlin-specific models.
Stephen Burrows [Mon, 11 Jul 2011 15:18:56 +0000 (11:18 -0400)]
Removed references to oberlin-specific models.

12 years agoInitial philo commit to use django-taggit instead of native tags.
Stephen Burrows [Mon, 11 Jul 2011 15:13:44 +0000 (11:13 -0400)]
Initial philo commit to use django-taggit instead of native tags.

12 years agoMerge remote-tracking branch 'ithinksw/develop' into develop
Stephen Burrows [Sun, 10 Jul 2011 19:27:15 +0000 (15:27 -0400)]
Merge remote-tracking branch 'ithinksw/develop' into develop

12 years agoMerge branch 'embed-widget' of git://github.com/lapilofu/philo into develop
Joseph Spiros [Fri, 8 Jul 2011 22:13:18 +0000 (18:13 -0400)]
Merge branch 'embed-widget' of git://github.com/lapilofu/philo into develop

* 'embed-widget' of git://github.com/lapilofu/philo:
  Updated the grappelli styles to override the default styles.
  Updated styles to work in the original admin. Updated the javascript to overload the dismissAddAnotherPopup function as well.
  Made the embed widget javascript work by overloading the dismissRelatedLookupPopup function.
  Made the embed widget automatically generate URLs based on the ADMIN_URL global, which is provided by Grappelli. Unfortunately, this introduces a dependency on Grappelli. I'll return to this branch at a later date when my thinking is clearer.
  Initial work on a widget for TemplateFields that allows javascript selection of an object to embed.

12 years agoMoved to a more flexible BlogView method arrangement which leverages the general...
Stephen Burrows [Wed, 6 Jul 2011 20:05:53 +0000 (16:05 -0400)]
Moved to a more flexible BlogView method arrangement which leverages the general presence of the results of get_object to better provide certain functionality.

12 years agoUpdated the grappelli styles to override the default styles.
Harris Lapiroff [Wed, 6 Jul 2011 18:50:33 +0000 (14:50 -0400)]
Updated the grappelli styles to override the default styles.

12 years agoUpdated styles to work in the original admin. Updated the javascript to overload...
Harris Lapiroff [Wed, 6 Jul 2011 18:40:29 +0000 (14:40 -0400)]
Updated styles to work in the original admin. Updated the javascript to overload the dismissAddAnotherPopup function as well.

12 years agoMade the embed widget javascript work by overloading the dismissRelatedLookupPopup...
Harris Lapiroff [Wed, 6 Jul 2011 18:09:50 +0000 (14:09 -0400)]
Made the embed widget javascript work by overloading the dismissRelatedLookupPopup function.

12 years agoMerge branch 'develop' of git://github.com/melinath/philo into develop
Joseph Spiros [Wed, 29 Jun 2011 11:17:55 +0000 (07:17 -0400)]
Merge branch 'develop' of git://github.com/melinath/philo into develop

* 'develop' of git://github.com/melinath/philo:
  Added ordering to NavigationItemInline and removed the extra form a) because it's unnecessary, and b) to avoid grappelli issue #337.
  Added memoization to TargetURLModel.get_target_url.
  Removed unnecessary foreign key evaluations from MultiView subclass urlpatterns and get_reverse_params().
  Cleaned up shipherd docs.
  Added philo-root reversal caching to Node.construct_url.
  Pre-fetching the contentreference content may have been premature optimization. Switched to a simple fetch, as it seems to run slightly faster.
  Minor correction to ContainerContext.get_references().
  Moved caching of contentlets/contentreferences so that (for example) a page with only contentlets will not fetch content references. Set up content references to pre-fetch all related pieces of content to save queries.
  Removed template container discovery in favor of (potentially) larger queries.
  Moved container finding code into philo/utils/templates, along with template utils from philo/utils. Moved initial container fetching code for container template tags from ContainerContext.__init__ to ContainerNode.get_container_content and cleaned things up a little.
  Removed automatic interpretation of contentlets as templates as per issue #168.
  Tweaked the FeedView API slightly to pass the object from get_object into the get_items callback. This allows for FeedViews that do not have FK relationships to the object.
  A fair amount of effort is wasted getting container content. Initial commit of a branch to fix that. There's a large speedup on container fetching, but the container detection algorithm is prohibitively slow. Should be sped up or bypassed.
  Added link generation example, and fixed a typo.
  Note about context processor in Shipherd tutorial.

12 years agoMerge branch 'master' of git://github.com/lapilofu/philo into develop
Joseph Spiros [Wed, 29 Jun 2011 11:17:40 +0000 (07:17 -0400)]
Merge branch 'master' of git://github.com/lapilofu/philo into develop

* 'master' of git://github.com/lapilofu/philo:
  Small correction to a bug that was raising an error on the account_required method of AccountMultiView in instances where no manage_account_page is specified. 'node' should be instead 'request.node'.

12 years agoAdded ordering to NavigationItemInline and removed the extra form a) because it's...
Stephen Burrows [Tue, 28 Jun 2011 19:22:10 +0000 (15:22 -0400)]
Added ordering to NavigationItemInline and removed the extra form a) because it's unnecessary, and b) to avoid grappelli issue #337.

12 years agoSmall correction to a bug that was raising an error on the account_required method...
Harris Lapiroff [Tue, 28 Jun 2011 14:28:03 +0000 (10:28 -0400)]
Small correction to a bug that was raising an error on the account_required method of AccountMultiView in instances where no manage_account_page is specified. 'node' should be instead 'request.node'.

12 years agoAdded memoization to TargetURLModel.get_target_url.
Stephen Burrows [Tue, 28 Jun 2011 16:05:20 +0000 (12:05 -0400)]
Added memoization to TargetURLModel.get_target_url.

12 years agoRemoved unnecessary foreign key evaluations from MultiView subclass urlpatterns and...
Stephen Burrows [Tue, 28 Jun 2011 14:46:05 +0000 (10:46 -0400)]
Removed unnecessary foreign key evaluations from MultiView subclass urlpatterns and get_reverse_params().

12 years agoMerge git://github.com/derega/philo into develop. Merged derega's nav example changes...
Stephen Burrows [Mon, 27 Jun 2011 20:42:53 +0000 (16:42 -0400)]
Merge git://github.com/derega/philo into develop. Merged derega's nav example changes into templatetag docstring as well.

Conflicts:
docs/tutorials/shipherd.rst

12 years agoCleaned up shipherd docs.
Stephen Burrows [Mon, 27 Jun 2011 20:36:56 +0000 (16:36 -0400)]
Cleaned up shipherd docs.

12 years agoAdded philo-root reversal caching to Node.construct_url.
Stephen Burrows [Mon, 27 Jun 2011 20:36:38 +0000 (16:36 -0400)]
Added philo-root reversal caching to Node.construct_url.

12 years agoPre-fetching the contentreference content may have been premature optimization. Switc...
Stephen Burrows [Mon, 27 Jun 2011 18:38:52 +0000 (14:38 -0400)]
Pre-fetching the contentreference content may have been premature optimization. Switched to a simple fetch, as it seems to run slightly faster.

12 years agoMinor correction to ContainerContext.get_references().
Stephen Burrows [Mon, 27 Jun 2011 18:14:16 +0000 (14:14 -0400)]
Minor correction to ContainerContext.get_references().

12 years agoMerge branch 'fast_containers' into develop
Stephen Burrows [Mon, 27 Jun 2011 18:09:22 +0000 (14:09 -0400)]
Merge branch 'fast_containers' into develop

12 years agoMoved caching of contentlets/contentreferences so that (for example) a page with...
Stephen Burrows [Mon, 27 Jun 2011 17:52:44 +0000 (13:52 -0400)]
Moved caching of contentlets/contentreferences so that (for example) a page with only contentlets will not fetch content references. Set up content references to pre-fetch all related pieces of content to save queries.

12 years agoRemoved template container discovery in favor of (potentially) larger queries.
Stephen Burrows [Mon, 27 Jun 2011 16:27:02 +0000 (12:27 -0400)]
Removed template container discovery in favor of (potentially) larger queries.

12 years agoMoved container finding code into philo/utils/templates, along with template utils...
Stephen Burrows [Mon, 27 Jun 2011 15:23:28 +0000 (11:23 -0400)]
Moved container finding code into philo/utils/templates, along with template utils from philo/utils. Moved initial container fetching code for container template tags from ContainerContext.__init__ to ContainerNode.get_container_content and cleaned things up a little.

12 years agoMerge branch 'develop' into fast_containers
Stephen Burrows [Mon, 27 Jun 2011 14:11:50 +0000 (10:11 -0400)]
Merge branch 'develop' into fast_containers

Conflicts:
philo/templatetags/containers.py

12 years agoRemoved automatic interpretation of contentlets as templates as per issue #168.
Stephen Burrows [Sun, 26 Jun 2011 18:29:28 +0000 (14:29 -0400)]
Removed automatic interpretation of contentlets as templates as per issue #168.

12 years agoTweaked the FeedView API slightly to pass the object from get_object into the get_ite...
Stephen Burrows [Sun, 26 Jun 2011 15:55:54 +0000 (11:55 -0400)]
Tweaked the FeedView API slightly to pass the object from get_object into the get_items callback. This allows for FeedViews that do not have FK relationships to the object.

12 years agoMerge branch 'develop' of git://github.com/melinath/philo into develop
Joseph Spiros [Sat, 25 Jun 2011 02:41:43 +0000 (22:41 -0400)]
Merge branch 'develop' of git://github.com/melinath/philo into develop

* 'develop' of git://github.com/melinath/philo:
  Added catch to NavigationManager.get_for_node for cases where items do not have a target node.
  Added a local cache to NavigationMapper - avoids some unpickling costs.
  Tweaked NavigationItem.is_active to better leverage the caching.
  Generalized the 'single step' case in TreeEntity.get_path to include the case where the root is the direct parent of the current instance.
  Forced path memoization prior to node caching for better performance.
  Added django cache backend use on top of cacheless shipherd.
  Corrections to has_navigation and navigation_host to use the new NavigationMapper correctly. Also added select_related calls to the NavigationManager.get_for_node method.
  Removed shipherd cache to see if it was really helping at all.
  Removed extraneous evaluations of TreeEntity.parent.
  Set handles_subpath to be a class method rather than trying to resolve the url based on instance data. Added a select_related depth of 1 to a node's view when trying to render it.
  Corrected a feed_patterns call in NewsletterView.urlpatterns.
  Minor optimization: only call patterns at the end of winer.FeedView.feed_patterns.
  Minor optimization to AttributeForm. Very slightly reduces the number of queries in the admin for Entities.
  Added memoization (optional but enabled by default) to TreeEntity.get_path.
  Eliminated (Generic)ForeignKey evaluations in shipherd's NavigationManager.update_cache_for, Node.accepts_subpath, and templatetages.nodes.NodeURLNode.render.
  Corrections to frozen models in migration 18 so that south knows what happened in 15-17.
  Eliminated unnecessary ContentType queries that used applabel/model-based lookups.
  Eliminated unnecessary ContentType queries from AttributeMapper._fill_cache.

12 years agoMerge branch 'optimization' into develop
Stephen Burrows [Fri, 24 Jun 2011 21:13:27 +0000 (17:13 -0400)]
Merge branch 'optimization' into develop

12 years agoA fair amount of effort is wasted getting container content. Initial commit of a...
Stephen Burrows [Fri, 24 Jun 2011 21:13:00 +0000 (17:13 -0400)]
A fair amount of effort is wasted getting container content. Initial commit of a branch to fix that. There's a large speedup on container fetching, but the container detection algorithm is prohibitively slow. Should be sped up or bypassed.

12 years agoAdded catch to NavigationManager.get_for_node for cases where items do not have a...
Stephen Burrows [Fri, 24 Jun 2011 19:21:27 +0000 (15:21 -0400)]
Added catch to NavigationManager.get_for_node for cases where items do not have a target node.

12 years agoMerge branch 'better_cache' into optimization
Stephen Burrows [Fri, 24 Jun 2011 18:40:13 +0000 (14:40 -0400)]
Merge branch 'better_cache' into optimization

12 years agoAdded a local cache to NavigationMapper - avoids some unpickling costs.
Stephen Burrows [Fri, 24 Jun 2011 18:39:58 +0000 (14:39 -0400)]
Added a local cache to NavigationMapper - avoids some unpickling costs.

12 years agoTweaked NavigationItem.is_active to better leverage the caching.
Stephen Burrows [Fri, 24 Jun 2011 18:11:12 +0000 (14:11 -0400)]
Tweaked NavigationItem.is_active to better leverage the caching.

12 years agoMerge branch 'optimization' into better_cache
Stephen Burrows [Fri, 24 Jun 2011 17:09:56 +0000 (13:09 -0400)]
Merge branch 'optimization' into better_cache

12 years agoGeneralized the 'single step' case in TreeEntity.get_path to include the case where...
Stephen Burrows [Fri, 24 Jun 2011 17:09:33 +0000 (13:09 -0400)]
Generalized the 'single step' case in TreeEntity.get_path to include the case where the root is the direct parent of the current instance.

12 years agoForced path memoization prior to node caching for better performance.
Stephen Burrows [Fri, 24 Jun 2011 16:42:38 +0000 (12:42 -0400)]
Forced path memoization prior to node caching for better performance.

12 years agoAdded django cache backend use on top of cacheless shipherd.
Stephen Burrows [Fri, 24 Jun 2011 15:30:47 +0000 (11:30 -0400)]
Added django cache backend use on top of cacheless shipherd.

12 years agoCorrections to has_navigation and navigation_host to use the new NavigationMapper...
Stephen Burrows [Fri, 24 Jun 2011 14:18:19 +0000 (10:18 -0400)]
Corrections to has_navigation and navigation_host to use the new NavigationMapper correctly. Also added select_related calls to the NavigationManager.get_for_node method.

12 years agoRemoved shipherd cache to see if it was really helping at all.
Stephen Burrows [Thu, 23 Jun 2011 21:04:14 +0000 (17:04 -0400)]
Removed shipherd cache to see if it was really helping at all.

12 years agoRemoved extraneous evaluations of TreeEntity.parent.
Stephen Burrows [Thu, 23 Jun 2011 19:22:48 +0000 (15:22 -0400)]
Removed extraneous evaluations of TreeEntity.parent.

12 years agoMerge remote-tracking branch 'ithinksw/develop' into develop
Stephen Burrows [Thu, 23 Jun 2011 16:36:28 +0000 (12:36 -0400)]
Merge remote-tracking branch 'ithinksw/develop' into develop

12 years agoSet handles_subpath to be a class method rather than trying to resolve the url based...
Stephen Burrows [Wed, 22 Jun 2011 21:06:10 +0000 (17:06 -0400)]
Set handles_subpath to be a class method rather than trying to resolve the url based on instance data. Added a select_related depth of 1 to a node's view when trying to render it.

12 years agoCorrected a feed_patterns call in NewsletterView.urlpatterns.
Stephen Burrows [Wed, 22 Jun 2011 20:04:53 +0000 (16:04 -0400)]
Corrected a feed_patterns call in NewsletterView.urlpatterns.

12 years agoMinor optimization: only call patterns at the end of winer.FeedView.feed_patterns.
Stephen Burrows [Wed, 22 Jun 2011 20:02:22 +0000 (16:02 -0400)]
Minor optimization: only call patterns at the end of winer.FeedView.feed_patterns.

12 years agoMinor optimization to AttributeForm. Very slightly reduces the number of queries...
Stephen Burrows [Wed, 22 Jun 2011 17:11:23 +0000 (13:11 -0400)]
Minor optimization to AttributeForm. Very slightly reduces the number of queries in the admin for Entities.

12 years agoMerge branch 'develop' of git://github.com/melinath/philo into develop
Joseph Spiros [Wed, 22 Jun 2011 17:07:51 +0000 (13:07 -0400)]
Merge branch 'develop' of git://github.com/melinath/philo into develop

* 'develop' of git://github.com/melinath/philo:
  Added winer doc file. Improved the docstrings for FeedView from the penfield version.
  Renamed syndication to winer.
  Added information about request context processor to shipherd docs. See issue #160.
  Minor correction to shipherd howto.
  Moved a migration after the master migrations.
  Tweaked FeedView to more correctly generate links vs feed urls.
  Improved penfield docstrings. Added urlpatterns and support for all registered feed types. Resolves issue #141.
  Initial implementation of a separate syndication contrib app based on penfield's FeedView, updated to use a registry instead of a dict.
  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.
  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.

12 years agoAdded memoization (optional but enabled by default) to TreeEntity.get_path.
Stephen Burrows [Wed, 22 Jun 2011 16:30:25 +0000 (12:30 -0400)]
Added memoization (optional but enabled by default) to TreeEntity.get_path.

12 years agoEliminated (Generic)ForeignKey evaluations in shipherd's NavigationManager.update_cac...
Stephen Burrows [Wed, 22 Jun 2011 15:48:31 +0000 (11:48 -0400)]
Eliminated (Generic)ForeignKey evaluations in shipherd's NavigationManager.update_cache_for, Node.accepts_subpath, and templatetages.nodes.NodeURLNode.render.

12 years agoCorrections to frozen models in migration 18 so that south knows what happened in...
Stephen Burrows [Wed, 22 Jun 2011 14:24:43 +0000 (10:24 -0400)]
Corrections to frozen models in migration 18 so that south knows what happened in 15-17.

12 years agoEliminated unnecessary ContentType queries that used applabel/model-based lookups.
Stephen Burrows [Wed, 22 Jun 2011 14:12:25 +0000 (10:12 -0400)]
Eliminated unnecessary ContentType queries that used applabel/model-based lookups.

12 years agoEliminated unnecessary ContentType queries from AttributeMapper._fill_cache.
Stephen Burrows [Wed, 22 Jun 2011 13:54:41 +0000 (09:54 -0400)]
Eliminated unnecessary ContentType queries from AttributeMapper._fill_cache.

12 years agoMerge branch 'syndication' into develop
Stephen Burrows [Wed, 22 Jun 2011 02:12:22 +0000 (22:12 -0400)]
Merge branch 'syndication' into develop

12 years agoAdded winer doc file. Improved the docstrings for FeedView from the penfield version.
Stephen Burrows [Wed, 22 Jun 2011 02:10:04 +0000 (22:10 -0400)]
Added winer doc file. Improved the docstrings for FeedView from the penfield version.

12 years agoMerge branch 'develop' into syndication
Stephen Burrows [Tue, 21 Jun 2011 22:38:28 +0000 (18:38 -0400)]
Merge branch 'develop' into syndication

12 years agoRenamed syndication to winer.
Stephen Burrows [Tue, 21 Jun 2011 22:38:08 +0000 (18:38 -0400)]
Renamed syndication to winer.

12 years agoAdded link generation example, and fixed a typo.
Ilkka Hakkari [Sat, 18 Jun 2011 18:23:40 +0000 (11:23 -0700)]
Added link generation example, and fixed a typo.

12 years agoNote about context processor in Shipherd tutorial.
Ilkka Hakkari [Sat, 18 Jun 2011 18:10:35 +0000 (11:10 -0700)]
Note about context processor in Shipherd tutorial.

12 years agoMerge branch '0.9.X' into develop
Stephen Burrows [Wed, 15 Jun 2011 21:55:14 +0000 (17:55 -0400)]
Merge branch '0.9.X' into develop

12 years agoAdded information about request context processor to shipherd docs. See issue #160.
Stephen Burrows [Wed, 15 Jun 2011 21:50:22 +0000 (17:50 -0400)]
Added information about request context processor to shipherd docs. See issue #160.

12 years agoMinor correction to shipherd howto.
Stephen Burrows [Wed, 15 Jun 2011 13:51:28 +0000 (09:51 -0400)]
Minor correction to shipherd howto.

12 years agoFixing setup.py to reference README instead of README.markdown as otherwise sdist... philo-0.9
Joseph Spiros [Wed, 15 Jun 2011 10:05:04 +0000 (06:05 -0400)]
Fixing setup.py to reference README instead of README.markdown as otherwise sdist installations will fail.

12 years agoMerge branch 'master' of git://github.com/melinath/philo
Joseph Spiros [Wed, 15 Jun 2011 09:19:38 +0000 (05:19 -0400)]
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Last-minute tweaks to the tutorials based on user input.

12 years agoMerge branch 'master' into develop
Stephen Burrows [Tue, 14 Jun 2011 23:24:09 +0000 (19:24 -0400)]
Merge branch 'master' into develop

12 years agoLast-minute tweaks to the tutorials based on user input.
Stephen Burrows [Tue, 14 Jun 2011 23:24:01 +0000 (19:24 -0400)]
Last-minute tweaks to the tutorials based on user input.

12 years agoUpdated links to the "project website" and made the READMEs consistent with the docs.
Joseph Spiros [Tue, 14 Jun 2011 11:06:46 +0000 (07:06 -0400)]
Updated links to the "project website" and made the READMEs consistent with the docs.