1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Post should have a is_visible (boolean) field and Feed should have a is_active (boolean) field, both default to True. (Feature #10) More... over 16 years ago
Filter out posts and feeds that are marked as invisible; also make the admin form for Post searcheable and filterable. More... over 16 years ago
Add a Bio field to the Authors table; properly display avatars. More... over 16 years ago
Order Posts by modified date in descending order only. More... over 16 years ago
Clean up code for authors view. More... over 16 years ago
Handle view for a single author. More... over 16 years ago
Use a generic view to fetch specific posts and move it to views.py. More... over 16 years ago
Further improvements to the author's view. More... over 16 years ago
Initial work for Create a template to display information about all authors. More... over 16 years ago
Fixed typo More... over 16 years ago
Generic view to display information about authors. Commiting not because it is finished but more to test if Redmine installation will pick it up. More... over 16 years ago
Style changes for author's list. More... over 16 years ago
Converted archives template to new theme and made some minor tweaks to display date_modified instead of date_created. More... over 16 years ago
Modified front page template, including most common templates, to accomodate new theme; added new archives list template. More... over 16 years ago
Further tweaks to style. Includes style for single articles and archives. More... over 16 years ago
Moved archives from navigational to side column and turned it into a list of years. More... over 16 years ago
Pass author's list to templates. More... over 16 years ago
Applied new theme. More... over 16 years ago
Adding new set of templates. More... over 16 years ago
Adding new set of styling sheets. More... over 16 years ago
Adding new set of images for default theme and deleted old ones. More... over 16 years ago
Don't display a featured_article when page.has_previous; removed language dropdown as a planet is usually run in one language. More... over 16 years ago
Fetch publish and modify date for each post. More... over 16 years ago
Use a thin wrapper around generic views and allow for empty archives (handles when year passed is not found). More... over 16 years ago
More theme tweaks. More... over 16 years ago
Further tweaks to styling for what will become the default theme for Planet GNU/Linux Brasil. More... over 16 years ago
Cleanning up old code and removed (now obsolete) index.html and archives.html template files. More... over 16 years ago
Overide generic views for home and archives, both of which take optional arguments. Fixes Issue 22. More... over 16 years ago
Added Home link but we should use whatever the server hostname is and not use PLANET_URL. More... over 16 years ago
Removed forgotten debug method. More... over 16 years ago