The Basics
You keep personal data in all sorts of places on the internets. This brings them together onto your own site.
Project Home – http://code.google.com/p/jellyroll/Grab the Repository – svn checkout http://jellyroll.googlecode.com/svn/trunk/
Recent Commits
-
28 was committed 7 months ago.
Adding a Ma.gnolia bookmark provider and adding a thumbnail URL field to the bookmark model to support Ma.gnolia screenshots.
-
27 was committed 8 months, 3 weeks ago.
Converted Item object_id to text so that it’ll work with non-ID primary key types. This also prevents Flickr photo IDs from overflowing the int boundery.
-
26 was committed 10 months, 2 weeks ago.
Removed outdated use of hackish _HttpError in lastfm provider
-
25 was committed 10 months, 2 weeks ago.
Removed the hackish safestr() in favor of the approved django.utils.encoding.smart_unicode. This makes Jellyroll fully unicode-aware. w00t!
-
24 was committed 10 months, 2 weeks ago.
A bunch of changes: * Added anyetree to jellyroll.utils, and made jellyroll.utils into a package at the same time. * Removed pygments since I wasn’t using it. * Fixed a weird circular import involving GFK in jellyroll.Item
-
23 was committed 10 months, 2 weeks ago.
Converted Photo.photo_id into a string so that flickr IDs no longer overflow. This should also pave the way for future support of other photo storage sites. There’s an evolution file for django-evolution which’ll only work on PostgreSQL; other db users should run the appropriate SQL for their DB.
-
22 was committed 10 months, 2 weeks ago.
Removed a few models — Quote, CodeSnippet, Chat — that don’t really belong in Jellyroll
-
21 was committed 1 year, 3 months ago.
Fixed #2
-
20 was committed 1 year, 3 months ago.
Added some new models and some bug fixes.
-
19 was committed 1 year, 6 months ago.
Finalized year/month/day item views.