Project

General

Profile

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. 2013-06-12 10:53
Development: How to search issue by filter (objective c)
I want to search issue by filter (status, Tracker, Priority, ...). ... to start this in objective-c. i need advice. 2013-06-12 07:31
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. 2013-06-11 21:45
Help: Wrong encoding for Bzr repository
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> 2013-06-11 18:49
Open discussion: about sub project
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? 2013-06-11 12:57
Help: Howto restore a deleted issue from database backup
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!! 2013-06-11 12:33
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 2013-06-11 11:15
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. 2013-06-11 00:37
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 2013-06-10 12:26
Open discussion: version consisting out of different versions?
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 2013-06-10 12:05
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 2013-06-10 09:18
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> 2013-06-08 08:35
Help: hook for issue status change - looking for sample code
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. 2013-06-08 01:51
Open discussion: Emails deleted from Issue creation because of Recipient address rejected
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 2013-06-07 18:01
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" 2013-06-07 15:24
Help: RE: Help with comments view in redmine_issue_history_tabs 0.0.3
Wouldn't this better be placed under "Plugins"? 2013-06-07 14:53
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. 2013-06-07 14:53
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 2013-06-07 13:32
Help: Help with comments view in redmine_issue_history_tabs 0.0.3
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? 2013-06-07 12:27
Development: how to attactment jpg file on redmine server
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... 2013-06-07 12:06
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 2013-06-07 11:37
Help: Change Repository URL without losing manual-added commit-issue references
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? 2013-06-07 09:37
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 2013-06-06 16:56
Plugins: RE: Smart issues sort plugin
OK, so I couldn't get that patch working at a ... required files. So far everything looks good. 2013-06-06 16:55
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/... 2013-06-06 16:34
(7426-7450/18280)