Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eXide 2.3.0 release #145

Merged
merged 96 commits into from
Feb 10, 2017
Merged

eXide 2.3.0 release #145

merged 96 commits into from
Feb 10, 2017

Conversation

joewiz
Copy link
Member

@joewiz joewiz commented Feb 9, 2017

This PR assumes master branch represents the current release, with development happening in the develop.

christophe-g and others added 30 commits November 23, 2014 22:11
Fix outline being called too often
The `@execute-query` restriction controls if non-dba users are allowed to execute XQuery code from within eXide. Previously if this restriction was set to `no`, even dba users were prevented from executing queries. This commit allows dba users to execute queries in the circumstance that `@execute-query` is set to `no`.
I discovered this bug when I accidentally renamed a file with a \ in the filename, and when I tried to rename the file again to remove the \, I got a "Invalid value for cast/constructor" error.  This fixes the problem by encoding the rename parameter before passing it to the rename function.
flex layout broken on chrome 45  (linux)
add snippets for output & html namespace decls
fix rename bug with special characters
modified store.xql to support storing of binary html files
joewiz and others added 29 commits October 30, 2016 22:14
hit numbers to the left of each result wasn’t shown for in-memory results; it was only shown for results that had node-ids in the database.
fixes issue if uploaded file has whitespace in its name
Closes #139:
- consolidate lookup of registered and mapped modules in both function doc lookup and module import resolution
- fix math module lookup problems (originally #128)
- add support for fn:-prefixed function lookup, and respect the prefix if supplied
- fix resolution of mapped modules for autosuggest module import
- added comments to explain handling of various cases
- general refactoring and reformatting
- update less to 2.5.1
- refactored less-helper
- add comment to each generated CSS file warning users not to edit it
directly
- do not attempt to generate CSS files for includes (filename begins
with underscore)
- function saveCSS is now private (was not called elsewhere)
- fix whitespace in less-helper.js and index.html.tmpl
- fix implicit global in less-helper.js
Fix function doc lookup & mapped module resolution
* master:
  [feature] Make "remember me" label clickable
- Moved the listing of 2.0.8's "new features" down to the main section, edited slightly to be regular documentation rather than "new features"
- Added 2.3.0's new features
This is now in build.properties
Note: When 2.3.0 is released, please push this update to http://exist-db.org/exist/apps/eXide. It's running a veeery old version of eXide now.
@wolfgangmm wolfgangmm merged commit 590bdb6 into master Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants