diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/no_commit_mails_for_new_pages.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/no_commit_mails_for_new_pages.mdwn b/doc/bugs/no_commit_mails_for_new_pages.mdwn index b65c8393a..3773a9455 100644 --- a/doc/bugs/no_commit_mails_for_new_pages.mdwn +++ b/doc/bugs/no_commit_mails_for_new_pages.mdwn @@ -4,3 +4,7 @@ the same page do result in commit mails. (Granted, this could be almost considered a feature, if the new page is in an rss feed..) + +Turned out to occur only for web commits that added a new file, since now +the wiki does not rebuild during the commit hook in a web commit, it could +not rely on `%pagesources` having the file. [[done]] --[[Joey]] |