On Monday, October 7, 2013 3:48:23 PM UTC-4, Dominick Rivard wrote: > private repo are enabled and the version I can't tell, it has been running > since at least 1 1/2-2 years without an upgrade. > > > enable_private_repositories: true > > > > Thanks > > Dominick > > > > On Mon, Oct 7, 2013 at 3:41 PM, Christian Johansen <[email protected]> > wrote: > > Hi, > > > > What version of Gitorious are you using? Do you have private > > repositories enabled? > > > > Christian > > > > Dominick Rivard writes: > > > > > Hi, > > > > > > I am trying to identify what relations/links I am missing in the DB to > > > fix the issue of one of my user that cannot see a project in the > > > projects page. > > > > > > This user if he goes to https://<gitorious_ip>/projects he cannot see > > > one specific project. This project is id 13 in DB. Then if he goes to > > > the url https://<gitorious_ip>/<project_name> he CAN see the project > > > itself. > > > > > > The project belong to a developer group and the user is part of this > > > group. So he should get access to this project. How do I fix this > > > issue by having the project displayed on the projects page for this > > > specific user that is missing the project on his projects page? > > > > > > Thanks > > > Dominick > > > > > > -- > > > > -- > > -- > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > > > --- > > You received this message because you are subscribed to a topic in the Google > Groups "Gitorious" group. > > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gitorious/7MDcccsIiSA/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > [email protected]. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > > > Bonne journée! > Dominick
I figured out the version from lib/gitorious.rb: module Gitorious VERSION = "2.2.1" end -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
