wiki.techinc.nl/includes/changes
Matthias Mullie fd64488787 Add hook EnhancedChangesList::getLogText
Enhanced RC generates these "(3 changes | history)" links for
every block of grouped recentchanges. That changes-link links
to a diff page.

For Flow, that is all wrong: we have different ids (not integers),
on a different page (&curid=&oldid=&diff= means nothing). Even
the concept of a "diff" page seems wrong here for us - a new post
is not part of some document that can be diffed.
In short: we'll want to generate a different link, and we'll need
a hook to let us change them.

Meanwhile also split the code that generates those links into a
separate method.

Bug: T72513
Change-Id: Ib32fb9552b80f9581d89b3b47da6e5d32e3d84a3
2015-03-03 01:50:32 +00:00
..
ChangesFeed.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
ChangesList.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
EnhancedChangesList.php Add hook EnhancedChangesList::getLogText 2015-03-03 01:50:32 +00:00
OldChangesList.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
RCCacheEntry.php Fixed some @params documentation 2014-04-14 19:52:18 +00:00
RCCacheEntryFactory.php Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types 2014-06-11 02:44:48 +00:00
RecentChange.php Moved RecentChange::purgeExpiredChanges to a job 2015-01-16 17:39:31 -08:00