Project

General

Profile

Actions

Defect #5890

closed

"XLS export" plugin breaks REST API: "issues.xml" returns broken HTML instead of XML

Added by Alex Last almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugin API
Target version:
-
Start date:
2010-07-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I spent hours trying to find why my Redmine started returning broken HTML instead of XML when I send the same valid REST API request, I as did before (http://172.17.10.53:3000/projects/ace/issues.xml?query_id=1&key=fc20e8f5f1885fc194b7b7865e6d6ce9a44a4b88).

I finally found that "XLS export" plugin (http://www.redmine.org/boards/3/topics/11986?r=15317) is responsible for this problem.

I had to delete the plugin to enable REST API (remove /opt/redmine/vendor/plugins/redmine_default_columns folder ).

I have latest Trunk version of Redmine. Other people reported the same problem with Redmine 0.9.5.

Actions #1

Updated by Eric Davis almost 14 years ago

  • Status changed from New to Closed
  • Assignee deleted (Eric Davis)
  • Resolution set to Invalid

Can you report this bug to the plugin author. This bug tracker is for the Redmine core and we don't have control over the plugin's code.

Actions #2

Updated by Alex Last almost 14 years ago

ok, makes sense. sorry

Actions #3

Updated by Vitaly Klimov almost 14 years ago

  • Assignee set to Eric Davis

Eric, it seems that if the plugin overwrites some views (in my case views\issues\index.rhtml), plugin views folder should contain .builder file as well - even if this file not modified. Otherwise .builder file from original path (app\views\issues\index.xml.builder ) is ignored.

I think it should be noted in documentation on plugins

Actions

Also available in: Atom PDF