0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... almost 14 years ago
Added 1.2.X compatibility to shipherd LazyNavigationRecurser. More... almost 14 years ago
Minor tweaks to sobol result handling. More... almost 14 years ago
Minor corrections and improvements to sobol. More... almost 14 years ago
Merge branch 'master' of git://github.com/lapilofu/philo More... almost 14 years ago
Added crude double-import detection to search registration. Added Django 1.2 fallback to SlugMultipleChoiceField formfield method. More... almost 14 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... almost 14 years ago
Merge branch 'julian' More... almost 14 years ago
Merge branch 'master' of https://github.com/melinath/philo More... almost 14 years ago
Fixed a sobol bug which was causing search views to always use all available searches. Added some help text to the ajax api boolean. More... almost 14 years ago
Modified the get_start and get_end methods to return datetimes if times are specified. More... almost 14 years ago
Improved TemplateValidator error reporting to include origins and line numbers in TemplateSyntaxError reports. More... almost 14 years ago
Resolves issue 68 by treating any incorrectly-passed-in values for JSON fields as json strings rather than as python objects. More... almost 14 years ago
Resolved issue #120 by removing detection of containers which would not be rendered. More... almost 14 years ago
Made uuid of event autogenerated. Fully resolves issue #119. Also had to reset julian migrations again. More... almost 14 years ago
Julian improvements: Made calendar events optional and made calendar feed uuids auto-generated. Reset the migrations because south wasn't cooperating. More... almost 14 years ago
Adjusted 14082 hack again... "fixed" the ModelFormMetaclass.__new__ method and wrote EntityFormMetaclass as if there was no issue. More... almost 14 years ago
Merge branch 'julian' of git://github.com/lapilofu/philo More... almost 14 years ago
Implementation of QuerySetMappers for Entities that improves the worst-case number of queries required to access all attribute keys. More... almost 14 years ago
Moved the EventQuerySet to its own class instead of nesting it in the Event model. More... almost 14 years ago
Removed python 2.4 compatibility workaround use, since this is removed in Django 1.3 and philo doesn't support python 2.4 anyway. More... almost 14 years ago
Resolves issue #71 for the admin interface by working around the use of modelform_factory. If any code uses modelform_factory elsewhere with an entity form, the same issue will arise. Also compatible with 1.2.X. More... almost 14 years ago
Improved proxy-field hiding to be 1.3-proof. Unfortunately, requires a attribute on the proxy admin, but it seems like the best way. Still backwards-compatible with 1.2.X. More... almost 14 years ago
Removed shipherd navigation_host filter exception reraising. Tweaked LazyNode - turns out the / needs to be prepended *before* trying to check if the node handles_subpath. More... almost 14 years ago
Added some convenient methods to event querysets. More... almost 14 years ago
Switched Template.__unicode__ to only return self.name for legibility. More... almost 14 years ago
Merge branch 'julian' More... almost 14 years ago
Corrected node_view redirection of trailing slashes to non-trailing slashes to rely on request._cached_node_path instead of request.path. Tweaked LazyNode to only return a found node if it handles the found subpath. More... almost 14 years ago
Merge branch 'master' into julian More... almost 14 years ago
Merge branch 'search' More... almost 14 years ago