General

Profile

jiangshan song

  • Login: songjiangshan
  • Registered on: 2016-12-13
  • Last connection: 2018-07-04

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 1 2

Activity

2018-06-06

07:20 Redmine Defect #28967: could the RESTAPI be used in the plugin with auth again?
without jiangshan song
07:20 Redmine Defect #28967 (New): could the RESTAPI be used in the plugin with auth again?
I wrote a plugin.
when I use $.ajax to access some rest api in the plugin, A login dialog is shown even if I have al...
jiangshan song

2017-09-09

10:41 Redmine Defect #26863: file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
I changed "ids = value.first.to_s.scan(/\d+/).map(&:to_i)" to "ids = value.to_s.scan(/\d+/).map(&:to_i)"
it seems ...
jiangshan song
08:19 Redmine Defect #26863 (Closed): file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
I'm writing a redmine plugin using: IssueQuery
where when I want to use :
myquery.add_filter("issue_id" , "=", ["12...
jiangshan song

2017-08-09

12:41 Redmine Feature #7907: Display Issues in a hierarchy (tree)
+1 jiangshan song

Also available in: Atom