[gitorious] Re: How can I add a project to my watchlist/favorites?

2013-02-15 Thread vburak
same issue, there is no button, to add project to favorite list. On Thursday, May 24, 2012 11:44:48 AM UTC+3, Jose wrote: I had a project in my favorites watchlist. Accidentaly I clicked on Unwatch option. How can I add the project back to my favorites watchlist? Thank you, Jose

Re: [gitorious] which ruby's interpreter should I use for gitorious 2.x ?

2013-02-15 Thread Marius Mårnes Mathiesen
Chiku Linu writes: I only just noticed now that ree is end-of-life since 2012-02. So which ruby do you suggest me to use instead of ? or just use standard one MRI ? Gitorious version 3 will support Ruby 1.9, so this dependency will be gone in a few weeks. The current master branch works best

Re: [gitorious] which ruby's interpreter should I use for gitorious 2.x ?

2013-02-15 Thread Christian Johansen
You can use standard Ruby 1.8.7. When Gitorious 3 is released in a few weeks, we will be recommending 1.9.3. Christian Chiku Linu writes: Hi, I only just noticed now that ree is end-of-life since 2012-02. So which ruby do you suggest me to use instead of ? or just use standard one MRI ?

Re: [gitorious] Running over https / 443

2013-02-15 Thread Marius Mårnes Mathiesen
Scott Allen writes: Just to be clear, I want to completely disable access to port 80 and have everything got to port 443. For the most part everything is working accept for git pushes, where I get different errors depending on my configuration setting in gitorious.yml. The easiest thing is

[gitorious] Clarification/minor update to the Gitorious branching model

2013-02-15 Thread Marius Mårnes Mathiesen
A few months back we started using the Git flow branching model for Gitorious. For the most part, we've been happy with this decision, except for one thing, which we have decided to change. In our interpretation of git flow, the only way for a feature to arrive in the master (stable, deployable)

[gitorious] Gitorious Community Edition Installer improved and updated to install v2.4.9

2013-02-15 Thread Thomas Kjeldahl Nilsson
Hello, we've done some work on the free Installer to bring it up to par with Gitorious v2.4.9 (including the recent Ruby and Rails-related security fixes). http://blog.gitorious.org/2013/02/15/improved-and-updated-the-gitorious-ce-installer-v2-4-9/ Changelog: Update to Gitorious v2.4.9

Re: [gitorious] Running over https / 443

2013-02-15 Thread Scott Allen
Part of the issue is I want to run a different app over http (port 80). Essentially what we want is: http://domain name - gitweb https://domain name - gitorious Where the domain name is the same. Currently, what I have is: http://domain name - Gitorious http://domain name/gitweb - gitweb