Project

General

Profile

Search

Results (12605)

Feature #18840 (New): In-App Notifications
I'd like to have in-app notifications as an a ... uld be nice to have notifications: * on due issues assigned to me * when others commment on issues that I observe * when others commment on issues assigned to me * when an issues that is assigned to me (or that I observe) is changed 2015-01-14 17:26
Feature #18835 (New): Copy projects - Templating projects
Hi guys I'd like to share with you what i ... ith what Christian wrote a while ago on this issue #13373 So i modified 3 files : In app/ ... moved :copy from a before_filter like in the issue #13373 @before_filter :authorize_global ... actually is working in my prod environnement. 2015-01-14 09:18
Defect #18834 (Closed): parent_issue_id in REST API request does not work
I am trying to create ticket with parent tick ... ng parent ticket: <pre> cat $TMPNAM { "issue": { "project_id": "rugion", "tracker_id": ... on_id": 390, "assigned_to_id": 61, "parent_issue_id": "28173", "custom_fields": [ ...skipp ... ...skipped..." https://redmine.dev.rugion.ru/issues.json <pre> {"issue":{"id":28181, ....} </pre> Getting this issue.id value i am creating child of this ticket like this: <pre> cat $TMPNAM { "issue": { "project_id": "rugion", "tracker_id" ... _id": 390, "assigned_to_id": 61, "parent_issue_id": 28181, "custom_fields": [ ...skip ... ...skipped..." https://redmine.dev.rugion.ru/issues.json <pre> {"... 2015-01-14 07:23
Feature #18833 (Closed): Issue list: class for issues with due_date=today
there's a nice class 'overdue' for open issues with due_date<today, which can be used to mark those issues in CSS (i color them to red in my theme). Would be great to have similar class for issues, which should be done today (due_date=today) and allow theme to mark them to in simply way 2015-01-14 00:09
Defect #18832 (Closed): Activity Stream Filter missing on right hand side due to permission
When adding a plugins events to the activity ... rovider call. Thanks. Regards, Will 2015-01-13 22:53
Feature #18831 (New): Support Automatic Assigning of Issues on Status Change
I'd like the ability to update the "Assigned To" field to certain macros when an issue status is updated to certain statuses. For e ... uld be accomplished by adding a field to the Issue Statuses interface in administrative settings. 2015-01-13 22:04
Defect #18830 (New): Workflow always "current state" not working
Hi guys I've been having an issue where when I go to edit the workflow, the "a ... efault This seems to be a boolean/casting issue with sqlserver to me, and may affect other p ... ne_inline_attach_screenshot 0.4.6 redmine_issue_checklist 2.0.5 </pre> 2015-01-13 21:31
Defect #18825 (New): WikiPage object miss included pages attachments
Hello, While working on improving PDF export I found an issue that may be related to main classes: When u ... MT+1). Thanks in advance, Regards, Adam 2015-01-13 14:39
Defect #18823 (New): Can't unassign user from issue when field is required
I have set up a workflow, part of which is th ... * status Assigned. Sometimes developers take issues that are not meant to be taken. We have "No ... tracker "Info", if either of them is set an issue is considered just for information (subtasks ... aybe I'm unaware of achieving desired result. 2015-01-13 11:53
Defect #18820 (Closed): Alternate theme colors by issue priority in issue list is wrong
Hi, We're facing issue described in #11880 for latest version 2.6.0 ... sion. Can someone please help us ? Thank you 2015-01-13 08:14
Patch #18819 (Closed): Traditional Chinese translation (to r13876)
* New ** label_search_attachments_yes, label ... l_search_attachments_only, label_search_open_issues_only 2015-01-13 07:55
Feature #18790 (New): Sorting Custom Fields by numbering
2015-01-09 11:50
Defect #18787 (Closed): link to attachement with space in file name in Markdown Wiki
Please, consider nonalphanumeric chars in file names. E.g. `![alt](Attachement with spaces.png)`. 2015-01-09 10:13
Defect #18784 (Closed): Unable to start Redmine with apache/passenger
Hi, I have followed the installation steps ... lowing error when i run from apache. This issue is similar to http://www.redmine.org/boards/ ... ls / mod_rack for Apache and Nginx. </pre> 2015-01-09 05:50
Patch #18782 (Closed): Fix ui tests broken by undefined method error
Run @`rake test:ui`@ on Ruby 2.1.5p273 with t ... sertions/s. 1) Error: Redmine::UiTest::IssuesTest#test_create_issue_with_form_update: NoMethodError: undefined ... ' for #<Class:0x007f8f1c66f2d0> test/ui/issues_test.rb:63:in `test_create_issue_with_form_update' 2) Error: Redmine::UiTest::IssuesTest#test_update_issue_with_form_update: NoMethodError: undefined ... ' for #<Class:0x007f8f1c66f2d0> test/ui/issues_test.rb:191:in `test_update_issue_with_form_update' 10 runs, 57 assertions, 0 failures, 2 errors, 0 skips </pre> 2015-01-08 17:56
Patch #18778 (New): Add new alias for issue note links ('comment')
This patch adds an new redmine link @"#123#comment-1"@ as an alias for issue note link @"#123#note-1"@. I think easy to understand better "comment" than "note" in some cases. 2015-01-08 06:41
Defect #18777 (Closed): Moving column to top ... esults in loss of all other column selections
Workflow to reproduce: # choose a parent project that has sub-projects, click in Issues # by default, six columns are shown # exp ... h "Project" being the first column after the issue id. Result: only the Project column stays ... it returns, has a column for Project and the issue id, but all the other columns are no longer ... 0.2 redmine_drafts 0.2.0 2015-01-08 05:22
Defect #18774 (Closed): Precede-Follow relation sets startdate and changes duedate for no reason
Step 1: Create a task startdate: empty dued ... te and the duedate is set to 08.01.2015. Why? 2015-01-08 01:12
Feature #18773 (New): Custom fields grouping for Issue
It would be nice to have a grouping for fields in the issue/new_issue page. A kind of table or section to group si ... add a text box into *Admin » Custom fields » Issues » New custom field*, so that all non-empty would be grouped while rendering Issue page. I have found something similar here: message#44663 your thoughts? :) 2015-01-07 18:04
Defect #18771 (Closed): Redmine crashes with ‘cache error - permission denied’
We recently upgraded to redmine 2.6.0: <pre> ... plugins: redmine_code_review 0.6.4 redmine_issue_templates 0.0.9 redmine_ldap_sync 2.0.4 re ... to solve this? Thanks in advance, Eitan. 2015-01-07 12:55
Patch #18770 (New): Make issue history collapsable
Here is a small patch to make the history of an issue collapsable/expandable in the same way as grouped issue lists (using the same already existing javas ... apse/Expand button on the Description of the issue. This was requested by our support team a ... ore or less addresses feature request #15409. 2015-01-07 11:28
Feature #18768 (New): Filter assignable users by workflow permissions
Now a issue can be assigned to every user that is member ... , that if a workflow is associated with that issue, the issue with a particoular status can be assigned to a person whose role can't make the issue proceed on the flow. The issue then become blocked unless assigned to a new ... I have a suggestion: when a user updates an issue and select the new status, the drop down "as ... permission, for that new status, to make the issue change status again 2015-01-07 08:35
Defect #18754 (New): empty svn logentry crashes revision batch reading
If svn xml log contains logentry without data ... vn log@ command. Propably it's a rare case. 2015-01-05 14:02
Defect #18743 (Closed): Better roadmap visibi ... to better handles a scrum context management)
I see various issues\features in redmine bts, but none of them m ... match my requirement) Thanks in advance. 2015-01-04 14:58
Feature #18735 (Needs feedback): Issues list : css tags to get sort orders [sort 2 and 3]
Hi is it possible to have css tags for the sort 2 and 3 ? Thanks a lot ! 2015-01-02 17:44
(4751-4775/12605)