[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/specials/ -> SpecialMergeHistory.php (summary)

Implements Special:MergeHistory This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 569 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

SpecialMergeHistory:: (9 methods):
  __construct()
  loadRequestParams()
  preCacheMessages()
  execute()
  showMergeForm()
  showHistory()
  formatRevisionRow()
  merge()
  getGroupName()

MergeHistoryPager:: (5 methods):
  __construct()
  getStartBody()
  formatRow()
  getQueryInfo()
  getIndexField()


Class: SpecialMergeHistory  - X-Ref

Special page allowing users with the appropriate permissions to
merge article histories, with some restrictions

__construct()   X-Ref
No description

loadRequestParams()   X-Ref

return: void

preCacheMessages()   X-Ref
As we use the same small set of messages in various methods and that
they are called often, we call them once and save them in $this->message


execute( $par )   X-Ref
No description

showMergeForm()   X-Ref
No description

showHistory()   X-Ref
No description

formatRevisionRow( $row )   X-Ref
No description

merge()   X-Ref
Actually attempt the history move

return: bool Success

getGroupName()   X-Ref
No description

Class: MergeHistoryPager  - X-Ref

__construct( $form, $conds, $source, $dest )   X-Ref
No description

getStartBody()   X-Ref
No description

formatRow( $row )   X-Ref
No description

getQueryInfo()   X-Ref
No description

getIndexField()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1