philo.git
2010-08-01 Joseph SpirosAttributeFields and RelationshipFields now store their...
2010-07-31 Joseph SpirosInitial implementation of AttributeField and Relationsh...
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
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 SpirosSwitching to new Node/View system.
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...
2010-06-22 Joseph SpirosMerge branch 'master' into penfield
2010-06-22 Joseph SpirosMerge branch 'melinath'
2010-06-22 Joseph SpirosPre-merge cleanup.
2010-06-22 Joseph SpirosMerge git://github.com/melinath/philo into melinath
2010-06-22 melinathSwitched URLRedirectValidator and URLLinkValidator...
2010-06-20 Kriti GodeyFixed File unicode method and added pagination to the...
2010-06-18 melinathExplicated DoesNotExist exception for PageAdmin save_mo...
2010-06-18 melinathAdded get_path fallback to slug to increase information...
2010-06-18 melinathRevert Redirect unicode.
2010-06-18 melinathMerge branch 'master' of git.ithinksw.org/philo
2010-06-18 Joseph SpirosMerge branch 'master' into penfield
2010-06-18 Joseph SpirosRevert "Added File unicode."
2010-06-18 melinathAdded Redirect unicode.
2010-06-17 melinathAdded redirect and link validators to allow internal...
2010-06-17 melinathFixed null content reference id bug.
2010-06-17 Joseph SpirosMerge branch 'penfield' of git://github.com/kgodey...
2010-06-17 Joseph SpirosMerge branch 'master' into penfield
2010-06-17 Joseph SpirosMerge branch 'melinath'
2010-06-17 Joseph SpirosRevert "Made referencing containers optional on pages...
2010-06-17 Joseph SpirosPre-merge cleanup.
2010-06-17 Joseph SpirosMerge git://github.com/melinath/philo into melinath
2010-06-16 melinathRemerged clone to push to it
2010-06-16 melinathFixed collapse classes
2010-06-16 Kriti GodeyTags implemented in Penfield, added to blog entries.
2010-06-16 Joseph SpirosMerge branch 'penfield' of git://github.com/kgodey...
2010-06-16 Joseph SpirosMerge branch 'master' into penfield
2010-06-16 melinathMerged origin/master
2010-06-16 melinathAdded contentlet unicode and fixed container context...
2010-06-16 melinathMade referencing containers optional on pages. Fixes...
2010-06-16 Joseph SpirosMerge branch 'admin-cleanup'
2010-06-16 Joseph SpirosMaking Attribute and Relationship inlines collapsible...
2010-06-16 Joseph SpirosHiding save_on_top on the Page add form template, and...
2010-06-16 Joseph SpirosPages now have a custom add form template which notifie...
2010-06-16 Joseph SpirosImplementing NodeAdmin and subclasses for built-in...
2010-06-16 Kriti GodeyThe index template gets a queryset of entries now.
2010-06-16 Kriti GodeyFixed date ordering.
2010-06-16 Kriti GodeyFixed blog entries plural and ordering.
2010-06-15 melinathAdded File unicode.
2010-06-14 melinathRebased to origin; removed treechanges.
2010-06-14 melinathLast random entry before more organized approach. Added...
2010-06-14 melinathReopened treechanges. Moved validation language to...
next