Changes between Initial Version and Version 1 of Ticket #4049, comment 1


Ignore:
Timestamp:
Dec 16, 2016, 8:32:41 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4049, comment 1

    initial v1  
    1 Something to get started ... you probalby don't have the pre-commit email options enabled. You can edit `/svnpolicies/admin.py` as follows. Try looking for the following line (revision 5855):
    2 {{{
     1Something to get started ... you probably don't have the pre-commit email options enabled. You can edit `/svnpolicies/admin.py` as follows. Try looking for the following line (revision 5855):
     2{{{#!python
    33if self.svnpolicies_enabled and  self.email_enabled :
    44}}}
    55... (note the double spaces!) and edit as follows:
    6 {{{
     6{{{#!python
    77if self.svnpolicies_enabled and  (self.email_enabled or self.commands_enabled):
    88}}}