NeilStevens: I'd like RecentChanges to show more information. Specifically, I want:
- All changes for the entire selected time period, not just the current day
- Links to show the diff of each change
- Multiple consecutive changes by the same author collapsed into one (ideally this would be done by the wiki engine itself, though)
SoulWynd: In order:
- If you click on show changes in the last 90 days it will place the page on the day it was last changed and list the users who changed it... It will not duplicate links to other days tho, maybe to avoid cluttering the list... I'm not sure if that's what you meant.
NeilStevens: It only lists the changes from the last day it was edited, though, not the entire 90. That's what I don't like. Currently, if One person makes an edit at 11:59 and another makes one at 12:01, the 11:59 edit won't be visible on RecentChanges anymore.
SoulWynd: Hmm, I wasn't aware of that. It sounds more like a bug than something they intended to do. I will give it a look later.
- I could try coding that, shouldn't be too hard.
- This one might be a lil trickier, I wont even try messing with that.
NeilStevens: If you do wish to implement these, see http://senseis.xmp.net/?RecentChanges as an example of what I mean.
SoulWynd: Hm... That place handles it quite differently... The way things are done on MoinMoin, I don't think I would be able to make them list the changes past a single day. I'm still trying to find how and where but so far I didn't run into it. Meanwhile, I think I found a way to implement PageAge and make it show the time without the need to refresh.
ToME Wiki