This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
1.4.0 (2017-12-04)
Implemented enhancements:
- Enhance send-email util function #497
- change default logo from "MarkLogic" to "Powered by MarkLogic" #434
- Officially migrate to newer version of NodeJS #386
- Add a sort toggle directive #366
- Detect available snippet states from search context? #152
Fixed bugs:
- PhantomJS SyntaxError: Use of const in strict mode. #526
- Raw JSON preview broken #532
- Clicking search results fails to open them #531
- SyntaxError: Use of const in strict mode. #530
- Every reload of the '/search' requires the user to log-in again #529
- Stack overflow in indent.xsl #528
- Browser refresh while logged in forces reauthentication #522
- REST endpoints do not work in MarkLogic 9.0-3 #519
- login from abstract state fails #518
- Cannot log in after bad login attempt #513
- Update gulp init-* ML versions to match slush wizard #512
- Detail page controller: the $ctrl.json value is not computed for xml documents #494
- Changing the name of the ${app-name}-user in ml-config.xml breaks the bootstrap #408
Merged pull requests:
- Pinning down phantomjs-prebuilt to 2.1.15 #527 (grtjn)
- Fixed #434: replaced ML-logo with powered-by-ML logo in header #542 (grtjn)
- Fixed #531: fixed issue with uri state param handling #541 (grtjn)
- Fixed #518: robustness check for abstract states #540 (grtjn)
- Fixed #494: made xml 2 json code more generic #539 (grtjn)
- Fixed #497: added util function for sending multipart mail #538 (grtjn)
- Fixed #528: solved endless loop, updated some more #537 (grtjn)
- Fixed #386: pinned node engine to v4+ #536 (grtjn)
- Fixed #522, fixed #529: typo in auth calculation #535 (grtjn)
- Fixed #512: updated ml-version choices in gulp init #534 (grtjn)
- Fixed #532: reverting to mae's fork of ng-json-explorer #533 (grtjn)
- Fix proxy auth issue #519 #520 (ryanjdew)
- Removed redundant app.snippet module dependency from map theme #516 (grtjn)
- Add sort toggle component #366 and detect operator states #152 #515 (ryanjdew)
- #513: Clear authenticator after invalid credentials #514 (patrickmcelwee)