1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merb_paginate compatibility with dm 0.3 and dm 0.9 More... almost 16 years ago
Sync with mleung More... almost 16 years ago
Seems to be compatible to current datamapper trunk More... almost 16 years ago
ignore other arguments to Article.all More... almost 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... almost 16 years ago
Froze merb_paginate and dependencies in the project More... almost 16 years ago
limited the archive list to 20 entries, added a "View all" link that shows the rest using javascript More... almost 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... almost 16 years ago
Made new super sweet powered by merb img link to merbivore.com More... almost 16 years ago
Change footer styling, and added in the sweet powered by merb img. More... almost 16 years ago
Waxed the 'change your theme' link on the dashboard, as we don't have themes. More... almost 16 years ago
Changed expire_article in the CacheHelper to use the published_at date instead of the permalink when expiring. More... almost 16 years ago
Got pagination in for articles, and changed around where action links go. More... almost 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... almost 16 years ago
Fixed the messaging and ensured that your permalink starts with a slash' More... almost 16 years ago
Modified js. More... almost 16 years ago
Permalink formats More... almost 16 years ago
making sure plugins always load in the same order, to try to reduce issues More... almost 16 years ago
Changed before_create for permalink back to before_save. More... almost 16 years ago
Changed up the way permalinks were being saved. Instead of using before_save it uses before_create now. Makes infinitely more sense to not change the link when the title gets changed. It is a Perma link. More... almost 16 years ago
Added some basic styling to admin tables and fixed XHTML validation errors in admin area with exception of method="delete" attributes on links. More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Light refactoring in the plugins controller. We had: (params[:active] == "true" ? true : false) More... about 16 years ago
this tidies up various bits of the feather core code, and tries to employ a few common usage patterns across the codebase; also adds a few new event hooks, and gets all the current specs working, as well as adding a few new ones to kickstart the spec writing process More... about 16 years ago
added a couple of new view hooks, allowing content to be added before the first article in the article index, and after the last article (the context of the first/last article is passed to the view) More... about 16 years ago
tidied up view hooks, added a "between_articles" hook to allow views to have context containing both the previous and next articles in a list; also added events for post-processing, although they are not enabled because of an issue with caching More... about 16 years ago
Got rid of time on published_at article display. It's too long like that. More... about 16 years ago
Fixed article published_at display format More... about 16 years ago
Merge branch 'master' of [email protected]:mleung/feather More... about 16 years ago
Changed article posted at date/time to display hard date instead of relative days. render_relative_days is not going to work with Caching. More... about 16 years ago