Search
Results (18279)
- Hi, I have a big performance issue with ldap authentication. If I login with ... </pre> Have anyone an idea to solve the issue? Thanks and best Regards, Henry
- Hi. I'm planning an upgrade of Redmine, and t ... ea when it's going to be released? I see all issues have been closed for about a week.
- Open discussion: RE: Estimated time and subtasks
- Ok, i dove into the subject and find i'm not ... here is a somewhat lenghty discussion on the issue at #5490. Reading through this stuff I fi ... havior should be to keep fields on different issues intact and available at any time. B) Roll ... ght. Best regards and thanks for comments!
- Hi, we are working with Redmine version 2.4.2 ... r projects. This makes adding watchers to an issue a very painful task. We noticed that users c ... ions for non members of a project? Thanks!
- I would like to understand the logic of estim ... in the "estimated time" field of the UseCase issue. 3) When implementing to meet requirements we add issues (of tracker Feature, Job, etc.) as SubTasks ... er users of Redmine deal with this situation.
- Plugins: RE: Issue Template plugin
- My use case and request would be templates for issue replies. I'm running a redmine based helpdes ... type the replies to same problems every time.
- Plugins: RE: Smart issues sort plugin
- I managed to install the plugin okay without any of the issues seen above. However I dont think it's wo ... not honoured if sorting by parent is enabled?
- I installed redmine to a centos WHM vps serve ... nitialized constant Redmine::Helpers::Gantt::IssueRelation (NameError) /home/labsera/redmine ... alize' config.ru:1:in `new' config.ru:1
- Help: RE: Slow Redmine issue
- Sorry for the late of my answer and thx for y ... y WelcomeController#index as HTML Regards.
- Help: RE: Redmine 2.1 Issues - 404. Trouble
- I've the same problem when I install redmine- ... e a db:migrate to sovle this without results.
- Plugins: RE: Issue Vote Plugin
- You could try this fork - https://github.com/ande3577/redmine_vote
- Plugins: RE: Issue Vote Plugin
- Doesn anybody now if this plugin still works? And if it works for redmine? Cheers ;-)
- How to set default assignee to <<me>> when create new issues? that is, by default the new issue will be assigned to the one who creates it.
- Hello, it is possible to add a set of memb ... I've search for a hook (like __controller_issues_new_before_save__ for issue creation) but found nothing. I found this " ... uld like to avoid. Or isn't this possible?
- Hi, we are searching for a possibility to upload images into the comments and not the issue or update. It would be great if the tool w ... t. But I guess that this will not handle our issues with files in the comment (instead of the update/issue) Greetings, Vanessa
- Hello, I am trying to integrate cvs with r ... running? kind regards Randolph
- Hi guys. I'm using redmine 2.3.3 on RHEL/C ... no plugin installed </pre> I'm having issues with some pages rendering slowly, for example: <pre> Started GET "/issues/9313" for 10.8.0.6 at Sun Jan 26 18:31:04 +0100 2014 Processing by IssuesController#show as HTML Parameters: {"id" ... urrent user: jakov.sosic (id=37) Rendered issues/_action_menu.html.erb (10.7ms) Rendered attachments/_links.html.erb (188.9ms) Rendered issue_relations/_form.html.erb (5.7ms) Rendered issues/_relations.html.erb (38.7ms) Rendered issues/_changesets.html.erb (559.2ms) Rendered issues/_history.html.erb (1226.5ms) Rendered issues/_action_menu.html.erb (9.4ms) Rendered issues/_form_custom_fields.html.erb (1.4ms) Rendered issue...
- <dependency> <groupId>com.taskadapter</ ... ________________ @Override public void addIssue(String userName, String password) throws Red ... ull; try { ua = rm.uploadAttachment("Issue", content); } catch (IOException e) { ... getToken(); System.out.println(token); Issue issue = new Issue(); issue.setSubject("自动创建BUG测试版本"); issue.setTargetVersion(versons.get(0)); Issue issue1 = rm.createIssue("ff", issue); } ______________________________________________________________ Issue and Attachment Not related !!!
- Hello everyone, My company choosed redmine ... g tracking. We use the _spent hour_ field of issues to report activities both from users and lifecycle issues. As a team manager, I spend a lot of time ... tivity and sometimes I give a hand to others issues. I decided to write down a js bookmarklet so when my current page is a issue's one, I just click my bookmark to add 0.05 hour to the current issue. The code is functionnal and the time displayed on the issue page is updated at the end of the process. *But I have an authentication issue here. If I use the bookmarklet, I have to re ... ----9f2d15b"; var params = '{"time_entry":{"issue_id":'+window.location.pathname.split('/')[2] ... n x; } function timeUpdate(id){ x=xhr('/issues/'+id+'.json','GET'); x.onreadystatechang ... ctor('.spent-time a').innerHTML=parseFloat(r....
- How to create Git repository and avoid - "404 ... 00", "commit_ref_keywords"=>"refs,references,IssueID", "autofetch_changesets"=>"1", "commit_cro ... lumns.html.erb (6.4ms) Rendered settings/_issues.html.erb (109.7ms) Rendered settings/_no ... l.erb (5.2ms) Rendered projects/settings/_issue_categories.html.erb (86.1ms) Rendered pro ... git push /var//test.git/ master </pre>
- Help: RE: Spent time as required field?
- ou. I have the same problem and i dont know h ... i need required field "Spent time" only when issue will be closed.
- Help: RE: Issues aren't updated when answering via mail
- Thanks for sharing this.
- I have the same problem as reported "here":ht ... e_inline_note_images_plugin 0.0.1 redmine_issue_checklist 2.0.5 redmine_ldap_sync ... mpatible with rails 3? Am I totally screwed?
- I've recently inherited administration of my ... , mailto links, [[wiki links]], and links to issues (#777) are all working. Any thoughts as to ... 0.0.3 redmine_issue_checklist 2.0.4 redmine_ ... tuff_to_do_plugin 0.5.0
- Help: RE: RMagick with JRuby on Windows
- I forgot that I had myself submitted an issue on this: #10724-3. That fix of running bundle install again still works! Thanks for your help!