Project

General

Profile

Search

Results (12572)

Feature #25807 (Closed): Upgrade to roadie-rails 1.2
https://github.com/Mange/roadie-rails/blob/ma ... < '2.2.0' ? '~> 1.1.1' : '~> 1.2.0') </pre> 2017-05-10 12:38
Defect #25806 (Confirmed): Custom value from ... abled custom field in sub-project remains in issues list for parent project.
Create a project hierarchy such as: <pre> P1 | P1.1 </pre> Create and Activate Issue Custom field @C1@ in Both projects. Create an issue @I1@ in @P1.1@ with a value for field @C1@ ... ot do any modification to @I1@ Go to @P1@ Issues view Add @C1@ to selectedcolumns Apply ... ew without having to manually perform a save. 2017-05-10 12:21
Feature #25799 (Closed): Issue Import - Dynamic Parent pasks
We use the issue import feature in Redmine when we have a new project. In every project there is a bunch of issues, which cover typical tasks (design, deploym ... er via parent task. We´d like to connect the issues directly with the import. But we cannot insert the explicit issue number, because the parent issues don´t exist before import. And the second r ... would be a kind of dynamic link between the issues. Maybe one column in the import file repres ... can be used for the dynamic parent task link. 2017-05-09 14:18
Defect #25794 (Closed): Mass-deleted attachme ... represented correctly in email notifications
When deleting more than one attachment through the mass-delete attachments feature on the issue edit pane, only the first deleted attachment ... . This is due to source:/trunk/app/models/issue.rb@16545#L1742 calling @current_journal.save ... chment via clicking the trash bin next to it. 2017-05-09 10:37
Defect #25793 (Closed): Cannot update a jounral from REST api
I can get the journal from the REST api. But ... n that I can use the same api key to get the issues and other information in the REST api, it s ... eck the authorization correctly for TEST api. 2017-05-09 06:48
Feature #25792 (Closed): Add Rest API for activity
I couldn't get the activities from the api. T ... ent from other controllers such as those for issues. For example, when I query the issues like this: <pre> curl http://server/pm/projects/12/issues.json -H "Content-Type: application/json" -H ... g shows <pre> Started GET "/pm/projects/12/issues.json" for 192.168.1.6 at 2017-05-08 21:35:16 -0700 Processing by IssuesController#index as JSON Parameters: {"pr ... Current user: <my name> (id=7) Rendered issues/index.api.rsb (12.3ms) Completed 200 OK in ... ng the authorization differently for the api. 2017-05-09 06:39
Defect #25791 (Closed): Bypass Tracker role-based permissions when copying issues
Not sure if intended: We use the permission s ... ver, our Developer role is able to create an issue that the role does not have permission to create. This was done by Copying said issue and not changing the Tracker field. By leavi ... r field blank, the user is able to create an issue that bypasses the role's permissions. 2017-05-08 22:13
Defect #25787 (Needs feedback): "Custom field permissions" only work if I select all roles before
I want to add "required" permission to my cus ... showing as "required" with red "*" symbol on issue page. If I select all roles on "field per ... .1 Filesystem </pre> 2017-05-08 13:57
Feature #25779 (Closed): cannot know who delete issue
we don't know who delete issue, can we add a notification mail to the project manager notify him that user "x" delete an issue from the project at "date"+" time" 2017-05-07 14:11
Feature #25778 (New): Changing issue status from logtime windows
please note the employee log his time at the log time windows then he need to go to the issue it self in another windows to update status ... he estimated time & spent time as read only ? 2017-05-07 14:06
Patch #25775 (Closed): Show assignee's icon in addition to author's icon
In current versions of Redmine, author's icon is displayed in the upper left corner of issues if "Use Gravatar user icons" setting is ena ... #ccc;}.assignee-icon-with-author-icon@2x.png! 2017-05-06 08:01
Feature #25764 (Closed): Redmine site shoud send emails with HTTPS links
As Redmine site supports HTTPS we should send ... ocol@ in @Settings/General@ on sites Redmine. 2017-05-04 16:14
Defect #25761 (Closed): icon-only links show text and multiple icons overlayed
Various links render as multiple icons with t ... em Redmine plugins: no plugin installed 2017-05-04 12:33
Defect #25760 (Closed): Clicking custom field label should not check the first option
+Environment:+ * Redmine version ... Boolean, with a description. When I edit an issue that possesses this custom fields, I get a b ... any effect on the current selected button. 2017-05-04 11:13
Defect #25758 (Closed): Problems with route after installing a plugins
Hello, I have a problems after installing ... Redmine plugins: parent_issue_filter 1.0.2 redhopper 1.0.7 redmine_import_issues 1.0.0 redmine_lightbox2 ... forums but I havent succeed to corect it 2017-05-04 10:01
Defect #25748 (Confirmed): Spent time details CSV export: issues' id, tracker & subject columns merged into one issue column
Dear Redmine team! We really appreciate al ... planation and possibility of modification of Issue column in "Spent time - overall spent time - ... anged in some previous versions of redmine) “issue” column has been changed and consists of joi ... V export? thanks a lot Kind regards JB 2017-05-03 13:25
Feature #25747 (New): Spent time - CUSTOM fields - edit permission - WEB UI vs. API access
Dears, let me thank you again for all your ... s possible? Any idea please? thx KR JB 2017-05-03 13:08
Feature #25746 (Closed): Spent time - CUSTOM fields - permissions
Dears, first of all thanks a lot for all the effort! We really appreciate "Issue custom fields permissions" possibility setti ... atory during specific stages/statuses of the issue with correlation to user's permissions, etc. ... with this? Thanks a lot Kind regards jb 2017-05-03 13:00
Patch #25745 (Closed): Optimize Gantt Charts for mobile screens
Once the screens goes below a certain width ( ... problem by setting the column that holds the issues to a width relative to the screen width, ra ... ixed width on mobile devices. !after.png! 2017-05-03 12:12
Defect #25733 (Closed): Messages get bounced
I found out we seem to have a problem with in ... r.rb \ --project support \ --tracker New issues \ --unknown-user create \ --no-permission ... : accept 0.0.2 issue_mail_with_attachments 0.1.0 redmine_au ... redmine_tweaks 1.0.0 </pre> 2017-05-02 09:30
Patch #25731 (Closed): Use only one if with two conditions in issue show instead of two ifs (if in if)
I think that there are no reasons to use two ifs in source:trunk/app/views/issues/show.html.erb#L67. I propose to use only one with both conditions. 2017-05-01 16:43
Defect #25726 (Closed): Issue details page shows default values for custom fields that aren't actually set
I posted this already as a comment in #21074 ... but it's probably a good idea to open a new issue for this. *The problem* When creating an issue custom field with a default value, the issue details page of issues that have existed before shows the field wi ... eally set in the DB you cannot see it in the issues list, nor can you find any of these issues when searching for it through the filters. *Steps to reproduce* * Create a new issue. * Create a new issue custom field (I tried with boolean and text ... ault value * look at the previously created issue in issues list (have the custom field displayed) and ... nt values being shown for the custom field - issue details page shows the configured default, while the issue... 2017-04-28 17:13
Patch #25724 (Closed): Min length of custom field isn't stored due to typo in safe_attributes
patch attached 2017-04-28 15:58
Feature #25722 (New): Mail to User/Group in case of "Immediate" issues
Hello, could be fine that the system send an ... fy a "priority alarm" in case of "immediate" issues, also if this user/group is not involved in ... e set globally, or per Project. Thank you! 2017-04-28 15:24
Feature #25721 (New): Project Issues Sequence Number
Hello, is it possible to develop a "Project custom field" that automatically set an "Issue ID" within the Project scope? I mean some ... t and that is automatically increased on new issue on the Project. Thank you! Andrea 2017-04-28 15:05
(3226-3250/12572)