| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 595 lines (17 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
EnhancedChangesList:: (9 methods):
__construct()
beginRecentChangesList()
recentChangesLine()
addCacheEntry()
makeCacheGroupingKey()
recentChangesBlockGroup()
recentChangesBlockLine()
recentChangesBlock()
endRecentChangesList()
Class: EnhancedChangesList - X-Ref
Generates a list of changes using an Enhanced system (uses javascript).| __construct( $obj ) X-Ref |
param: IContextSource|Skin $obj |
| beginRecentChangesList() X-Ref |
| Add the JavaScript file for enhanced changeslist return: string |
| recentChangesLine( &$baseRC, $watched = false ) X-Ref |
| Format a line for enhanced recentchange (aka with javascript and block of lines). param: RecentChange $baseRC param: bool $watched return: string |
| addCacheEntry( RCCacheEntry $cacheEntry ) X-Ref |
| Put accumulated information into the cache, for later display. Page moves go on their own line. param: RCCacheEntry $cacheEntry |
| makeCacheGroupingKey( RCCacheEntry $cacheEntry ) X-Ref |
param: RCCacheEntry $cacheEntry return: string |
| recentChangesBlockGroup( $block ) X-Ref |
| Enhanced RC group param: RCCacheEntry[] $block return: string |
| recentChangesBlockLine( $rcObj ) X-Ref |
| Enhanced RC ungrouped line. param: RecentChange|RCCacheEntry $rcObj return: string A HTML formatted line (generated using $r) |
| recentChangesBlock() X-Ref |
| If enhanced RC is in use, this function takes the previously cached RC lines, arranges them, and outputs the HTML return: string |
| endRecentChangesList() X-Ref |
| Returns text for the end of RC If enhanced RC is in use, returns pretty much all the text return: string |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |