dbum
dbum
I need some kind of record with the revision history of a page. I edited the sources of the PDF plugin to add a revision table at the end of...
I added the following code in the action.php: ``` // add history if(file_exists($backfile)) { $output['back'] = ''; foreach($this->list as $pageid){ $changes[] = metaFN($pageid, '.changes'); $f_changes = $changes[0]; $changes = $this->changesToArray($f_changes);...
In my opinion this would be a nice extension as many companies require some form of a revision history to trace the changes of a document. If you want I...