[gitorious] Re: Error trying to view diff on a merge request page

2011-10-20 Thread Wari
Just did a git pull, and submodule pull, and assets:clear, the code by Martin to help with non TLS AD auth and got everything to work nicely :) I'm a happy camper.. Thanks. On Oct 20, 11:43 pm, Wari Wahab wrote: > I'll try this out tomorrow in the office, talk about bugs, there are others > I'd l

[gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread IronMania
awesome, works perfect. is there an easy way to implement the groups from the ad? I don't know in detail in our company, but we have groups of developers, so that I can tell gitorious, that this project belongs to that group. Thank you for your help!! Jörg On 20 Okt., 14:50, Martin Sandiford wro

Re: [gitorious] Error trying to view diff on a merge request page

2011-10-20 Thread Wari Wahab
I'll try this out tomorrow in the office, talk about bugs, there are others I'd like to report bug did not took the time to compile it. This is regarding the feature I saw that is supposed to generate a nice graph of the commit log. This produces the error "Javascript is required" or something simi

Re: [gitorious] Error trying to view diff on a merge request page

2011-10-20 Thread Marius Mårnes Mathiesen
On Thu, Oct 20, 2011 at 10:36 AM, Wari Wahab wrote: > I'm testing a merge request feature on a test repository, and the merge > request page, failed to display the diff, but it does show the comments, and > other details properly. > > I can view the diff fine if I clicked on the commit link. The

Re: [gitorious] Re: all.js and javascript issues

2011-10-20 Thread Marius Mårnes Mathiesen
On Thu, Oct 20, 2011 at 3:52 PM, leem wrote: > Managed to fix it using an obviously related problem in another > thread. For reference: > > run as su on /var/www/gitorious > > git submodule init > git submodule update > We also just added a rake task that removes generated javascript and CSS fi

[gitorious] Re: all.js and javascript issues

2011-10-20 Thread leem
Managed to fix it using an obviously related problem in another thread. For reference: run as su on /var/www/gitorious git submodule init git submodule update -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@

Re: [gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread Martin Sandiford
It's on the ldap-auth-search branch. $ git checkout ldap-auth-search Should get you what you want. Cheers, Martin On Thu, Oct 20, 2011 at 11:16 PM, IronMania wrote: > hm, how can i install your patch? I cloned your repo but there are no > changes! at least not in the cloned one. > > On 20 Okt.

[gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread IronMania
hm, how can i install your patch? I cloned your repo but there are no changes! at least not in the cloned one. On 20 Okt., 14:14, IronMania wrote: > what am I doing wrong? > when running the testscript it always hangs with setup_encryption  in / > var/www/gitorious/rots/ruby/1.8/gems/ruby-net-lda

[gitorious] Re: DebianSqueezeInstallation page on gitorious

2011-10-20 Thread Wiz of Id
On Thursday, October 20, 2011 11:00:11 AM UTC+2, Markus wrote: > > I don't remember exactly which step required libxslt1-dev, I think it > > was during "bundle install" for nokogiri. > confirmed :) > -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this

[gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread IronMania
what am I doing wrong? when running the testscript it always hangs with setup_encryption in / var/www/gitorious/rots/ruby/1.8/gems/ruby-net-ldap-0.0.4/lib/net/ ldap.rb:1059 so i need to hit ctrl+c then I ALWAYS get this line. On 20 Okt., 09:28, Wari Wahab wrote: > On 20/10/2011 14:10, Martin Sa

[gitorious] DebianSqueezeInstallation page on gitorious

2011-10-20 Thread Markus Fischer
Hi, I just wanted to let you know I made two minor edits to DebianSqueezeInstallation , just in case anyone feels more in charge of it .. 1) I removed all trailing whitespaces, especially on the command line example stuff. This caused a few of them to not work when trying to copy&paste them

[gitorious] all.js and javascript issues

2011-10-20 Thread leem
I've just installed a local version of Gitorious on a Ubuntu 11.4 machine. Everything is working great, repositories are created, users are created (however emails aren't being sent but that's another story) but In Firefox I noticed javascript errors appearing on the developer toolbar mostly compl

[gitorious] Error trying to view diff on a merge request page

2011-10-20 Thread Wari Wahab
I'm testing a merge request feature on a test repository, and the merge request page, failed to display the diff, but it does show the comments, and other details properly. I can view the diff fine if I clicked on the commit link. The traceback can be found @ https://gist.github.com/40c6e148d5

[gitorious] Re: Errors in View File

2011-10-20 Thread Okalany Daniel
I still have this, I've tried downgrading i18n to v 0.1 I've reinstalled ruby and ruby gems too. On Wed, Oct 19, 2011 at 12:39 PM, Okalany Daniel wrote: > Hi All, > I get the error below when i try to view the source tree of > repositories: > > A ActionView::TemplateError occurred in trees#show:

Re: [gitorious] Re: LDAP: bind with authentication

2011-10-20 Thread Wari Wahab
On 20/10/2011 14:10, Martin Sandiford wrote: From looking around in the net-ldap code, it looks like one or both of bind_username and/or bind_password need to be nil for this to happen. Do you have bind_username and bind_password set up in your production section of your authentication.yml? I