Activity
From 2017-11-29 to 2017-12-01
2017-12-01
-
22:25 Feature #26045: Does API REST show fields added by plugins?
- It currently doesn't, but there's a patch to enable the hooks required for this: #15986
-
22:24 Patch #15986: Hook for REST API
- The provided patch looks reasonable to me.
I found this because I was looking for a way to get the tags associated... -
16:48 Patch #27695 (Closed): Fix ActiveRecord::RecordNotUnique errors when trying to add certain issue relations
- When adding issue relations, under certain conditions, it is not possible for the model validations to check whether ...
-
14:46 Defect #27693: In queries, operator "Any" should be "Not empty"
- In our redmine install, we have "ALL" instead of "ANY", but the "problem" remains
-
14:43 Defect #27693 (New): In queries, operator "Any" should be "Not empty"
- In queries, the operator "All" actually returns only fields which are not empty.
Let's say I create an Issue Query w... -
14:43 Defect #19059: Wrong number of issues for a version in the roadmap
- This issue was fixed by r17051.
I don't think that a test is required also for this scenario, it is covered by the... -
14:40 Defect #19187: Roadmap links in subproject
- This issue was fixed by r17051.
I've attached a test that passes on the current trunk, but fails on r17049 or any ... -
13:30 Defect #27126: Breadcrumbs and Drop-down List corrupted
- Did you try @bundle exec rails runner "Project.rebuild_tree!"@?
-
13:22 Defect #27691 (Closed): Issue created from mail_handler with description empty from
- Env : redmine 3.2.8 - PRODUCTION
OS: Debian 8.9
Mailhandler: source:tags/3.2.8/extra/mail_handler/rdm-mailhandler.r... -
09:50 Defect #26880: Cannot clear all watchers when copying an issue
- I think the attached patch will solve this problem.
this patch compatible with latest trunk (r17055). -
09:35 Defect #27359 (Closed): Getting issues by multiple values of custom fields
- Please use forum for question.
-
09:31 Defect #27683 (Closed): Filter assignee field
- Please do not create "Defect" issue for question.
If you have a question, please use forum.
If you have a feature r... -
09:31 Defect #27682 (Closed): Email notifications
- Please do not create "Defect" issue for question.
If you have a question, please use forum.
If you have a feature r... -
09:30 Feature #1077: ICS view of Calendar
- Al Pocheche wrote:
> Done! I installed this one https://github.com/buschmais/redmics and working fine. Thanks any wa... -
09:22 Defect #27685 (Closed): redmine_highlightjs plugin fix
- Please contact plugin author.
This issue tracker is for only Redmine core. -
07:07 Defect #27685 (Closed): redmine_highlightjs plugin fix
- In redmine version 3.4.x, the theme change does not work in the plugin Redmine HighlightJS syntax(http://www.redmine....
2017-11-30
-
19:03 Defect #27683 (Closed): Filter assignee field
- I have a project with several groups and users and when I create an issue,in the Assignee field I see the groups crea...
-
18:58 Defect #27682 (Closed): Email notifications
- I am starting to work with redmine and I need to configure the email notifications for users.
I want users to receiv... -
08:24 Feature #8488: Create an 'Involve' mechanism to private issues
- +1
-
03:12 Feature #27644: Journals and notifications on changes on Issues set by relations
- Eva Encabo wrote:
> This is something like discussed on #6687
Indeed. We have somewhat of the same behaviour with... -
02:46 Feature #27680: Changing Subject Line in email notification when an issue is created or updated
- The 'desired' format, somehow got messed up, below is what we need, add a # at the beginning in the subject line:
... -
02:43 Feature #27680 (Closed): Changing Subject Line in email notification when an issue is created or updated
- Currently the format is as follows:...
-
02:25 Feature #24469: In the Gantt chart I'd like to add a new row function sequentially same as a ticket tab by order
- +1
If this feature is realized, I think the Gantt chart will be easier to use. -
02:00 Patch #27678 (New): Make "Check all / Uncheck all" link noticeable
- On the screen such as workflow there is 'Check all / Uncheck all' link.
However, that link is not very used because... -
01:33 Patch #27663: Same relates relation can be created twice
- Fix for the test failure described in #27663#note-4.
@issue_from_id@ is always smaller than @issue_to_id@ after appl... -
01:07 Patch #27663 (New): Same relates relation can be created twice
- The patch breaks a test....
-
01:02 Revision 17055 (svn): Reverted r17054 (#27663).
- The change breaks test/functional/issue_relations_controller_test.rb.
2017-11-29
-
23:26 Feature #27677 (Closed): New notfication settings value in role setting
- Thanks for your suggestion. However, it's duplicating existing issue #8488 and a lot of its related issues (spec. #12...
-
19:41 Feature #27677 (Closed): New notfication settings value in role setting
- it's possible to implement a fourth value for notifications type in role setting -> issue visibility -> "issue create...
-
23:23 Patch #27663 (Resolved): Same relates relation can be created twice
-
23:22 Revision 17054 (svn): Disallow creating inverse relates issue relations (#27663).
- Patch by Gregor Schmidt.
-
20:58 Patch #27676: Information leak on roadmap and versions view
- Also reported in #9411 and #15248
-
20:54 Patch #27676: Information leak on roadmap and versions view
- I've committed the patch serie, thanks.
This issue was already reported long time ago and it was chosen not to cha... -
17:27 Patch #27676 (Closed): Information leak on roadmap and versions view
- When limiting a role's permission to only access "Issues created by or assigned to the user", the roadmap (@/projects...
-
20:38 Revision 17053 (svn): Fixes visibility checks for version.fixed_issues in Gantt (#27676).
- Like the version page - the Gantt chart featured a "percent done" info
for each version, which wasn't properly limite... -
20:38 Revision 17052 (svn): Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).
- Patch by Gregor Schmidt.
-
20:37 Revision 17051 (svn): Adds visibility checks on version views (#27676).
- Previously not all data on the roadmap and version view where properly
checked against the issue visibility setting. ... -
20:36 Revision 17050 (svn): Moves issue calculations into the fixed_issues relation (#27676).
- This way, we can reuse them on refined relations,
e.g. @version.fixed_issues.closed_count@ vs. @version.fixed_issues.... -
16:45 Feature #24533: Change HTML title of tickets to #nr type
- This patch adds new setting:...
-
14:32 Feature #8453 (Closed): Modify a relation
- Closing as a duplicate of #8155.
-
12:05 Feature #1739: Add ability to change issue author
- +1
-
12:03 Feature #8488: Create an 'Involve' mechanism to private issues
- +1
-
11:53 Defect #27673 (Closed): Watchers cannot see issue with restricted issue visibility
- Duplicate of #9330 and others.
-
11:05 Defect #27673 (Closed): Watchers cannot see issue with restricted issue visibility
- People added as watchers cannot see the respective issue
when "Issues visibility" is set to "Issues created by or a... -
10:30 Feature #1757: Immediately send a notify email when a user is added to issue's watcher list
- +1
-
10:26 Defect #11888: No e-mail notification for non-members who are watchers
- +1
-
09:17 Patch #27670 (Closed): Fix typo in configuration.yml.example
- Committed in the trunk.
-
09:12 Patch #27670: Fix typo in configuration.yml.example
- I found another typo....
-
00:38 Patch #27670 (Closed): Fix typo in configuration.yml.example
- Pull request https://github.com/redmine/redmine/pull/61/files by Kosta Harlan....
-
09:14 Revision 17049 (svn): Fix typo in configuration.yml.example (#27670).
- Patch by Kosta Harlan and Go MAEDA.
-
06:23 Feature #26409: Show assignee on gantt
- Mischa The Evil wrote:
> * what's the actual significance of the assignee over other attributes (priority for exampl... -
05:34 Feature #27672 (Closed): Show selected columns in gantt chart
- I would like to select and show the necessary columns like issues/index.
!{width: 70%; border:1px solid #ccc}gantt... -
04:51 Feature #24550 (Closed): Open GANTT for more than 24months
- Closing as a duplicate of #14654.
-
04:14 Defect #10742 (Closed): icons in rtl gantt
- Fixed by #18390 (Redmine 3.0.0).
source:trunk/public/stylesheets/rtl.css@13623#L366
-
03:24 Patch #27671 (Closed): Use reverse_each instead of reverse.each for better performance
- Array#reverse_each is faster than Array#reverse.each because reverse_each does not create an intermediate array.
P...
Also available in: Atom