Moses

Results 6 issues of Moses

Fails to detect bullshit on https://patriciaparkinson.com/ E.g. in this screenshot: visionary, smart, blockchain (all in the dictionary) Correctly detects some terms on the page, just not all ![screenshot-patriciaparkinson com-2019 12](https://user-images.githubusercontent.com/21290049/71542844-c1547a80-296b-11ea-8537-31604ceaa186.png)

bug

### Expected behavior Strings should be sorted in some reasonable manner, e.g. `A a Á á Ǎ ǎ B b` (_correct_ sorting differs by language/locale and that would be possibly...

When a hook is specified in collection settings and there is no code for such a hook provided in the hooks directory, the collection's endpoint returns an empty response body....

type: bug

(from a code review with Eduardo) https://github.com/dadi/publish/pull/767/files#diff-d57e0da18cd9023b9194b0a01004113cR129 https://github.com/dadi/publish/pull/767/files#diff-32f10c9fd736348ea6973ffc214914c7R104

type: maintenance

—as discussed with Eduardo. For example, right now when a document is referenced in another document, the referenced document is _copied_ into `state.document[referencingDoc].local[referenceField]`; if the refererenced document is then changed,...

type: maintenance

Closes #612 Closes #613 Right now the edit history gets wiped when switching between rich text and markdown (predictably); in the future we can implement our own history object which...