ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Searching in issue is broken on ruby 1.9 (Bug #698)


Added by David O at 2011-11-14 08:18 am. Updated at 2011-11-25 05:46 pm.


Status:Closed Start date:2011-11-14
Priority:High Due date:
Assignee:Felix Schäfer % Done:

0%

Category:Issue tracking
Target version:2.5.0
Remote issue URL: Affected version:2.4.0

Description

Searching for issues by subject (any criteria with input-field) is broken. After searching (clicking apply) the entered text is changed.

To reproduce:
  • click issues
  • add filter for subject and enter 'something'
  • click apply
  • text in the input-field changed to ["something"]
  • click apply again and the text will change to ["[\"something\"]"]

Happens with v2.4.0 on ruby 1.9.3, running on 1.8.7 everything works as expected.


Associated revisions

Revision ade57204
Added by Jean-Philippe Lang at 2008-02-21 08:49 pm

Roadmap enhancements (closes #697, #698):
  • separate related issues from wiki contents
  • leading h1 in version wiki pages is hidden (done using css, won't work with IE6)
  • smaller wiki headings
  • xhtml validation

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1168 e93f8b46-1217-0410-a6f0-8f06a7374b81

Revision c3df1758
Added by Moritz Breit at 2011-11-16 02:22 pm

[#698] Fix issue queries on Ruby 1.9

Revision a80f8224
Added by Felix Schäfer at 2011-11-25 06:45 pm

Merge pull request #123 from mbreit/bugfix/698-issue-query-ruby19

[#698] Fix single-value query atoms in issue queries on Ruby 1.9

History

Updated by Felix Schäfer at 2011-11-14 01:53 pm

Thanks for the report, I'll see tonight if I can reproduce this.

  • Priority changed from Normal to High
  • Target version set to 2.5.0
  • Assignee set to Felix Schäfer
  • (deleted custom field) set to 2.4.0

Updated by Moritz Breit at 2011-11-16 01:48 pm

I just send a pull request on Github (https://github.com/chiliproject/chiliproject/pull/123) which should fix this issue.

Updated by Felix Schäfer at 2011-11-25 05:46 pm

Merged in a80f822, thanks a lot!

  • Status changed from Open to Closed

Also available in: Atom PDF