Added db_index to Contentlet/ContentReference names, AttributeValue fields, and Navig...
[philo.git] / models / pages.py
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.