Search
Results (18280)
- Help: RE: Use of field 'status' and 'resolution' in the Redmine tracker
- Until now, we used Status field only and we f ... ed, Closed We have problem, that no every issue is found to be useful, so we set status to C ... on for. We set Won't fix, Invalid, Duplicate.
- I want to search issue by filter (status, Tracker, Priority, ...). ... to start this in objective-c. i need advice.
- Plugins: RE: Time & Expense 1.5
- Please fix that bug "redmine_charts2 Incompat ... ttps://github.com/pharmazone/redmine_charts2/issues/33#issuecomment-19246478 >Unfortunately it is the ... me) then charts displays correct information.
- Hi, I configured my project for reading my ... d about similar "bug":http://www.redmine.org/issues/8385 but it seems fixed while I'm still face this issue! How can I fix this issue? PS "bzr log" shows correctly *My Sys ... F-8' CONNECTION LIMIT = -1; </pre>
- I have 2 problems: 1 In "My Page" view, su ... because it has lost its context here. 2 In "Issues" view, if a project have multiple sub proje ... -> child level. Is it by design or a bug?
- Someone accidently deleted and iusse and now i want to restore only that issue (with relations to other issues, documents, project, comments ..if possible ... up. I found the insert entry for the mysql _issues_ table but i am not sure about the followin ... have to create entries and relations for an issue? * Any help which sql i have to use ? Yo ... ntities still exists in db. Please help!!
- Help: RE: LDAP authentication problem
- Dear Paresh, I am facing the same issue, I have the same Bitnami installation as ... t's the resolution? Regards Ravi Jain
- Development: RE: Custom fields
- I don't undertstand. You want to allow only o ... http://redmine.yours/custom_fields/new?type=IssueCustomField Choose type boolean.
- Open discussion: RE: Emails deleted from Issue creation because of Recipient address rejected
- Hello Jan, The redmine server talk SMTP ... on/Settings/Email_Notifications. Plap
- I'm trying out Redmine to use it for our Prod ... he generell project. And a component with an issue for that "product A" shows up in the roadmap. But the same issue could also be important for a different prod ... admap of Product A + component A ++issues A + component B ++issues B Roadmap of Product B + component B ++ issues B + component C ++issues C component A issues A component B issues B component C issues C
- Open discussion: RE: Emails deleted from Issue creation because of Recipient address rejected
- Do you have "Send E-Mails as blind copy (BCC) ... of sending it to all valid local recipients
- Help: RE: How to update issue status/priority using Rest API?
- I fixed this issue by adding quote around the id number, hope it resolves your problem. <pre> {"issue":{"status_id": "14" }} </pre>
- I need a hook which invokes a remote url (with the issue-id added as param) when issues of a specific project are set to a specific ... good howto including sample code. Thanks.
- Hello, sorry for my bad translation.. ... e and not on redmine. When creating a new issue under the famous XY project, all emails sent ... in: mylab.xx authentication: :none
- 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/...