tweaks to avoid comment-mangling (which might cause CQP to hang) in cqp->execute()
Update: can confirm that in BNCweb, the following query "elephant"%c # coment comment comment "and"%c "castle%c ... evaluates as if it was just "elephant"%c
Implicitly, comments on multiline input are disallowed in any commands sent via CWB/Perl (and in the cqp.php class, which follows it closely) - or, at least, they won't work. CQP.pm line 440: $cmd =~ s/\n+/ /g; # make sure there are no newline characters (to be on the safe side) Unless I'm very much mistaken, this means that any query content that follows the first comment will become part of the first comment, almost certainly causing an error. If the intent is for this not to happen, then probably...
attempted fix of the longstanding bug in the solution heading for categorised queries that have been split up (non-retroactive)
and yet another bug, this one in the db upgrade script
simplifications and clarifying reorganisation to the code rendering the context view tolbar
bugfixes on last commit
New feature: allow hgihglighting of nearby solutions in the extended-context display, v 3.3.19