Project

General

Profile

Search

Results (18279)

Help: RE: why issue‘s status fail to update after git commit?
problem is solved,thanks 2017-03-23 02:24
Help: RE: Issue Edit/Submit very slow
Thanks. It ended up being an error on my par ... . I guess I mistyped something originally. 2017-03-22 18:54
Help: RE: why issue‘s status fail to update after git commit?
please help me to checkout the problem,thanks 2017-03-22 15:22
Help: RE: why issue‘s status fail to update after git commit?
I must do someting wrong,please tell me why? 2017-03-22 15:05
Help: RE: why issue‘s status fail to update after git commit?
I config key words parameters in redmine like ... mit message like this "fixes #1",Was I wrong? 2017-03-22 14:34
Help: RE: why issue‘s status fail to update after git commit?
I have tested redmine 3.3.2,fail,why? bug? thank for all 2017-03-22 14:00
Help: RE: why issue‘s status fail to update after git commit?
I test again,B and C is ok. 2017-03-22 12:47
Plugins: RE: Issue Badge Plugin
Hi, thank you so much for using my tiny plugi ... se master branch, v0.0.5, please change lib/issue_badge/application_hooks.rb’s line 9, as following: <pre><code class="diff"> diff --git a/lib/issue_badge/application_hooks.rb b/lib/issue_badge/application_hooks.rb index b982475..8e32bde 100644 --- a/lib/issue_badge/application_hooks.rb +++ b/lib/issue_badge/application_hooks.rb @@ -6,7 +6,7 @@ module IssueBadge base_url = Redmine::Utils.relative_url_root badge_url = base_url + '/issue_badge' o = '' - if User.curren ... global_enabled = Setting.plugin_redmine_issue_badge['activate_for_all_users'] == 'true' issue_badge = IssueBadgeUserSetting.find_or_create_by_user_id(Us ... tylesheet_link_tag('style', plugin: 'redmine_... 2017-03-22 10:59
Plugins: RE: Issue Badge Plugin
Hi Akiko Could you help on this question? 2017-03-22 10:10
Help: why issue‘s status fail to update after git commit?
h1. my environment # centos 6.6 in vm,ng ... h1. my problem # when I try to update issue with git commit like "fixes #1".I see the git commit log,but the issue's status unchanged,why? # I use the same t ... 1WDLOBYm9BTxVUYB7RA"" the git log update,the issue status update at the same time. # I guess ... no effect # and time logging is no effect 2017-03-22 07:45
Help: RE: Issue Edit/Submit very slow
Hi Sounded like async_smtp, but you identi ... observe system load in parallel to updating issues. Maybe this gives you a hint. Cheers Immanuel. 2017-03-22 07:39
Help: Issue Edit/Submit very slow
<pre> Environment: Redmine version ... 4 Server </pre> When I go to update an issue, it takes anywhere from 5 to 20 seconds to u ... roblem appeared. I'm not 100% sure that the issue happened at the same time as the change, but ... causing this delay? Any help is appreciated. 2017-03-22 02:14
Open discussion: RE: Restore one issue
As far as I know "there is no procedure":http://www.redmine.org/issues/11229#note-1 2017-03-21 19:10
Help: RE: Email alert with wrong link to issues: doubling th econtext path
There ist a "hostname" setting in the main re ... e is a wrong base-URL? cheers Immanuel. 2017-03-21 16:42
Plugins: RE: Issue Badge Plugin
Hi Aiko i just installed this plugin. it w ... created from LDAP user. what should i check? 2017-03-21 11:19
Help: Security problem with "only issues created by or assigned"-permission?
Hi! As I encountered security problems whe ... ion setting with the ticket visibility "only issues created by or assigned". We are on Redmi ... fect*: My user with the permissions "only issues created by or assigned" shows the following ... ess via URI: *not OK*: if the user knows the issue ID, the user can break security within the g ... ding URI, e.g. "https://redmine.mycompany.at/issues/4401 ** so a ticket of the current project ... ogged as defect. Thanks a lot Immanuel. 2017-03-21 09:08
Help: Update issue api does not work
Hi, I am updating the issue in redmine using rest API. However the issue gets updated sometimes and sometimes it does ... ow is my update request: http://localhost/issues/1193.json header : Content-Type application/json Body: <pre><code class="json"> { "issue": { "id": 1193, "project": { ... you please help me here. Thank you Rajal 2017-03-20 13:10
Help: Email alert with wrong link to issues: doubling th econtext path
Dear all, I started from a fresh turnkey i ... ails are sent correctly, but the link to the issue is wrong. *THE CONTEXT PATH IS DUPLICATED* like in the following, like: http://mydomain/bio/bio/issues/1555 Could you provide me some hints. Thank you in advance for your support Adriano 2017-03-17 17:36
Help: REST API question
According to "this wiki page":http://www.redmine.org/projects/redmine/wiki/Rest_Issues the request http://www.redmine.org/issues.json?issue_id=25342 should return one issue. It returns first 25 of 4566 open issues instead. Is it a known bug or I'm missing something? Thank you. 2017-03-17 13:02
Help: Can't change priority on reopened issue
I have reopened a previously closed issue. It is now in state "reopnened". The prior ... The field is not available when I edit the issue. It doesn't matter if I change to another st ... o change. Anyone knows how to fix that? 2017-03-17 10:44
Open discussion: RE: Show subtask ID in column on Issue list
I was looking for that, too. Now, I made a p ... ) Please don't ask *me* to enhance it: a new issue should be submitted. 2017-03-16 16:24
Open discussion: RE: Restore one issue
I'm looking that answer too. up. 2017-03-15 16:56
Help: Error Creating an Issue using RedMine API & Java Eclipse
I am recieving this error : HTTP/1.1 422 Unpr ... re><code class="java"> public void CreateAnIssue() throws GenericException { ClientRequest req = new ClientRequest(ROOT_ADDRESS + "issues/new"); req.accept(MediaType.APPLICATION_ ... eq.queryParameter("key", apiKey); IssueDetail newIssue = new IssueDetail(); // Project Info BasicInfo ... .setName(selectedProject.getName()); newIssue.setProject(basicProjectInfo); // ... sicInfo(); basicTrackerInfo.setId(selectedIssue.getTracker().getId()); basicTrackerInfo.setName(selectedIssue.getTracker().getName()); newIssue.setTracker(basicTrackerInfo); // ... sicPriorityInfo.setName("Normal"); newIssue.setPriority(basicPriorityInfo); // ... ; basicStatusInfo.setName("New"); new... 2017-03-14 15:58
Plugins: Issue Badge Plugin
Hi, all. I created small plugin to show the number of assigned issues with badge on top menu, and I’ve just relea ... * http://www.redmine.org/plugins/redmine_issue_badge Since this plugin has test codes wi ... eports, feedbacks will be highly appreciated. 2017-03-13 18:58
Open discussion: Redmine theme button to create issue
Hi Friends, I want to have a button on top menu to create a new Issue and not on the new issue under project, Also, is some sort of AJAX ... ate by click and not need to edit the entire Issue, Is it possible , please advise, thanks 2017-03-12 14:56
(3501-3525/18279)