Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jun 30, 2021
  3. Jun 29, 2021
  4. Jun 28, 2021
  5. Jun 25, 2021
  6. Jun 22, 2021
  7. Jun 21, 2021
    • Martyn Welch's avatar
      Remove important references to v2019 from website · 446d358b
      Martyn Welch authored
      
      The v2019 release has reached the end of its support period. It also marks the
      point at which we are now fully into the current Apertis release cadence, with
      a development, stable and old stable release being supported.
      
      Remove the pointer to the "old old stable" from the main page, the data from
      the releases file and the reference to the supported version of Virtual Box.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      446d358b
  8. Jun 18, 2021
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. Jun 15, 2021
    • Ariel D'Alessandro's avatar
      virtualbox: Document VirtualBox OVA appliance image · 18687085
      Ariel D'Alessandro authored
      
      Current SDK images requests to manually setup the Virtual Machine in
      VirtualBox, as we're only provinding the disk image (.vdi file).
      
      Support to generate a VirtualBox Appliance image (.ova file) that works
      out of the box has been recently added to `apertis-image-recipes`.
      
      Starting Apertis release version `v2022`, SDK images will be uploaded in
      OVA format. Let's document that and still keep the previous `.vdi` disk
      image setup for old versions reference.
      
      Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
      18687085
  12. Jun 14, 2021
    • Martyn Welch's avatar
      Properly fix scroll offset and resolve element overlap · 29608543
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      In 334c0498 a hack was added to force anchors to be visible (and not hidden
      behind the navigation bar) when following a link with a fragment. This was
      achieved by setting a large top padding and negative top margin.
      
      This hack had the unintended consequence that when there is a title too close
      to the top of the page, the transparent padding of the title (which forms part
      of the title) covered the "Also available in PDF format" link, making it
      inaccessible.
      
      Modern CSS has a `scroll-margin-top` attribute that can be used to correctly
      set a scroll margin (which is what is needed to properly fix the original
      issue). This seems to have broad adoption in modern browsers and this attribute
      failing to work isn't the end of the world anyway.
      
      Tweak the CSS to use this attribute to replace the previous hack.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      29608543
  13. Jun 10, 2021
  14. Jun 09, 2021
  15. Jun 08, 2021
  16. Jun 04, 2021
  17. Jun 03, 2021
  18. May 31, 2021
  19. May 26, 2021
  20. May 20, 2021
  21. May 17, 2021
Loading