diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 23:29:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 23:29:19 +0000 |
commit | 01f41560e37c0a1182c70c2da23828a1ce06fd61 (patch) | |
tree | bc62781a5f5589df98c43d2aa98b8fb8273afac2 /doc/bugs | |
parent | 1fff84233c757d0143ebe25cd1dc606c40b74af9 (diff) |
* Fix sending of commit mails when new pages are added via the web.
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]] |