==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9217

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #9 from John Crisp <[email protected]> ---
I *think* what should be done is as follows :

Set the following when generating gitweb.conf rather than checking them
interactively :

my $repository_view_allowed = 0;  
my $internet_access_allowed = 0;
my $host_request_allowed    = 0; # Will be 1 when the view is allowed based on
the current host address and 'allow_access_from' setting
my $anonymous_pull          = 0; # Will be 1 when the repository does not
require pull authorisation
my $authorised_repository_view_allowed = 0; # Will be 1 when the authorised
user has pull permissions on the repository 
my $pull_users              = '';

Add a template-expand in createlinks to the various events that may change
those settings. Just need to find out which events need to update the file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to