Search
Results (18279)
- Open discussion: RE: feature request: properties of issue dynamically available in wiki
- I've tested it and it works very well. I have ... t encountered any bugs. Thank you very much!!
- Help: RE: unable to browse SVN, redmine auth is failing
- Nope I have that linked properly already and ... l last time I installed redmine there was an issue with sha1_hex() call inside Redmine.pm on ub ... there some way to get a better error message?
- Help: RE: Custom field regular expression not validating on issue update
- We want any entry that is a-zA-Z0-9 and the d ... : <pre> this-is-fine andsoisthis </pre>
- Help: RE: Custom field regular expression not validating on issue update
- <pre> $ irb 1.9.3-p545 :001 > /^[a-zA-Z0-9- ... /^[a-zA-Z0-9]+$/.match("-") => nil </pre>
- Help: RE: Custom field regular expression not validating on issue update
- Can you elaborate on how it is the wrong regex?
- Help: RE: Custom field regular expression not validating on issue update
- > ^[a-zA-Z0-9-]+$ This is wrong regexp. I h ... regexp on Redmine 2.4 and I cannot reproduce.
- Help: RE: Problem Install App_Timecheets
- Thanks for your response. I find the problem. ... "UPDATE time_entries SET fixed_version_id = issues.fixed_version_id FROM issues WHERE time_entries.id IN ( SELECT time_entries.id FROM time_entries INNER JOIN issues ON issues.id = time_entries.issue_id WHERE time_entries.in_timesheet = 't' AND ... LL));" connection.update(sql) it's work !
- Hello, in Redmine 2.3 I was using the meet ... d. I was trying to get a hint, what's the issue, but I cannot find an answer in the logs. Ev ... work fine. Can anybody help me with this issue? Thanks in advance! Dustin
- Help: RE: Deploying redmine on Heroku
- Hi Mohamed So i finally achieved to instal ... see my Tutorial ;) http://www.redmine.org/issues/16712 Cheers
- Help: RE: Maximum value for issue number
- ok, I will be probably dead! ;o) Thanks a lot.
- Help: RE: Maximum value for issue number
- Issue's field *Id* has type integer with length 11 ... each the limit when you get over 12345678901 issues.
- First of all, I am not the person who set up ... d trying numerous actions have not fixed the issue. Any assistance would be appreciated.
- Hi All Any Help TO Make Redmine close the issues after 30 min from i received the issues
- Hi, I've searched the web and redmine boar ... data. So it is very difficult to debug this issue. I need to have extensive logs but it's a ... Web Server: Apache/2.2.22 (Debian) </pre>
- Hello, I've a strange issue according to Redmine virtual host: * redhat ... Thanks in advance for your help!!! Guillain
- Hi, first of all: Recieving emails via IMAP is working very well. I am able to answer on issues and can also create them via email. But I want to forbid creating issues via email. Our user should just have the op ... email.rake. No success. Best Regards, Ben
- how can i add value from 1.1 until 100 in issue done ratio ? thanx
- Open discussion: RE: Could not load such file mysql2/mysql2
- Dear Helwade, I have installed mysql2 gem ... l2.so has generated, but later i got another issues like below when using : "rake generate_secr ... t/rails:6:in `require' cheers Kevin
- Help: RE: Followers rights
- OK. Thanks. So I will need to spend time to ... here I should add this? Any special hook for issue access authorization? Do you think it is a ... ation? It will help to start. Thanks again.
- Good morning to all, I have a redmine 2.4. ... rit_members"=>"1", "enabled_module_names"=>["issue_tracking", "time_tracking", "documents", "fi ... to this before? Thanks for any help! Nick
- Hallo, we have created a script to import github issues to redmine via api. Maybe its helpful for s ... .com/paupauorg/github-redmine-migration
- Help: RE: Is it possible to automatically add new users to a group and/or project?
- I have done all of the above and set the de ... mine_default_group 0.0.1 redmine_issue_checklist 2.0.5 redmine_login_audi ... etting it working? Thanks in advance Franco
- Plugins: RE: Time & Expense 1.6
- Hi, I have very bad English, sorry. When I add multiple records for the same issue, with the same activity performed only by di ... lease? For example: I have project and issue with ID, e.g. 1, I have done such activity, e.g. Analysis. I worked on the issue on Monday, Tuesday, Wednesday and I I need t ... time spent on it is merged from all records.
- Open discussion: RE: Customize E-Mail Subjects
- Hi, i want to do the same, i change mailer.rb : <pre> < :subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" --- > :subject => "[#{issue.project.parent.name + ' - ' if issue.project.parent}#{issue.project.name}] - #{issue.tracker.name} ##{issue.id} (#{issue.status.name}) #{issue.subject}" < s = "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] " --- > s = "[#{issue.project.parent.name + ' - ' if ...
- Open discussion: RE: Connecting Remote Database Issue
- Rupesh Helwade wrote: > Not sure but see /et ... problem is not related to Redmine. Cheers,