philo.git
2012-02-01 Joseph SpirosMerge branch 'release/0.9.2' master philo-0.9.2
2012-02-01 Joseph SpirosBumped version number and wrote release notes for 0...
2012-02-01 Joseph SpirosFixed an exception with JSONAttributes using DateField...
2012-01-31 Joseph SpirosUpdated copyright date range to end in 2012 instead...
2011-11-04 Joseph SpirosAdded include_package_data option to setup.py to ensure...
2011-10-09 Joseph SpirosMerge branch 'release/0.9.1' into develop
2011-10-09 Joseph SpirosMerge branch 'release/0.9.1' philo-0.9.1
2011-10-09 Joseph SpirosEdited the READMEs and documentation to be cleaner...
2011-10-08 Joseph SpirosBumped version number to 0.9.1 in preparation for release.
2011-10-08 Joseph SpirosMerge branch 'release' of git://github.com/melinath...
2011-10-08 Joseph SpirosMerge branch 'develop' of git://github.com/melinath...
2011-10-08 Stephen BurrowsTweaked manifest file. Removed a bunch of hackery from...
2011-10-08 Stephen BurrowsMerge remote-tracking branch 'lapilofu/hotfix/manifest...
2011-10-08 Stephen BurrowsAbstracted email resetting during the email change...
2011-09-27 Harris LapiroffThis will include non *.py files in our distribution...
2011-09-19 Stephen BurrowsRemoved python requirement line from setup.py, since...
2011-09-19 Stephen BurrowsCorrection to waldo login view to pass the request...
2011-08-28 Stephen BurrowsAdded release notes for 0.9.1.
2011-08-28 Stephen BurrowsMerged the contribution information from the ithinksw...
2011-08-27 Stephen BurrowsRemoved philo.models.Tag entry from the docs.
2011-08-27 Stephen BurrowsIncremented version number to 0.9.1rc and cleaned up...
2011-08-27 Stephen BurrowsMerge branch 'taggit' into develop
2011-08-26 Stephen BurrowsMerge branch 'optimization' into develop
2011-07-22 Stephen BurrowsTweaked AttributeMapper._fill_cache to also store value...
2011-07-21 Stephen BurrowsLazy-eval the values of AttributeValues instead of...
2011-07-21 Stephen BurrowsRemoved Node.render_to_response select_related call...
2011-07-20 Stephen BurrowsAdded a 'contributing' page to the philo docs. This...
2011-07-19 Stephen BurrowsCorrections to Blog.entry_tags to use taggit APIs....
2011-07-15 Stephen BurrowsMinor correction to EmbedWidget.js to handle window...
2011-07-15 Stephen BurrowsOverrides TemplateField widget on admin container forms...
2011-07-15 Stephen BurrowsReverted TemplateField parent to models.TextField and...
2011-07-15 Stephen BurrowsRemoved TagCreation.js and the admin widget that used it.
2011-07-11 Stephen BurrowsAdded django-taggit extra requirement to setup.py.
2011-07-11 Stephen BurrowsRemoved oberlin references.
2011-07-11 Stephen BurrowsMerge branch 'hotfix/oberlin_references' into taggit
2011-07-11 Stephen BurrowsRemoved references to oberlin-specific models.
2011-07-11 Stephen BurrowsInitial philo commit to use django-taggit instead of...
2011-07-10 Stephen BurrowsMerge remote-tracking branch 'ithinksw/develop' into...
2011-07-08 Joseph SpirosMerge branch 'embed-widget' of git://github.com/lapilof...
2011-07-06 Stephen BurrowsMoved to a more flexible BlogView method arrangement...
2011-07-06 Harris LapiroffUpdated the grappelli styles to override the default...
2011-07-06 Harris LapiroffUpdated styles to work in the original admin. Updated...
2011-07-06 Harris LapiroffMade the embed widget javascript work by overloading...
2011-06-29 Joseph SpirosMerge branch 'develop' of git://github.com/melinath...
2011-06-29 Joseph SpirosMerge branch 'master' of git://github.com/lapilofu...
2011-06-28 Stephen BurrowsAdded ordering to NavigationItemInline and removed...
2011-06-28 Harris LapiroffSmall correction to a bug that was raising an error...
2011-06-28 Stephen BurrowsAdded memoization to TargetURLModel.get_target_url.
2011-06-28 Stephen BurrowsRemoved unnecessary foreign key evaluations from MultiV...
2011-06-27 Stephen BurrowsMerge git://github.com/derega/philo into develop. Merge...
2011-06-27 Stephen BurrowsCleaned up shipherd docs.
2011-06-27 Stephen BurrowsAdded philo-root reversal caching to Node.construct_url.
2011-06-27 Stephen BurrowsPre-fetching the contentreference content may have...
2011-06-27 Stephen BurrowsMinor correction to ContainerContext.get_references().
2011-06-27 Stephen BurrowsMerge branch 'fast_containers' into develop
2011-06-27 Stephen BurrowsMoved caching of contentlets/contentreferences so that...
2011-06-27 Stephen BurrowsRemoved template container discovery in favor of (poten...
2011-06-27 Stephen BurrowsMoved container finding code into philo/utils/templates...
2011-06-27 Stephen BurrowsMerge branch 'develop' into fast_containers
2011-06-26 Stephen BurrowsRemoved automatic interpretation of contentlets as...
2011-06-26 Stephen BurrowsTweaked the FeedView API slightly to pass the object...
2011-06-25 Joseph SpirosMerge branch 'develop' of git://github.com/melinath...
2011-06-24 Stephen BurrowsMerge branch 'optimization' into develop
2011-06-24 Stephen BurrowsA fair amount of effort is wasted getting container...
2011-06-24 Stephen BurrowsAdded catch to NavigationManager.get_for_node for cases...
2011-06-24 Stephen BurrowsMerge branch 'better_cache' into optimization
2011-06-24 Stephen BurrowsAdded a local cache to NavigationMapper - avoids some...
2011-06-24 Stephen BurrowsTweaked NavigationItem.is_active to better leverage...
2011-06-24 Stephen BurrowsMerge branch 'optimization' into better_cache
2011-06-24 Stephen BurrowsGeneralized the 'single step' case in TreeEntity.get_pa...
2011-06-24 Stephen BurrowsForced path memoization prior to node caching for bette...
2011-06-24 Stephen BurrowsAdded django cache backend use on top of cacheless...
2011-06-24 Stephen BurrowsCorrections to has_navigation and navigation_host to...
2011-06-23 Stephen BurrowsRemoved shipherd cache to see if it was really helping...
2011-06-23 Stephen BurrowsRemoved extraneous evaluations of TreeEntity.parent.
2011-06-23 Stephen BurrowsMerge remote-tracking branch 'ithinksw/develop' into...
2011-06-22 Stephen BurrowsSet handles_subpath to be a class method rather than...
2011-06-22 Stephen BurrowsCorrected a feed_patterns call in NewsletterView.urlpat...
2011-06-22 Stephen BurrowsMinor optimization: only call patterns at the end of...
2011-06-22 Stephen BurrowsMinor optimization to AttributeForm. Very slightly...
2011-06-22 Joseph SpirosMerge branch 'develop' of git://github.com/melinath...
2011-06-22 Stephen BurrowsAdded memoization (optional but enabled by default...
2011-06-22 Stephen BurrowsEliminated (Generic)ForeignKey evaluations in shipherd...
2011-06-22 Stephen BurrowsCorrections to frozen models in migration 18 so that...
2011-06-22 Stephen BurrowsEliminated unnecessary ContentType queries that used...
2011-06-22 Stephen BurrowsEliminated unnecessary ContentType queries from Attribu...
2011-06-22 Stephen BurrowsMerge branch 'syndication' into develop
2011-06-22 Stephen BurrowsAdded winer doc file. Improved the docstrings for FeedV...
2011-06-21 Stephen BurrowsMerge branch 'develop' into syndication
2011-06-21 Stephen BurrowsRenamed syndication to winer.
2011-06-18 Ilkka HakkariAdded link generation example, and fixed a typo.
2011-06-18 Ilkka HakkariNote about context processor in Shipherd tutorial.
2011-06-15 Stephen BurrowsMerge branch '0.9.X' into develop
2011-06-15 Stephen BurrowsAdded information about request context processor to...
2011-06-15 Stephen BurrowsMinor correction to shipherd howto.
2011-06-15 Joseph SpirosFixing setup.py to reference README instead of README... philo-0.9
2011-06-15 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-06-14 Stephen BurrowsMerge branch 'master' into develop
2011-06-14 Stephen BurrowsLast-minute tweaks to the tutorials based on user input.
2011-06-14 Joseph SpirosUpdated links to the "project website" and made the...
next