l

Results 501 comments of l

The original bug report is about `http://localhost:8080/search?query=rationale` not returning any results. I can't reproduce it anymore.

As for xapian tests, changing the order of tests makes all of them pass. Changing back and running t/xapian.t results in these errors consistently: ``` # Failed test 'Found one...

Changing the order makes tests pass every time. Did lots of tests, it never fails. Checking out master and removing the Russian test starting from `my $russian =

@melmothx > It looks like the only word with a character beyond ascii is missing the indexing on failure. No, the problem is not with encoding. I have changed the...

The problem is fixed for me with the following patch: ``` diff --git a/t/xapian.t b/t/xapian.t index c373f0f0..b019e8b6 100644 --- a/t/xapian.t +++ b/t/xapian.t @@ -77,6 +77,8 @@ for my $term ('XXXX',...

I have just cleaned my working directory and did `vagrant up`, it installed everything successfully and amusewiki is running on `localhost:8080`. I don't understand how to reproduce it.

Fixed structure_list2 test with a fairly straightforward fix, but added structure_list3

Shouldn't this issue be closed? This one is resolved.

@saj If we consider all those cases to be part of this issue, then #22 is also related

> This change would mean that if you have a combination of signed and unsigned messages it would fail to verify, even if all signed messages verify properly. `Message` type...