Merge branch 'master' of git://github.com/melinath/philo
[philo.git] / models /
2010-10-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-10-05 Stephen BurrowsMerge branch 'embed'
2010-10-05 Stephen BurrowsRemoved referential integrity code. Moved embed templat...
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 BurrowsUpped philo.tag name/slug lengths to 255.
2010-09-23 Stephen BurrowsSwitched over to render_to_response and actually_render...
2010-09-23 Stephen BurrowsAdded view_about_to_render and view_finished_rendering...
2010-09-08 Joseph SpirosAdded JSON validator to Attributes.
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-20 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-08-17 melinathSet TreeModel slug field length to 255 to match Titled
2010-08-12 Joseph SpirosExplicit declaration of keys for AttributeFields and...
2010-08-12 Joseph SpirosFixed some issues that broke fieldset definitions on...
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-08-09 Stephen BurrowsMerge branch 'new_paginator'
2010-08-09 Stephen BurrowsMultiview will now pass node and extra_context to any...
2010-08-09 Joseph SpirosFixed a grave error wherein Node did not have a TreeMan...
2010-08-09 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-08-09 Joseph SpirosMerge branch 'master' of git://github.com/kgodey/philo
2010-08-09 Joseph SpirosMerge branch 'entity-proxy-fields'
2010-08-09 Joseph SpirosImplemented EntityForm, which knows how to deal with...
2010-08-05 Stephen BurrowsAdded unique_together constraint to Attributes and...
2010-08-01 Joseph SpirosAttributeFields and RelationshipFields now store their...
2010-07-31 Joseph SpirosInitial implementation of AttributeField and Relationsh...
2010-07-23 Kriti GodeyRegistered Node in register_value_model.
2010-07-21 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-07-15 melinathMembersof now uses 'app_label.model'; removed blockcont...
2010-07-15 Joseph SpirosMultiViews now clear_url_caches before resolving URLs...
2010-07-15 Joseph SpirosInitial implementation of node_url templatetag.
2010-07-06 melinathMerge branch 'master' of github.com/ithinksw/philo
2010-07-05 Joseph SpirosIncreasing the max_length of the slug field on Titled...
2010-07-05 Joseph SpirosMerge branch 'master' of git://github.com/kgodey/philo
2010-07-05 Kriti GodeyEdited unicode methods and added some null=True, blank...
2010-07-02 Kriti GodeyMerge branch 'master' into penfield, cleaned up.
2010-07-01 melinathMinor corrections to containers to ensure setting of...
2010-07-01 melinathMerge branch 'master' of git.ithinksw.org/philo
2010-06-30 Joseph SpirosAdded uniqueness constraints to Tag, NewsletterArticle...
2010-06-29 Joseph SpirosMultiViews now pass extra_context and node to view...
2010-06-29 Joseph SpirosAdded app_label to Tag. Removed app_label from abstract...
2010-06-29 melinathMerge branch 'master' of git.ithinksw.org/philo
2010-06-29 Joseph SpirosMerge branch 'penfield'
2010-06-29 Joseph SpirosMoved Tag, and the Titled abstract model, from penfield...
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.
2010-06-23 Joseph SpirosRenaming models.all to models.base.
2010-06-22 Joseph SpirosSwitching models module to use a directory (models...