1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ignoring the "files" directory in public if present More... about 16 years ago
add dependency on merb-mailer More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Added in delete for users More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
renamed database config to sample config, so that git pull can work on existing installs without overwriting database config More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Added in a fix to replace double quotes with single in the about summary. Was throwing off the ajax update. More... about 16 years ago
ensures that plugins being activated/de-activated expire the entire page cache if they have registered views, to ensure that the blog stays up to date More... about 16 years ago
fixed an issue with plugin controller location creating issues with the view template locations; also added a button to expire the entire site cache within settings More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
split out the download of plugins for before_save, with the loading/installation of plugins after_save, adding error trapping and rollbacks if the plugin load/install fails More... about 16 years ago
Put in nil check before gsubbing the about text More... about 16 years ago
removing a lone cached file More... about 16 years ago
better way of handling public & tmp cache directories More... about 16 years ago
ignoring cache directories contents, while ensuring the cache directories themselves are included More... about 16 years ago
Threw in caching directories More... about 16 years ago
Changed to using public/cache instead of just public. More... about 16 years ago
Expiration when configurations change. Custom expire_everthing! method. More... about 16 years ago
Fixing an issue where an unpublished article causes an error in the caching code, as it has no permalink yet. More... about 16 years ago
Changing sort order on admin/articles to createad_at More... about 16 years ago
Added in cache_helper module More... about 16 years ago
Caching! Finaly! More... about 16 years ago
added in a custom "get_caller" method as "location_of_caller" doesn't appear to be available everywhere More... about 16 years ago
added dependency on merb-cache More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
using double-quotes for javascript responses, as single-quotes are probably more common within these fields and causes the return javascript to screw up More... about 16 years ago
updated view and menu code so that blocks are no longer used, to try to improve performance More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Started up caching support. Added an edit link on article/show More... about 16 years ago