Project

General

Profile

Activity

From 2015-03-05 to 2015-03-07

2015-03-07

20:03 Feature #19301 (Closed): Let non admin users update their account via the REST API
Using Redmine Java API library:
@User user = rmf.getUserManager.getCurrentuser;
user.setFirstName("new name");
r...
Alex Last
20:00 Defect #19229 (Reopened): redmine.org plugin page only shows latest version compatibility
_Jan Niggemann (redmine.org team member) wrote:_
> The current version of a plugin may be compatible to one or more ...
Tobias Fischer
19:27 Defect #19253 (Resolved): Repository users broken if only one committer exists
Jean-Philippe Lang
17:22 Defect #19253 (Closed): Repository users broken if only one committer exists
Fix committed in r14053 with a test. Thanks for pointing this out. Jean-Philippe Lang
19:27 Patch #19233 (Resolved): Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible
Jean-Philippe Lang
17:17 Patch #19233 (Closed): Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible
Change done r14052, without using #update_attribute (triggering model callbacks from migrations is a bad idea). Jean-Philippe Lang
19:27 Defect #19232 (Resolved): IMAP STARTTLS options typo :tls
Jean-Philippe Lang
17:06 Defect #19232 (Closed): IMAP STARTTLS options typo :tls
Jean-Philippe Lang
08:37 Defect #19232 (Resolved): IMAP STARTTLS options typo :tls
Fixed in r14047, thanks for poniting this out. Jean-Philippe Lang
19:27 Defect #19218 (Resolved): Wrong name for pt-BR in language drop-down
Jean-Philippe Lang
17:38 Defect #19218: Wrong name for pt-BR in language drop-down
Is it correct changing status to "Closed"?
r14051 is not yet merged to 3.0-stable.
And CI server does not have 3.0-...
Toshi MARUYAMA
17:06 Defect #19218 (Closed): Wrong name for pt-BR in language drop-down
Patch applied in r14051, thanks. Jean-Philippe Lang
17:03 Defect #19260 (Resolved): Non-default identifier-less git repositories are undeletable
Patch applied in r14050, thanks. Jean-Philippe Lang
16:04 Feature #1853: Make Projects truly independent of each other
+1 if we could have project *blueprints*:
Each blueprint would allows a different configuration (trackers, permiss...
Slawomir CALUCH
11:14 Patch #10762 (Closed): the redmine_screenshot_paste could not support redmine 1.4.X
A fork of the plugin that supports Redmine 2.x is here: https://github.com/undx/redmine_screenshot_paste
I close thi...
Go MAEDA
10:56 Defect #4334: "Watch"ing an issue doesn't update watchers list
+1 Go MAEDA
10:32 Defect #8328 (Closed): lost password feature not work
The feature on this site works fine for me.
I close this issue.
Go MAEDA
09:21 Defect #19197 (Resolved): Missing notification if assignee was a group
Fix committed in r14049, thanks for pointing this out. Jean-Philippe Lang
09:13 Defect #19243 (Closed): Ambiguous date format options (eg. 03/03/2015) in settings
Fixed in r14048. The dropdown now shows "03/03/2014 (dd-mm-yyyy)" instead. Thanks. Jean-Philippe Lang
08:50 Defect #19227 (Closed): Users.xml broken
Yes, this is fixed in 2.6.2. Jean-Philippe Lang
08:49 Defect #19290 (Closed): Send Reminders Error
You're using Redmine 2.4.2 with Rails 3.2.21 but your error stack trace shows that ActiveRecord 4.2.0 is used. Someth... Jean-Philippe Lang
08:39 Defect #19234 (Closed): Problem with prefilled issue forms and custom fields
Yes, custom fields depends on the issue tracker. You now need to provide a tracker_id if you want to set default valu... Jean-Philippe Lang
08:34 Defect #19250 (Closed): Payment Getway Veritrans
Jean-Philippe Lang
08:33 Defect #19270 (Closed): Creating new journal entries through REST API broken in Redmine 3.0.0
Works fine for me, I've added a test for this in r14046 and it passes.
Please reopen if you can provide more details...
Jean-Philippe Lang
08:22 Defect #19273 (Closed): acts_as_searchable.rb only seems to be case insensitive if postgresql
No, LIKE is case insensitive for databases other than PostgreSQL. Have a look at @SearchTest#test_search_should_be_ca... Jean-Philippe Lang
08:18 Defect #19276 (Closed): Creating new issues with invalid project_id should return 422 instead of 403 error
As you can see on the "API documentation":/projects/redmine/wiki/Rest_Issues#Creating-an-issue, the project_id attrib... Jean-Philippe Lang
05:49 Feature #19126 (Closed): Possibility to disable subtasks
We can disable subtasks by setting permissions.
I close this issue.
Go MAEDA
04:46 Patch #5025 (Closed): sort custom fields by configured display order in filters listbox
Fixed in Redmine 2.2.0. Go MAEDA
04:28 Patch #19296: Include custom fields description in project settings and issue view
I tried the patch.
Description can be seen on /projects/*/settings screen.
!projects-settings.png!
Go MAEDA
04:15 Patch #19296: Include custom fields description in project settings and issue view
Sorry, the feature I tried on #19296#note-1 is not a feature that the patch implements.
I'll retry.
Go MAEDA
04:09 Patch #19296: Include custom fields description in project settings and issue view
I tried the patch. Looks nice.
*set description:*
!screenshot-cf-edit.png!
*description can be seen on mouseov...
Go MAEDA
01:08 Feature #19299: Project Quick Jump Dropdown - Sorting/Ordering or Dynamic Searching of Current User's Projects
Related to #19300 and #19298? James H
01:05 Feature #19299 (Closed): Project Quick Jump Dropdown - Sorting/Ordering or Dynamic Searching of Current User's Projects
h1. Project Quick Jump Dropdown List - Sorting
Many of our users would like to see the list of current user's proj...
James H
01:08 Feature #19300: Projects Dropdown Field for Issues - Sorting/Ordering or Dynamic Searching of Projects
Related to #19299 and #19298? James H
01:07 Feature #19300 (New): Projects Dropdown Field for Issues - Sorting/Ordering or Dynamic Searching of Projects
h1. Project Quick Jump Dropdown List - Sorting
Many of our users would like to see the list of projects when editi...
James H
01:03 Defect #19285 (Closed): Installation Redmine with redmine_git_plugin
Please contact plugin author. Toshi MARUYAMA
00:56 Feature #19298 (New): "Add Filter" - Sort/Order of Fields
h1. "Add Filter" Dropdown List
Many of our users would like to see the fields under the "Add Filter" dropdown to b...
James H

2015-03-06

21:32 Defect #19297 (Closed): Custom fields with hidden/read-only combination displayed in Issue Edit Form
*Observed Behavior*
* _UserA_ has two roles, _RoleA_ and _RoleB_.
* _CustomFieldA_ is hidden from _RoleB_. (In Cust...
@ go2null
15:46 Feature #4637: add field description/instructions
See #19296. Sebastian Paluch
11:13 Feature #4637: add field description/instructions
This is great and very needed. added as part of #15699. Unfortunately, the tooltip is shown only in issue edit form. ... Sebastian Paluch
15:45 Patch #19296 (Closed): Include custom fields description in project settings and issue view
This is additional patch for #15699 and #4637 showing custom field description in project settings and issue overview... Sebastian Paluch
13:14 Feature #19293 (New): Issue Show - Load 'Edit form' with ajax on click 'Edit' button
Hi,
It's possible to load the issue edit form on issue show (app/views/issues/show.html.erb) only when click on 'E...
Maicon Zucco
11:49 Defect #19290 (Closed): Send Reminders Error
After invoking 'rake --trace redmine:send_reminders days=7 RAILS_ENV="production"' I got the following error
(in /...
Matthias Reisner
11:14 Feature #15699: Description for custom fields
This is great unfortunately done only partially. The tooltip is shown only in issue edit form. It should be added at ... Sebastian Paluch
10:49 Defect #11568: Uploaded file name gets mangled when it contains a +
Olivier Mehani wrote:
> Steps to reproduce:
> # Create a file with a '+' in its name (say, "a+b");
> # Upload it i...
Go MAEDA
10:24 Patch #18764 (Closed): upgrade guide: file permissions
Thank you for providing additional information.
I fixed the page: http://www.redmine.org/projects/redmine/wiki/Redmi...
Go MAEDA
09:25 Feature #18004: Do NOT hide category and version fields on issue form when no category or version is configured
Felix Schäfer wrote:
> The category and version fields are very hard to discover for new Redmine users (at least thi...
Go MAEDA
09:20 Feature #19289 (New): Exclude attachments from incoming emails based on file content or file hash
We have a problem similar to #3413, i.e. if we create tickets via email there a lot of signature images will get Redm... Mikhail Voronyuk
04:44 Feature #6637 (Closed): "unwanted" features as plugins
We can disable standard fields from Redmine 2.1 (#1091).
I close this issue.
Go MAEDA
04:39 Feature #3921 (Closed): Google Wave + Twitter = Commie Plugin
Both the plugin and Google Wave are not alive now.
I close this issue.
Go MAEDA
04:26 Defect #19274 (Needs feedback): Plugin Model Creation Failure
I could not still produce. A table was successfly created.... Go MAEDA
01:23 Feature #10485: Add new context menu in Gantt view for each issue
That looks great - would really love to see it in Redmine - because even with plugins like "redmine_planning" working... Christian Dähn
00:01 Feature #10485: Add new context menu in Gantt view for each issue
Here's a sample UI for editing issue timelines directly from a gantt chart: http://teamgantt.com/img/test3.gif mark burdett

2015-03-05

21:58 Defect #19285: Installation Redmine with redmine_git_plugin
Description
Hello,
I make this tutorial :
https://jbox-web.github.io/redmine_git_hosting/howtos/install/#s...
Florian CELLIER
21:56 Defect #19285 (Closed): Installation Redmine with redmine_git_plugin
Hello,
I make this tutorial :
https://jbox-web.github.io/redmine_git_hosting/howtos/install/#step-by-step-inst...
Florian CELLIER
20:30 Defect #19284 (Closed): Inline code doesn't get formatted in the first comment
Database - PostgreSQL 9.4.0
Ruby - ruby 2.1.5p273 (2014-11-13 revision 48405)
Rails - 4.2.0
Redmine - 3.0.0
No ad...
Anton Shevchenko
17:35 Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide)
I have just updated to 2.6.2 and this broke a lot for us...
Seeing only parent issue number makes the column usel...
Sebastian Paluch
16:29 Defect #19274: Plugin Model Creation Failure
Shell commands:... Ricardo Gutiérrez
15:43 Defect #19274: Plugin Model Creation Failure
I could not reproduce.
Could you show commands you typed to generate a model?
Go MAEDA
00:30 Defect #19274: Plugin Model Creation Failure
Finally I can fix my issue but I don't know the root cause. I have been using very particular model names in order to... Ricardo Gutiérrez
16:28 Defect #19218: Wrong name for pt-BR in language drop-down
The format of language names is _"english name (native name)"_ from r13909, but I forgot to fix pt-BR in the patch a... Go MAEDA
15:48 Defect #19269 (Closed): ActionView::Template::Error (undefined method `project_activity_path')
Thank you for your feedback. I am glad to hear that your Redmine works fine.
I close this issue.
Go MAEDA
06:34 Defect #19269: ActionView::Template::Error (undefined method `project_activity_path')
Thank you for your reply.
I found that I overwrote the routes.rb with an older version's routes.rb which contains ...
T Otsuka
15:23 Patch #8757: Add hook for bulk edit post-save state
+1. Some of the webhook plugins out there is not complete because of this hook missing, for example "Redmine Webhook"... An Phan
15:18 Defect #19283 (Closed): send_notification visible in journal_details after redmine update
after update my redmine from 2.3.x to 2.6.x the field "send_notification" is saved to journal_details and visible in ... Peter Mathis
12:57 Defect #5014 (Closed): Internal Error 500 after new/update issue
No feedback for years and Redmine 0.9.3 is too old.
I close this issue.
Go MAEDA
12:00 Patch #19242: Patch to the Redmine Mail Handler for overriding the sender, and adding custom header/footers to imported e-mails
Sounds like a good idea! Jan Niggemann (redmine.org team member)
11:58 Defect #19250: Payment Getway Veritrans
@hesen yatmiko
You talk about shopping systems (opencart, magneto,woocomerce, virtuemart), but redmine is a project ...
Jan Niggemann (redmine.org team member)
11:39 Feature #19282 (Closed): Export unicode error.
See #13781. Toshi MARUYAMA
11:21 Feature #19282 (Closed): Export unicode error.
I use vietnamese with japanese in the same content as UTF8.
I switch user language to vietnam, but when I export t...
Khiem Nguyen Dinh
10:35 Feature #19278 (New): Filter child task in parent task page
In parent task page, there doesn't seem to be an option to use "hide closed child task" as a filter.
I want to be ...
Johnson Lu
09:36 Feature #19097: Responsive layout for mobile devices
This patch fixes some minor issues that were caused by rendering the sidebar a second time for the flyout menu which ... Jens Krämer
02:07 Feature #19097: Responsive layout for mobile devices
+100
This should be Redmine core!
Go MAEDA
08:34 Defect #13388 (Closed): Cannot 'Copy Projects' in Administration area
No feedback for years. I close this issue. Go MAEDA
08:29 Defect #7416 (Closed): Issues list: Filters do not persist in common ticket viewing usage scenario
I cannot reproduce in Redmine 3.0.0. It seems that this problem have been fixed (parhaps #5138?).
I close this issue.
Go MAEDA
07:28 Feature #5232: Show 'My page' after login
In redmine 2.5.x .. config/route.rb
@# root :to => 'welcome#index', :as => 'home'
root :to => '', :controller ...
Zack s
07:03 Defect #13491 (Closed): Update RedmineInstall about support of ruby-1.8.7 (or not) in Redmine 2.2+
I close this issue because both Redmine 2.2 and Ruby -1.9.7- 1.8.7 are no longer supported. Go MAEDA
05:11 Defect #3404 (Closed): Rendered link r+revision-no reveal to much in mouse-over tooltip
Go MAEDA
05:00 Feature #7343 (Closed): Site Announcement Capability
Tobias Fischer wrote:
> I know this ticket is quite old, but it's exactly what my "Maintenance Mode Plugin":http://w...
Toshi MARUYAMA
04:44 Feature #2083: CustomField of type "external-link-to" with configurable URL prefix
Antoine Beaupré wrote:
> Jean-Philippe Lang wrote:
> > 2.5.0 adds a "Link" custom field format that can link to an ...
Toshi MARUYAMA
03:23 Defect #19272 (Closed): Internal error if I try to go to settings of a project-Reg
Duplicate of #18779. Toshi MARUYAMA
03:09 Defect #19276 (Closed): Creating new issues with invalid project_id should return 422 instead of 403 error
Hi,
The following REST request worked fine in Redmine 2.6.0:...
hironemu @
01:11 Defect #19192 (Closed): "rake" command is showing error, `x64_mingw` is not a valid platform.
Same problem with #19172. I close this issue. Go MAEDA
00:01 Defect #19253: Repository users broken if only one committer exists
I fixed it by adding @.to_a@ on line 97 ... Dmitry Popov
 

Also available in: Atom