-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
repo.xml
331 lines (331 loc) · 21.3 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>eXide - a web based XQuery IDE</description>
<author>Wolfgang Meier</author>
<website>http://exist-db.org/exist/apps/eXide/docs/doc.html</website>
<status>stable</status>
<license>GNU-GPLv3</license>
<copyright>true</copyright>
<type>application</type>
<target>eXide</target>
<prepare>pre-install.xq</prepare>
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="3.5.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Detection of Javascript and Markdown files opened in editor - <a href="https://github.com/eXist-db/eXide/pull/695">#695</a></li>
</ul>
</change>
<change version="3.5.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Downloads via Application > Download app and via DB Manager - <a href="https://github.com/eXist-db/eXide/pull/650">#650</a></li>
</ul>
</change>
<change version="3.5.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: With configuration.xml set to guest=no, login is impossible - <a href="https://github.com/eXist-db/eXide/pull/595">#598</a></li>
<li>Fixed: Made compatible with the upcoming eXist-db 7.0.0 version - <a href="https://github.com/eXist-db/eXide/pull/609">#609</a></li>
</ul>
</change>
<change version="3.5.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Login dialog should focus on User input field with File > Manage - <a href="https://github.com/eXist-db/eXide/pull/468">#468</a></li>
<li>New: Save as uses current file's collection - <a href="https://github.com/eXist-db/eXide/pull/469">#469</a></li>
<li>New: Add preference to toggle auto-pairing of comments and brackets, and improve auto-pairing - <a href="https://github.com/eXist-db/eXide/pull/471">#471</a>, <a href="https://github.com/eXist-db/eXide/pull/475">#475</a></li>
<li>New: Add download button to DB Manager view - <a href="https://github.com/eXist-db/eXide/pull/484">#484</a></li>
<li>Fixed: Handling of resources with special characters - <a href="https://github.com/eXist-db/eXide/pull/489">#489</a></li>
<li>New: Syntax highlighting applied to query results - <a href="https://github.com/eXist-db/eXide/pull/491">#491</a></li>
<li>New: Copy results pane to clipboard - <a href="https://github.com/eXist-db/eXide/pull/513">#513</a></li>
<li>New: Set the number of results displayed - <a href="https://github.com/eXist-db/eXide/pull/527">#527</a></li>
</ul>
</change>
<change version="3.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Warn user when saving contents of XQuery window with non-XQuery file extension - <a href="https://github.com/eXist-db/eXide/pull/462">#462</a></li>
<li>New: Adopt community XQuery file extension convention - <a href="https://github.com/eXist-db/eXide/pull/461">#461</a></li>
</ul>
</change>
<change version="3.3.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Snippets for XQuery 3.1 - <a href="https://github.com/eXist-db/eXide/pull/420">#420</a></li>
<li>Fixed: Ensure errors in module inspection don’t halt docs lookup - <a href="https://github.com/eXist-db/eXide/pull/433">#420</a></li>
</ul>
</change>
<change version="3.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Include ag-grid in build to allow offline use of eXide - <a href="https://github.com/eXist-db/eXide/pull/411">#411</a></li>
</ul>
</change>
<change version="3.2.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Hotfix - revert unintended change to default font for editor - <a href="https://github.com/eXist-db/eXide/issues/391">#391</a></li>
</ul>
</change>
<change version="3.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Feature: Restored v3.1.0 serialization preferences (accessed via Edit > Preferences) and expanded them with separate settings governing serialization when opening documents in the editor, downloading documents to disk, and downloading EXPath applications; these settings now control 3 serialization parameters: indent, XInclude expansion, and XML declarations - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a></li>
<li>Fixed: Preferences added in new versions of eXide were not picked up when upgrading from old versions - <a href="https://github.com/eXist-db/eXide/issues/334">#334</a></li>
<li>Fixed: Bug caused by lingering references to the shared-resources package after it was removed from the list of declared dependencies - <a href="https://github.com/eXist-db/eXide/issues/333">#333</a></li>
<li>Fixed: Long lines in output area not wrapped - <a href="https://github.com/eXist-db/eXide/issues/326">#326</a></li>
<li>Fixed: Changes to Print Margin preferences were not persisting - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a>.</li>
<li>Fixed: Info endpoint default parameters - <a href="https://github.com/eXist-db/eXide/pull/335">#335</a>.</li>
</ul>
</change>
<change version="3.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Scrollbar missing in Directory & Outline sidebar pane - <a href="https://github.com/eXist-db/eXide/issues/317">#317</a></li>
<li>Fixed: Open button inoperative in DB Manager dialog - <a href="https://github.com/eXist-db/eXide/issues/322">#322</a></li>
<li>Fixed: Scrollbar missing in output area for large outputs - <a href="https://github.com/eXist-db/eXide/issues/325">#325</a></li>
<li>Fixed: Long lines in output area not wrapped - <a href="https://github.com/eXist-db/eXide/issues/326">#326</a></li>
<li>Reverted serialization options from 3.1.0 pending solution to <a href="https://github.com/eXist-db/eXide/issues/334">#334</a>.</li>
</ul>
</change>
<change version="3.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Feature: Added Preference options that govern indentation and XInclude expansion when opening and downloading XML documents from database, and expanded documentation to cover commonly used features of eXide, such as XQSuite and EXPath Package support and query result controls - <a href="https://github.com/eXist-db/eXide/pull/328">#328</a>.</li>
</ul>
</change>
<change version="3.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove dependency on deprecated shared-resources package</li>
<li>Reimplement the file manager grid component, dropping worst outdated dependency</li>
<li>
Dropped outdated app generation feature. Please use the much better
<a href="https://github.com/eXist-db/generator-exist">yeoman generator</a>.</li>
</ul>
</change>
<change version="2.4.13">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: XSS vulnerability with open parameter - <a href="https://github.com/eXist-db/eXide/pull/306">#306</a></li>
</ul>
</change>
<change version="2.4.12">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Sorting of resources in the directory sidebar tab - <a href="https://github.com/eXist-db/eXide/pull/291">#291</a></li>
</ul>
</change>
<change version="2.4.11">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Incompatibility with eXist 5.2.0 and detection and description of certain XQueryServlet errors - <a href="https://github.com/eXist-db/eXide/pull/284">#284</a></li>
</ul>
</change>
<change version="2.4.10">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Update collection.xconf schema with support for eXist 5 field and facets; update xconf template - <a href="https://github.com/eXist-db/eXide/pull/279">#279</a></li>
<li>Fixed: Application > Download introduced whitespace into XML documents - <a href="https://github.com/eXist-db/eXide/issues/271">#271</a></li>
<li>Fixed: Capture errors without description - <a href="https://github.com/eXist-db/eXide/pull/261">#261</a></li>
<li>Fixed: Additional eXist 5 compatibility - <a href="https://github.com/eXist-db/eXide/pull/247">#247</a></li>
<li>Fixed: Remove unused dates.xqm module - <a href="https://github.com/eXist-db/eXide/pull/241">#241</a></li>
<li>New: Automated integration tests via Cypress - <a href="https://github.com/eXist-db/eXide/pull/230">#230</a></li>
</ul>
</change>
<change version="2.4.9">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: An issue in the xqlint library caused silent errors when using legacy map constructor syntax - <a href="https://github.com/eXist-db/eXide/issues/224">#224</a></li>
<li>Fixed: An bug affecting copying, cutting, and pasting of resources in the File > DB Manager pane - <a href="https://github.com/eXist-db/eXide/pull/225">#225</a></li>
<li>Security: When logging in, credentials are now submitted via HTTP POST instead of GET - <a href="https://github.com/eXist-db/eXide/pull/227">#227</a></li>
</ul>
</change>
<change version="2.4.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Handle difference between 4.x.x and 5.x.x versions of eXist concerning copying collections/resources</li>
</ul>
</change>
<change version="2.4.7">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Compatibility with Internet Explorer</li>
<li>Fixed: Removed use of deprecated xmldb functions for compatibility with eXist 5.0</li>
<li>Fixed: Mime type and template for HTML5 and XHTML5 - <a href="https://github.com/eXist-db/eXide/issues/198">#198</a></li>
<li>Fixed: URL used for downloading r.js - <a href="https://github.com/eXist-db/eXide/issues/200">#200</a></li>
<li>Fixed: Recognize .xslt files as XML documents - <a href="https://github.com/eXist-db/eXide/pull/212">#212</a></li>
<li>Fixed: XQuery 'output' and 'html' snippeds - <a href="https://github.com/eXist-db/eXide/pull/213">#213</a></li>
<li>New: Added continuous integration facility for testing builds</li>
</ul>
</change>
<change version="2.4.6">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Deletion of resources via DB Manager - <a href="https://github.com/eXist-db/eXide/pull/193">#193</a></li>
</ul>
</change>
<change version="2.4.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Names of files uploaded via "Upload Directory" dialog included directory name and slash - <a href="https://github.com/eXist-db/eXide/pull/186">#186</a></li>
<li>Fixed: Resources with certain characters could not be deleted via DB Manager - <a href="https://github.com/eXist-db/eXide/pull/187">#187</a></li>
<li>Fixed: The app creation wizard could change permissions on collections above it - <a href="https://github.com/eXist-db/eXide/pull/188">#188</a></li>
<li>Fixed: Link to emmet.js library included in the shared-resources app was incorrect - <a href="https://github.com/eXist-db/eXide/pull/189">#189</a></li>
</ul>
</change>
<change version="2.4.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Handling of special characters in resource names - <a href="https://github.com/eXist-db/eXide/pull/183">#183</a></li>
</ul>
</change>
<change version="2.4.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Support "Snapshot" as a status in the app generator - <a href="https://github.com/eXist-db/eXide/pull/178">#178</a></li>
<li>New: Do not suggest deprecated functions - <a href="https://github.com/eXist-db/eXide/issues/179">#179</a></li>
</ul>
</change>
<change version="2.4.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Updated: Links to eXide's GitHub repository - <a href="https://github.com/eXist-db/eXide/issues/144">#144</a></li>
</ul>
</change>
<change version="2.4.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Restored the SetGID, SetUID, and sticky bit checkboxes in File > Manage permissions dialog</li>
</ul>
</change>
<change version="2.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Support all native serialization methods in displaying query results, including eXist 3.3.0's new adaptive serialization</li>
<li>New: Add a toggle for indentation of query results</li>
</ul>
</change>
<change version="2.3.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix download app to descend into collections</li>
</ul>
</change>
<change version="2.3.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix serialization of query results with strings containing escaped characters</li>
<li>Fix the column that "Navigate" > "Go to line" goes to</li>
<li>Improve download app to prevent expansion of XIncludes</li>
<li>Improve error reported when trying to run tests not stored in the database</li>
<li>Removed package's semver-max to ensure compatibility with all eXist 3.x releases</li>
</ul>
</change>
<change version="2.3.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Raise eXist dependency restrictions to allow compatibility with eXist 3.1</li>
</ul>
</change>
<change version="2.3.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Add Adaptive Output mode handling for maps with a sequence of items as a value</li>
</ul>
</change>
<change version="2.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New adaptive and JSON output options for query results</li>
<li>New checkbox to toggle highlighting of index hits</li>
<li>Fix function doc lookup</li>
<li>Various bug fixes</li>
</ul>
</change>
<change version="2.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Keyboard shortcuts for copy and paste in file dialog</li>
<li>Type in file dialog to quickly jump to file</li>
</ul>
</change>
<change version="2.1.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix scrolling of editor tabs if they do not fit on screen</li>
<li>Various small bug fixes</li>
</ul>
</change>
<change version="2.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New collection tree view</li>
<li>Fix inline help for functions</li>
<li>When uploading many files, don't show them all to avoid browser crash</li>
<li>Fix display of query results: skip unnecessary namespace declarations</li>
</ul>
</change>
<change version="2.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix word-left/word-right navigation</li>
<li>Add menu item to reset editor window layout to defaults</li>
<li>Keyboard shortcuts should now work in entire window, not just editor</li>
<li>Add shortcuts Alt-1 to 9 (windows, linux) and Ctrl-1 to 9 (mac) to quickly switch between tabs</li>
<li>Tabs can now be reordered with drag and drop</li>
<li>Added "Close-All" menu item</li>
</ul>
</change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.9">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove size limits for documents which can be validated by the editor. Live error messages
will be shown even for large documents/XQueries.</li>
<li>Fixed navigation in edit history.</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Live reload: automatically reload the browser window running the app if resource is saved in editor.</li>
<li>Drag a file on the editor to open its contents in a new tab</li>
<li>Directory Uploads (Chrome only)</li>
<li>Fixed less support</li>
<li>Updated UI: now based on CSS3 flexbox</li>
<li>Properly restore cursor position for each editor when reloading. Switch to previously open editor tab.</li>
<li>"Goto definition" works on global variables as well</li>
<li>Added "go to last edit position" command to navigate back in history</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.7">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix copy and paste</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.6">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Lots of bug fixes</li>
<li>XML mode: new commands to expand selection to enclosing element; remove enclosing element</li>
<li>Updated templates to use bootstrap 3 (requires shared-resources-0.3.9)</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Added feature to search across all binary resources (XQueries, Javascript, CSS) in a project</li>
<li>Many small bug fixes. In particular, there were display issues when browsing resources</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Display of extended permissions in open/save dialogs</li>
<li>Editing of setuid, setgid and sticky bit permissions in Properties dialog</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Added navigation shortcuts to quickly switch to buffer; navigate available commands</li>
<li>Use emmet for HTML/XML/CSS</li>
<li>Updates and bug fixes for ace, slick grid</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Small fixes to variable completion</li>
<li>Experimental support for <a href="https://github.com/wolfgangmm/eXide/pull/36">git</a>.</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Context-sensitive code completion</li>
<li>Refactoring: extract function/variable</li>
<li>Refactoring: rename function/variable/XML tag</li>
<li>Quick fixes and code hints</li>
<li>Show raw result of queries in embedded browser</li>
<li>And more ...</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="1.0.14">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Improved outline view</li>
<li>Fixed quicksearch</li>
<li>Outline for CSS files</li>
<li>Set syntax to XQuery for code snippets passed in from demo app</li>
<li>Change indicator "*" not cleared properly after save</li>
</ul>
</repo:change>
<repo:change xmlns:repo="http://exist-db.org/xquery/repo" version="1.0.15">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed new app templates</li>
<li>Removed annoying log output</li>
<li>Updated code snippets</li>
</ul>
</repo:change>
</changelog>
</meta>