aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki_page_history.tpl
Commit message (Collapse)AuthorAgeFilesLines
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+59
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-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.