RE: [gitorious] Log graph issues

2013-03-12 Thread Peter Kjellerstedt
Wouldn't it have been simpler (and more generic) to keep the original prototype for graph_log() and then just change: command sanitize(options.join( )) to: command options.shelljoin ? //Peter -Original Message- From: gitorious@googlegroups.com

RE: [gitorious] cannot annotate code in merge request

2013-02-08 Thread Peter Kjellerstedt
about this? we can`t comment big patches. On Saturday, July 31, 2010 1:22:05 AM UTC+3, Peter Kjellerstedt wrote: -Original Message- From: gito...@googlegroups.comjavascript: [mailto:gito...@googlegroups.comjavascript:] On Behalf Of max Sent: den 28 juli 2010 09:36 To: Gitorious Subject

RE: [gitorious] Re: Ultrasphinx unknown task

2012-12-10 Thread Peter Kjellerstedt
This is better: 10 * * * * /var/www/gitorious/bin/rake ts:rebuild /dev/null First of all it only runs the task once an hour rather than once every minute. Second, it utilizes the scripts in /var/www/gitorious/bin/ which make sure the environment is correct. Third, it runs ts:rebuild which has

RE: [gitorious] rake db:migrate error

2012-10-30 Thread Peter Kjellerstedt
I stumbled upon the same problem the other day when I migrated our server. I have created a merge request https://gitorious.org/gitorious/mainline/merge_requests/220 that should fix the migration (once the MR is completely created, which is taking unusually long...) Otherwise you can find the

RE: [gitorious] LDAP authentication with short user names

2012-09-21 Thread Peter Kjellerstedt
Couldn't you just change the validation in app/models/user.rb that validates the length of the login to be between 3 and 40 characters to allow 2 to 40 instead? That is what we have done here... //Peter From: gitorious@googlegroups.com [mailto:gitorious@googlegroups.com] On Behalf Of Marius

RE: [gitorious] Running a Simple Script

2012-03-02 Thread Peter Kjellerstedt
This mailing list is about Gitorious itself, not about projects hosted on gitorious.org... You are very unlikely to get an answer about Amarok here. //Peter -Original Message- From: gitorious@googlegroups.com [mailto:gitorious@googlegroups.com] On Behalf Of Kamran Sent: den 27

RE: [gitorious] Can't push to my clones of someone else's repo's

2012-02-21 Thread Peter Kjellerstedt
Have you used the public SSH key with some other Gitorious user account before? That has been the cause of this problem for a number of people earlier. This is due to Gitorious matching the user by his/her SSH key when pushing, and in case the same key is used with multiple accounts, only one

RE: [gitorious] Licensing my project

2012-01-11 Thread Peter Kjellerstedt
For my own protection I start by stating that IANAL. The license of Gitorious does not affect the data (i.e., the repositories) that it manages. That would be like saying that anything you compile with gcc should be GPL... //Peter -Original Message- From:

RE: [gitorious] Missing Function: project_repository_commit_compare_path

2011-11-28 Thread Peter Kjellerstedt
This is one of many, many functions that is automagically instantiated by the Rails environment. In this case it is based on the repo.commit_compare route in config/routes.rb. However, why it is not found for you I cannot tell; that is by beyond my limited Ruby skills. All I know is that it

RE: [gitorious] Problem with syntax highlighting

2011-11-14 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitorious@googlegroups.com] On Behalf Of Robin Sent: den 9 november 2011 17:17 To: Gitorious Subject: [gitorious] Problem with syntax highlighting Hi all, I just setup a new Gitorious server and it seems to be working

RE: [gitorious] Problem changing display/hide url settings

2011-11-02 Thread Peter Kjellerstedt
Make sure you do not have stale generated javascript files: bundle exec rake assets:clear touch tmp/restart.txt //Peter From: gitorious@googlegroups.com [mailto:gitorious@googlegroups.com] On Behalf Of Ricardo Gladwell Sent: den 2 november 2011 13:05 To: gitorious@googlegroups.com Subject:

RE: [gitorious] Re: Merge request not showing list of changed files

2011-01-11 Thread Peter Kjellerstedt
Is the DNS name of your server really git.something? In that case that may be the problem as Gitorious has reserved the host name prefix git. for cloning via HTTP. //Peter -Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Shayan

RE: [gitorious] Deny non-fastforward and tag creation

2011-01-03 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Iustin Pop Sent: 30 December 2010 15:48 To: gitorious@googlegroups.com Subject: [gitorious] Deny non-fastforward and tag creation I see in the interface for the repository edits

RE: [gitorious] slashes in branches

2010-12-13 Thread Peter Kjellerstedt
There is a merge request for Gitorious that solves this problem: http://gitorious.org/gitorious/mainline/merge_requests/91 Unfortunately it has still to be merged... //Peter From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Matthew Bowman Sent: den 10 december

RE: [gitorious] Re: Gitorious and HTTP Cloning

2010-12-02 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Javier Moro Sotelo Sent: den 2 december 2010 15:18 To: Gitorious Subject: [gitorious] Re: Gitorious and HTTP Cloning This is xsendfile's way of telling you it's being told to

RE: [gitorious] how to customize user access when using ssh keys?

2010-11-19 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of reza76m Sent: den 18 november 2010 18:36 To: Gitorious Subject: [gitorious] how to customize user access when using ssh keys? Hi I am a new git user and even newer to gitorious.

RE: [gitorious] Not able to view source tree of branch

2010-11-14 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Prasad Sent: den 12 november 2010 06:36 To: Gitorious Subject: [gitorious] Not able to view source tree of branch Hi, I created the brach in gitorious

RE: [gitorious] TemplateError (undefined method `call' for Email:String)

2010-10-11 Thread Peter Kjellerstedt
This has been mentioned a couple of times over the last months on #gitorious as well as here on this list. Your i18n ruby gem is too new and you need to uninstall it (gem uninstall i18n) so that the corresponding gem distributed with Gitorious is used instead.. //Peter -Original

RE: [gitorious] HTTP vs HTTPS trouble

2010-08-23 Thread Peter Kjellerstedt
Just to make sure, but you did restart Gitorious after changing the code (e.g., by touching tmp/restart.txt)? I know this has bitten people who are new to Ruby and Passenger before. //Peter From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Benjamin Podszun

RE: [gitorious] cannot annotate code in merge request

2010-07-30 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of max Sent: den 28 juli 2010 09:36 To: Gitorious Subject: [gitorious] cannot annotate code in merge request Hi, For some reason, on some merge requests, I cannot annotate code.

RE: [gitorious] Re: Clone push urls not displayed?

2010-07-14 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Trevor Sent: den 14 juli 2010 10:13 To: Gitorious Subject: [gitorious] Re: Clone push urls not displayed? On Jul 14, 12:33 am, Marius Mårnes Mathiesen marius.mathie...@gmail.com

RE: [gitorious] rake migrate db fails with can't activate , already activated stomp

2010-07-13 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Rob Sent: den 12 juli 2010 21:49 To: Gitorious Subject: [gitorious] rake migrate db fails with can't activate , already activated stomp I'm trying to install/migrate the database,

RE: [gitorious] Hello Group

2010-07-13 Thread Peter Kjellerstedt
You cannot take a guide for some other distribution and expect it to work for Fedora without modifications. You will have to tweak all instructions to match how Fedora does things, which requires good knowledge of both Fedora and the distribution for which the guide was written. There are a lot

RE: [gitorious] private http clone url

2010-05-28 Thread Peter Kjellerstedt
Try to unbreak the cookie_secret line, i.e., do not use \. //Peter From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Deepak Kamath Sent: den 28 maj 2010 11:09 To: gitorious@googlegroups.com Subject: Re: [gitorious] private http clone url hello, i am tryin to

RE: [gitorious] Some Bugs I've noticed

2010-05-27 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Webpigeon (Joseph) Sent: den 27 maj 2010 02:34 To: Gitorious Subject: [gitorious] Some Bugs I've noticed Hey, I can't find a bug tracker so I thought I'd post them here. If there

RE: [gitorious] Repo sync error?

2010-05-25 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Johnny Sent: den 22 maj 2010 07:29 To: Gitorious Subject: [gitorious] Repo sync error? Gurus, I am new in repo sync files from gitorious. I tried this command and i get such

RE: [gitorious] Setting/editing owner of a project or repository

2010-04-27 Thread Peter Kjellerstedt
-Original Message- From: gitorious@googlegroups.com [mailto:gitori...@googlegroups.com] On Behalf Of Michael Goffin Sent: den 26 april 2010 17:02 To: gitorious@googlegroups.com Subject: [gitorious] Setting/editing owner of a project or repository When creating a new Project, you