Project

General

Profile

Activity

From 2016-08-21 to 2016-08-23

2016-08-23

20:09 Defect #6182: Localized decimal numbers
+1 Herman Suszkewciz
18:50 Defect #23645 (Closed): Gantt bars for single-day tasks may be rendered wrongly in PDF
When a task starts and ends on the same day, it can happen that the bar in the PDF is rendered wrong, i.e. it's rende... Daniel Ritz
18:43 Defect #23224: Datepicker doesn't obey the user's settings format
"Maxim Krušina":/users/574, as a temporary solution I ended up reverting @c418fab8a76b7672c4f341fb7c3e203ae92b50c0@ -... Luc Luc
17:59 Defect #23224: Datepicker doesn't obey the user's settings format
Yes, making native date&time pickers optional (or just not use them at all) would be great.
There is absolutely no...
Luc Luc
18:21 Patch #19468: Replace jQuery UI Datepicker with native browser date fields when available
Native date picker breaks Redmine Settings, see #23224.
Thanks,
Luc
Luc Luc
17:09 Patch #2457 (Needs feedback): Different style of new issue/timelog interface
What is status of this issue?
All issues on description are closed.
Toshi MARUYAMA
16:59 Defect #13653: Keep displaying spent time page when switching project via dropdown menu
Sorry, I misunderstanding your request.
"dropdown menu" means "project shortcut" neighboring "search box".
Toshi MARUYAMA
16:20 Defect #13653: Keep displaying spent time page when switching project via dropdown menu
I guess your request from #13643 description,
You can add project from time log filter and change project.
Toshi MARUYAMA
16:32 Patch #23546: Issue visibility "watched by, created by or assigned to" for roles
The patch should work for private projects too. However, in this case, you need to be a member of the project with a ... Holger Just
15:27 Feature #12444: Ability to "set as default" settings when creating users
+1 Joel Bearden
14:33 Defect #23643 (New): Activity page shows news description instead of summary
It seems unintuitive that the summary of a news entry is only used in a project's overview and not also for the activ... Anonymous
13:15 Feature #202: Textilization of Documents, News and Timelog-entry comments
+1
Textilization in the above mentioned areas would be helpful.
Anonymous
12:45 Feature #1233: change default homepage to My page
I changed the config/routes.rb:
from:
root :to => 'welcome#index', :as => 'home'
to:
root :to => 'my#page', :as =...
Alex Kanogin
10:52 Feature #23641 (New): Increase the number of sort columns in custom queries
It would be great to be able to set more than 3 sort columns in custom queries. Maybe, 10 might be enough?
Here is...
Anton Kalinin
10:32 Defect #23636 (Closed): Problem with bare repo
Please use forum and see message#667. Toshi MARUYAMA
05:27 Defect #23636: Problem with bare repo
Steps to reproduce:
1. Make a fresh installation in Ubuntu 14.04
2. Create a bare repo: git init --bare test_repo...
Abraham Cruz
05:18 Defect #23636 (Closed): Problem with bare repo
In my team we are trying to move out from Gitlab to handle issues and use Redmine, however one very important part is... Abraham Cruz
10:31 Feature #21623: Journalize values that are cleared after project or tracker change
Hi, this patch has been thoroughly and extensively tested on our side, can it be integrated in a coming version, it's... Jérôme BATAILLE
09:29 Patch #23639 (Closed): Add "Log time" to global button menu (+)
In #23311 is introduced a new menu tab "Spent time".
To keep the consistency, the "Log time" button should be availa...
Marius BĂLTEANU
06:43 Patch #23637 (Closed): Traditional Chinese translation (to r15748)
* New
** error_no_projects_with_tracker_allowed_for_new_issue
ChunChang (Nagaharu) Lo
04:41 Defect #23511: Progress of parent task should be calculated using total estimated hours of children
This is a valid problem.
Given ...
Jens Krämer
04:14 Feature #10684 (Closed): hide list of assignees when creating new issue
You can use "Administration" > "Workflow" > "Fields permission" which was introduced in Redmine 2.1.0. Please set "As... Go MAEDA
04:00 Feature #4962 (Closed): "Hide my email address" enable by default
Implemented by #21042 (Redmine 3.2.0). "Hide my email address" is checked by default for new users.
Go MAEDA
03:00 Defect #23430: I can not access a closed project Issues
I still cannot reproduce on vanilla Redmine version:3.3.0 and I cannot see what you expect.
What plugins do you use?
Toshi MARUYAMA
02:48 Defect #23425 (Closed): Wrong entries in custom fields after changing the content of the field
Redmine 2.6 is not maintained. Toshi MARUYAMA
01:31 Feature #1448: Add tags to issues
+1 - it'd be great to have tags available in the default install without having to install plugins Tom Morris
00:30 Feature #15361: Use css pseudo-classes instead of cycle("odd", "even")
Updated the patch to cleanly apply on the current trunk and also to include the new "cycle("odd", "even")" added in r... Marius BĂLTEANU
00:01 Defect #23633: New role does not have non member permissions prefilled as default
According to source:trunk/app/controllers/roles_controller.rb@15668#L47, the form is expected to be filled with "Non ... Go MAEDA

2016-08-22

20:39 Feature #23632: Requirements for the attachment field in issues
In issues, I need a mandatory file field enabling attachment of at least one file, not in each project. I have looked... Herman Suszkewciz
14:20 Feature #23632 (New): Requirements for the attachment field in issues
I need the ability to set requirements for the attachment/file upload field in issues of project, as it is present in... Herman Suszkewciz
15:48 Feature #23634 (New): Restrict permissions for anonymous role
Even when all permissions for the anonymous role are deactivated, without login in users can still see
* the proje...
Anonymous
15:26 Defect #23633 (Closed): New role does not have non member permissions prefilled as default
r15667 - We can see "Issues visibility" and "Time logs visibility":
!roles-new-r15667.png!
r15668 - "Issues visib...
Go MAEDA
12:16 Defect #13777: REST API for issues with included changesets does not include which repository the revision is from
This repository id would be very useful in changeset object. Rafal Jezaraf
12:13 Patch #23417: Make the ID column configurable in the issues listing like the other columns
Toshi MARUYAMA wrote:
> Toshi MARUYAMA wrote:
> > * db/migrate is too hard to test.
> > Could you use alternativ...
Marius BĂLTEANU
11:22 Patch #23417: Make the ID column configurable in the issues listing like the other columns
Thanks Toshi for your feedback.
I've updated the patch in order to:
* clearly apply on the current trunk
* remov...
Marius BĂLTEANU
10:06 Patch #23417: Make the ID column configurable in the issues listing like the other columns
Toshi MARUYAMA wrote:
> * db/migrate is too hard to test.
> Could you use alternative way?
Oh, I can see 20131...
Toshi MARUYAMA
09:57 Patch #23417: Make the ID column configurable in the issues listing like the other columns
* "plugins/README" is deleted accidentally.
* db/migrate is too hard to test.
Could you use alternative way?
Toshi MARUYAMA
09:43 Feature #17615: FIlter by target version (active)
In #10412 the versions are grouped by target version status and the first group contains the active versions. Marius BĂLTEANU
08:28 Feature #23630 (Closed): Migrate to Rails 5.2
Is there any plan to upgrade the enviroment to rails 5?
Or is there any future version planning for rails 5?
Thanks...
Tigergm Wu
04:52 Defect #23502 (Closed): Internal error
No feedback from the author. Go MAEDA
04:01 Feature #23493 (Closed): Add group results by due date
Closing as a duplicate of #13803.
Thank you for submitting this issue.
Go MAEDA
03:03 Defect #5261 (Closed): Multiple level subprojects wrap around into the menu
Fixed by #21947 (Redmine 3.3.0). Go MAEDA
02:45 Feature #23348 (Closed): Values of version type custom fields should be grouped by project/subproject
Closing as a duplicate of #15902.
Thank you for submitting an issue.
Go MAEDA
02:36 Feature #23348 (New): Values of version type custom fields should be grouped by project/subproject
Go MAEDA

2016-08-21

23:46 Feature #5746 (Closed): Feature Request - Allow the sidebar to be collapsable
A patch was submitted as #21808. Go MAEDA
17:25 Feature #21808: Make the Sidebar collapsible, stateful
@0001-Make-sidebar-collapsible-r15746.patch@ applies cleanly to @3.3-stable@ and current @trunk@ Daniel Ritz
08:43 Patch #7687 (Closed): Incorrect search in my page
This issue is covered by #15777 and #23472.
Thank you for submitting this patch.
Go MAEDA
08:18 Defect #11283 (Closed): Adding time to an issue where a custom field regexp doesn't match adds the time spent twice
No feedback for years. Closing. Go MAEDA
08:02 Defect #8214 (Closed): Wiki text area scrolling when typing
Microsoft ended support for IE8. I think we can close this issue. Go MAEDA
07:40 Feature #6337 (Closed): Cancel Upload a file of the list - Files Section
Resolved by #3957 (Redmine 2.3.0). We can delete attachments before submitting an issue.
Go MAEDA
07:27 Feature #1295 (Closed): Option to show wiki pages under activity by default
Redmine 3.2.0 and later remembers users' selection of activities. Implemented by #1605.
Go MAEDA
07:19 Patch #249 (Closed): Jump-in for 'add time'
A new "Spent time" tab that will be available as of Redmine 3.4.0 will help you. Please see #23311 for more details. Go MAEDA
06:51 Feature #23403 (Closed): Make default search scope configurable
Toshi MARUYAMA
06:31 Patch #19116 (New): Files REST API
Toshi MARUYAMA
04:41 Feature #8357 (Closed): create new wiki page from an additional "new"-link
Implemented by #5536 (Redmine 3.3.0). Go MAEDA
02:53 Feature #18263 (Closed): Group in issue list should provide no. of estimated time vs spent time besides just providing total issues
Implemented by #1561 (Redmine 3.2.0). Go MAEDA
02:49 Feature #18129 (Closed): Insert spent time when creating new issue
Closing as a duplicate of #3126. Go MAEDA
 

Also available in: Atom