philo.git
2010-08-24 Joseph SpirosMerge branch 'melinath'
2010-08-24 Joseph SpirosMerge branch 'new_page_admin' of git://github.com/melin...
2010-08-24 Joseph SpirosMerge branch 'feedmixin' of git://github.com/melinath...
2010-08-24 Joseph SpirosMerge branch 'waldo' of git://github.com/melinath/philo...
2010-08-23 Stephen BurrowsCorrected get_subpath on blogs and newsletters to fit...
2010-08-23 Stephen BurrowsImplemented feeds for NewsletterView. Corrected BlogVie...
2010-08-23 Stephen BurrowsMoved feed-related methods to a generic mixin.
2010-08-23 Stephen BurrowsAdded feeds to blogs.
2010-08-23 melinathImplemented object deletion on null values. Added Model...
2010-08-23 melinathDisplay of current values functional.
2010-08-23 melinathDisplay of ContainerFormSets functional; display of...
2010-08-23 melinathInitial new page admin commit. Working on faking the...
2010-08-23 melinathImplemented email change confirmation.
2010-08-23 melinathImplemented EmailTokenGenerator and added password...
2010-08-23 Stephen BurrowsImplemented password resetting. Improved redirection...
2010-08-23 Stephen BurrowsImplemented one-time login on account confirm.
2010-08-23 Stephen BurrowsToken-based User registration functional
2010-08-23 Stephen BurrowsWIP: Implementation of pended user creation using token...
2010-08-23 Stephen BurrowsInitial waldo commit. Implements abstract LoginMultiVie...
2010-08-20 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-08-19 melinathRe-tweaked page add form to preserve 'continue on norma...
2010-08-18 melinathTweaked page add_form template. Fixes bug #8.
2010-08-18 melinathMoved templateform to forms.py in preparation for exper...
2010-08-17 melinathAdded collapse classes to attribute and relationship...
2010-08-17 melinathAdded template code validation to the admin. This essen...
2010-08-17 melinathSet TreeModel slug field length to 255 to match Titled
2010-08-12 Joseph SpirosThe blog ForeignKey on the BlogEntry model can now...
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 'master' of git://github.com/melinath...
2010-08-11 Stephen BurrowsAdjusted the paginate function to only attempt a length...
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-10 Stephen BurrowsUnimplemented PaginationProxy; moved pagination from...
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 Stephen BurrowsAdded forgotten import of EmptyPage.
2010-08-09 Stephen BurrowsIntroduced the PaginationProxy object to simplify use...
2010-08-09 Stephen BurrowsRevised penfield's pagination helper to work more gener...
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-25 Kriti GodeyAdded archives support to get_subpath in penfield's...
2010-07-23 Kriti GodeyRegistered Node in register_value_model.
2010-07-23 Kriti GodeyAdded "entry_dates" method to model to provide distinct...
2010-07-22 melinathAdded a bit to newsletters to streamline interactions...
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 melinathSlight changes to penfield NewsletterIssueAdmin & added...
2010-07-15 Joseph SpirosMultiViews now clear_url_caches before resolving URLs...
2010-07-15 Joseph SpirosFixed the node_url templatetag's generation of URLs.
2010-07-15 Joseph SpirosImplementing get_subpath on NewsletterView so that...
2010-07-15 Joseph SpirosInitial implementation of node_url templatetag.
2010-07-09 Joseph SpirosAdding the 'monospace' class to container fieldsets...
2010-07-08 Joseph SpirosAdding support to BlogView for filtering based on multi...
2010-07-08 Joseph SpirosMerge branch 'kgodey'
2010-07-08 Joseph SpirosFixing a double declaration of the monthname filter...
2010-07-08 Joseph SpirosMerge branch 'master' of git://github.com/kgodey/philo...
2010-07-08 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-07-07 Kriti GodeyAdded templatetags "monthname" and "ap_monthname" to...
2010-07-06 melinathMerge branch 'master' of github.com/ithinksw/philo
2010-07-06 melinathChanged to delete empty contentreferences on pages...
2010-07-05 Joseph SpirosFixing a bug in BlogView's tag_view where it would...
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 GodeyFixed null constraint on entries_per_page in BlogView
2010-07-05 Kriti GodeyEdited unicode methods and added some null=True, blank...
2010-07-03 Joseph SpirosAdding __unicode__ to BlogViews.
2010-07-02 Joseph SpirosMerge branch 'master' of git://github.com/kgodey/philo
2010-07-02 Kriti GodeyMerge branch 'penfield'
2010-07-02 Kriti GodeyMerge branch 'master' into penfield, cleaned up.
2010-07-02 Kriti GodeyUpdated models, created separate files called utils...
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-30 Joseph SpirosFleshed out NewsletterView further, and updated BlogVie...
2010-06-30 Joseph SpirosSwitched all references to Templates in BlogViews and...
2010-06-29 Joseph SpirosFixed a bug in ContentTypeSubclassLimiter whereby it...
2010-06-29 Joseph SpirosMultiViews now pass extra_context and node to view...
2010-06-29 Joseph SpirosAdded support for tags to Blogs and BlogViews.
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 SpirosFleshed out Newsletter, NewsletterArticle, NewsletterIs...
2010-06-29 Joseph SpirosMoved Tag, and the Titled abstract model, from penfield...
2010-06-29 melinathMerge origin/master
2010-06-29 melinathAdded admin imports
2010-06-28 Joseph SpirosMerge branch 'master' into penfield
2010-06-28 Joseph SpirosFixing imports on admin.widgets, forgot to move some...
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
next