Activity
From 2017-03-08 to 2017-03-10
2017-03-10
-
16:20
Feature #1538: Adding "updates" information to CSV export
- +1
-
16:20
Feature #22601: Add ability not to emit "update emails" when doing mass-update of tickets
- +1
-
16:08
Feature #1422: Date selection for Activity Page
- +1
Date ranges like "last week", "last month" etc. would be very useful. -
15:02 Feature #25300 (Closed): Merging issues
- Duplicate of #7997.
-
11:21 Feature #25300 (Closed): Merging issues
- User story:
Sometimes people in team are creating different tickets for the same problem. Moreover in both tickets I... -
14:32
Feature #10999: Ticket list filter: More flexible filter conditions
- +1
-
14:15 Feature #24157: Make project custom fields available in timelogs columns
- We can use project custom fields in time entries filter. I think it is consistent to make available it in available c...
-
13:53
Feature #421: Impersonate user feature
- +1
This would be a very useful feature!
-
13:22 Defect #25301 (Closed): "Related issues" list in version type custom field detail
- When we look at the details of a version type custom field, there isn't this Related issues list, but the issue list ...
-
13:20 Feature #339: perforce SCM support
- +1 for Git
-
09:24 Feature #1565: Custom query on My page
- Here it is the updated patch. Issues are now rendered using the "list" partial with these features: custom columns, s...
-
08:46 Defect #21398: Mysql: 500 server error when submitting 4 bytes utf8 (to be saved in the 'notes' field)
- Hello,
I ran into the same Probleme as Peter Pfläging. I don't know why, but many people want to use emoji in thei... -
08:01 Defect #25299 (Closed): Markdown pre-block could derive incorrect wiki sections
- In markdown formatting, pre-block by @```@ including @#@ derives incorrect wiki editable-sections.
Example:
<pr... -
06:12 Feature #7774: Sub groups or Multi-level groups
- +1
2017-03-09
-
23:02 Defect #25246: copy paste in fails in within issue description or wiki editing only with mozilla firefox
- any news about this issue?
here some addtional informations:
i have activated the plugin redmine_image_clipboar... -
21:39 Feature #1565: Custom query on My page
- Thanks, I'll update the patch.
-
21:37 Feature #1565: Custom query on My page
- I've just made a few changes to the "list" partial in order to use local variables, we should be able to use it.
-
21:05 Feature #1565: Custom query on My page
- It'll be great to render the query with its column. That means we should use the list partial instead of the list_sim...
-
20:14 Feature #1565: Custom query on My page
- Thanks for the patch Marius. I think it would make sense to render the query with its column (instead of the default ...
-
21:35 Defect #8770 (Closed): Misleading 'Back' button on 'My Page' personalization screen
-
21:14 Defect #8770: Misleading 'Back' button on 'My Page' personalization screen
- My page personalization was removed in #25297. This issue can be closed.
-
20:09 Feature #25297 (Closed): In place editing of "My page" layout
- "My page" can now be edited without going to "Personalize this page" first.
-
20:07 Feature #25297 (Closed): In place editing of "My page" layout
-
18:12 Patch #24623: Implements CRUD permissions and restrictions to issue attachments
- Good patch, thank you very much!
Works with redmine-3.3 stable and LDAP fine.
-
17:11 Defect #25207: Cannot assign users to project of projects to user
- Update: found the source of the problem, was related to a strict CSP policy at apache. Nothing to do with Redmine. CS...
-
11:10 Defect #25207: Cannot assign users to project of projects to user
- I just realised that if I open in a new tab the "add New member" ctr+ New member click the window opens and I can add...
-
00:36 Defect #25207: Cannot assign users to project of projects to user
- No errors appear in logs, as it seems, this is a log for 3 clicks on add New member in project settings. The member l...
-
00:12 Defect #25207: Cannot assign users to project of projects to user
- I, [2017-03-08T23:05:55.536894 #25783] INFO -- : Started GET "/projects/hartes/settings/members" for 1xx.xx.xx.xx at...
-
16:53 Defect #25296 (New): RestAPI doesn't allow anonymous account registration but web interface does.
- Rest API [[Rest_Users]] doesn't allow a the creation of a new user if no admin rights are provided but is it possible...
-
16:16 Feature #21938: Issues display start / due dates on Parent task even if calculated from subtasks
- Up ?
-
14:59 Patch #25295 (Closed): Use path instead of URL of image in preview
- Referring to my question in #22058#note-7
Is any reason to use download_named_attachment_url in app/views/attachme... -
14:14 Feature #12388: diffs for editions of issue/notes entries
- +1
Would be great! -
12:15 Defect #24617: Browser js/css cache remains after upgrade
- I didn't test the patch, but the functionality is really needed. Currently, we use a workaround with a pagespeed modu...
-
10:15 Feature #6204: Make the "New issue" menu item optional
- Felix Wolfsteller wrote:
> I see why the "New Issue" tab was removed and the "+" added, but I am unhappy with the ch... -
07:32 Feature #6204: Make the "New issue" menu item optional
- I see why the "New Issue" tab was removed and the "+" added, but I am unhappy with the choice made regarding configur...
-
02:21 Defect #25282 (Resolved): Explanation for attachment change in r16285
- Thanks, that's helpful to know.
2017-03-08
-
22:46 Patch #25265: QueriesController can not handle subclass of IssueQuery
- We should be able to fix @get_subclass@ instead:...
-
04:56 Patch #25265: QueriesController can not handle subclass of IssueQuery
- Maybe %{color:red}@klass < Query@% is better than %{color:red}@klass && klass.new.is_a?(Query)@%.
-
22:25 Defect #25207 (Needs feedback): Cannot assign users to project of projects to user
- Make sure that your browser has fetch the latest js files (CTRL+F5). Please post the error that you should find in yo...
-
22:23 Defect #16260 (Closed): Add Subtask does not work correctly from tasks with Parent Task field disabled
- Fix in r16383 using a different approach in order to avoid to compute the default tracker each time the link to add a...
-
21:52 Defect #25289: Adding a principal to 2 projects with member inheritance leads to an error
- Looks great, thanks!
-
21:37 Defect #25289 (Closed): Adding a principal to 2 projects with member inheritance leads to an error
- Patch committed, thanks for catching this issue. I've added a test for this.
-
21:02 Defect #25289: Adding a principal to 2 projects with member inheritance leads to an error
- The attached patch solves this problem. No test though as this method is currently untested, we can provide tests too...
-
20:54 Defect #25289 (Closed): Adding a principal to 2 projects with member inheritance leads to an error
- When batch adding a user or a group to a project through the projects tab of the user/group page, adding the a user o...
-
21:52 Defect #25273 (Needs feedback): Cannot create project/subproject
- > This will not only happen when using the browser GUI, but also when creating a project programmatically (from Ruby)...
-
21:50 Defect #25286 (Closed): Workflow Status
- Adding a status should not change the default one, unless you checked "Default status" when creating it.
Depending o... -
07:13 Defect #25286 (Closed): Workflow Status
- Hi,
I have create a new status on my workflow, that call "Manual Update".
But, when I applied this modification... -
21:46 Defect #25282: Explanation for attachment change in r16285
- r16285 fixes a not yet disclosed XSS vulnerability based on a specific file format. We'll see if we can restore the p...
-
21:44 Feature #202: Textilization of Documents, News and Timelog-entry comments
- Having textilization support for spent time comments is quite useful. Please let me know if tests are required for my...
-
21:14 Feature #16549: Set multiple values in emails for list custom fields
- Thank you for your work on this. From what I read and judging from the tests I think this should work great!
-
21:01 Feature #16549 (Closed): Set multiple values in emails for list custom fields
- Feature is added in r16380. It works with values that contain the separator (,) in a similar way as the proposed patc...
-
17:58 Defect #21161 (Closed): Redmine can't access uploaded file with accent
- I think your environment (web server, proxy etc.) problem because filename in your log is URL decoded.
-
17:08 Defect #21161 (Reopened): Redmine can't access uploaded file with accent
- The issue is still there.
A small video to show you how to reproduce the bug : https://youtu.be/KU4amh1c6so
Adm... -
12:54 Feature #9347: Display simple dates/times for issues list
- It should be a Settings option:
* Show relative dates
* Show absolute/full dates
* Show both (hovering over the re... -
11:57 Patch #25215: Re-use existing identical disk files for new attachments
- OK.
-
10:53 Feature #25288 (Closed): Add links to spent time report table elements
- When working with spent time report, I would like to be able to click on tickets, versions and other elements - just ...
-
10:39 Patch #21493: Tweak colors of default theme
- Jean-Philippe Lang wrote:
> Tastes and colors... I personally prefer the current colors over the proposed changes (h... -
10:01 Feature #25287 (New): List all issues that are mentioned in a ticket
- I would find it helpful to get a list of all mentioned issues in a ticket. This is somewhat similar to #5453, but I c...
-
09:48 Feature #11672: List related issues grouped by category
- I think the tickets are already ordered by relation type.
-
07:09 Feature #23555: Add cancel button to create/edit item page (issues, files, news, etc.)
- Totally agree with JW Fuchs, a cancel button will improve the UX. Even if you have the "Back" button available to ret...
-
07:07 Feature #25285 (New): Autofilling "Notes" with a user defined template while changing Status.
- Is there any plugin available to Autofill "Notes" with a user defined template while changing Status.
Example:
Wh...
Also available in: Atom