philo.git
2010-10-21 Joseph SpirosMerge branch '404_relationship_bugfix' of git://github...
2010-10-21 Stephen BurrowsRemoves leftover references to relationships in nodevie...
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-21 Stephen BurrowsAdded support for 'editable' to ProxyFields. Tweaked...
2010-10-21 Stephen BurrowsTweaked philo migrations to force contenttype creation...
2010-10-20 Stephen BurrowsAdded unittest for node_url templatetag. Fixed issues...
2010-10-20 Stephen BurrowsInitial node_url_refactor commit. Revises node_url...
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-18 Stephen BurrowsGenericized penfield's migrations to allow for variatio...
2010-10-15 Stephen BurrowsTweaked QuerySetMapper to return the value's value...
2010-10-14 Stephen BurrowsShunted the responsibility in Entity proxy models for...
2010-10-14 Stephen BurrowsMerge branch 'flexible_attributes'
2010-10-14 Stephen BurrowsAdded migrations to handle transfer of structure and...
2010-10-14 Stephen BurrowsAdded AttributeInlineFormSet to force new Attribute...
2010-10-14 Stephen BurrowsAdded generic relation from attribute values back to...
2010-10-14 Stephen BurrowsMerge branch 'master' into flexible_attributes
2010-10-13 Stephen BurrowsAdded migrations from ithinksw/master to melinath/master
2010-10-13 Stephen BurrowsAdded search field to tags; added db_index=True to...
2010-10-12 Stephen BurrowsPolished AttributeForm to better handle changes to...
2010-10-12 Stephen BurrowsAdded AttributeForm to elegantly handle all the fields...
2010-10-12 Stephen BurrowsInitial flexible attributes commit. Removed Relationshi...
2010-10-08 Stephen BurrowsCreated JSON field, descriptor, and formfield to handle...
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...
next