Activity
From 2010-05-22 to 2010-05-24
2010-05-24
-
23:45 Help: RE: Can't see related issues
- Oddly enough, I now see it right there on the issue view. For some reason I didn't see it despite looking for it all ...
- I can't see Related issues when updating/creating an issue, so I e.g. can't mark a bug as duplicate. Anybody know why...
-
21:37 Plugins: RE: Embedded plugin doxygen layout
- I'm having the exact same problem. It makes integrating Doxygen impossible. I also have a custom Doxygen CSS that d...
-
17:46 Help: RE: Unable to log in
- It looks like the docs are correct already, I must have mistyped.
Thanks!
-matt -
11:00 Help: RE: Unable to log in
- Glad you figured it out :-) Doesn't the upgrade docs specify to run the migration in production mode? If not, could y...
-
04:32 Help: RE: Unable to log in
- Felix,
When I ran the "rake db:migrate" it was actually updating the dev db, so I ran "rake db:migrate RAILS_ENV=p... -
17:11 Help: RE: RedMine Rest Api
- What version of Redmine are you using? Parts of the REST API is available only in the trunk version.
-
15:05 Help: RE: RedMine Rest Api
- My configuration :
About your application's environment
Ruby version 1.8.7 (i486-linux)
RubyGems ve... - Hi All, I have hust installed Redmine.
I love it !
I have only a problem with REST web service.
As you can see :... -
17:04 Plugins: RE: Plugins on Redmine 0.8.4
- Not sure if the plugin is still supported for such an "old" Redmine version, but I'd suggest contacting the plugin au...
- Hi there. I am running Redmine 0.8.4 which i want to use to test-pilot plugins. Currently:
- kubuntu linux 9.10
-... -
16:57 Help: RE: nginx + ssl
- Mmh, I use neither cgi nor nginx, so I won't be much help. Somehow your rails environment seems not to notice being c...
-
14:29 Help: RE: nginx + ssl
- No, I use FCGI. Here's nginx config for redmine:...
-
14:17 Help: RE: nginx + ssl
- Do you use passenger or nginx as a reverse proxy?
-
14:08 Help: RE: nginx + ssl
- It was set to HTTPS before I asked here. Didn't help.
-
11:12 Help: RE: nginx + ssl
- See [[RedmineSettings#Protocol].
- Hello.
I've set up redmine on nginx + ssl but somehow it does not want to use https:// urls for POST requests and ... - Hi all,
I'm trying to customize the function create_journal in /APP/MODELS/issue.rb
This function starts with an IF... -
10:57 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- Ah, sorry, I hadn't read your last message. Still not a good idea to have something sitting underneath your redmine, ...
-
10:56 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- You shouldn't put your svn in a subdirectory of your redmine installation, redmine expects to server everything "unde...
-
03:08 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- Hello
I finally got it working, the problem was very simple, wrong typo on password. I'm sorry for all the trouble... -
00:53 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- well, yes thats what i expect, if i go to redmine.mydomain.com/svn i'm prompted for user and password, after that i g...
-
07:26 Plugins: RE: Sidebar Issue Control
- Updated to 0.1.0. Now possible to reassign issues in the same manner.
-
05:47 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- If it's a conflict, it would just be with the Ruby code, not with the database. So you could just move those plugins ...
-
04:51 Open discussion: RE: That quickly then slowly
- How many users at once? Webrick can only handle one request at a time, a queue may build up if there are many users.
2010-05-23
-
23:59 Help: RE: Unable to log in
- I copied the db to a dev database, changed RailsEnv to development and restarted the app. It doesnt seem to be loggi...
-
23:44 Help: RE: Unable to log in
- Heres the query from the db:
100523 14:49:11 14 Statistics
14 Query SELECT max(`s... -
22:50 Help: RE: Unable to log in
- I'm really sorry but without any hint at where the error is, we won't be able to do anything. Do you have any way to ...
-
22:09 Help: RE: Unable to log in
- I put that hash in but still cant login using admin/admin
-
22:03 Help: RE: Unable to log in
- Ah, sorry, I confused the login and username fields in the query. Do you have any plugin installed that might get in ...
-
21:44 Help: RE: Unable to log in
- The database and users are still intact, is there a way to determine what redmine is using to authenticate users? Ma...
-
21:44 Help: RE: Unable to log in
- The database and users are still intact, is there a way to determine what redmine is using to authenticate users? Ma...
-
21:22 Help: RE: Unable to log in
- Well, it seems your login is incorrect because "Login \302\273" is not a valid login in redmine (spaces are not allow...
-
18:00 Help: RE: Unable to log in
- Hi Felix,
Yes I get the login screen but I dont see any errors, it just says "Invalid user or password" on the red... -
11:19 Help: RE: Unable to log in
- "rake test" will only run the tests on the code, so that's not an indication at where your problem lies :-) You get u...
- I've had redmine working for 6 or 8 months now, and after upgrading redmine, apache22, php and mysql using FreeBSD po...
-
16:46 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- And are you expecting svn to be on the same domain, say redmine.mydomain.com/svn? Because the error you wrote about i...
-
16:31 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- well my redmine is in redmine.mydomain.com
-
11:20 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- No, I meant on the webserver. You obviously have the svn on mydomain.com/svn, where do you expect redmine to be?
-
03:16 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- my redmine is in /var/www/railsapp
and my svn is in /srv/repos/svn -
01:18 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- That looks more like a passenger issue… So svn is in /svn, where is you redmine located?
-
05:55 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- If I want to remove the other two plugins do I need to run a migrate for all the plugins or just arch. I don't really...
-
04:54 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- I don't think so. My guess is it's some sort of conflict with the other two plugins. Try renaming the module in /lib/...
-
03:19 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- When I copy the Arch Decisions directory back to the vendor/plugins directory and run the rake rad:db:migrate command...
-
00:20 Help: RE: rewrite redirect on base folder only
- :) wow thanks for the quick response, and it works :)
massive thanks :)
think i was having a blonde moment with...
2010-05-22
-
22:41 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- Hello
I was just missing that line, now it works but if i try to authenticate i got an error like this:
Applica... -
20:56 Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
- Sorry but, how do i find which perl modules are loaded? thank you.
-
21:27 Plugins: RE: Ticket grouping plugin
- Marco Gutsche wrote:
> Marco Gutsche wrote:
> > Hello,
> >
> > I've read that subtasking in the new realse will ... -
19:45 Help: RE: rewrite redirect on base folder only
- Not sure what you are trying to achieve or what it has to do with redmine, but every regex language has a special cha...
- Hi,
after bashing google for a few good hrs im still stuck and wonder if you guys and girls can either point me in... -
19:23 Help: RE: Uploading files/documents fails
- Happy to help :-)
-
18:33 Help: RE: Uploading files/documents fails
- Ah perfect, I fixed it all by changing ownership from daniel to www-data for everything in /usr/var/redmine
Thank ... -
18:12 Help: RE: Uploading files/documents fails
- Felix Schäfer wrote:
> Ok, other idea: rename redmine_dir/log/production.log to something else and change the permis... -
18:09 Help: RE: Uploading files/documents fails
- Daniel S wrote:
> chown'ing redmine/files to daniel fixes it, but I don't want daniel to control redmine. How do I ... -
18:08 Help: RE: Uploading files/documents fails
- Ah, then your rails process is running as the user "daniel" because of passenger switching users. The details are her...
-
18:08 Help: RE: Uploading files/documents fails
- chown'ing redmine/files to daniel fixes it, but I don't want daniel to control redmine. How do I change who runs red...
-
18:06 Help: RE: Uploading files/documents fails
- Yes, I'm still trying to get you to find the user your rails process is running as :-)
Ok, other idea: rename redm... -
18:06 Help: RE: Uploading files/documents fails
- I caught this using ps aux:
daniel 9576 1.4 2.6 171948 89120 ? S 00:00 0:09 Passenger Application... -
18:00 Help: RE: Uploading files/documents fails
- I've also found the following in /var/log/apache2/error.log...
-
17:57 Help: RE: Uploading files/documents fails
- Nearly. The 2 processes you mention are part of the passenger stack but are not the ones that will be spawned as poss...
-
17:41 Help: RE: Uploading files/documents fails
- I got this output...
-
17:19 Help: RE: Uploading files/documents fails
- Ok, so passenger doesn't have write rights to the files, because it doesn't necessarily run as the same user as apach...
-
17:10 Help: RE: Uploading files/documents fails
- Before trying to upload a file...
-
15:56 Help: RE: Uploading files/documents fails
- Daniel S wrote:
> www-data (I think that's the user apache and thus passenger uses)
Not necessarily, but we'll ge... -
12:46 Help: RE: Uploading files/documents fails
- www-data (I think that's the user apache and thus passenger uses) has permission as per:...
-
12:35 Help: RE: Uploading files/documents fails
- Just a thought: it seems some of your permissions are off indeed, have a look at the installation guide and make sure...
-
12:33 Help: RE: Uploading files/documents fails
- Try this as root, I'm not sure you have enough permissions to execute all that is needed for script/about. Also have ...
-
11:43 Help: RE: Uploading files/documents fails
- Oh and MySQL Ver 14.14
- Everything else works so far, (I've been using the Wiki extensively), except for uploading. I get these errors from ...
-
18:33 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- Hmm... looks good to me. Can you try reinstalling Arch Decisions, then running the following command?
> rake rad:d... -
16:12 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- I installed Redmine about a month ago and it migrated fine (after some initial issues). It seems that everything is r...
-
15:42 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- I'm not sure what to tell you here. I've seen similar errors, but not that exact one. What's really strange to me is ...
-
14:41 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- I'm trying to run the db:migrate_plugins rake task but I get the following error:
E:\webservers\railsapps\redmine>... -
18:17 Help: RE: Configuring Apache on Fedora 12
- I will take a look it later and see if I can find a compromise somewhere.
For now I have put SELinux into permissive... -
18:14 Help: RE: Configuring Apache on Fedora 12
- It is. See http://www.modrails.com/documentation/Users%20guide.html#_the_apache_error_log_says_that_the_spawn_manager...
-
18:05 Help: RE: Configuring Apache on Fedora 12
- Done, but now I get all the files again as before and not the redmine application (see attached screenshot)
Also, ... -
17:53 Help: RE: Configuring Apache on Fedora 12
- Ok, if you want to use passenger, just remove the .htaccess file, as that is needed only for cgi operations (passenge...
-
17:49 Help: RE: Configuring Apache on Fedora 12
- I've just removed everything and downloaded the version 0.9 as you mentioned from the installation guide.
I've recon... -
17:21 Help: RE: Configuring Apache on Fedora 12
- What version of redmine have you installed? Or from what svn branch and revision?
-
17:17 Help: RE: Configuring Apache on Fedora 12
- I believe that I have passenger installed. I downloaded the gem with ruby and followed the steps from the guide to in...
-
16:17 Help: RE: Configuring Apache on Fedora 12
- Your rails is too old for current Redmine (I think 0.9 needs 2.3.5).
Also: what are you trying to use to server re... - Hello,
I'm rather new to this entire Linux business and redmine, but we're trying to setup a server running the Re... -
17:58 Help: RE: Internal Server Error when trying to brows git repository
- Well there you go :-) Glad I could help.
-
17:45 Help: RE: Internal Server Error when trying to brows git repository
- Hey thanks!
That one did it! I had to switch the encoding of the 'Commit messages encoding'. Thought entering the ... -
17:30 Help: RE: Internal Server Error when trying to brows git repository
- Practically any plugin, as they can monkey-patch whatever they want :-)
Ok, so it seems you have something fishy i... -
16:19 Help: RE: Internal Server Error when trying to brows git repository
- Thanks for the ultrafast reply!
1. No Plugins. Which Plugins could cause such problems?
2. Done that several times. -
16:13 Help: RE: Internal Server Error when trying to brows git repository
- 1. Any plugins installed?
2. Try deleting and reimporting the repository in you redmine project. - Im pretty new to redmine and ruby so I'm a little bit helpless in this. There are many very similar problems in the f...
-
17:32 Help: RE: Can I restrict access for Administrators?
- No, administrators can always see everything.
- Hello -- I want to create a project that only three people (two admins and one regular user) have access to. Is there...
-
17:04 Help: RE: Redmine 500 Error
- Well this is kinda weird.
I upgraded from 0.9.3 to .4 and redmine works again.. -
00:08 Help: RE: Redmine 500 Error
- Well, Without any kind of error or log, we won't be able to help you in any meaningful way, sorry. Maybe have a strol...
-
00:03 Help: RE: Redmine 500 Error
- Yes about ~1 week ago and worked fine until it broke :P
So I just removed the .htaccess and nothing has changed. -
00:00 Help: RE: Redmine 500 Error
- Have you upgraded recently? Do you have the stock .htaccess in redmine_dir/public? It sometimes messes up passenger, ...
-
10:49 Help: RE: Notify everyone by default?
- Maybe would it be nice to have an admin option for enforcing email notifications, I mean not to leave this choice to ...
-
07:14 Help: RE: How to tag uploaded files in the "Files" section?
- Hm, I'll have them take a look at this thread. Thanks for the suggestion. :) Anything that makes things easier is w...
-
00:02 Help: RE: Admin operations
- There is a plugin that does something similar, see the [[Plugin_list]].
Also available in: Atom