0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Called parent __init__ method More... over 15 years ago
Merge branch 'master' of git://github.com/jezdez/jellyroll into jez/master More... over 15 years ago
Updated signal syntax to be compatible with the signal refactor, original code remains but is commented. More... over 15 years ago
Removed commented out admin code More... over 15 years ago
Initial admin.py More... over 15 years ago
Changed generic foreign key in Item model and updated its save method More... over 15 years ago
Commented out Admin specific lines of code More... over 15 years ago
Updated signals to new style More... over 15 years ago
Added optional import of set() for Python 2.3 compatibility More... over 15 years ago
Made decorators Python 2.3 compatible More... over 15 years ago
Replaced __str__ with __unicode__ More... over 15 years ago
Moved admin declaration to newforms-admin aware location More... over 15 years ago
Adding a Ma.gnolia bookmark provider and adding a thumbnail URL field to the bookmark model to support Ma.gnolia screenshots. More... about 16 years 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. More... about 16 years ago
Removed outdated use of hackish _HttpError in lastfm provider More... over 16 years ago
Removed the hackish safestr() in favor of the approved django.utils.encoding.smart_unicode. This makes Jellyroll fully unicode-aware. w00t! More... over 16 years 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 More... over 16 years 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. More... over 16 years ago
Removed a few models -- Quote, CodeSnippet, Chat -- that don't really belong in Jellyroll More... over 16 years ago
Fixed #2 More... over 16 years ago
Added some new models and some bug fixes. More... almost 17 years ago
Finalized year/month/day item views. More... almost 17 years ago
Added year view and tests. More... almost 17 years ago
Updated models for GFK move in Django trunk. More... almost 17 years ago
Stubbed out calendar (recent/year/month/day) views. More... almost 17 years ago
Added template tags, and a bunch more tests. More... almost 17 years ago
Removed html/text snippets from denormalized Item info. They will be replaced with a template tag. More... almost 17 years ago
More hacking: More... about 17 years ago
A few tweaks... More... about 17 years ago
Second initial import (:P); this worksforme but it totally undocumented so far. A bunch of stuff is still missing, too. More... about 17 years ago