2010-08-23 |
Stephen Burrows | Implemented one-time login on account confirm. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Stephen Burrows | Token-based User registration functional |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Stephen Burrows | WIP: Implementation of pended user creation using token... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Stephen Burrows | Initial waldo commit. Implements abstract LoginMultiVie... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
melinath | Re-tweaked page add form to preserve 'continue on norma... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
melinath | Tweaked page add_form template. Fixes bug #8. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
melinath | Moved templateform to forms.py in preparation for exper... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
melinath | Added collapse classes to attribute and relationship... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
melinath | Added template code validation to the admin. This essen... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
melinath | Set TreeModel slug field length to 255 to match Titled |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Joseph Spiros | The blog ForeignKey on the BlogEntry model can now... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Joseph Spiros | Explicit declaration of keys for AttributeFields and... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Joseph Spiros | Fixed some issues that broke fieldset definitions on... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Stephen Burrows | Adjusted the paginate function to only attempt a length... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joseph Spiros | Merge branch 'node_absolute_urls' of git://github.com... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Stephen Burrows | Paginator returns page.object_list as objects if a... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Stephen Burrows | Implements render_to_string on Page model for cases... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Stephen Burrows | Implements get_absolute_url for nodes (Feature #17... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Stephen Burrows | Unimplemented PaginationProxy; moved pagination from... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Stephen Burrows | Merge branch 'new_paginator' |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Stephen Burrows | Multiview will now pass node and extra_context to any... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Stephen Burrows | Added forgotten import of EmptyPage. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Stephen Burrows | Introduced the PaginationProxy object to simplify use... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Stephen Burrows | Revised penfield's pagination helper to work more gener... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joseph Spiros | Fixed a grave error wherein Node did not have a TreeMan... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joseph Spiros | Merge branch 'master' of git://github.com/kgodey/philo |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joseph Spiros | Merge branch 'entity-proxy-fields' |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joseph Spiros | Implemented EntityForm, which knows how to deal with... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Stephen Burrows | Added unique_together constraint to Attributes and... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Joseph Spiros | AttributeFields and RelationshipFields now store their... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Joseph Spiros | Initial implementation of AttributeField and Relationsh... |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Kriti Godey | Added archives support to get_subpath in penfield's... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Kriti Godey | Registered Node in register_value_model. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Kriti Godey | Added "entry_dates" method to model to provide distinct... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
melinath | Added a bit to newsletters to streamline interactions... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
melinath | Membersof now uses 'app_label.model'; removed blockcont... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
melinath | Slight changes to penfield NewsletterIssueAdmin & added... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Joseph Spiros | MultiViews now clear_url_caches before resolving URLs... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Joseph Spiros | Fixed the node_url templatetag's generation of URLs. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Joseph Spiros | Implementing get_subpath on NewsletterView so that... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Joseph Spiros | Initial implementation of node_url templatetag. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Joseph Spiros | Adding the 'monospace' class to container fieldsets... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Joseph Spiros | Adding support to BlogView for filtering based on multi... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Joseph Spiros | Merge branch 'kgodey' |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Joseph Spiros | Fixing a double declaration of the monthname filter... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Joseph Spiros | Merge branch 'master' of git://github.com/kgodey/philo... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Joseph Spiros | Merge branch 'master' of git://github.com/melinath... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Kriti Godey | Added templatetags "monthname" and "ap_monthname" to... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
melinath | Merge branch 'master' of github.com/ithinksw/philo |
commit | commitdiff | tree | snapshot |
2010-07-06 |
melinath | Changed to delete empty contentreferences on pages... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Joseph Spiros | Fixing a bug in BlogView's tag_view where it would... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Joseph Spiros | Increasing the max_length of the slug field on Titled... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Joseph Spiros | Merge branch 'master' of git://github.com/kgodey/philo |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kriti Godey | Fixed null constraint on entries_per_page in BlogView |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kriti Godey | Edited unicode methods and added some null=True, blank... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Joseph Spiros | Adding __unicode__ to BlogViews. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Joseph Spiros | Merge branch 'master' of git://github.com/kgodey/philo |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kriti Godey | Merge branch 'penfield' |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kriti Godey | Merge branch 'master' into penfield, cleaned up. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kriti Godey | Updated models, created separate files called utils... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
melinath | Minor corrections to containers to ensure setting of... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
melinath | Merge branch 'master' of git.ithinksw.org/philo |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Joseph Spiros | Added uniqueness constraints to Tag, NewsletterArticle... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Joseph Spiros | Fleshed out NewsletterView further, and updated BlogVie... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Joseph Spiros | Switched all references to Templates in BlogViews and... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Fixed a bug in ContentTypeSubclassLimiter whereby it... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | MultiViews now pass extra_context and node to view... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Added support for tags to Blogs and BlogViews. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Added app_label to Tag. Removed app_label from abstract... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
melinath | Merge branch 'master' of git.ithinksw.org/philo |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Merge branch 'penfield' |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Fleshed out Newsletter, NewsletterArticle, NewsletterIs... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Joseph Spiros | Moved Tag, and the Titled abstract model, from penfield... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
melinath | Merge origin/master |
commit | commitdiff | tree | snapshot |
2010-06-29 |
melinath | Added admin imports |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Joseph Spiros | Fixing imports on admin.widgets, forgot to move some... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Joseph Spiros | Changing the Template container node detection code... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Joseph Spiros | Adding extra_context to render_to_response on Nodes... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Joseph Spiros | Merge branch 'penfield-new-nodes' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Joseph Spiros | Switching to new Node/View system. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Joseph Spiros | Merge branch 'master' into penfield-new-nodes |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Joseph Spiros | Initial implementation of new Node system whereby Nodes... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Joseph Spiros | Minor cosmetic cleanup of model references following... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Joseph Spiros | Splitting models into submodules beside models.base. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Joseph Spiros | Renaming models.all to models.base. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Joseph Spiros | Switching models module to use a directory (models... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Joseph Spiros | Merge branch 'master' into penfield |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Joseph Spiros | Merge branch 'melinath' |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Joseph Spiros | Pre-merge cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Joseph Spiros | Merge git://github.com/melinath/philo into melinath |
commit | commitdiff | tree | snapshot |
next |