Activity
From 2019-05-27 to 2019-05-29
2019-05-29
-
23:38 Patch #31433: Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions
- Here are three more patches:
- attachment:0001-Fix-missing-icons.patch fixes an issue introduced by me (r18204)
- a... -
13:00 Feature #31472 (New): Add file upload when editing documents
- On documents module, add/edit/remove attachments is missing when document is edited...
-
12:01 Defect #31471 (Closed): Lost right shift for 'journal-link'
- While "gravatar" is ON - link on journal is unavailable
Made at this:... -
10:56 Feature #31470: Detect browser locale and offer choice for datepicker
- Update:
According to:
[[http://html5doctor.com/the-woes-of-date-input/]]
Built-in datepicker can be disabled... -
10:50 Feature #31470 (New): Detect browser locale and offer choice for datepicker
- There is lot's of datepicker translations in /public/javascripts/i18n/
they are ignored, if browser supports input... -
09:40 Feature #26642: Support of ActiveRecord i18n scope in query filters
- I searched on GitHub, there are some plugins that uses `QueryFilter.new`, changing parameter of the initialize method...
-
06:06 Feature #29164: Make the terms overwrite from the Redmine administration screen.
- I made a plugin to use this feature.
http://www.redmine.org/plugins/redmine_message_customize
https://github.com/is... -
05:09 Patch #31302 (Closed): Customizable wiki assets in plugin
- Masato NODA wrote:
> > Can we remove this issue from 4.1.0?
>
> Yes, OK.
> If I wil have a problem, I will propo... -
05:07 Patch #31302: Customizable wiki assets in plugin
- > Can we remove this issue from 4.1.0?
Yes, OK.
If I wil have a problem, I will propose again.
2019-05-28
-
16:24 Feature #31468 (New): Gantt: Resize left side to the length of written text or save last resize parameters per Project
- Hello,
the Gantt diagram is a very useful tool.
Nevertheless i have to resize the gantt chart everytime because ... -
16:05 Defect #31141: SCM: error when *.yml and *.txt show
- This is additional tests.
-
14:01 Defect #31466 (Closed): Error assigning a task to a user whose role does not allow it
- Hi,
We have found an error in the roles of the users.
we have a user called for example "*user1*" with a "*repo... -
13:56 Patch #31302: Customizable wiki assets in plugin
- Masato NODA wrote:
> It solved my problem.
Can we remove this issue from 4.1.0?
-
11:40 Patch #31302: Customizable wiki assets in plugin
- Thanks to your pull request.
I merged it.
It solved my problem. -
06:41 Patch #31302: Customizable wiki assets in plugin
- >But for plugins that add buttons to the toolbar with additional scripts, this change allows them to co-exist.
>Unde... -
13:20 Feature #2340: Self-registration needs captcha
- How to treat the protection against spam, in 2019, for Redmine?
How do Redmine administrators proceed? -
13:08 Feature #2340: Self-registration needs captcha
- How i can use a captcha with redmine 4.x ? I want protect post issue, post wiki, and, post to the forum.
I asked a... -
09:48 Feature #31450: Support "YYYY/MM/DD" date format when importing issues
- Thank you for writing the patch. I am setting the target version to 4.1.0.
-
09:36 Feature #31450: Support "YYYY/MM/DD" date format when importing issues
- I have attached a patch to support "YYYY/MM/DD" date format.
-
09:45 Patch #31433 (Reopened): Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions
- I broke something, I'll add a patch to fix it later.
-
09:01 Feature #31444: Add "<< me >>" option to user format issue custom fields
- I attached a patch to add this feature.
Add "<< me >>" only when login user is included in the options.
!{width: 50... -
08:32 Patch #31465 (Closed): Add an icon linked to trackers detail report on the project overview page
- This patch adds an icon which is linked to trackers detail report page (/projects/:id/issues/report/tracker). Please ...
2019-05-27
-
23:24 Patch #31433 (Closed): Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions
- Committed the patch. Thanks.
-
21:46 Patch #31433: Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions
- Go MAEDA wrote:
> Could you write the intention of this change?
Yes, it is the same as #24313 or #28605. -
15:23 Feature #30826: Order of related issues types
- Environment:
Redmine version 3.4.6.stable
Ruby version 2.4.1-p111 (2017-03-22)... -
12:54 Patch #31302: Customizable wiki assets in plugin
- > If `script_format_adapter` is updated by some plugins, will only the plugin loaded last be reflected?
Of course ... -
11:53 Patch #31302: Customizable wiki assets in plugin
- > But this means that only the last plugins loaded will be reflected.
If `script_format_adapter` is updated by som... -
10:54 Patch #31457 (Closed): Add support for reloading plugin assets automatically in development mode
- Committed the patch. Thank you for improving Redmine.
-
07:02 Patch #31457: Add support for reloading plugin assets automatically in development mode
- Thank you for clarification. I understand that the change helps plugin developers a lot.
Setting the target versio... -
06:07 Patch #31457: Add support for reloading plugin assets automatically in development mode
- Ah, use case.
I want to improve style for [Full text search plugin](https://github.com/clear-code/redmine_full_text_... -
06:04 Patch #31457: Add support for reloading plugin assets automatically in development mode
- Sure.
In Redmine itself development, we don't need to restart Redmine itself. It's useful. Because we don't need t... -
05:10 Patch #31457: Add support for reloading plugin assets automatically in development mode
- Could you describe use cases for this feature? Since I am not familiar with plugin development, I cannot imagine why ...
-
04:49 Patch #31457 (Closed): Add support for reloading plugin assets automatically in development mode
- Redmine supports assets for plugin by putting files under @plugins/*/assets/@.
But Redmine doesn't support reloading... -
10:01 Patch #31399: make /my/account endpoint accessible through API
- OK, then I will come up with a patch for that :)
-
08:42 Patch #31399: make /my/account endpoint accessible through API
- Jens Krämer wrote:
> If we change the API method to PUT, I would vote for changing the method used by the /my/accoun... -
08:19 Patch #31399: make /my/account endpoint accessible through API
- Yes, the thought that POST is not really nice there crossed my mind, but in order to keep the patch as small as possi...
-
04:15 Patch #31399 (Needs feedback): make /my/account endpoint accessible through API
- I have tested the patch and found that the endpoint behaves the same for both POST and PUT requests. In other words, ...
-
05:23 Defect #31438 (Confirmed): Incorrect position of the "Associated revisions" block when comments are displayed in reverse chronological order
- I think the attached patch fixes the issue.
*[Before]*
!{width: 764px; border: 1px solid #ccc;}.31438-before@2x.p... -
03:51 Patch #31439: I can not attach a file to a ticket
- I attach a log for reference.
log/production.log... -
02:51 Patch #31439: I can not attach a file to a ticket
- Perhaps one of the plugins may cause the problem. Could you try again after removing all plugins?
-
02:20 Patch #31439: I can not attach a file to a ticket
- Thank you for your reply
* Is the problem only depends on the content of the file? Or does the file name also affe... -
03:06 Feature #10121: Watchers - Add Group / Role
- +1
Also available in: Atom