GitHub user LaurensRietveld opened a pull request:

    https://github.com/apache/jena/pull/11

    Added yasqe as query editor

    I've added YASQE as query editor, and YASR as resultset visualizer.
    
    Some of the changes I made:
    - upped the version of datatables
    - removed the datatables css (already bundled and slightly modified in 
YASQE css)
    - moved the query execution logic to YASQE (so removed quite a bit from the 
qonsole)
    - removed the codemirror addon dependencies: these are all bundled in YASQE
    - removed the different output selectors in the dataset htm (already part 
of YASR)
    - move the endpoint selection to the top (looked a bit strange without the 
output selectors there)
    - upped the require.js version
    - perhaps some more things I forgot to mention
    
    As this interface is still a work in progress, I wasnt able to test 
everything (e.g. adding prefixes).
    I'm not sure whether the current prefix system (with the buttons) is still 
needed with the prefix autocompletion in YASQE (using prefix.cc as well). If 
you do decide to still use them, quite some code can be cleaned up (some regex 
expressions) by using the YASQE prefix functions (see 
http://yasqe.yasgui.org/doc)
    
    Finally, an unrelated comment: I -really- like the edit function you've 
added. It took me a while to understand what it was though. You could consider 
checking whether Eetu Mäkelä from the snapper turtle editor (see 
http://jiemakel.github.io/snapper/) would be interested in creating a pull 
request as well

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LaurensRietveld/jena jena-fuseki2-yasqe

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/11.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11
    
----
commit ea1e77ea4ef2e353e1476406a52dd26bf7e0f0bb
Author: Laurens Rietveld <[email protected]>
Date:   2014-11-24T17:23:46Z

    added yasqe as query editor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to