Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eXist-db/eXide

A web-based XQuery IDE for eXist-db
https://github.com/eXist-db/eXide

fixup git under latest eXide version (2.1.0)

15ebcd5a9c82895d1060be8b4d553091cda49c24 authored over 10 years ago by christophe-g <[email protected]>
Fix resize issue when restoring default layout

0c6c11f0fb4d372e7ee52e8b6a426d35a4522d77 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix keyboard bindings for db manager dialog

585f1e0e117124da8ce04dd1244e6505a3218d76 authored over 10 years ago by Wolfgang Meier <[email protected]>
Merge branch 'develop'

Conflicts:
keybindings.js
src/eXide.js

32abf5fcf035611bc6228b6695ab58c33b27c358 authored over 10 years ago by Wolfgang Meier <[email protected]>
Update build

8de710195544e8443291b9e044d712f2dbb7e1e4 authored over 10 years ago by Wolfgang Meier <[email protected]>
Added Close-All menu item and command.

eea1275dd9b8aa16432b54e7e9cd641f64eea596 authored over 10 years ago by Wolfgang Meier <[email protected]>
Replace previous "run" button with two buttons: "eval" and "run". "Eval" executes the query inside eXide, while "run" opens a new tab for the query or application currently opened in the editor. Some users seemed to have problems understanding the different ways of running a query, so hopefully the distinction helps them.

1b4c536c65360931f362f3aae751f69f442fb9fe authored over 10 years ago by Wolfgang Meier <[email protected]>
Update build version

9195ac6ecd928aa01368f8fc83be1baa5c7aff19 authored over 10 years ago by Wolfgang Meier <[email protected]>
Allow editor tabs to be reordered using drag and drop

24430d0e186a671d720237c91c815fb55e980934 authored over 10 years ago by Wolfgang Meier <[email protected]>
Add shortcuts Alt-1 to 9 or Ctrl-1 to 9 to switch between tabs

773e94e3acda033f3c9594daeba5b33337e2207c authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix global keyboard shortcuts

d76066c3b468468abac7e25e70247c1da1440d35 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix global keyboard listener: do not send events to editor if in form input.

9f77cb9773f2228f8d3f7f80cce5f600ad9ee8f4 authored over 10 years ago by Wolfgang Meier <[email protected]>
Keyboard shortcuts should now work in the entire window, not just the editor panel.

028606b6d1ac8058312598438f23af79077f195e authored over 10 years ago by Wolfgang Meier <[email protected]>
Enable/disable emmet in preferences

48040dc1ded1b044cfc987b2655d07962dfd5449 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix query result panel size issues

2ec604a1f4d3ce232e3ed16d34dd01328a6f10a8 authored over 10 years ago by Wolfgang Meier <[email protected]>
Enable emmet only for html documents

76de718a14d26ce98e76daa8e9551656307d1ae5 authored over 10 years ago by Wolfgang Meier <[email protected]>
Add menu item to reset editor layout to defaults

a0b6e0812943e0beb887576baf951ce6ce147607 authored over 10 years ago by Wolfgang Meier <[email protected]>
Increment build number to 2.0.9.

842d10157b77ad59a61dcc11095aef497d67f0d1 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix navigation history for javascript and css modes.

02e6f6f2fbb5562873ddbc196462f34a4d08737e authored over 10 years ago by Wolfgang Meier <[email protected]>
Use PUT instead of POST when sending XQuery to server for validation. Removes size limit on XQueries.

c447de791794bf45274422dfcda1b3d73e55e4c3 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix edit history navigation

0abf1f3f2d4eaec4c3090742a43f5ba657b94da0 authored over 10 years ago by Wolfgang Meier <[email protected]>
Validating XML failed if document was larger than 500k.

19a828206a493f10b5a9f426ee10e982706a3e16 authored over 10 years ago by Wolfgang Meier <[email protected]>
Workaround to fix issue with popup blockers in live reload mode: user needs to load the app page once manually.

516b72aae5db7efd9608a4599767d3cbd745a5da authored over 10 years ago by Wolfgang Meier <[email protected]>
Update build

aa87ecb5a09f9faad62a21faae016ce0f87925e8 authored over 10 years ago by Wolfgang Meier <[email protected]>
Support "go to definition" for global variables. Add history to allow navigation back to previous edit position.

68e6fd9996b78dcc88e652b653b8cf0345c8c20c authored over 10 years ago by Wolfgang Meier <[email protected]>
Add "powered by" logo to templates.

46cf8d7dbd3090221b76d5417a525e04856ca022 authored over 10 years ago by Wolfgang Meier <[email protected]>
eXide depends on shared-resource 0.4.0

07c973ed3ec0fa8fb1172287417de3f73266856c authored over 10 years ago by Wolfgang Meier <[email protected]>
Remember current line and open tab when saving state. Restore after reload.

0225de4ec3f9745447167ef22a96ed90aa2ee5c3 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix drag and drop: disable dragging into the editor if upload dialog is open

c82bbcf8f9f2a48688db0ef47dea7163c2b1a95a authored over 10 years ago by Wolfgang Meier <[email protected]>
Increment version. Update build.

e562de43252f3181cb1c5c703d00e98d33da5a69 authored over 10 years ago by Wolfgang Meier <[email protected]>
retrieve version from expath-pkg.xml used as build.xml property file

e9485ff8534552d74f0a745c6b42f2e84a84ee58 authored over 10 years ago by gmella <[email protected]>
Merge pull request #65 from wshager/patch-4

Added removeEventListener

335e1c1215bf5c19b4787ee507d9d26b7287b8e3 authored over 10 years ago by Wolfgang Meier <[email protected]>
Merge pull request #48 from gmella/master

retrieve version from expath-pkg.xml used as build.xml property file

b8f3c5158d5063d6cddecac1e8adbe935067106e authored over 10 years ago by Wolfgang Meier <[email protected]>
Disable autodeploy as default in upload dialog

d9cc56f84747a0a78043eeae1f89200cfcc36598 authored over 10 years ago by Wolfgang Meier <[email protected]>
Follow best practice for apps and create an eXide user to own the installed package. Added change log.

dcb934d54d7306599491bf83a5b49eabc5ccaace authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix live reload: if resource is saved and there's no browser window running the app: create one.

99d23ec77036ed754e08904f2a8e611c48f9dcef authored over 10 years ago by Wolfgang Meier <[email protected]>
Improve display of full text matches in query results. Make it visible in all themes.

94cd6619bc273725a42de78fad19e9248f68e3f0 authored over 10 years ago by Wolfgang Meier <[email protected]>
Added removeEventListener

Not tested...

ad83cc287e7ae29e984a45a39e6d8673462c716d authored over 10 years ago by Wouter Hager <[email protected]>
Updated documentation

08a5b1f23dbbd4627687e9e11bb3b1000a3178a9 authored over 10 years ago by Wolfgang Meier <[email protected]>
Support dropping files onto the editor to open their content in a new tab.

4274481ef7a747741be21c2b540ebba62feda8ff authored over 10 years ago by Wolfgang Meier <[email protected]>
Properly restore minimized panels.

3366f819c8de2c37fa748d6b0e0e3cf0581d9f02 authored over 10 years ago by Wolfgang Meier <[email protected]>
Update less. Fixed relative paths in CSS generated from less file.

d22653df7987172d0dbdda782ef27dd9ac8b4597 authored over 10 years ago by Wolfgang Meier <[email protected]>
Detect eXide version previously used in browser. Reset layout and display note if different from current version.

a2d545d51aaab15b977759fc088ec6f9b0e73dd3 authored over 10 years ago by Wolfgang Meier <[email protected]>
Results panel resize issue: results disappear after resize.

344cdefdbbc96aa2d2997da85a4132278077d602 authored over 10 years ago by Wolfgang Meier <[email protected]>
New feature: live reload of app window upon save. Obviously one file got lost in previous commit.

fe7d29cbbb4a10b422680930fb4b20813068b543 authored over 10 years ago by Wolfgang Meier <[email protected]>
Update eXide.js

Queries do not only find, but construct, so "returned" is a better word than "found". The popup ...

6ee3270406f1d51f762b97112f78b85beb88e5d0 authored over 10 years ago by Jens Østergaard Petersen <[email protected]>
Fix keybinding for toggle query results panel.

4ee5f5e01d73b3e40e41fdd49aeff69c9b5363f2 authored over 10 years ago by Jens Østergaard Petersen <[email protected]>
Fix xar deployment; permissions upon save

3d7a239803c60f4aa59204b4a5a82394fcc86e8d authored over 10 years ago by Wolfgang Meier <[email protected]>
More styling: icons in menu.

d4198ff98e7920f476dde35803a67d38ba129ffd authored over 10 years ago by Wolfgang Meier <[email protected]>
New feature: live reload of app window upon save.

7178206296df9488424bc70cac563119da3dfe33 authored over 10 years ago by Wolfgang Meier <[email protected]>
Styling fixes; use font-awesome for icons.

4686b9f2764fc1387a4f400a3b541cf1b4f9a69b authored over 10 years ago by Wolfgang Meier <[email protected]>
Merge pull request #52 from jensopetersen/patch-2

Update keybindings.js

e07ae6abb4f0eb84bf71365dd26c6b476d868cbf authored over 10 years ago by Wolfgang Meier <[email protected]>
Merge pull request #53 from jensopetersen/patch-3

Update eXide.js

2a60e3eb041b9b4507aea606a33834a86687f352 authored over 10 years ago by Wolfgang Meier <[email protected]>
Merge pull request #60 from wshager/patch-3

Allow saving of empty binary docs

70ac9811170a9a62d9904574b668cb69826f6725 authored over 10 years ago by Wolfgang Meier <[email protected]>
Allow saving of empty binary docs

Will save a binary doc even if there was no request data

95b981b7fd389e92c31ec5bb94e7733edd2c83a0 authored over 10 years ago by Wouter Hager <[email protected]>
Fix typo in keybindings (Ctr instead of Ctrl)

124326c34ba01f71e50664734538f4ac4d35dc87 authored over 10 years ago by Wolfgang Meier <[email protected]>
Do not close login dialog if login failed.

c8293590bc75e20a7183a600bc2be78e14faf002 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix window resize

e839d893bd4481b1e9257facc8b40abb4314f4f6 authored over 10 years ago by Wolfgang Meier <[email protected]>
Fix resize handle for query result panel.

c1e18e2a0e60afe72095cbb95fc04853ce13732c authored over 10 years ago by Wolfgang Meier <[email protected]>
Update build

3c852e10a49192fddcf60a0aa184f7443fe80e93 authored over 10 years ago by Wolfgang Meier <[email protected]>
Enable directory uploads on browsers supporting it (chrome and firefox). Drag&drop of directories is limited to chrome.

c6c2d851db11bbfe74a675fd5fce2b5c48823b33 authored over 10 years ago by Wolfgang Meier <[email protected]>
Replace jquery layout library with CSS3 flexbox for main application layout.

382ee1bb57e644d57d6a1dea82690c868090f070 authored over 10 years ago by Wolfgang Meier <[email protected]>
Update eXide.js

Queries do not only find, but construct, so "returned" is a better word than "found". The popup ...

7130cb608b2adb34581f62d8f8b2819a6697fded authored almost 11 years ago by Jens Østergaard Petersen <[email protected]>
Update keybindings.js

This (handy) key combo appears vacant. Because F12 is reached on a MacBook using two keys, fn an...

e98dcc8522b32cb5fcf49b98614dc13a28ca4369 authored almost 11 years ago by Jens Østergaard Petersen <[email protected]>
Fix: cannot select text in query result view.

c7921eee8ef02cb53e1eda215525d2d6bfc6e0d4 authored almost 11 years ago by Wolfgang Meier <[email protected]>
retrieve version from expath-pkg.xml used as build.xml property file

623c97f351faff516616255d04ec36538db75862 authored almost 11 years ago by gmella <[email protected]>
Some attributes missing in collection.xconf schema.

872e6958649e06ebec5bf7675793df36f11fdde8 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Update schema for collection.xconf to include new range index.

395ee0af60329f713bd812f48c1c64f5315c96a1 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Increment version to 2.0.6. Package.

ad9eab6bda49c84f4d8c00544accde67c16485cd authored almost 11 years ago by Wolfgang Meier <[email protected]>
XML mode: add commands for expanding selection to outer element; remove surrounding element.

aa4e54fb38442cd6d8807c86a72534184f4aac8e authored almost 11 years ago by Wolfgang Meier <[email protected]>
XMLModeHelper initialized twice

b96b885d192793f656e0cf781d132940994c60f9 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Change templates to use bootstrap 3

b4a49680fb425970e92db9397882d5dcba51a47c authored almost 11 years ago by Wolfgang Meier <[email protected]>
Add menu entry and shortcut to toggle query results panel.

f2ddb4e8c1134fd05d2160a634afec8c5a3e4618 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Deactivate mode helper if new document is loaded.

67eaab1793947e45d754c80ff7a6ad53d6a4f07c authored almost 11 years ago by Wolfgang Meier <[email protected]>
Fix „rename tag“ command in XML mode.

5a4a064466ecd30045f3e80589a95afa1fb1a472 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Redirect to root page if app is called without trailing /

d5b676774227c63a45013c0c7dcd90538ee8c9e1 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Another window resizing fix

2fa6b3ae09484104bd73b3fdd3b778b97f184c24 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Fix bug: Select tab with file opened with 'open' param. Closes #34

e64ad30717b665fa8108e6d3bf3cd299bfd01392 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Fix null error in xml validator

0d6e0eef89df88e1001318be47d109be809f4cdf authored almost 11 years ago by Wolfgang Meier <[email protected]>
Bug fix: Exception during save prevents renaming the tab. Closes issue #26

8a59fbe22dac95270d506f525ab1b38365d4c533 authored almost 11 years ago by Wolfgang Meier <[email protected]>
When creating a new, empty XQuery, mark it as saved and disable validation. Closing the document in this state will not ask for confirmation. Start validation and mark the document as changed only after the user typed something.

06ac994a7078586256a4491683c84ee9cd6019f0 authored almost 11 years ago by Wolfgang Meier <[email protected]>
When reloading document, do not set its status to changed by default.

06c8534dea597b746ba8c5d5fd3a9a52698efc61 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Properly redirect to index.html if user requests /exist/apps/eXide (no slash at the end)

aabf155b230abf5efc1987cb8f4351a4c9a60878 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Fixed panel resizing issue: on chrome the editor panel did not resize when closing the query results panel.

a4b825da469d5e979892638a773e57efe7d2921a authored almost 11 years ago by Wolfgang Meier <[email protected]>
Add two new ace themes

0f3d443be1c87dfcae4da95879ef626b4d3bb3a9 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Do not include XML declaration when retrieving query result: may confuse browser

5d386d3f26940cc7eb9fa7474eeddc2f1b6a2c37 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Do not ask for changes in a new, temporary editor to be saved.

8db0b2a25b9d1b38647bdf28d28e0f8b16e44b4e authored almost 11 years ago by Wolfgang Meier <[email protected]>
Fixed javascript issue causing some xquery error messages to not be displayed.

ef1682038c3d9ee658a07d0cef8caa4dd0013d69 authored almost 11 years ago by Wolfgang Meier <[email protected]>
Increment version to 2.0.5

94f94900584a65919f339dd2b6fcf28d1083aa76 authored about 11 years ago by Wolfgang Meier <[email protected]>
Package

ef52df5663518a20d2256c35b1fdacefbcc3f576 authored about 11 years ago by Wolfgang Meier <[email protected]>
Feature: search through all binary resources in collection or project.

ddab69fbe116994b495abe4cec93eaeb34cefddf authored about 11 years ago by Wolfgang Meier <[email protected]>
Comment out setuid, setgid bits in form until they are officially supported in eXist.

154743b5c8cab5620834f0d57f686bad68057543 authored about 11 years ago by Wolfgang Meier <[email protected]>
Query results display: ! was missing in XML comments.

dcecaffabf76d059b27cc9e315234234d28a40e1 authored about 11 years ago by Wolfgang Meier <[email protected]>
Add markdown syntax support.

64dd8fcfca12ce972f5a66eaa572c0f5b0f9150f authored about 11 years ago by Wolfgang Meier <[email protected]>
Fixed resource browsing in open/save/manage dialog.

3215b13b6832418d694b22e01179501e04a1db84 authored about 11 years ago by Wolfgang Meier <[email protected]>
Update slick grid.

d27955ec1f71a1929d60e0062ad50133bd09f664 authored about 11 years ago by Wolfgang Meier <[email protected]>
Merge pull request #44 from adamretter/master

Support for extended permissions

f73ac7a8d92b000466661147e7fc680f45128c33 authored about 11 years ago by Wolfgang Meier <[email protected]>
[feature] Start of 2.0.4 version, added change-log

88fb842b7311e1ecdcbf4d16a908b5d5e3d12e3f authored about 11 years ago by Adam Retter <[email protected]>
[feature] Allow editing of setuid, setgid, and sticky permissions

909a568a2bd8e35841042c84abe868d321d2a689 authored about 11 years ago by Adam Retter <[email protected]>
[feature] Show extended permissions syntax in load/save dialog

587273ffd1b77b70a0a6655ba92c36c0fda87b26 authored about 11 years ago by Adam Retter <[email protected]>