Edgewall Software

Changes between Version 35 and Version 36 of SpamFilter


Ignore:
Timestamp:
Dec 16, 2009, 10:32:57 PM (14 years ago)
Author:
Christian Boos
Comment:

svn locations updated

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v35 v36  
    7474You can also obtain the code from the Trac Subversion repository:
    7575{{{
    76 svn co http://svn.edgewall.com/repos/trac/sandbox/spam-filter
     76svn co http://svn.edgewall.com/repos/trac/plugins/0.11/spam-filter
    7777}}}
     78(there's also a version for Trac 0.10 below source:/plugins/0.10)
    7879
    7980See TracPlugins for instructions on building and installing plugins.
    8081
    81 You can [source:sandbox/spam-filter browse the source in Trac].
     82You can [source:/plugins/0.11/spam-filter browse the source in Trac].
    8283
    8384Recommended versions:
     
    8687|| [milestone:0.11]dev   || latest ||
    8788
    88 ''[http://svn.edgewall.com/repos/trac/sandbox/spam-filter/#egg=TracSpamFilter-dev This is a link for setuptools to find the SVN download]''
     89''[http://svn.edgewall.com/repos/trac/plugins/0.11/spam-filter/#egg=TracSpamFilter-dev This is a link for setuptools to find the SVN download]''
    8990
    9091== Enabling the Plugin ==
     
    113114 [[br]]--other anonymous
    114115
    115  ''Quite confusing, but the logging facility doesn't log submissions from any user with permission TRAC_ADMIN (see source:/sandbox/spam-filter/tracspamfilter/adapters.py#L35). So for creating test submissions, the admin mustn't be logged in.''[[br]]--ole
     116 ''Quite confusing, but the logging facility doesn't log submissions from any user with permission TRAC_ADMIN (see source:/plugins/0.11/spam-filter/tracspamfilter/adapters.py@#L35). So for creating test submissions, the admin mustn't be logged in.''[[br]]--ole Yes, but that's hardly an issue, is it? -- cboos
    116117
    117118----