Search
Results (18291)
- Open discussion: RE: Shared Versions visible to users who do not have access to the project
- James R wrote: > I'm a bit unclear on this, ... ojects version a role in this projects "show issues"
- Help: RE: Help with comments view in redmine_issue_history_tabs 0.0.3
- Wouldn't this better be placed under "Plugins"?
- Development: RE: Merging Files & Documents
- Zdravko Balorda wrote: > Does it handle issue attachments, too? > I have users that need ... only at file level. No, it doesn't - sorry.
- Development: RE: Merging Files & Documents
- Thanks! I couldn't find it, but plugin is there http://www.redmine.org/plugins/dmsf Does it handle issue attachments, too? I have users that need to access Redmine only at file level. Regards, Zdravko
- Hello, I have Redmine 2.3.1 with redmine_issue_history_tabs 0.0.3 Comments that I enter wh ... played in the tab All. Can anybody fix it?
- Hi all please help your idea to upload jpg using php code to redmine server This code can add issue only, can you guide me about how to upload i ... e below: <?php //$result=$client->api('issue')->all(); //$issues=$result['issues']; if(isset($_POST['task'])) { $data ... ['description']; echo '</pre>'; */ $issue = new Issue ( array( 'project_id'=>$data['pr ... ption'=>$data['description'] ) ); $issue->save(); //echo $issue->id; } ?> <form action="<?php ec ... <td><input type=submit value="Create New Issue" class="button"/></td> </tr> </table> </form> <?php $result=$client->api('issue...
- Plugins: RE: "Annoying" plugins on official list
- Joshua DeClercq wrote: > If there's a fork o ... ere any such add-ons? EDIT: >Besides the issues around selling code that derivates from the ... icenses/gpl-2.0-faq.html#DoesTheGPLAllowMoney
- Hello, When someone in the team forgets to mention "IssueID #xxx" in the commit text, we manually add the link between the commit and the issue directly from Redmine, opening the "commit" page, and clicking "Add" in the "Related Issues" section. Now, I am trying to migrate th ... es all the links between the commits and the issues that were made clicking "Add" in the commit's page in Redmine. Am I doing something wrong?
- Plugins: RE: Smart issues sort plugin
- Use patch -p1 -i redmine_smart_issues_sort-2.3.patch from the plugins/redmine_smart_issues_sort folder Not specifying any -p flag would try to search files in flatten folder
- Plugins: RE: Smart issues sort plugin
- OK, so I couldn't get that patch working at a ... required files. So far everything looks good.
- Plugins: RE: Smart issues sort plugin
- Just tried again. <pre> From htdocs: roo ... /apps/redmine/htdocs# patch -i redmine_smart_issues_sort-2.3.patch can't find file to ... ------------------------- |diff --git a/lib/issues_helper_patch.rb b/lib/issues_helper_patch.rb |index f3b07fb..2bcea2d 100644 |--- a/lib/issues_helper_patch.rb |+++ b/lib/issues_helper_patch.rb -------------------------- File to patch: From the smart issues plugin dir: root@mayerredmine:/opt/bitnami/apps/redmine/htdocs/plugins/redmine_smart_issues_sort# patch -i redmine_smart_issues_sort-2.3.patch can't find file to ... ------------------------- |diff --git a/lib/issues_helper_patch.rb b/lib/issues_helper_patch.rb |index f3b07fb..2bcea2d 100644 |--- a/lib/issues_helper_patch.rb |+++ b/lib/...
- Plugins: RE: Smart issues sort plugin
- I tried from htdocs as well and got the same ... ng to try the stripped patch you just put up.
- Plugins: RE: Smart issues sort plugin
- Yes, that was just a diff from the installati ... tdocs In any case here is the stripped one
- Plugins: RE: Smart issues sort plugin
- That patch doesn't seem to be working for me. ... mi/apps/redmine/htdocs/plugins/redmine_smart_issues_sort# patch -i redmine_smart_issues_sort-2.3.patch can't find file to patch a ... ------- |diff --git a/plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb b/plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb |index f3b07fb..2bcea2d 100644 |--- a/plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb |+++ b/plugins/redmine_smart_issues_sort/lib/issues_helper_patch.rb -------------------------- </pre>
- Open discussion: RE: report crached
- Please open a new issue, this should not happen...
- Open discussion: RE: Proxy Error in Redmine very urgent please help me
- Seems to me you have an issue with a proxy server, not with redmine itself...
- Plugins: RE: Smart issues sort plugin
- Hi all, I prepared a patch for 2.3. Please report if it is full functional
- Hi, We currently have a project with Assignees that are defined per issue Category. Example: Category 1 = Larry, Cate ... be automatically driven, by the Category and issue status updates. However,automatic assignment only happens during issue creation, and each Category or issue status update retains the original assignee that was defined as the issue is created. Am I missing something? Alrea ... l tests, and still not able to sort out this issue. Appreciate it very much if you can advise ... work. Thanks in advance for your help.
- Open discussion: RE: Automatic re-assignment on new status "Resolved" or "Feedback"
- Unfortunately this ticket (http://www.redmine.org/issues/521) was opened 5 years ago, but there's no progress
- Hello, I am just new in the community. I a ... tall Redmine for a compagny and am having an issue that I cannot solve. I am actually follow ... he correct section for making such a request.
- Hi all, I have upgraded my old 1.4 redmine t ... : boolean) Of course when I try to browse issues, the prod server log reports: NameError (u ... b:96:in `disabled_core_fields' app/models/issue_query.rb:182:in `initialize_available_filter ... b:197:in `retrieve_query' app/controllers/issues_controller.rb:56:in `index' Whiny nils a ... rails behavior is different? Thank you!
- Open discussion: RE: Change repository SCM (it's currently disabled)
- Hello, When someone in the team forgets to mention "IssueID #xxx" in the commit text, we manually add the link between the commit and the issue directly from Redmine, opening the "commit" page, and clicking "Add" in the "Related Issues" section. Now, I am trying to migrate th ... es all the links between the commits and the issues that were made clicking "Add" in the commit's page in Redmine. Am I doing something wrong?
- Hello, We've got the following use-case: 1) An issues is being assigned to a project member A. 2) The member A works some time on this issue, then re-assigns it to a member B. 3) Member B works some time on this issue, then re-assigns it back to a member A, etc. ... erate the following reports: 1) For every issue, for a specified period, to see how long the issue was assigned to every member. Like this: "Issue I1: user A 3 days (30% of the issue lifetime); user B 7 days (70% of the issue lifetime)", etc. 2) For every project member, for a specified period, to see the list of issues assigned to him. Like this: "User A: issue I1, InProgress, [1-jan..3-jan]; issue I2, Assigned, [2-jan..3-jan]; issue...
- Plugins: RE: Default columns plugin
- Hi, I think you don't have to change redmine ... html.erb_ file entirely: Replace _app/views/issues/index.html.erb_ plugin file by redmine one ... none;" %>"> <%# VVK changes end %> <pre>
- Help: RE: external users can create issues, but don't receive notifications
- I think we've figured it out. * in order for project non members to create issues (via email), params need to be set accordin ... ct non-members to get notifications on their issues and be added as watchers: ** extended watc ... om the "anonymous" role, save for "view wiki"