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... -
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
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... -
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... -
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... -
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... -
16:29 Defect #19274: Plugin Model Creation Failure
- Shell commands:...
-
15:43 Defect #19274: Plugin Model Creation Failure
- I could not reproduce.
Could you show commands you typed to generate a model? -
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...
-
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...
-
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. -
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 ... -
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"...
-
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 ...
-
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. -
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!
-
11:58 Defect #19250: Payment Getway Veritrans
- @hesen yatmiko
You talk about shopping systems (opencart, magneto,woocomerce, virtuemart), but redmine is a project ... -
11:39 Feature #19282 (Closed): Export unicode error.
- See #13781.
-
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... -
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 ... -
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 ...
-
02:07 Feature #19097: Responsive layout for mobile devices
- +100
This should be Redmine core! -
08:34 Defect #13388 (Closed): Cannot 'Copy Projects' in Administration area
- No feedback for years. I close this issue.
-
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. -
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 ... -
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.
-
05:11 Defect #3404 (Closed): Rendered link r+revision-no reveal to much in mouse-over tooltip
-
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... -
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 ... -
03:23 Defect #19272 (Closed): Internal error if I try to go to settings of a project-Reg
- Duplicate of #18779.
-
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:... -
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.
-
00:01 Defect #19253: Repository users broken if only one committer exists
- I fixed it by adding @.to_a@ on line 97 ...
Also available in: Atom