philo.git
2010-10-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-10-05 Stephen BurrowsMerge branch 'embed'
2010-10-05 Stephen BurrowsMinor bugfix: moved ConstantEmbedNode DoesNotExist...
2010-10-05 Stephen BurrowsRemoved referential integrity code. Moved embed templat...
2010-10-04 Stephen BurrowsAdded embeddable_content_types registry to track what...
2010-10-04 Stephen BurrowsAdded kwarg capability to embed tag. Adjusted reference...
2010-10-04 Stephen BurrowsAdjusted to match the new master TemplateField changes...
2010-10-04 Stephen BurrowsAdded post-save and post-delete signals to manage Embed...
2010-10-04 Stephen BurrowsAdded methods and functions to support syncing embedded...
2010-10-04 Stephen BurrowsInitial embed commit. Implements TemplateField and...
2010-10-04 Stephen BurrowsSwitched nodelist crawl to return the more generic...
2010-10-03 Joseph SpirosAdding recaptcha-django to the README.
2010-10-01 Stephen BurrowsAbstracted the Template container fetcher to a nodelist...
2010-10-01 Stephen BurrowsMoved a few more miscellaneous things into master from...
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-30 Stephen BurrowsTweaked nodeview error reraising to preserve traceback...
2010-09-29 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2010-09-28 Stephen BurrowsImplemented better container filtering for page contain...
2010-09-23 Stephen BurrowsModified FeedMultiViewMixin to allow greater customizat...
2010-09-23 Stephen BurrowsAdjusted feedmultiviewmixin to allow more customization...
2010-09-23 Stephen BurrowsCorrected blogview tag feed urls.
2010-09-23 Stephen BurrowsAdded filter_horizontal on blogentry tags. Made minor...
2010-09-23 Stephen BurrowsAdded waldo filtering to send multipart or plaintext...
2010-09-23 Stephen BurrowsFixed login redirects
2010-09-23 Stephen BurrowsAdded recaptcha support to waldo registration form.
2010-09-23 Stephen BurrowsSwitched newsletterissue numbering to a more generic...
2010-09-23 Stephen BurrowsAdded 500 handling to nodeview. Made nodeview vary...
2010-09-23 Stephen BurrowsAdded philo 404 handling via a relationship named Http4...
2010-09-23 Stephen BurrowsAdded tags to newsletter articles
2010-09-23 Stephen BurrowsTweaked AccountMultiView to account for emails containi...
2010-09-23 Stephen BurrowsUpped philo.tag name/slug lengths to 255.
2010-09-23 Stephen BurrowsAdded slug to TagAdmin list_display. Corrected FeedMult...
2010-09-23 Stephen BurrowsAdded helper function to ease response 'returns' for...
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-23 Stephen BurrowsShifted definition of the context list_var (entries...
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-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...
next