0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed many pep8 violation and general source code cleanups. More... over 16 years ago
Improved models.py, alot. More... over 16 years ago
Created an ```EntryManager``` class that provides helper methods for filtering querysets. More... over 16 years ago
Fixed #32, also gives each of the date based list views its own template More... over 16 years ago
Changed the templates to correctly use sites to get the domain for trackbacks More... over 16 years ago
Fixed comment counts not displaying on entries that use ```{% show_entry %}```. More... over 16 years ago
Fixed #27. Created ```{% show_entry entry %}``` tag. This gives more flexiblilty with displaying entries. More... over 16 years ago
Renamed ```filters``` to ```djog_utils``` and not ```djog```. More... over 16 years ago
Reverted [74] since it clashes with top-level djog. Sorry. More... over 16 years ago
Renamed ```filters``` templatetag to ```djog```. More... over 16 years ago
Refs #7, this template got missed somehow More... over 16 years ago
Fixed #7, Flatpages added(called pages), they are a part of the entry model, regular blog entries should be refered to as posts More... over 16 years ago
Fixed #30 , added kwargs to save More... over 16 years ago
wrapped a long line in feeds.py More... over 16 years ago
Fixed #25, comments are now checked with newforms before calling the post_free_comment view More... over 16 years ago
Fixed #26. Renamed settings context processor to blog. More... over 16 years ago
Fixed #24, imported urlresolvers and fixed the link string More... over 16 years ago
Fixed #23, the url resolver was being given an additional slash which caused the error More... over 16 years ago
Fixed #22, added import of tag, also required import of entry More... over 16 years ago
Fixed #21, now uses the correct template name More... over 16 years ago
Fixed #14, feeds now properly use the site class, and blog objects More... over 16 years ago
Fixed #20. Made feeds in DjogSite more robust. More... over 16 years ago
Fixed #19. Added a get_absolute_url method to the Blog model. More... over 16 years ago
Fixed #18. Removed the use of decorators in templatetags. More... over 16 years ago
Fixed #16. Removed digg buttons from entries. More... over 16 years ago
Fixed #15. Moved styles/ and templates/ out of the djog application. More... over 16 years ago
Fixed #13, Q now imported were required More... over 16 years ago
Fixed #11, search now uses a url resolver More... over 16 years ago
Fixed #12. Made the djog_search named URL work correctly. More... over 16 years ago
Fixed #10, links section removed More... over 16 years ago