summaryrefslogtreecommitdiff
path: root/inc/changelog.php
diff options
context:
space:
mode:
authorHakan Sandell <sandell.hakan@gmail.com>2010-11-20 14:30:57 +0100
committerHakan Sandell <sandell.hakan@gmail.com>2010-11-20 14:30:57 +0100
commit8f0a521756228d15469d2a712fa1010b64a1d53a (patch)
tree38ce28a99433403fa18d2bce871abc7290c8be54 /inc/changelog.php
parentba9418bca378a6759305e3b388926df4f5a0af9c (diff)
parent85dcda20ffd82becbe69a7ca5d99e4b6fd99c9ea (diff)
downloadrpg-8f0a521756228d15469d2a712fa1010b64a1d53a.tar.gz
rpg-8f0a521756228d15469d2a712fa1010b64a1d53a.tar.bz2
Merge branch 'master' of git://github.com/splitbrain/dokuwiki
Diffstat (limited to 'inc/changelog.php')
-rw-r--r--inc/changelog.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/changelog.php b/inc/changelog.php
index bb00df76c..cc7612bfd 100644
--- a/inc/changelog.php
+++ b/inc/changelog.php
@@ -37,6 +37,15 @@ function parseChangelogLine($line) {
/**
* Add's an entry to the changelog and saves the metadata for the page
*
+ * @param int $date Timestamp of the change
+ * @param String $id Name of the affected page
+ * @param String $type Type of the change see DOKU_CHANGE_TYPE_*
+ * @param String $summary Summary of the change
+ * @param mixed $extra In case of a revert the revision (timestmp) of the reverted page
+ * @param array $flags Additional flags in a key value array.
+ * Availible flags:
+ * - ExternalEdit - mark as an external edit.
+ *
* @author Andreas Gohr <andi@splitbrain.org>
* @author Esther Brunner <wikidesign@gmail.com>
* @author Ben Coburn <btcoburn@silicodon.net>