0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added collapse classes to attribute and relationship inlines on entities. More... over 14 years ago
Implemented EmailTokenGenerator and added password changing to the LoginMultiView. More... over 14 years ago
Added template code validation to the admin. This essentially addresses bug #14 by catching errors with validation on templates instead of letting it show up as a server error later. (Note that there should still be better validation on Pages, as deletion of a template say on the filesystem could render a db-driven template invalid.) More... over 14 years ago
Set TreeModel slug field length to 255 to match Titled More... over 14 years ago
The blog ForeignKey on the BlogEntry model can now be blank and null.
jspiros
as Joseph Spiros
More... over 14 years ago
Explicit declaration of keys for AttributeFields and RelationshipFields is now unnecessary, as they will use the attribute name on the model class they were assigned to by default. This implements feature #20.
jspiros
as Joseph Spiros
More... over 14 years ago
Fixed some issues that broke fieldset definitions on ModelAdmins which used EntityForm or its subclasses.
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Adjusted the paginate function to only attempt a length check if per_page is valid. Addresses bug #19. More... over 14 years ago
Implemented password resetting. Improved redirection on login. More... over 14 years ago
Merge branch 'node_absolute_urls' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Implemented one-time login on account confirm. More... over 14 years ago
Token-based User registration functional More... over 14 years ago
Paginator returns page.object_list as objects if a page exists. More... over 14 years ago
Implements render_to_string on Page model for cases where this is used to render i.e. emails (Feature #18) More... over 14 years ago
WIP: Implementation of pended user creation using tokens. Needs some testing. More... over 14 years ago
Implements get_absolute_url for nodes (Feature #17). Fixes that mysterious 'name' bug. ;-) More... over 14 years ago
Unimplemented PaginationProxy; moved pagination from penfield to core. More... over 14 years ago
Initial waldo commit. Implements abstract LoginMultiView and AccountMultiView to generically handle login situations for philo. More... over 14 years ago
Merge branch 'new_paginator' More... over 14 years ago
Multiview will now pass node and extra_context to any view that takes kwargs. Fixes bug #10 More... over 14 years ago
Added forgotten import of EmptyPage. More... over 14 years ago
Fixed a grave error wherein Node did not have a TreeManager as its default manager, due to superclasses being declared in an order incompatible with Entity's use of EntityBase as its metaclass.
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'master' of git://github.com/kgodey/philo
jspiros
as Joseph Spiros
More... over 14 years ago
Merge branch 'entity-proxy-fields'
jspiros
as Joseph Spiros
More... over 14 years ago
Implemented EntityForm, which knows how to deal with AttributeFields and RelationshipFields on the underlying model. To be consistent with Attributes, Relationships now support null values. This changes the schema.
jspiros
as Joseph Spiros
More... over 14 years ago
Introduced the PaginationProxy object to simplify use in templates. More... over 14 years ago
Revised penfield's pagination helper to work more generically. More... over 14 years ago