Marc Orcau

Results 5 issues of Marc Orcau

Do not allow users inspect Apache directory listings with URLs like http://localhost/en/assets

### Package next-drupal (NPM package) ### Describe the feature request `DrupalClient.translatePath` currently returns the same value (`null`) in multiple situations: - Path is "Not Found". - A server error is...

enhancement
area: next-drupal

to avoid re-generation with 404. This pull request is for: (mark with an "x") - [ ] `examples/*` - [ ] `modules/next` - [x] `packages/next-drupal` - [ ] `starters/basic-starter` -...

Fixes #500 The previous method `EntityStorage::loadRevision()` loses specific language information. Some `getTranslation($langcode)` should be added, but its not really needed as `$route_match->getParameter('node')` already contains the correct revision and langcode information.

area: next module

**Description** In a multi-language setup with workflow enabled and draft status, the iFrame preview URL is correctly calculated for all links in "Revisions" tab, which follow the URL structure: `/[langcode]/node/[nid]/revisions/[vid]/view`....