Resolved issue #120 by removing detection of containers which would not be rendered.
[philo.git] / models / pages.py
2011-03-30 Stephen BurrowsResolved issue #120 by removing detection of containers...
2011-03-28 Stephen BurrowsMerge branch 'julian' of git://github.com/lapilofu...
2011-03-23 Stephen BurrowsSwitched Template.__unicode__ to only return self.name...
2011-03-05 Stephen BurrowsMerge branch 'master' into julian
2011-03-03 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-03-02 Harris LapiroffMerge remote branch 'melinath/master'
2011-02-24 Stephen BurrowsMerge branch 'master' into search
2011-02-24 Stephen BurrowsMerge branch 'block_container_override'
2011-02-24 Stephen BurrowsMinor LazyContainerFinder cleanup. It's not really...
2011-02-23 Stephen BurrowsRemoved nodelist_crawl since nothing is using it and...
2011-02-23 Stephen BurrowsBuilt a clearer algorithm for finding a template's...
2011-02-23 Stephen BurrowsGenericized nodelist_crawl to just pass each node to...
2011-02-09 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-02-09 Stephen BurrowsMerge branch 'master' into julian
2011-02-09 Stephen BurrowsAdded db_index to Contentlet/ContentReference names...
2010-12-21 Stephen BurrowsMoved all navigation-related code to contrib/navigation...
2010-12-21 Stephen BurrowsMerge branch 'master' into navigation
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 'mptt'
2010-11-24 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-11-17 Stephen BurrowsSwitched template loading from Template.loader to philo...
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-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-14 Stephen BurrowsMerge branch 'flexible_attributes'
2010-10-14 Stephen BurrowsMerge branch 'master' into flexible_attributes
2010-10-12 Stephen BurrowsInitial flexible attributes commit. Removed Relationshi...
2010-10-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-10-01 Stephen BurrowsAbstracted the Template container fetcher to a nodelist...
2010-10-01 Stephen BurrowsRemoved 'dynamic' from the Contentlet model. Added...
2010-09-30 Stephen BurrowsAdded template field to master branch. Added monkeypatc...
2010-09-29 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-09-23 Stephen BurrowsAdded waldo filtering to send multipart or plaintext...
2010-09-23 Stephen BurrowsSwitched over to render_to_response and actually_render...
2010-08-24 Joseph SpirosMerge branch 'melinath'
2010-08-24 Joseph SpirosMerge branch 'new_page_admin' of git://github.com/melin...
2010-08-23 melinathInitial new page admin commit. Working on faking the...
2010-08-11 Joseph SpirosMerge branch 'node_absolute_urls' of git://github.com...
2010-08-11 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-08-11 Stephen BurrowsPaginator returns page.object_list as objects if a...
2010-08-10 Stephen BurrowsImplements render_to_string on Page model for cases...
2010-08-10 Stephen BurrowsImplements get_absolute_url for nodes (Feature #17...
2010-07-15 Joseph SpirosInitial implementation of node_url templatetag.
2010-07-02 Kriti GodeyMerge branch 'master' into penfield, cleaned up.
2010-06-28 Joseph SpirosMerge branch 'master' into penfield
2010-06-27 Joseph SpirosChanging the Template container node detection code...
2010-06-26 Joseph SpirosMerge branch 'master' into penfield
2010-06-26 Joseph SpirosAdding extra_context to render_to_response on Nodes...
2010-06-25 Joseph SpirosMerge branch 'penfield-new-nodes' into penfield
2010-06-25 Joseph SpirosMerge branch 'master' into penfield-new-nodes
2010-06-25 Joseph SpirosInitial implementation of new Node system whereby Nodes...
2010-06-23 Joseph SpirosMerge branch 'master' into penfield
2010-06-23 Joseph SpirosMinor cosmetic cleanup of model references following...
2010-06-23 Joseph SpirosMerge branch 'master' into penfield
2010-06-23 Joseph SpirosSplitting models into submodules beside models.base.