EXide Versions Save

A web-based XQuery IDE for eXist-db

v2.4.13

2 years ago
  • Fixed: XSS vulnerability with open parameter - #306

v2.4.12

3 years ago

v2.4.11

3 years ago
  • Fixed: Incompatibility with eXist 5.2.0 and detection and description of certain XQueryServlet errors - #284

v2.4.10

3 years ago
  • Fixed: Update collection.xconf schema with support for eXist 5 field and facets; update xconf template - #279
  • Fixed: Application > Download introduced whitespace into XML documents - #271
  • Fixed: Capture errors without description - #261
  • Fixed: Additional eXist 5 compatibility - #247
  • Fixed: Remove unused dates.xqm module - #241
  • New: Automated integration tests via Cypress - #230
  • v2.4.9

    4 years ago
    • Fixed: An issue in the xqlint library caused silent errors when using legacy map constructor syntax - #224
    • Fixed: An bug affecting copying, cutting, and pasting of resources in the File > DB Manager pane - #225
    • Security: When logging in, credentials are now submitted via HTTP POST instead of GET - #227

    Note: With this release, eXide's xqlint submodule switched from https://github.com/wolfgangmm/xqlint to https://github.com/eXist-db/xqlint. If you have an existing clone of eXide, be sure to update your submodule with:

    cd eXide
    git submodule sync
    git submodule update --init --recursive --remote
    

    v2.4.8

    5 years ago
    • Fixed: Handle difference between 4.x.x and 5.x.x versions of eXist concerning copying collections/resources

    v2.4.7

    5 years ago
  • Fixed: Compatibility with Internet Explorer
  • Fixed: Removed use of deprecated xmldb functions for compatibility with eXist 5.0
  • Fixed: Mime type and template for HTML5 and XHTML5 - #198
  • Fixed: URL used for downloading r.js - #200
  • Fixed: Recognize .xslt files as XML documents - #212
  • Fixed: XQuery 'output' and 'html' snippeds - #213
  • New: Added continuous integration facility for testing builds
  • v2.4.6

    5 years ago
  • Fixed: Deletion of resources via DB Manager - #193
  • v2.4.5

    6 years ago
  • Fixed: Names of files uploaded via "Upload Directory" dialog included directory name and slash - #186
  • Fixed: Resources with certain characters could not be deleted via DB Manager - #187
  • Fixed: The app creation wizard could change permissions on collections above it - #188
  • Fixed: Link to emmet.js library included in the shared-resources app was incorrect - #189
  • v2.4.4

    6 years ago
  • Fixed: Handling of special characters in resource names - #183