toastdriven (Daniel Lindsley)

Name
Daniel Lindsley
Email
Website/Blog
http://www.toastdriven.com/fresh/
Company
Mediaphormedia / Toast Driven
Location
Lawrence, KS
Member Since
Mar 06, 2008 (about 1 year)

Following 35 githubbers and watching 65 repositories view all →

Public Repositories (14)

  • django-haystack

    Modular search for Django.

    legend

    Last updated Sun Nov 08 00:50:42 -0800 2009

  • itty

    The itty-bitty Python web framework.

    legend

    Last updated Sat Nov 07 20:53:49 -0800 2009

  • butlertron

    an IRC bot

    legend

    Forked from codysoyland/butlertron Wed Oct 14 08:34:25 -0700 2009

    Last updated Wed Oct 14 08:36:07 -0700 2009

  • deployable

    A simple system for repeatable deploys. Language-agnostic, easy to use yet extensible, and above ...

    legend

    Last updated Wed Sep 09 14:17:11 -0700 2009

  • lilrocket

    A Solr-alike for Whoosh.

    legend

    Last updated Wed Sep 09 10:22:34 -0700 2009

  • pysolr

    Pysolr 2.0+. Kept up to date with the official SVN.

    legend

    Last updated Wed Aug 26 12:08:30 -0700 2009

  • haystack_site

    Forking me is not so useful.

    legend

    Last updated Mon Jun 22 23:31:56 -0700 2009

  • migrate_doctest_to_unittest

    "In Django-land, unittests are much faster than doctests. Convert them."

    legend

    Last updated Fri May 08 08:38:32 -0700 2009

  • todone

    Todo lists done my way.

    legend

    Last updated Sat Dec 13 10:11:21 -0800 2008

  • multiresponse

    A Python class for Django that allows a request to provide content-type aware responses.

    legend

    Last updated Mon Dec 01 22:52:37 -0800 2008

  • django-budget

    A personal budgeting application for use with Django.

    legend

    Last updated Mon Dec 01 20:48:40 -0800 2008

  • django-rsvp

    A simple RSVP app.

    legend

    Last updated Thu Sep 18 19:45:22 -0700 2008

  • euler

    Project Euler (projecteuler.net) problems

    legend

    Last updated Thu Apr 24 21:43:03 -0700 2008

  • feedme

    A better (for me) RSS aggregator. Collects numerous RSS feeds and displays entries in chronologic...

    legend

    Last updated Mon Mar 31 20:48:39 -0700 2008

Public Activity feed

toastdriven pushed to master at toastdriven/django-haystack Sun Nov 08 00:50:43 -0800 2009
HEAD is ed8bbe56a7da755e0edbdaf82df18d46f77e3562
  • toastdriven committed ed8bbe56:
    Moved Haystack's internal fields out of the backends and into `SearchIndex.prepare`.
toastdriven pushed to master at toastdriven/itty Sat Nov 07 20:53:50 -0800 2009
HEAD is 2bceb490224e93490c31d47c08bbfd27883209ce
  • toastdriven committed 2bceb490:
    Fixed how setup loads the description and added a modwsgi example.
toastdriven pushed to master at toastdriven/django-haystack Wed Nov 04 08:23:04 -0800 2009
HEAD is 689ec28a0822519843f1cf88b9dcc8ae7959b310

2 commits »

toastdriven closed issue 119 on toastdriven/django-haystack Tue Nov 03 06:08:50 -0800 2009
Refine the SQ internals.
toastdriven closed issue 117 on toastdriven/django-haystack Tue Nov 03 00:41:05 -0800 2009
Investigate broken spelling suggestions with Whoosh?
toastdriven pushed to master at toastdriven/django-haystack Tue Nov 03 00:39:56 -0800 2009
HEAD is 961e4160bc6a1a8bc700345fcaff402e1a48619a
  • toastdriven committed 961e4160:
    Fixed bug in Whoosh where it would always generate spelling suggestions off the full query even when given a different query string to check against.
toastdriven pushed to master at toastdriven/django-haystack Mon Nov 02 23:46:13 -0800 2009
HEAD is 24fcb86ecef6fb91efd366a60ea2740def0df09f
  • toastdriven committed 24fcb86e:
    Simplified the SQ object and removed a limitation on kwargs/field names that could be passed in. Thanks to traviscline for the patch.
toastdriven closed issue 112 on toastdriven/django-haystack Fri Oct 30 21:47:32 -0700 2009
TypeError: should_update() got an unexpected keyword argument 'raw'
toastdriven pushed to master at toastdriven/django-haystack Fri Oct 30 21:47:01 -0700 2009
HEAD is 2a9fb83db0764af5ee3e81fe34aec022f4b48a5c
  • toastdriven committed 2a9fb83d:
    Documentation on `should_update` fixed to match the new signature. Thanks to kylemacfarlane for pointing this out.
toastdriven pushed to master at toastdriven/django-haystack Fri Oct 30 21:40:18 -0700 2009
HEAD is 16b6a3f9ce66e2fd9bbff86cbcaa06d375711552
  • toastdriven committed 16b6a3f9:
    Fixed missing words in Best Practices documentation. Thanks to frankwiles for the original patch.
toastdriven started watching rapidsms/rapidsms Thu Oct 29 18:57:01 -0700 2009
rapidsms's description:
Build SMS applications with Python
toastdriven opened issue 120 on toastdriven/django-haystack Wed Oct 28 09:21:57 -0700 2009
Make `more_like_this` tag gracefully fail?
toastdriven opened issue 119 on toastdriven/django-haystack Wed Oct 28 09:18:48 -0700 2009
Refine the SQ internals.
toastdriven opened issue 118 on toastdriven/django-haystack Wed Oct 28 09:17:10 -0700 2009
Investigate broken pagination on Whoosh?
toastdriven opened issue 117 on toastdriven/django-haystack Wed Oct 28 09:16:26 -0700 2009
Investigate broken spelling suggestions with Whoosh?
toastdriven opened issue 115 on toastdriven/django-haystack Mon Oct 26 08:13:29 -0700 2009
Document SearchFields.
toastdriven opened issue 114 on toastdriven/django-haystack Mon Oct 26 08:12:40 -0700 2009
Fix the use of `default` in SearchFields.
toastdriven opened issue 113 on toastdriven/django-haystack Mon Oct 26 08:11:13 -0700 2009
Add faceting to SearchFields
toastdriven closed issue 105 on toastdriven/django-haystack Fri Oct 23 09:12:06 -0700 2009
Using the django.contrib.auth.models.User model with haystack breaks django.contrib.auth.views.login
toastdriven started watching jcapote/watercoolr Thu Oct 22 11:07:50 -0700 2009
watercoolr's description:
pubsub via webhooks
toastdriven closed issue 110 on toastdriven/django-haystack Thu Oct 22 01:14:32 -0700 2009
pass the "**kwargs" of post_save signal to should_update in SearchIndex
toastdriven pushed to master at toastdriven/django-haystack Thu Oct 22 01:14:16 -0700 2009
HEAD is 3dbf15da6af4d9502df11c0b51d2faac29e57d39
  • toastdriven committed 3dbf15da:
    The `update_object` method now passes along kwargs as needed to the `should_update` method. Thanks to askfor for the suggestion.
toastdriven closed issue 111 on toastdriven/django-haystack Thu Oct 22 01:10:46 -0700 2009
Make it obvious that the fork of Whoosh is no longer required (and doesn't work)
toastdriven pushed to master at toastdriven/django-haystack Thu Oct 22 01:06:40 -0700 2009
HEAD is f4abe05ba0924af59a7838358c79b3f6ca6e28f3

2 commits »

toastdriven started watching slact/nginx_http_push_module Wed Oct 21 20:14:43 -0700 2009
nginx_http_push_module's description:
Turn NGiNX into an adept HTTP push server. (Solid release in a few days)
toastdriven started watching RJ/playdar-core Wed Oct 21 19:44:02 -0700 2009
playdar-core's description:
Playdar - a content resolver for music
toastdriven forked gist: 215331 Wed Oct 21 11:39:06 -0700 2009
============================================================= Installing Multicore Solr 1.3.0 / T...
toastdriven created gist: 215287 Wed Oct 21 10:35:32 -0700 2009
import hashlib import time
toastdriven started watching tonyg/pika Wed Oct 21 08:31:08 -0700 2009
pika's description:
AMQP 0-8 and 0-9-1 client library for Python
toastdriven pushed to master at toastdriven/django-haystack Tue Oct 20 21:05:16 -0700 2009
HEAD is 02f87987dbeea3423c6b2aa6d0462359c59443e2
toastdriven pushed to master at toastdriven/django-haystack Tue Oct 20 18:29:03 -0700 2009
HEAD is 14dd5d2144ab3b849a60d00a2b0aaca8e3a7267f
  • toastdriven committed 14dd5d21:
    Pushed the `model_attr` check lower down into the `SearchField`s and make it occur later, so that exceptions come at a point where Django can better deal with them.