Home
last modified time | relevance | path

Searched +full:edits +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/statistics/inc/
H A DStatisticsQuery.class.php125 * Return some trend data about visits and edits in the wiki
168 FROM " . $this->hlp->prefix . "edits as A
275 public function edits($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
277 FROM " . $this->hlp->prefix . "edits as A
405 FROM " . $this->hlp->prefix . "edits as A
H A DStatisticsLogger.class.php441 * Log edits
453 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "edits
/plugin/statistics/
H A Daction.php80 * Log page edits actions
H A Dadmin.php41 'edits',
323 $result = $this->hlp->Query()->edits($this->tlimit, $this->start, 150);