• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision6917543d462cc87a52d74bcd8446bf6469bd1e35 (tree)
Time2012-04-17 03:49:39
AuthorCory Johns <johnsca@geek...>
CommiterCory Johns

Log Message

[#3563] Removed automatic subscription when editing a wiki page

Signed-off-by: Cory Johns <johnsca@geek.net>

Change Summary

Incremental Difference

--- a/ForgeWiki/forgewiki/model/wiki.py
+++ b/ForgeWiki/forgewiki/model/wiki.py
@@ -80,7 +80,6 @@ class Page(VersionedArtifact):
8080 type_s = 'Wiki'
8181
8282 def commit(self):
83- self.subscribe()
8483 VersionedArtifact.commit(self)
8584 session(self).flush()
8685 if self.version > 1: