This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
Releases: marklogic-community/slush-marklogic-node
Releases · marklogic-community/slush-marklogic-node
First major release
1.0.0 (2015-09-25)
Implemented enhancements:
- Create new release #68
- Add coverage/ to .gitignore #242
- Disable ESRI option? #216
- Show label instead of uri for results #193
- Proxy doesn't support DELETE requests #176
- More diversity in sample-data.. #169
- Make Similar Docs Respect Search Options #161
- Add a collection facet (with prefix?) #160
- Larger sample-data set #159
- Single config for ml-host/ml-port #151
- Provide a bare mlpm.json to make mlpm install for deps easier #148
- Similar items only shown in no-esri details #147
- Logic of adding email(s) on account page not intuitive #145
- Add toggle for snippet types #132
- Improving display of content in details page #131
- Add Negation Support #124
- Separate User Service? #119
- Split Login From Project #118
- Landing Page #105
- Ports Specified Via Prompts #103
- rename sample to app #102
- add show more to facets #99
- move search box to the body #98
- check for updates when generator is run #97
- Add default robots.txt's #85
- Fix analyze-data to work with JSON #84
- Upgrade bower dependencies to latest #77
- Switch to ui-router #62
- Eliminate common/ #57
- Add default favicon #56
- Add template code for running as service with forever #44
Fixed bugs:
- default app user cannot use the app #95
- npm issues with setting up a new slush site. #236
- Clear search invisible with Blue design #235
- Npm install should run before bower install #232
- Account Edits Not Properly Saved #229
- Run gulp wiredep after bower install #226
- Typo in node-express-service #223
- Typo in node-app.js #222
- Enabling blue design breaks gulp serve-prod #221
- Add local.json and mlpm_modules to gitignore #214
- Clashes when running two instances of slush generated sites #211
- Unable to display xml data when using hljs in detail.html #210
- Get rid of $app-role in mlcp options file #208
- Fix express deprecated warnings #201
- README gets replaced by Roxy one.. #197
- Loading Sample Data : import-sample-data.options not found #195
- Binary Corruption #194
- Overriding users in local.json disregarded #191
- Error trying to run new application #178
- Login page button space #149
- Clicking search before login throws TypeError #143
- Clicking create requires (second) login #141
- Cannot click x to clear search results #139
- Search data only #136
- gulp serve-dev ignores app-port #135
- Don't ask for required input #133
- CSS @import no longer working #120
- .gitignore dist folder #114
- Error feedback #111
- Browser Caching Issues In Edge #110
- Login Feedback #107
- Browser reload/Minification Loop #104
- Ignore bower_components in jshint and watch #96
- server.js should honor Content-Disposition and pass-through header #67
- Generate new (random) secret key for expressSession #64
- Glyphicon for loading suggestions shown below search box #40
Closed issues:
- Write a getting started #58
- Search highlights not readable with blue design #171
- Redundant images? #156
- Cannot add tags (nor friends) #144
- Login link not shown as button #142
- no context around search hit highlight #138
- Improve install guide #89
Merged pull requests:
- Fix #242 Ignore test coverage folder in git #244 (hunterwilliams)
- #211 Turned off browsersync ui off #239 (hunterwilliams)
- Fix #229 Account Edits #238 (hunterwilliams)
- fix for #235 #237 (jenbreese)
- Fixed #232: npm install had to run before bower install #234 (grtjn)
- Fixes #139 bower dependency conflict #231 (grtjn)
- Fix #210 HighlightJS error [#230](https://git...
Bugfix release
v0.1.2 (2015-07-03)
Implemented enhancements:
- Update code/samples to use Native Json #90
- Use extspell.xqy #86
- Prompt user for MarkLogic version #73
- Add ESRI Map Display in Detail View #69
- Unnecessary redirects in server.js #45
- Add example dictionary for use together with extspell #43
- Move JSON samples to sample-data #42
- Duplicate facet selections in search model and search context #38
- Improve mlrest to add more search functionality #37
- Improve mlrest to read search options from server #36
- Add default rest-transform for 'filtering' binary docs at upload #30
- Add default rest-transform for prettifying XML #29
- Add default rest-transform for transforming JSON data (back) to XML #28
- Add default rest-transform for transforming XML data to JSON #27
- Add default rest-transform for downloading data #26
- Replace detail.xslt with client-side rendering #25
- extsuggest still necessary? #24
- Add default rest-extension for analyzing data #23
- Add default rest-extension for similar queries #22
- Add default rest-extension for spell-suggestions #21
- Add factory object to help building structured queries #19
- Use ml. prefix for independent modules #18
- Transform name 'to-json' confusing #17
- #69 - Added ESRI Maps Integration #70 (daveegrant)
Fixed bugs:
- Sample data not loaded correctly? #92
- ML Server version not being reflected accurately in default.properties file #88
- Detail view is not showing data #79
- Template fails on Windows #75
- Module 'gd.ui.jsonexplorer' is not available #71
- Details of sample data not showing #66
- Use absolute paths in index.html #55
- mlMapsProvider api changed.. #47
- The sample app should not trigger a search at init #41
- Highlighting not rendered properly #39
- Deprecation warning at running gulp server #35
- Remove CSS files (in favor of LESS files) #34
- Common module js gives jshint warning #33
- mlrest: rewriteResults creates extra property #20
- Importing the testdata gives warnings and import fails #16
- Additional Dependency #14
Closed issues:
- Add a CONTRIBUTING.md file #53
Merged pull requests:
- #90 - update to use native json #91 (paxtonhare)
- Fixed Display of Detail Data #80 (daveegrant)
- Fixed #73 and #75: added ml-version option, and fixed running under Windows #76 (grtjn)
- updating project based on changes to ng-json-explorer #72 (dmcassel)
- Fixed #43: added dictionary for extspell #63 (grtjn)
- Fixed #55: made all js/css paths absolute in index.html #61 (grtjn)
- Fixed #45: making server.js more generic #60 (grtjn)
- Fixed #42: renamed data to sample-data, adjusted README's accordingly #59 (grtjn)
- Fixed issue #53: added CONTRIBUTING.md #54 (grtjn)
- removed extsuggest #52 (joemfb)
- disable mlMapsProvider config #51 (joemfb)
- refactored sample.search to use ml-search-ng #49 (joemfb)
- Fix for #16, #17, #33. New features #19, #21, #22, #23, #26, #27, #28, #29, #30.. #32 (grtjn)
- Add ml.utils module for mlMaps #13 (withjam)
v0.1.1 (2014-07-15)
Implemented enhancements:
- Update the create form to match the sample data #12
Fixed bugs:
v0.1.0 (2014-07-14)
Implemented enhancements:
Merged pull requests:
Sample data provided
See CHANGELOG for details.
Initial release
See CHANGELOG for details.