jmoiron plays the blues

31c3a46d to jmoiron.net fix blog timezones, tweak the comment icon to display in a nicer vertical position
ec79ed6c to jmoiron.net add pygments styles, creative-commons icon, get style more or less up to speed with what's online
108ea738 to jmoiron.net a huge pile of changes porting over lots of the old style to the new node.js version of lessjs + bootstrap.less; i've removed a couple of unnecessary container divs to make and made the markup and style a lot cleaner; the stream essentially works now and includes pagination; also added an ajax stream view for either a "more" or a twitter-style infinite scroll
67a627e0 to django-slow-log Merged pull request #1 from skoczen/7e77665d772faddaad44. Updated the matcher regex to also work on mac os 10.6
#48 to dotfiles add jellybeans.vim python modifications
8cf2bd05 to jmoiron.net switch comments to an oid reference in the migration script rather than an explicit comment; still not sure i'll bother with real mongo refs
7b0d5495 to jmoiron.net rename run module to jmoiron, make it more like a reguar importable model (that happens to have our app); make necessary changes to script & ipy_user_conf.py; now "./script.py runserver" is the way to run the development server
8c5c2d25 to jmoiron.net fix bitbucket and blog plugins, which now all cache their rendering and render properly; fixed blog-color.png, which was blog-bw.png by some freak overwriting accident in my other repository
0312685f to jmoiron.net add paginated view of stream plugins, though it's really very crappy; needed it to test out bitbucket stuff
b3deef60 to micromongo fixed the SONManipulator to also un-model documents that were nested inside lists
31bd509e to jmoiron.net move from my little broken classes to micromongo (https://github.com/jmoiron/micromongo), built purposefully for this project but usable by anyone for anything
79bd11d9 to jmoiron.net add some jinja filters and fix up the twitter and github stream plugin templates
6794e7d8 to micromongo modify setup.py, moving to 'alpha' status since features are all done and tests all pass, added more trove classifiers in preparation for pypi
7e7b0345 to micromongo add find classmethod, add order_by to the Cursor so now mongo query chains with an order_by more or less work as a django orm query would
3233bc62 to micromongo add a repr on the Model, big documentation update on the README; most of micromongo is now explained