Project

General

Profile

Activity

From 2015-10-18 to 2015-10-21

2015-10-21

21:25 Patch #20906 (Resolved): Fix mulitple tab navigation highlighting and content hiding
Committed, thanks. Jean-Philippe Lang
21:11 Feature #21042 (Closed): Check "Hide my email address" by default for new users
Jean-Philippe Lang
21:11 Feature #21042 (Closed): Check "Hide my email address" by default for new users
Jean-Philippe Lang
21:00 Feature #20929 (Closed): Raise maximum length of LDAP filter
Column changed to text in r14725. Jean-Philippe Lang
20:53 Feature #20991 (Closed): Raise maximum length of category name to 60
Raised to 60 in r14724. Jean-Philippe Lang
20:41 Feature #20812: Highlight overdue issues and private issues in issue list
I agree on displaying the due date in red on an issue that is overdue (second screenshot).
But for the issue list,...
Jean-Philippe Lang
20:31 Feature #20221 (Closed): Time entry query : column week
Column added in r14723. But sort is done on spent_on, as sorting by week number does make no sense when we have time ... Jean-Philippe Lang
19:20 Defect #15017 (Closed): Search results show only the last page when using MSSQL
Thanks for reporting that. Jean-Philippe Lang
16:23 Defect #15017: Search results show only the last page when using MSSQL
Note that this is fixed with Redmine 3.x, which uses Rails 4.2, which includes an ActiveRecord SQL adapter which chan... Olivier Houdas
18:32 Defect #21012: Link custom fields with long URLs are distorting issue detail view
Thanx :) Maxim Krušina
18:22 Defect #21012 (Closed): Link custom fields with long URLs are distorting issue detail view
URL truncated in r14716. Jean-Philippe Lang
18:27 Feature #3398 (Closed): Link to assigned issues on user profiles
Patch committed in r14717. Jean-Philippe Lang
17:38 Feature #20829 (Closed): Support tel for phone numbers in wiki
Duplicate of #10889. Toshi MARUYAMA
16:18 Feature #20822: No private issue notifications
Karel Pičman wrote:
> While private issues are hidden to the project members except the author and the assignee,
...
Toshi MARUYAMA
15:53 Feature #20822: No private issue notifications
My intention is related to *PRIVATE* issues only. While private issues are hidden to the project members except the a... Karel Pičman
11:35 Feature #20822: No private issue notifications
Sorry, I cannot get your intention.
Your patch send mail to assignee, right?
Your patch change behavior.
I think i...
Toshi MARUYAMA
14:50 Defect #21039 (Closed): redmine NAS Server Email config problem
Please use forum for questions. Toshi MARUYAMA
14:27 Defect #21039 (Closed): redmine NAS Server Email config problem
Hello everyone,
I have problem with smpt email configuration,
First of all, I read on the forum that I first hav...
nikola susak
14:10 Defect #21038 (Closed): Internal error with the Knwledgebase plugin
Probably the error cause by the plugin.
Please contact the author of the plugin.
Go MAEDA
14:05 Defect #21038 (Closed): Internal error with the Knwledgebase plugin
I have installed the knowledgebase plugin and when I try to access the plugin I get :
Internal error
An error o...
Didier HONORE
13:18 Feature #13387: Improving Redmine's version model (not just milestones)
+1 to many of the comments in here. budo kaiman
10:26 Defect #21037: Issue show : bullet points not aligned if sub-task is in a different project
The fix is to be done in application_helper#link_to_issue
Don't mind the Smile specific parts : hours_by_day and d...
Jérôme BATAILLE
10:18 Defect #21037 (Closed): Issue show : bullet points not aligned if sub-task is in a different project
The project name is before the hierarchy triangles thus shifting them.
To fix that, the project name can be put in...
Jérôme BATAILLE
10:19 Defect #20995: Automatic done ratio calculation in issue tree is wrong in some cases
here's a patch switching done ratio calculation from the leaves to direct children, and a test illustrating the problem. Jens Krämer
09:59 Feature #1853: Make Projects truly independent of each other
+1 Florian ROBERT
09:57 Feature #12869: Notificaion if ticket-creation failed
+1 Florian ROBERT
06:20 Defect #21036 (Needs feedback): Problem with concurrent edition of issues - data loss
Please describe more details.
!issue-21036.png!
Toshi MARUYAMA
00:02 Defect #21036 (Needs feedback): Problem with concurrent edition of issues - data loss
I apologize if I'm not submitting this correctly.
Here're the system details:
Environment:
Redmine version ...
Danielle Gilge
05:36 Feature #20821 (Closed): Repeat a task
Duplicate of #1176. Toshi MARUYAMA
02:05 Feature #973: Assign different status sets and workflows for separate projects
+1 Alexander Lapshin
02:05 Feature #3726: Trackers per Role
This feature very much needed!
+1
Alexander Lapshin

2015-10-20

22:06 Feature #18004: Do NOT hide category and version fields on issue form when no category or version is configured
Easiest solution would be to have a ??Use categories?? checkbox at project level? Etienne Massip
20:58 Feature #16941 (Closed): Do not clear category on project change if category with same exists
This is fixed in r14715. Slightly different fix, and test added.
Thanks for pointing this out.
Jean-Philippe Lang
20:31 Defect #20551 (Closed): Typo "coma" (correct: "comma")
Patch committed in r14712, thanks. I've also added a migration to fix the setting value for those who use the fixed v... Jean-Philippe Lang
18:36 Defect #20551: Typo "coma" (correct: "comma")
I've attached a patch that will fix all of these typos. budo kaiman
18:36 Feature #10672 (Closed): Extend Filesize in the attachments table for files with size > 2147483647 bytes
Change committed in r14709. Jean-Philippe Lang
18:25 Feature #10672: Extend Filesize in the attachments table for files with size > 2147483647 bytes
bigint is not mentionned in the Rails doc:
http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableD...
Jean-Philippe Lang
14:37 Feature #10672: Extend Filesize in the attachments table for files with size > 2147483647 bytes
I believe that you can use _bigint_ instead of _:limit => 8_... Karel Pičman
18:32 Defect #12893: Copying an issue does not copy parent task id
Check the patch in #17580.
Note in particular that there is an option in Redmine (Admin\Settings\Issue tracking - Li...
Olivier Houdas
17:36 Feature #13387: Improving Redmine's version model (not just milestones)
I'd love to get possibilities to use at least 2 level hierarchy for versions. Any chance to get this soon? Ge Ko
17:27 Feature #18126: Allow setting up version hierarchy
any news on version hierarchy? Would very much like if this will become true soon. Ge Ko
17:25 Defect #17580: After copying a task, setting the parent as the orignal task's parent triggers an error
I fell on this issue again one year later, and so I decided to have a deeper look at the situation.
If we consider...
Olivier Houdas
17:13 Patch #20785 (Closed): Polish translation update for 3.1-stable
Committed in trunk, 3.1-stable, 3.0-stable and 2.6-stable, thanks.
I remove translation change (#19403, #21033) fr...
Toshi MARUYAMA
17:02 Patch #21031 (Closed): Polish translation update for 3.0-stable
Committed in trunk, 3.1-stable and 3.0-stable. Toshi MARUYAMA
13:26 Patch #21031 (Closed): Polish translation update for 3.0-stable
From #20785. Toshi MARUYAMA
17:02 Patch #21030 (Closed): Polish translation update for 2.6-stable
Committed in trunk, 3.1-stable, 3.0-stable and 2.6-stable. Toshi MARUYAMA
13:24 Patch #21030 (Closed): Polish translation update for 2.6-stable
From #20785. Toshi MARUYAMA
16:58 Patch #21033 (Closed): Polish translation change
Committed in trunk r14707. Toshi MARUYAMA
14:09 Patch #21033 (Closed): Polish translation change
From #20785.... Toshi MARUYAMA
13:42 Patch #20791 (Closed): Traditional Chinese translation (to r14618)
Committed in trunk r14696 and 3.1-stable r14697, thanks. Toshi MARUYAMA
08:01 Feature #21026 (New): Select user-groups in custom fields of type "User"
A custom field of type "User" allows only selection of users, not of user groups.
It would be a useful feature, if...
Dominik Follmann
04:13 Defect #20799: Incorrect language when set to Portuguese Brazilian
Did you try #2691? Toshi MARUYAMA
01:24 Defect #14626: Repositories' extra_info column is too short with MySQL
Any plans to affect this?
In the meantime, not being a Rails programmer, can I change this in the database and exp...
Dan Mick
00:03 Feature #20221: Time entry query : column week
Jean-Philippe Lang wrote:
> Just asking... because the patch makes it sortable.
We are at the frontier of YAGNI :...
Jérôme BATAILLE

2015-10-19

23:57 Feature #20221: Time entry query : column week
Jérôme BATAILLE wrote:
> I don't see a use case that makes this sort useful
Just asking... because the patch make...
Jean-Philippe Lang
23:14 Feature #20221: Time entry query : column week
Jean-Philippe Lang wrote:
> Does it make sense to display the week number without the year? Sorting on this column w...
Jérôme BATAILLE
19:21 Feature #20221: Time entry query : column week
Does it make sense to display the week number without the year? Sorting on this column will result in time entries fr... Jean-Philippe Lang
21:21 Feature #4585: Move a Version from one project to another
There is a fairly easy work around without having to go into the database ...
# Create a new target version in the...
Tyler Rose
20:04 Patch #20507 (Closed): ThemesHelper reopening ApplicationHelper is problem with autoloading
Jean-Philippe Lang
19:30 Patch #20508 (Closed): Required file lib/redmine/hook.rb is patching autoloaded ApplicationHelper
Different fix applied in r14693. Jean-Philippe Lang
18:58 Patch #20732 (Closed): MailHandler: Select project by subaddress (redmine+project@example.com)
I've made it optional in r14690. A new command line option lets you define which address will be searched for a subad... Jean-Philippe Lang
15:26 Defect #20543: Mail handler: don't allow override of some attributes by default
Jean-Philippe Lang wrote:
> Indeed, some attributes were always overridable and this was not documented. This behavi...
Deoren Moor
14:06 Defect #21024 (Closed): can't upload file with "[" in name
Hi,
I work on redmine version 3.1.1 and i can't upload file with "[" in name.
Thanks.
stephane pham
13:59 Defect #21023 (Closed): Data inconsistency when inserting time entry after editing activities list (no check for enumerator present in database)
steps:
open 2 browser windows (user and admin actions emulation):
window 1 (W1) - issue page
window 2 (W2) - enume...
Sergey Startsev
13:32 Feature #20782: Add useful information in "Receiving emails" section.
If you said about [[RedmineReceivingEmails]], you can edit it. Toshi MARUYAMA
12:29 Defect #20793: Perl authentication is not working
Daniel Müller wrote:
> Nobody helped me out with this problem
https://www.google.com/search?q=PerlLoadModule+Apac...
Toshi MARUYAMA
12:11 Defect #20793: Perl authentication is not working
Toshi MARUYAMA wrote:
> Please do not use issue tracker for questions.
Nobody helped me out with this problem, so...
Daniel Müller
12:03 Defect #21021 (Closed): Copying a Redmine issue does not allow change of Status
Although the form presented allows selection between existing status and default status, if the existing status is "C... Roger Noble
09:48 Feature #14582: Does redmine can display the critical path of gantt chart
+1 Carlos Barroso
07:08 Defect #720: mail: html font size too small
This answer was updated by Jean-Philippe Lang over 7 years ago.
Current location for html email template resided ...
Dave Holyfield
06:29 Patch #21019 (Closed): Traditional Chinese translation (to r14689)
ChunChang (Nagaharu) Lo

2015-10-18

05:17 Feature #4939: List of tasks filtered as OR and not AND
I have made this patch into a plugins here (with some improvement). It works with redmine 2.6.x and 3.1.1 or less. Pl... Quan VN
 

Also available in: Atom