philo.git
2011-05-19 Stephen BurrowsImplemented more robust delayed registry iteration...
2011-05-19 Stephen BurrowsTweaks to sobol to make its use simpler: added a preren...
2011-05-18 Stephen BurrowsAdded directives and autodocumenters for template tags...
2011-05-17 Stephen BurrowsAdded missing Attribute import to philo.utils.entities.
2011-05-17 Stephen BurrowsAdded note about Julian's development status.
2011-05-16 Stephen BurrowsAdded some automatic skips to autodocs. Added skeletal...
2011-05-14 Stephen BurrowsCorrected various imports after adding limiting __all__...
2011-05-14 Stephen BurrowsRemoved penfield's reliance on the Titled model and...
2011-05-13 Stephen BurrowsAdded/corrected docstrings for custom model fields...
2011-05-13 Stephen BurrowsMoved templatetag docs into the respective modules...
2011-05-12 Stephen BurrowsAdded docs for the db template loader and skeleton...
2011-05-12 Stephen BurrowsSwapped references to specific AttributeMappers in...
2011-05-12 Stephen BurrowsStandardized AttributeMapper.get_attribute behavior...
2011-05-11 Stephen BurrowsSplit utils into entities (i.e. AttributeMappers) and...
2011-05-11 Stephen BurrowsMerge branch 'attribute_access' into release
2011-05-11 Stephen BurrowsMerge branch 'sobol-templates-hotfix' into release
2011-05-11 Stephen BurrowsMinor tweaks to the sobol results templates.
2011-05-11 Stephen BurrowsRemoved the various philo.validators URL validators...
2011-05-11 Stephen BurrowsAdded/tweaked docs for exceptions, middleware, and...
2011-05-10 Stephen BurrowsMoved efficient QuerySetMappers into philo.utils and...
2011-05-10 Stephen BurrowsMerge branch 'efficient_attributes' into attribute_access
2011-05-10 Stephen BurrowsInitial docs for EntityProxyFields.
2011-05-09 Stephen BurrowsAdded Tag documentation.
2011-05-09 Stephen BurrowsMoved docs for MultiViews and the concrete View subclas...
2011-05-09 Stephen BurrowsMoved Node and View documentation from rst files to...
2011-05-09 Stephen BurrowsAdded docs for Collections.
2011-05-09 Stephen BurrowsRemoved Sobol's automatic use of eventlet. Adjusted...
2011-05-04 Stephen BurrowsMinor correction to shipherd recursenavigation docstring.
2011-05-04 Stephen BurrowsMerge branch 'shipherd_hotfix' into release
2011-05-04 Stephen BurrowsMerge branch 'shipherd_hotfix'
2011-05-04 Stephen BurrowsRemoved outdated RecurseNavigationMarker code and added...
2011-04-28 Stephen BurrowsAdded version import from philo and made stylistic...
2011-04-28 Stephen BurrowsUpdated entity/attribute docs - moved documentation...
2011-04-27 Stephen BurrowsMerge branch 'docs' into release
2011-04-27 Stephen BurrowsMerge branch 'distutils' into release
2011-04-27 Stephen BurrowsMoved philo files into a philo subdirectory and added...
2011-04-27 Stephen BurrowsRemoved backwards-compatibility for database template...
2011-04-27 Stephen BurrowsMerge branch 'core-1.3-updates' into release
2011-04-27 Stephen BurrowsUpped the django requirement to 1.3. Brought over grapp...
2011-04-27 Stephen BurrowsUpdated page admin/add form to use the same method...
2011-04-27 Stephen BurrowsTweaked template tests to use PEP 8 imports and the...
2011-04-27 Stephen BurrowsRemoved explicit Django 1.2.X compatibility.
2011-04-27 Stephen BurrowsMoved philo media folder to static. Removed AddTagAdmin...
2011-04-27 Stephen BurrowsSet NodeAdmin to bypass MPTTModelAdmin's formfield_for_...
2011-04-26 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-04-26 Stephen BurrowsMerge branch 'master' of git://github.com/lapilofu...
2011-04-21 Harris LapiroffAdded slug to the context for ajax searches.
2011-04-20 Harris LapiroffAdded search.result_template to the context for search...
2011-04-20 Stephen BurrowsAdded support for limit_choices_to use in the ModelLook...
2011-04-18 Harris LapiroffAdded sortable_field_name to the collection member...
2011-04-14 Stephen BurrowsSet GoogleSearch to allow default args and to default...
2011-04-13 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-04-13 Stephen BurrowsAdded 1.2.X compatibility to shipherd LazyNavigationRec...
2011-04-13 Stephen BurrowsMinor tweaks to sobol result handling.
2011-04-12 Stephen BurrowsMinor corrections and improvements to sobol.
2011-04-12 Stephen BurrowsMerge branch 'master' of git://github.com/lapilofu...
2011-04-12 Stephen BurrowsAdded crude double-import detection to search registrat...
2011-04-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-04-05 Harris LapiroffMerge branch 'julian'
2011-04-05 Harris LapiroffMerge branch 'master' of https://github.com/melinath...
2011-04-05 Harris LapiroffFixed a sobol bug which was causing search views to...
2011-04-05 Harris LapiroffModified the get_start and get_end methods to return...
2011-03-31 Stephen BurrowsImproved TemplateValidator error reporting to include...
2011-03-31 Stephen BurrowsResolves issue 68 by treating any incorrectly-passed...
2011-03-30 Stephen BurrowsResolved issue #120 by removing detection of containers...
2011-03-30 Stephen BurrowsMade uuid of event autogenerated. Fully resolves issue...
2011-03-29 Stephen BurrowsJulian improvements: Made calendar events optional...
2011-03-29 Stephen BurrowsAdjusted 14082 hack again... "fixed" the ModelFormMetac...
2011-03-28 Stephen BurrowsMerge branch 'julian' of git://github.com/lapilofu...
2011-03-28 Stephen BurrowsImplementation of QuerySetMappers for Entities that...
2011-03-28 Harris LapiroffMoved the EventQuerySet to its own class instead of...
2011-03-28 Stephen BurrowsRemoved python 2.4 compatibility workaround use, since...
2011-03-24 Stephen BurrowsResolves issue #71 for the admin interface by working...
2011-03-24 Stephen BurrowsImproved proxy-field hiding to be 1.3-proof. Unfortunat...
2011-03-23 Stephen BurrowsRemoved shipherd navigation_host filter exception rerai...
2011-03-23 Harris LapiroffAdded some convenient methods to event querysets.
2011-03-23 Stephen BurrowsSwitched Template.__unicode__ to only return self.name...
2011-03-22 Stephen BurrowsMerge branch 'julian'
2011-03-16 Stephen BurrowsCorrected node_view redirection of trailing slashes...
2011-03-05 Stephen BurrowsMerge branch 'master' into julian
2011-03-03 Stephen BurrowsAdded feed_length to BlogViewAdmin.
2011-03-03 Stephen BurrowsMerge branch 'search'
2011-03-03 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-03-03 Stephen BurrowsAdded feed length limit to FeedView. Implements feature...
2011-03-03 Stephen BurrowsCorrected LazyNavigationRecurser to mark its return...
2011-03-03 Stephen BurrowsSwitched back to setting a {{ children }} variable...
2011-03-02 Stephen BurrowsRefactored the RecurseNavigationNode to have less repet...
2011-03-02 Stephen BurrowsMerge branch 'master' of git://github.com/lapilofu...
2011-03-02 Stephen BurrowsSolidified AJAX API.
2011-03-02 Harris LapiroffMerge remote branch 'melinath/master'
2011-03-02 Harris LapiroffAdded a number of counting variables to the context...
2011-03-02 Stephen BurrowsPrettified results page. Added search results templates...
2011-03-01 Stephen BurrowsRefactored weight code to split the work over Search...
2011-02-28 Stephen BurrowsMinor corrections to shipherd recursenavigation docstring.
2011-02-24 Stephen BurrowsFirst attempts at a get_favored_results method to find...
2011-02-24 Stephen BurrowsMerge branch 'master' into search
2011-02-24 Stephen BurrowsAdded CSRF cookie js to TagCreation.js... apparently...
2011-02-24 Stephen BurrowsAdded an admin action to NewsletterArticleAdmin to...
2011-02-24 Stephen BurrowsMerge branch 'block_container_override'
2011-02-24 Stephen BurrowsMinor LazyContainerFinder cleanup. It's not really...
next