openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Philo
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
22 days
ago. based on code collected
23 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 17 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added collapse classes to attribute and relationship inlines on entities.
melinath
More...
over 14 years ago
Implemented EmailTokenGenerator and added password changing to the LoginMultiView.
melinath
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.)
melinath
More...
over 14 years ago
Set TreeModel slug field length to 255 to match Titled
melinath
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.
Stephen Burrows
More...
over 14 years ago
Implemented password resetting. Improved redirection on login.
Stephen Burrows
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.
Stephen Burrows
More...
over 14 years ago
Token-based User registration functional
Stephen Burrows
More...
over 14 years ago
Paginator returns page.object_list as objects if a page exists.
Stephen Burrows
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)
Stephen Burrows
More...
over 14 years ago
WIP: Implementation of pended user creation using tokens. Needs some testing.
Stephen Burrows
More...
over 14 years ago
Implements get_absolute_url for nodes (Feature #17). Fixes that mysterious 'name' bug. ;-)
Stephen Burrows
More...
over 14 years ago
Unimplemented PaginationProxy; moved pagination from penfield to core.
Stephen Burrows
More...
over 14 years ago
Initial waldo commit. Implements abstract LoginMultiView and AccountMultiView to generically handle login situations for philo.
Stephen Burrows
More...
over 14 years ago
Merge branch 'new_paginator'
Stephen Burrows
More...
over 14 years ago
Multiview will now pass node and extra_context to any view that takes kwargs. Fixes bug #10
Stephen Burrows
More...
over 14 years ago
Added forgotten import of EmptyPage.
Stephen Burrows
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.
Stephen Burrows
More...
over 14 years ago
Revised penfield's pagination helper to work more generically.
Stephen Burrows
More...
over 14 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree