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)
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
- 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
[#698] Fix 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