-
- [x] Write [some code](https://github.com/alphagov/whitehall/pull/3513) to upload all existing logos
- [x] Run `asset_manager:migrate_organisation_logos` on Integration
- [x] Merge https://github.c…
-
When requesting an asset from `assets-origin.dev.gov.uk` with the `proxy_to_s3_via_nginx` option set, we don't see the `X-Frame-Options: DENY` response header that we do see when the option is not set…
-
We need to update Whitehall so that its image assets are being uploaded to Asset Manager instead of being saved to disk. We spiked on an approach to this in PR #185.
I can think of a couple of opti…
-
My feedback is on section [Success Criterion 1.4.11 Non-text Contrast](https://www.w3.org/TR/WCAG21/#non-text-contrast):
> Visual information used to indicate states and boundaries of user interfac…
-
- [x] Add Whitehall-specific Asset Manager API endpoint for creating assets
- [x] Add ability to serve Whitehall-specific assets from Asset Manager
- [x] Image placeholder - serve from Asset Manag…
-
Requests for files hosted on S3 currently respond with a duplicate `Cache-Control: max-age=86400, public` header. We think one of these headers will be coming from Rails and the other from the object …
-
This is a bit of a placeholder to prompt us to investigate what's required to change the Whitehall app to upload new images to Asset Manager. We imagine updating this issue and possibly creating new i…
-
this includes:
- the schema itself (could be used if we decide to make an editor)
- a dummy JSON file to use during dev, to which we'll later add final content and use in prod
- schema should be …
-
I'm on OSX 10.11.6,
Docker Version 17.09.0-ce-mac35 (19611)
I followed the instructions to get started, and it failed on `docker-compose up`
Only error I can see is the last few lines:
```
Ma…
-
Currently all scripts are added at the end of the page, in `layout.html`.
This means if you have a script on one page that relies on jQuery, there's no way to add it after jQuery is loaded.
Prop…