slush-marklogic-node icon indicating copy to clipboard operation
slush-marklogic-node copied to clipboard

Slush generator for a MarkLogic/node project

Results 73 slush-marklogic-node issues
Sort by recently updated
recently updated
newest added

ctrl.setTransform('extractedToJson'); is needed if the underlying documents are XML rather than JSON. Please add a note to the Quick Customisation Recipes example to explain this :)

Internal teams have shifted focus away from Roxy in favor of ml-gradle, and ml-app-deployer that is behind ml-gradle. Roxy is not using management rest api. We (the Roxy dev team)...

help wanted

Right now, we are using JSHint (which now checks only for code correctness) + JSCS (which checks style). But JSCS has been deprecated and is merging with [ESLint](http://eslint.org/): https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2#.mgaw1379q [ESLint](http://eslint.org/)...

refactoring
build

Add translate options for built-in templates (including those of ml-search-ng) using angular-translate, provide dynamic locale, and a flag toggle in the header tied to plumbing in rootCtrl.

Sometimes facets are big, and thus slow. To not have them slow down showing of results, you can make mlSearch do separate calls for them. It requires adding something like...

Layout needs updating. Form labels too far from inputs and does not match the create form.

bug
help wanted
front-end

I recently moved a Slush project I'd developed on Linux to Windows (successfully) and the steps mentioning installation of Visual Studio Community Edition and Python were both handled with this:...

help wanted
documentation

Several possible ways: - using mlpm directly (not convenient as you need to specify port,user,password - using roxy deploy modules (need to uncomment deploy_packages in deploy_modules section of deploy/app_specific.rb) -...

help wanted
documentation

If a backend call for detail or search page fails, it shows the MarkLogic error in the body, but that message does not disappear if you navigate away. You have...

Roxy prints warnings about not being able to connect to MarkLogic, which is obvious if you are about to configure that. The warnings cause the json parse to fail though,...

bug
build