Change "Latest projects" query?
Added by R S almost 14 years ago
I'm curious if there's a way to change the "Latest projects" query on the home page to be something like "Latest active projects" so that it would show the top 5 (or however many) projects that had recent activity (issue created, resolved, closed, etc).
Is this possible?
Replies (1)
RE: Change "Latest projects" query? - Added by Felix Schäfer almost 14 years ago
You might be able to change it to show the latest activity, showing just the latest active projects is another pair of shoes though. You'd have to get the latest activity, extract the projects from those events, and if you want to show 5 projects you'd have to query the activity back in time until you have 5 projects, which could mean a rather inefficient and slow query.
Either way requires patching core or writing a plugin though.