0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use django.contrib.comments.moderation
kylef
as Kyle Fuller
More... over 13 years ago
Load comments templatetags in preview.html
kylef
as Kyle Fuller
More... over 13 years ago
Make sure every form uses the csrf_token
kylef
as Kyle Fuller
More... almost 14 years ago
Set the default of BLOG_PING to False
kylef
as Kyle Fuller
More... over 14 years ago
Allow sub-paging in the wiki.
kylef
as Kyle Fuller
More... almost 15 years ago
Use static urls in base.html template
kylef
as Kyle Fuller
More... almost 15 years ago
Merge branch 'forum'
kylef
as Kyle Fuller
More... almost 15 years ago
Fixed a bug where the wiki would mistake a staff for superuser
kylef
as Kyle Fuller
More... almost 15 years ago
Added forum to the documentation and create a quick start guide, and shows the settings forum uses.
kylef
as Kyle Fuller
More... almost 15 years ago
Use permissions on the forums
kylef
as Kyle Fuller
More... almost 15 years ago
Created views, forms, templates for lithium.forum
kylef
as Kyle Fuller
More... almost 15 years ago
Moved tests to tests.py, and created initial data for the tests.
kylef
as Kyle Fuller
More... almost 15 years ago
Added the ability to move a forum up or down
kylef
as Kyle Fuller
More... almost 15 years ago
Added django admin to the forum
kylef
as Kyle Fuller
More... almost 15 years ago
Created the Thread and Post models, and a managers for the forum models
kylef
as Kyle Fuller
More... almost 15 years ago
Created a Forum model, which handles positioning for the forums and subforums
kylef
as Kyle Fuller
More... almost 15 years ago
Fixed bug #2, created a proper decorator instead of trying to apply a decorator to a bunch of patterns.
kylef
as Kyle Fuller
More... almost 15 years ago
Cleaned up the blog view decorator
kylef
as Kyle Fuller
More... almost 15 years ago
Added a new permission to the wiki, adding staff to the list.
kylef
as Kyle Fuller
More... almost 15 years ago
Allow users with the permission 'blog.can_read_private' to see posts from the future.
kylef
as Kyle Fuller
More... almost 15 years ago
Changed version to 0.3
kylef
as Kyle Fuller
More... almost 15 years ago
Created a way to get the path of lithium.templates and added information about the default templates to the docs.
kylef
as Kyle Fuller
More... almost 15 years ago
Merge branch 'template'
kylef
as Kyle Fuller
More... almost 15 years ago
Added a default body.html template to lithium. To use this remember to set lithium/templates inside the TEMPLATE_PATH setting
kylef
as Kyle Fuller
More... almost 15 years ago
Added the ability to revert a Page to a older revision.
kylef
as Kyle Fuller
More... almost 15 years ago
Added documentation for wiki
kylef
as Kyle Fuller
More... almost 15 years ago
Added Page history, Page discussion and diff's or revisions to the wiki
kylef
as Kyle Fuller
More... almost 15 years ago
Created views to view the Page's, Revision's, and edit a Page
kylef
as Kyle Fuller
More... almost 15 years ago
Added admin to wiki
kylef
as Kyle Fuller
More... almost 15 years ago
Created lithium.wiki, and added models
kylef
as Kyle Fuller
More... almost 15 years ago