You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,22 @@ your `plugins` directory.
24
24
25
25
Trac Code Comments plugin requres at least python 2.4 and runs on Trac 0.12.
26
26
27
+
Enable all the modules through the admin web UI or by editing `trac.ini`.
28
+
29
+
30
+
Upgrading
31
+
---------
32
+
33
+
Install the latest version of the plugin (as above).
34
+
35
+
Run `trac-admin <path-to-environment> upgrade` to update the database.
36
+
37
+
Enable any new modules through the admin web UI or by editing `trac.ini`.
38
+
39
+
Run `trac-admin <path-to-environment> subscription seed` to create
40
+
subsriptionfor existing attachments, changesets and comments.
41
+
42
+
27
43
Features
28
44
--------
29
45
@@ -54,6 +70,9 @@ tickets and which are not.
54
70
* Notifications – if you have configured Trac to email ticket notifications
55
71
then comment notifications will just work!
56
72
73
+
* Subscriptions – Authors of changesets and attachments, and anyone who
74
+
creates a comment are subscribed to notifications of comments; to have changeset authors automatically subscribed, your repositories must be configured for [synchronisation](http://trac.edgewall.org/wiki/TracRepositoryAdmin#Synchronization) with Trac
0 commit comments