stable
Clone or download
Read-only
No functional changes. Part of request #18402: Convert document plugin into typescript Change-Id: Ide6253a4fe8beed9d4ce64a7fd3dc1c8a47667af
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.ts | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/build-parent-paths.test.ts | +7 | −12 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/build-parent-paths.ts | +6 | −11 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-refresh.ts | +49 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-retrieve.test.ts | +113 | −11 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-retrieve.ts | +29 | −1 | Go to diff View file |
D | plugins/document/scripts/document/store/actions.js | +0 | −64 | Go to diff View file |
D | plugins/document/scripts/document/store/actions.test.js | +0 | −118 | Go to diff View file |
A | plugins/document/scripts/document/store/actions.ts | +26 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/index.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +5 | −0 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiResource.class.php | +1 | −1 | Go to diff View file |