philo.git
2011-06-10 Harris LapiroffAdded shadows to windows, woooooo.
2011-06-10 Harris LapiroffMade panels more obvious. Modified the style of windows...
2011-06-10 Harris LapiroffLots of style updates.
2011-06-10 Harris LapiroffReadme update.
2011-06-10 Harris LapiroffMoved the config.rb file to a place where it makes...
2011-06-09 Harris LapiroffInitialized the submodules.
2011-06-09 Harris LapiroffUpdating paths for submodules.
2011-06-09 Harris LapiroffAdded submodules back in.
2011-06-09 Harris LapiroffReplaced the old murano with the new.
2011-06-09 Harris LapiroffMerge branch 'gilbert' of https://github.com/melinath...
2011-05-20 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-05-11 Stephen BurrowsMerge branch 'sobol-templates-hotfix'
2011-05-11 Stephen BurrowsMinor tweaks to the sobol results templates.
2011-05-04 Stephen BurrowsMerge branch 'shipherd_hotfix'
2011-05-04 Stephen BurrowsRemoved outdated RecurseNavigationMarker code and added...
2011-04-28 Stephen BurrowsMoved gilbert-related code to match the distutil changes.
2011-04-28 Stephen BurrowsMerge branch 'release' into gilbert
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-07 Stephen BurrowsMerge branch 'gilbert' into gilbert-1.3
2011-04-07 Stephen BurrowsRemoved 1-form limit for new instance forms.
2011-04-07 Stephen BurrowsMerge branch 'gilbert' into gilbert-1.3
2011-04-07 Stephen BurrowsMade DateTimeField implementation for Gilbert more...
2011-04-06 Joseph SpirosMerge branch 'master' of git://github.com/melinath...
2011-04-06 Stephen BurrowsUpdated object deletion to match django 1.3's handling...
2011-04-06 Stephen BurrowsAdded STATIC_URL to context for icons.
2011-04-06 Stephen BurrowsUpdates to gilbert for django 1.3
2011-04-06 Stephen BurrowsImproved reporting of deletion consequences. Removed...
2011-04-06 Stephen BurrowsAdded a column type for handling foreign keys in grid...
2011-04-06 Stephen BurrowsAdded __unicode__ to loaded fk data. Added doubleclick...
2011-04-06 Stephen BurrowsCorrected ExtMethod keyword generation to eliminate...
2011-04-06 Stephen BurrowsUpdates to gilbert. Reorganizing imports and removing...
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 BurrowsMerge branch 'master' into gilbert
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 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 Joseph SpirosMade a slight change to window position randomization... gilbert
2011-03-22 Joseph SpirosFixed the password change form on the client side,...
2011-03-22 Joseph SpirosMade new windows position themselves randomly.
2011-03-22 Joseph SpirosAdded theme switching to auth plugin. Tries to do it...
2011-03-22 Joseph SpirosCleaned up model grids a bit and added basic validation...
2011-03-22 Stephen BurrowsMerge branch 'julian'
2011-03-21 Joseph SpirosAll of my work from commits: dd4a194, 692644a, 4a60203...
2011-03-21 Joseph SpirosMerge branch 'master' into gilbert
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...
next