Activity
From 2016-08-09 to 2016-08-12
2016-08-12
-
21:47 Feature #23423: Add categories to custom fields
- +1
-
18:38 Feature #9734: Custom field , value list from database query
- +1
-
17:25 Feature #23348 (Needs feedback): Values of version type custom fields should be grouped by project/subproject
- What is "Found in version field"? Is it custom field of Redmine core?
-
17:21 Feature #23581 (New): Query class inheritance
- I have a class inherited from query to perform filters and query jobs of my plugin. It works but some functions could...
-
17:15 Patch #23519: Don't preload projects and roles on Principal#memberships association
- No reason for preload in membership(...)
-
16:27 Feature #23580 (New): Bad filters rendering in mobile version
- Filters look bad in mobile version for vertically oriented screen. As for html markup most of them are made as 'a row...
-
16:24 Feature #23579 (Closed): Screenshot Button
-
15:21 Feature #23579: Screenshot Button
- You could try http://www.redmine.org/plugins/clipboard_image_paste
-
15:02 Feature #23579 (Closed): Screenshot Button
- Hello redmine developer,
i am using redmine and for issue tracking i am missing a feature we had in our old softwa... -
14:08 Defect #23574: Issue subjects are truncated at 60 characters on my page
- See truncation also in PDF export, #23576.
!truncation_pdf.PNG! -
10:38 Defect #23574 (Closed): Issue subjects are truncated at 60 characters on my page
- While the 60 character limitation has been removed elsewhere (see #18659, #19970), the issue still persists in severa...
-
14:06 Defect #23576 (New): Issue export to PDF causes overlapping text for related issues in German locale
- The Status names are all longer than the default english text. This causes text overlap in the issue export to PDF:
... -
13:56 Feature #3760: E-mail notifications for issue update/creation should include the attachments in the email
- +1
Our vendors communicate with our Redmine only via email so they can never get attached files. -
11:44 Feature #2585: Add Modules to hide/display Overview, Activity, Roadmap
- Cédric Brancourt wrote:
> Well I can provide easy instructions to disable some menu items.
>
> It can be used in ... -
10:45 Defect #23575: Issue subjects are truncated at 60 characters on activity page
- In fact the truncation here is at 100, not 60 characters. Still, this is totally unnecessary with modern wide display...
-
10:39 Defect #23575 (Closed): Issue subjects are truncated at 60 characters on activity page
- While the 60 character limitation has been removed elsewhere (see #18659, #19970), the issue still persists in severa...
-
10:14 Feature #18422: Why three "my page" type of pages?
- +1
Agreed. It is somewhat confusing for new users to have three pages that all mean the same or similar things.
... -
10:08 Defect #8770: Misleading 'Back' button on 'My Page' personalization screen
- +1
Several of our users have also complained about the misleading name of the "back" button. "Apply" or simply "OK" ... -
06:49 Revision 15736 (svn): 3.2-stable: upgrade Rails to 4.2.7.1
-
06:36 Revision 15735 (svn): Merged r15734 from trunk to 3.3-stable.
- upgrade Rails to 4.2.7.1.
-
06:12 Revision 15734 (svn): upgrade Rails to 4.2.7.1
-
05:24 Revision 15733 (svn): 3.1-stable: upgrade Rails to 4.2.7.1
2016-08-11
-
23:38 Feature #16549: Set multiple values in emails for list custom fields
- Patch updated 'cause some tests were failing! Thanks!
-
18:50 Feature #23314 (Needs feedback): Search over the Project -> general activities.
- "Settings" -> "General" -> "Days displayed on project activity"
-
17:42 Feature #23566: REST API should return attachment's id in addition to token
- Than you, Jan! this is useful to know. it is hard to predict though if that is something that we could rely on going ...
-
08:39 Feature #23566: REST API should return attachment's id in addition to token
- The first part (before the @.@) of the token _is_ in fact the ID.
-
01:34 Feature #23566 (Closed): REST API should return attachment's id in addition to token
-
17:36 Feature #8918: direct link to my Issues today
- hi guys! is there a wiki page on this search syntax? I submitted a question on forum: message#50740
-
16:49 Feature #17576: Ability to choose, in administration page, the behaviour of status during copying issues
- I made a proper implementation, the patch is included.
Corresponding Github commit : https://github.com/vincent-clip... -
13:09 Feature #17576: Ability to choose, in administration page, the behaviour of status during copying issues
- -- Deleted --
-
16:24 Defect #23569 (Resolved): Custom date field is not saved in (saved) queries
- Maybe, it's not a bug. Once I set "For all projects" for this custom field, the query containint ths field could be s...
-
16:05 Defect #23569 (Closed): Custom date field is not saved in (saved) queries
- Steps to reproduce the defect:
1. Add a custom date field (millestone_x) to a tracker.
2. Create a custom query... -
15:37 Feature #19093: Make numeric custom fields searchable
- I have a use case. For our feature/defect tracking system, we use a unique integer key to align a ticket with a feat...
-
14:56 Defect #23425: Wrong entries in custom fields after changing the content of the field
- How did you configure your custom list field? It seems you allowed multiple values. Maybe you could add a screenshot ...
-
11:04 Defect #23425: Wrong entries in custom fields after changing the content of the field
- Hey? :o
-
09:11 Feature #5557: Show description of files in files tab
- The feature is quite simple (unfortunately I currently can't setup a contribution environment)
In @redmine/app/vie... -
07:54 Feature #23567 (Closed): Username validation message should address email addresses in login form
- I filed this under "OpenID" although this has to do with the login page validation messages. I could not find an appr...
2016-08-10
-
23:19 Feature #16549: Set multiple values in emails for list custom fields
- First try in the attached!
-
14:02 Feature #16549: Set multiple values in emails for list custom fields
- Is there any update on that? The patch definitely needs update as it doesn't apply cleanly; although, it works! I mig...
-
22:18 Feature #23565: As a project admin I need to be able to set notification rules at the project level based on a role.
- *Related Submissions:*
* #3452
* #8241
* #7349
* #19047
* #8331 -
22:03 Feature #23565: As a project admin I need to be able to set notification rules at the project level based on a role.
- An alternative to notifications being applied to roles at the project would be to apply them to the roles directly.
... -
21:45 Feature #23565 (New): As a project admin I need to be able to set notification rules at the project level based on a role.
- We have a need for project level notification schemes tied to roles managed by the project administrator.
*Scenari... -
18:49 Patch #23546: Issue visibility "watched by, created by or assigned to" for roles
- I tested the patch and seems to work fine only for public projects. If I set the project as private, I can't see the ...
-
15:25 Feature #21421: Security Notifications when security related things are changed
- This is a nice feature. *How do I turn these notifications off?* Or limit the recipient list?
-
15:18 Feature #14937: Code highlighting toolbar button
- The code menu was covered in my redmine.
!/attachments/download/16491/precode-are-covered.png!
So I just add a ... -
14:58 Defect #23560 (Closed): Cannot configure Plugin
- Please contact plugin author.
-
13:55 Defect #23560 (Closed): Cannot configure Plugin
- Hello
i downloaded the plugin from github, saved the copy in
_/apps/redmine/htdocs/plugins_ and started
_rake ... -
14:24 Feature #11537: Allow multiple default values for custom fields
- +1!
-
12:52 Feature #1380: Deleting an issue only marks it as being deleted
- +1
Unbelievable that there's at least no confirmation message !
Managing a deletion flag instead of a pure deleti... -
12:14 Defect #23558 (Closed): IssueImportTest#test_should_not_import_with_default_tracker_when_tracker_is_invalid fails randomly
- To test redmine plugins, I also run redmine tests to verify the plugin doesn't screw things up.
But sometimes I ge... -
11:19 Defect #23557 (Closed): Special (micro) character in message field causes internal server error
- Saving a message to a forum or an issue with micro symbol causes an error....
-
09:08 Feature #23555: Add cancel button to create/edit item page (issues, files, news, etc.)
- Related to #18051
-
09:06 Feature #23555 (New): Add cancel button to create/edit item page (issues, files, news, etc.)
- As discussed in #4285, a cancel button while creating or editing an item is very useful. It should allow the user to ...
-
09:07 Feature #4285: Add cancel button during edition of the wiki
- Toshi MARUYAMA wrote:
> JW Fuchs wrote:
> > Our users have requested a cancel link for new issues and news as well.... -
03:49 Feature #4285: Add cancel button during edition of the wiki
- JW Fuchs wrote:
> Our users have requested a cancel link for new issues and news as well. Could this be implemented ... -
03:51 Patch #18051: Cancel button on issue edit view
- JW Fuchs wrote:
> Related to #4285. We would appreciate a cancel button not just when editing an issue, but also whe...
2016-08-09
-
20:42 Defect #10721: Loss of attachments while fetching emails from IMAP (GMail)
- Facing the same issue on Redmine 3.3.0.
Facing the same issue. All functions of retrieving mail working, except for ... -
15:21 Defect #23547 (Closed): Internal Error - After click botton Apply Plugin CRM AGILE - 1.4.1.
- As described at #23542#note-2, we don't support any technical support.
If you and CRM Plugin author think Remine cor... -
14:05 Defect #23547 (Closed): Internal Error - After click botton Apply Plugin CRM AGILE - 1.4.1.
- Hello,
I request support to solve a problem I'm having with the CRM Plugin AGILE PRO version 1.4.1. I am not able ... -
14:41 Defect #10769: Unable to change the due date on an issue when updating
- This issue is likely due to corrupted lft / rgt nodes, so that the issue is not detected as a leaf. I am pretty sure ...
-
13:46 Feature #10402: get server activity through REST API
- Are there any plans to realize this feature?
Regards, Vanessa -
12:51 Defect #23298 (Closed): Category select filter-filed is not populated by values
- Category project dependency is duplicate with #5576 etc.
-
12:37 Feature #23282 (Closed): Range filter
-
12:27 Defect #23067: Custom field List Link values to URL breaks on entries with spaces
- This breaks pretty much any url which has fragments. You should never encode the complete url, just the parameters.
... -
11:46 Feature #1380: Deleting an issue only marks it as being deleted
- +1 . Guys, please, I don't want to come back to Jira hell.
-
09:40 Feature #8488: Create an 'Involve' mechanism to private issues
- Go MAEDA wrote:
> I want this feature, but I think any patches that uses watchers for access controlling purpose wou... -
09:26 Patch #23546 (New): Issue visibility "watched by, created by or assigned to" for roles
- There's been a bit of discussion (parts of #8488 and other) and some patches already for this or similar (#14318#note...
-
08:34 Patch #23545 (Closed): Add before_render hook to WikiController#show
- for example this enables plugins to modify the content of a page before it is shown or exported.
-
08:05 Feature #1739: Add ability to change issue author
- +1
-
04:21 Defect #23542 (Closed): Internal Error - After click botton Apply Plugin CRM AGILE - 1.4.1
- We don't provide any technical support.
Also available in: Atom