Project

General

Profile

Search

Results (12572)

Defect #30513 (Closed): Unable to load the EventMachine C extension; windows
Upgrading from Redmine 3.3.x to 4.0.1 Window ... 1.2.X-x64-mingw32/lib/eventmachine.rb </pre> 2019-01-29 02:41
Defect #30494 (Closed): Can't set author_id when creating a new issue via REST API.
My app details are given below Environment: ... Mysql2 I'm trying to add an issue via java api redmine-java-api.3.1.1 Whene ... o set author_id it does't work. It creating issue with author as the application admin user. ... et me know if its fixed in any later version. 2019-01-25 10:46
Feature #30492 (Closed): Replace RMagick with MiniMagick
Redmine uses ImageMagick via rmagick to gener ... auses build errors when installing the gem. 2019-01-25 02:28
Defect #30491 (New): Project#short_description may return a too long string
I think that Project#short_description is sup ... very long. The attached patch fixes this issue. 2019-01-25 01:55
Defect #30489 (Closed): Internal server error when click middle mouse button link add watcher
Clicking middle mouse button on the add wathc ... ts: ["text/html"] request.variant: [] </pre> 2019-01-24 08:48
Defect #30488 (Closed): Missing migration for Comment table
I just finished upgrading this plugin https://github.com/matsukei/redmine_send_issue_reply_email to work on Redmine 4.0 and wh ... * Ruby 2.4.1 * Rails 5.2 * Redmine 4.0.0 2019-01-24 06:56
Feature #30486 (Closed): Convert all jQuery to ECMA Script
I am going to just create this ticket, it's s ... uture, it could be branched up into separate issues. 1. I think java script in Redmine is in ... request.send(body); } </pre> etc etc :) 2019-01-23 21:52
Feature #30485 (New): Make activity type project dependant instead of redmine global
At this moment, the activity types are set gl ... dline already allows to set project specific issue categories and versions, so having the same ... r activity types would be hugely appreciated. 2019-01-23 14:10
Feature #30483 (New): Ability to hide issue elements in PDF export.
It would be nice to have ability to hide some elements in PDF export of issue. We often send PDF export of issue to our customers. As issue has elements (such as spent time, private no ... elements that should be hidden in PDF export. 2019-01-23 12:31
Feature #30482 (Closed): Multiple issue ids in "Parent task" filter
at Custom Query parent issue can select single issue can select multiple I'd like to select mulutiple likely issue ---ja start--- カスタムクエリにて 抽出条件をチケットにすると、 ... チケットと同じように複数指定ができるようにしてほしいです ---ja end--- 2019-01-23 09:11
Feature #30480 (Closed): Is there any option in custom fields to make them read only in the form
I have some custom fields in issue creation form which are having pre-filled da ... any version of redmine ? Please help me 2019-01-23 05:06
Defect #30474 (Closed): IssuesControllerTest#test_index_sort_by_total_estimated_hours tests practically nothing
IssuesControllerTest#test_index_sort_by_total_estimated_hours tries to test if the issues list is sorted by estimated hours, but it actually does not test anything. In test/fixtures/issues.yml, all objects don't have estimate_hours ... } assert_response :success hours = issues_in_list.map(&:total_estimated_hours) a ... urs.sort.reverse, hours end </code></pre> 2019-01-21 16:35
Feature #30471 (New): Move "Default columns" ... dit page from "Options" to "Columns" fieldset
Currently, the "Default columns" checkbox on ... #ccc;}.move-default-columns-checkbox@2x.png! 2019-01-21 09:55
Patch #30465 (Closed): Deadlock when assigning custom values
There's been some changes in the new Rails ve ... 1 AND `custom_values`.`customized_type` = 'Issue' AND `custom_values`.`id` IN (34100955, 34 ... ase and creating / updating a record like an issue is wrapped in a transaction. https://github ... a5ad6385f7d4cb43655c87515153/app/controllers/issues_controller.rb#L552 Ordering records in a ... onsider refactoring this association. Thanks! 2019-01-18 20:46
Feature #30464 (Closed): Show estimated hours on the overview page as well as spent hours
Currently, you can see total spent hours on t ... r: 1px solid #ccc;}.time-tracking-box@2x.png! 2019-01-18 14:03
Feature #30460 (Closed): This project is closed and read-only so please hidden all issue on mypage
When a project was closed and read-only, all my issues assigned to me still display on my page (Issues assigned to me). I think that not necessary for this case 2019-01-18 08:03
Feature #30459 (Closed): Switch edit/preview tabs with keyboard shortcuts
In Redmine 3.4 and earlier, you could update ... ; border: 1px solid #ccc}github_shortcut.gif! 2019-01-18 03:02
Defect #30457 (Closed): MailHandler.safe_receive does not output any error log
MailHandler.safe_receive has a rescue clause ... Rails.logger. The attached patch fixes this issue. 2019-01-17 18:03
Defect #30456 (Closed): redmine does not work, just show directory /redmine
Hello, I´ve done new instalation of ubuntu ( ... orial. What is wrong. I´ve found similar issue but it is not my case. Could you help me please? Thank you Have a nice day 2019-01-17 12:42
Defect #30455 (Closed): Adding an issue note via email fails due to NoMethodError
After upgrading my production Redmine to 4.0.0, I encountered a critical problem that I cannot add issue notes by replying emails. On investigatio ... # ignore CLI-supplied defaults for new issues handler_options[:issue].clear </code></pre> The code expects that the class of @handler_options[:issue]@ is Hash, however, it is actually ActionCon ... on and Redmine fails to add the email to the issue note. The error cannot be detected by ru ... test because the class of @handler_options[:issue]@ is not ActionController::Parameters but Ha ... . The following is a workaround for this issue. <pre><code class="diff"> Index: app/mod ... # ignore CLI-supplied defaults for new issues - handler_options[:issue].clear + handler_options[:issue... 2019-01-17 10:55
Patch #30451 (New): Move #main-menu outside o ... to follow directly after the #header insetad
I think it would be good to move #main-menu o ... pawn a blocking behaviour I mentioned in the issue #30448 and first and foremost concerns achieving sticky design without using JavaScript. 2019-01-16 19:49
Patch #30448 (Closed): Remove wrapper2 and wrapper3 wrapping containers
I think maybe it would be good to remove the ... need *min-height: 600px* rule in the future. 2019-01-16 18:33
Defect #30441 (Closed): Attachments with Unicode uppercase names are not shown in wiki pages
Attachments with Unicode upper-case filenames ... ot an attachment I have investigated this issue and it seems that the @ApplicationHelper#par ... @ that avoids calling @downcase@. Related issues: - #27780 can fix the problem just by call ... dmine plugins: no plugin installed </pre> 2019-01-16 13:49
Defect #30438 (Closed): Internal error after replying isuess
Hello, When someone tries to answer in a ... 8.3ms) Started GET "/projects/test_projekt3/issues/new" for 185.28.17.74 at Tue Jan 15 15:25:08 +0000 2019 Processing by IssuesController#new as HTML Parameters: {"proj ... Current user: j.onak (id=177) Rendered issues/_form_custom_fields.html.erb (17.6ms) Rendered issues/_attributes.html.erb (49.7ms) Rendered p ... it_mentionable.html.erb (23.0ms) Rendered issues/_form.html.erb (105.3ms) Rendered attachments/_form.html.erb (4.2ms) Rendered issues/new.html.erb within layouts/base (116.2ms) ... .3ms) Started POST "/projects/test_projekt3/issues" for 185.28.17.74 at Tue Jan 15 15:25:14 +0000 2019 Processing by IssuesController#create as HTML Parameters: {"commit"=>"Stwórz", "utf8"=>"✓", "issue... 2019-01-15 16:40
Defect #30437 (Closed): db upgrade /Validation failed: Name has already been taken/
<pre> sh: 1: hg: not found sh: 1: cvs: not ... n failed: Name has already been taken </pre> 2019-01-15 15:24
(2401-2425/12572)