0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 12, 2024 — Jan 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed up feeds to include tags if available More... over 15 years ago
turns out naming the cache expiration method update_tags overwrote the method to actually store tags from the tag list - renaming it to update_cache allows them all to live in harmony More... over 15 years ago
fix for redirect after comment posting when running Feather as a slice More... over 15 years ago
implemented a comment IP address blacklist to ban spam commenters from posting more spam More... over 15 years ago
fix for slice permalinks in feeds More... almost 16 years ago
fix for feed header partial now the config is cached as a hash More... almost 16 years ago
moved the spam checking for feather-comments into the model More... almost 16 years ago
adding in splam for dealing with comment spam More... almost 16 years ago
this ensures tags aren't saved with spaces in, forcing tag urls to use '-' instead of spaces, but still keeping the display nice and neat; also traps a few bugs related to not finding tags, and tags not tied to an article messing up the tag cloud More... almost 16 years ago
revamped feather-comments to remove unnecessary settings (all of them), implement an easy honeypot for anti-spam, and provide a better admin (paging works, can delete a spam comment and have it remove any others that have the same name, ip, email or website) More... almost 16 years ago
adding nofollow to all comment links, to discourage comment spam More... almost 16 years ago
dealing with tags with more than one word properly More... almost 16 years ago
fix for cached tags/taggings More... almost 16 years ago
fix for tag cloud helper view call More... almost 16 years ago
fixes for feather-tagging tag cloud, and to make it more optimized More... almost 16 years ago
fix for tag cloud on tag view pages More... almost 16 years ago
fixes for feed views More... almost 16 years ago
adding cache expirations to the themes plugin More... almost 16 years ago
adding cache expirations to the comment plugin More... almost 16 years ago
fix to make sure themes don't run even when the themes plugin is turned off More... almost 16 years ago
fix for feed routes More... almost 16 years ago
tweak feather-tagging so that tags can be found by ID or name More... about 16 years ago
fix for the RSS importer plugin More... about 16 years ago
fix for controller namespacing on feeds plugin More... about 16 years ago
quick fix for the default theme lookup in the themes plugin More... about 16 years ago
adding escaping to the feed contents so it doesn't break More... about 16 years ago
now that the problem with the plugin views is fixed, the feed links are back More... about 16 years ago
this changes feeds to use ERB instead of Builder for the feeds, which seems to resolve compatibility issues with Passenger/Rack; also, commenting out the head/sidebar views for the minute as they aren't working fully More... about 16 years ago
fix for importers plugin More... about 16 years ago
few fixes and tweaks to the theme plugin, to fix the index view, and change the default location from /themes to /app/themes (to match /app/plugins) More... about 16 years ago