Project

General

Profile

Actions

Feature #8145

closed

API: Redmine version

Added by Thibaut LE LEVIER almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-04-14
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

I'm working on a app which use Redmine API to list an create issues.

I made my app is using the JSON feed available only on the latest version.
So I need to check first witch version does Redmine run.

Is there any way to do that?
Should this feature be include in the next release?

Thanks


Related issues

Is duplicate of Redmine - Feature #5901: REST API to expose the Redmine versionNew2010-07-18

Actions
Actions #1

Updated by Thibaut LE LEVIER almost 13 years ago

Maybe a simple meta in the layout should be a great idea?
Something like that in the base.rhtml:
<meta name="Generator" content="<%= Redmine::Info.versioned_name %>" />

What do you think about?
any chance to add it in the official release?

Actions #2

Updated by Thibaut LE LEVIER almost 13 years ago

Sorry for the blind comment, the code in the content attribute is the Info.versioned_name from the Redmine instance
Same as in the admin/info page

Thibaut LE LEVIER wrote:

Maybe a simple meta in the layout should be a great idea?
Something like that in the base.rhtml:
<meta name="Generator" content="<%= Redmine::Info.versioned_name %>" />

What do you think about?
any chance to add it in the official release?

Actions #3

Updated by Etienne Massip almost 13 years ago

  • Category set to Plugin API
  • Priority changed from High to Normal
  • Target version set to Candidate for next major release
Actions #4

Updated by Etienne Massip almost 13 years ago

  • Category changed from Plugin API to REST API
Actions #5

Updated by Thibaut LE LEVIER almost 13 years ago

May I help to add this feature?

Actions #6

Updated by Etienne Massip almost 13 years ago

Yes, you could add xml/json response formats to admin/info in controller.

Actions #7

Updated by Jean-Philippe Lang almost 13 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Same as #5901.

Actions #8

Updated by Etienne Massip almost 13 years ago

  • Target version deleted (Candidate for next major release)

Switched with #5901.

Actions

Also available in: Atom PDF