aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki_page_history.tpl
Commit message (Collapse)AuthorAgeFilesLines
* move wiki related templates to addonMario2022-05-251-59/+0
|
* some sed magic on button class namesMario Vavti2017-03-101-2/+2
|
* wiki: do not show revert buttons if we do not have write perms and minor cleanupMario Vavti2016-12-141-0/+3
|
* minor wiki changesMario Vavti2016-11-161-0/+4
|
* Wiki page revision comparison tool with diff displayed in modal dialog. ↵Andrew Manning2016-06-171-3/+43
| | | | Leverages Diff class from http://code.stephenmorley.org/php/diff-implementation with license CC0 1.0 universal http://creativecommons.org/publicdomain/zero/1.0/legalcode
* Custom commit message available. Improved history viewer and feedback from ↵Andrew Manning2016-06-051-4/+4
| | | | revert buttons.
* Basic page reversion implemented. The revert button on the history view ↵Andrew Manning2016-06-051-2/+3
| | | | replaces the editor text but does not save the page.
* Created page history widget to dynamically fetch and display the git commit ↵Andrew Manning2016-05-301-0/+11
history for wiki pages.