Search
Results (18317)
- Open discussion: RE: Import Issues
- Hi Leo, Finally, I found a problem. It was ... ine_user_export problem was solved. Ilia
- Open discussion: RE: Import Issues
- Hi Ilia, Good thought about the i18n gem. ... : i18n (0.4.2) fastercsv (1.5.3) Leo
- Open discussion: RE: Import Issues
- Hi Leo, Thanks to your fast reply! I am t ... <% @headers.each do |column| %> </pre>
- Open discussion: RE: Import Issues
- Hi Ilia, Are you sure your CSV file was wr ... xpected about the CSV file itself. Leo
- Help: RE: AutoClose
- @fixed #34@ with whatever stuff around it in a commit message will autoclose issue 34.
- How to use the autoclose whit fixing keywords ... work My Ref-keywords are: refs,references,IssueID My Fix-key are: fixed, closed But what ... How do i get it to work correct /Slaktarn
- Plugins: RE: MS Project 2007 Import/Export plugin
- Ilya N wrote: > is this happened because of new imported data? Yes, I importing new issues. And imported issue IDs present in Redmine (in other projects) Thanks
- Open discussion: RE: Import Issues
- Hi Leo, I am getting error 500 using your ... 5.4) i18n (0.5.0, 0.4.2) Thanks Ilia
- Plugins: RE: How to handle Duplicates of issues in "Redmine Importer " plugin
- Thanks Leo, I was able to update the existing issues with the plugin. But, the feature "ignore existing issues" addition will add more value addition to t ... ch has saved my days. Regards Sandeep S.P
- Ok Everyone, I thought I'd create a new fo ... than maintaining patches. The following issues contain the history, yet I do not see any of these yet in the Redmine roadmap. *Issues:* #1113, #4755, #5702, and #5742. *Foru ... ns? Or is it lack of user interest? From the issues/forum posts, it's quite clear it's a needed feature. Thank you, Josh
- Help: RE: Help with Revision Issue on Webinterface
- Hello everyone, I managed to solve this probl ... This - of course - wouldn't work at all.
- I try the pluguin redmine_ckeditor and works ... hyperlink and works Before put Update the issue it is possible to watch the html code genera ... https://github.com/ebrahim/redmine_ckeditor
- Open discussion: RE: Import Issues
- Hi Alessandro, Thanks for the update. If ... ing is. Glad to hear it worked for you!
- Open discussion: RE: Import Issues
- Thank you Leo. I tried your fork one month ... on, but only if it's not very time consuming.
- Plugins: RE: How to handle Duplicates of issues in "Redmine Importer " plugin
- Hi Sandeep, Sorry I didn't see your post e ... importer), you can use it to update existing issues as long as you have a field you can use to ... the plugin doesn't have an "ignore existing issues" option, so it will reset the values of any pre-existing issues. That would be easy to add if it helps people out though. Leo
- Open discussion: RE: Import Issues
- Hi Alessandro, I forked RChady's importer ... trying to keep this in good shape. Leo
- Help: RE: %{ } issue after update to 1.1.2
- Make sure your i18n gem is in version at least 0.4.
- Plugins: RE: Not finding git command?
- Updating configuration.yml with the absolute path to git executable fixed this issue for me (/usr/local/bin/git).
- Dear All, after update from 1.0 to 1.1.2 I l ... ow to correct this problem? BR DParzydlo
- Open discussion: RE: New iPhone app RedminePro for Redmine Site
- Alexander Pöltl wrote: > Does the HTTPS Supp ... ver with self-signed certificate without any issues.
- Plugins: RE: MS Project 2007 Import/Export plugin
- https://github.com/vile/redmine_loader/issues/5 Ok, there is some select list for sele ... ist.push(usr) if usr end Thanks
- Plugins: RE: MS Project 2007 Import/Export plugin
- Anybody can help on this issue? https://github.com/vile/redmine_loader/issues/5 I have the same error :( > ActionView ... redmine_loader/app/views/loader/new.html.erb:
- currently, after a successful hudson build, the hudson redmine plugin 0.9 build the url : myproject/issues/show/67. however, in my redmine setup, the url should myproject/issues/67. there is no word "show" in the url. h ... o remove the word "show" in the url? thanks.
- Plugins: RE: MS Project 2007 Import/Export plugin
- About assignment. Based on source: https ... ned_to ] Then here this info is adding to Issue: https://github.com/vile/redmine_loader/b ... loader_controller.rb#L238 if ( source_issue.assigned_to != "" ) destination_issue.assigned_to_id = source_issue.assigned_to end I.e. if source filed ... be changes to like this: if ( source_issue.assigned_to != "" ) # integer - store as is if source_issue.assigned_to.to_i != 0 destination_issue.assigned_to_id = source_issue.assigned_to else # string - try ... ogin user = User.find_by_login(source_issue.assigned_to) rescue nil if user # store user's id destination_issue.assigned_to_id = user.id end end end
- Plugins: RE: MS Project 2007 Import/Export plugin
- Hi: I have noticed that the import does not bring in issue assignments set up using our project managem ... Am I missing something that is causing this issue, or is issue assignment not supported?