Activity
From 2015-03-06 to 2015-03-08
2015-03-08
-
22:34 Defect #19306 (Closed): /projects/<project_name>/settings 500 error
- After creating a new project I get a 500 error from the server and the following in the logs. It looks like an issue...
-
21:38 Defect #18940: Filter by custom user field didn´t work
- Please try this patch: #9445#note-20
It works for me but I would like some more people to test it. -
20:41 Defect #19174: db migrate error from old version to 2.6
- I understand where you are coming from on that, in order for you to best help the community I need to give more info....
-
10:39 Defect #19174: db migrate error from old version to 2.6
- That would be nice to know which migration raised this error, maybe @20090312194159_add_projects_trackers_unique_inde...
-
17:24 Defect #13617: Internal error on custum queries after Upgrade 2.2 -> 2.3
- OpenProject (*GPL3*) provides yaml converter.
https://github.com/opf/openproject/blob/v4.0.8/db/migrate/migration_ut... -
17:14 Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
- This is very dirty workaround....
-
16:44
Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
- Toshi MARUYAMA wrote:
> ruby 1.8.7 (2014-01-28 patchlevel 376) [x86_64-linux]
Inside redmine 2.5.2 container with... -
16:19 Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
- ...
-
16:13 Defect #19305 (Confirmed): settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
-
14:50
Defect #19305 (Closed): settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
regression detected:
redmine 2.5.2 works fine, after upgrade to version 2.6.2 - can't enter to /settings,
get 5...-
14:27 Feature #12886: Consider adding a new field named "Has Attachments" or "# of Attachments"
- I posted a patch to #15900. A clip icon indicates that there is attachments.
!{width: 525px;}http://www.redmine.or... -
14:11 Defect #19304 (Closed): <a> tag without attributes in description results in undefined method + for nil:NilClass
- *Observed Behavior*
Create new issue with description "<a>link.com</a>" (without tag attributes)
ActionView::Temp... -
14:08 Feature #1159: Allow issue description to be searchable as a filter
- This feature is very usuful and easy to implement. Could it be a feature of Redmine 3.1?
Here is a patch againt trun... -
13:37 Patch #18817: Sort helper undefined to_a for string
- For the record:
Redmine defined String#to_a on Redmine < 3 and it was removed by r13482 (#14534).
source:tags/2.6.2... -
13:23 Patch #18818: TimeEntry acts_as_activity_provider scope should joins(:project)
- For the record:
:scope => preload(:project) was introduced by r13482 (#14534).... -
12:02 Defect #19218: Wrong name for pt-BR in language drop-down
- Toshi MARUYAMA wrote:
> And CI server does not have 3.0-stable.
Thank you for adding 3.0-stable on CI server.
Bu... -
10:43 Defect #19218 (Closed): Wrong name for pt-BR in language drop-down
-
11:49 Defect #19252: 2 IssuesController tests fail with SQLite3 database
- Adding some debug info in @IssueQuery#issues@ shows that ActiveRecord does not return the results in the correct orde...
-
11:37 Defect #19172 (Closed): "gem update bundler" suggestion for "`x64_mingw` is not a valid platform"
-
10:46 Defect #19225 (Closed): When deleting one item from multivalued custom field / list of users, name of removed user is not visible in history
-
10:08 Defect #19225 (Resolved): When deleting one item from multivalued custom field / list of users, name of removed user is not visible in history
- Fixed in r14054, thanks for pointing this out.
-
10:45 Patch #19233 (Closed): Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible
-
10:44 Defect #19253 (Closed): Repository users broken if only one committer exists
-
10:44 Defect #19232 (Closed): IMAP STARTTLS options typo :tls
-
10:42 Defect #19260 (Closed): Non-default identifier-less git repositories are undeletable
- Merged.
-
10:41 Defect #19197 (Closed): Missing notification if assignee was a group
- Merged.
-
09:09 Feature #19289 (Resolved): Exclude attachments from incoming emails based on file content or file hash
- Google and Stackoverflow help to write a patch =)
The additional code compares binary of each new email attachmen... -
08:52 Defect #14880 (Closed): Reminder mails should provide the correct link
- Go to "Administration" > "Settings" > "General" and set "Host name and path" and "Protocol".
-
04:54 Defect #6625 (Closed): Attachments lost when activity field error occures
- Probably implemented in r10977 and 10977 (Redmine 2.3).
In current versions, attachments are kept even after validat... -
04:52 Defect #8793 (Closed): Attachment lost when filed validation fails
- Probably implemented in r10977 and 10977 (Redmine 2.3).
In current versions, attachments are kept even after validat... -
03:43 Defect #9383 (Closed): Allow manage attachment(s) before submit
- Problems which you pointed out were addressed. I close this issue.
* Removing a file before submission was impleme... -
02:41 Feature #4606 (Closed): Move/rename attachments in issues
- We can rename attached file names in Redmine 3.0. (#1326)
-
02:29 Feature #2488 (Closed): Renaming of uploaded files
- The feature was introduced by #1326. (available in Redmine 3.0)
-
02:16 Defect #6425 (Closed): Cannot delete form fields for files in issue.
- Implemented in r6212.
-
01:24 Feature #19047 (Closed): Email notification per project
- Duplicate of #7349.
-
01:21 Feature #6080 (Closed): Email Nofitication Setting for Project
- Close as duplicate of #7349.
#7349 has more discussions.
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... -
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 ... -
19:27 Defect #19253 (Resolved): Repository users broken if only one committer exists
-
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.
-
19:27 Patch #19233 (Resolved): Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible
-
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).
-
19:27 Defect #19232 (Resolved): IMAP STARTTLS options typo :tls
-
17:06 Defect #19232 (Closed): IMAP STARTTLS options typo :tls
-
08:37 Defect #19232 (Resolved): IMAP STARTTLS options typo :tls
- Fixed in r14047, thanks for poniting this out.
-
19:27 Defect #19218 (Resolved): Wrong name for pt-BR in language drop-down
-
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-... -
17:06 Defect #19218 (Closed): Wrong name for pt-BR in language drop-down
- Patch applied in r14051, thanks.
-
17:03 Defect #19260 (Resolved): Non-default identifier-less git repositories are undeletable
- Patch applied in r14050, thanks.
-
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... -
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... -
10:56 Defect #4334: "Watch"ing an issue doesn't update watchers list
- +1
-
10:32 Defect #8328 (Closed): lost password feature not work
- The feature on this site works fine for me.
I close this issue. -
09:21 Defect #19197 (Resolved): Missing notification if assignee was a group
- Fix committed in r14049, thanks for pointing this out.
-
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.
-
08:50 Defect #19227 (Closed): Users.xml broken
- Yes, this is fixed in 2.6.2.
-
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...
-
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...
-
08:34 Defect #19250 (Closed): Payment Getway Veritrans
-
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... -
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...
-
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...
-
05:49 Feature #19126 (Closed): Possibility to disable subtasks
- We can disable subtasks by setting permissions.
I close this issue. -
04:46 Patch #5025 (Closed): sort custom fields by configured display order in filters listbox
- Fixed in Redmine 2.2.0.
-
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! -
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. -
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... -
01:08 Feature #19299: Project Quick Jump Dropdown - Sorting/Ordering or Dynamic Searching of Current User's Projects
- Related to #19300 and #19298?
-
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... -
01:08 Feature #19300: Projects Dropdown Field for Issues - Sorting/Ordering or Dynamic Searching of Projects
- Related to #19299 and #19298?
-
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... -
01:03 Defect #19285 (Closed): Installation Redmine with redmine_git_plugin
- Please contact plugin author.
-
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...
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... -
15:46 Feature #4637: add field description/instructions
- See #19296.
-
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. ...
-
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...
-
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... -
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 /... -
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 ...
-
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... -
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... -
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... -
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...
-
04:44 Feature #6637 (Closed): "unwanted" features as plugins
- We can disable standard fields from Redmine 2.1 (#1091).
I close this issue. -
04:39 Feature #3921 (Closed): Google Wave + Twitter = Commie Plugin
- Both the plugin and Google Wave are not alive now.
I close this issue. -
04:26 Defect #19274 (Needs feedback): Plugin Model Creation Failure
- I could not still produce. A table was successfly created....
-
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...
-
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
Also available in: Atom