Skip to content
Success

Changes

Summary

  1. JavaScript: language-selection: migrate from jQuery to built-in browser (details)
  2. Fixup: use event argument instead of DOM query to retrieve selected (details)
  3. Cleanup: use 'value' attribute instead of 'selected' attribute to (details)
  4. Language-switching: match/replace based on filename extension instead of (details)
  5. Safety: match and change location using window.pathname component (details)
  6. Safety: ensure html suffix match is at the end of the pathname. (details)
  7. Rectification: adjust variable/function names to clarify that they (details)
  8. Regression / fixup: the root URL isn't necessarily a sensible fallback; (details)
  9. Path handling: add special-case to allow redirection from directory (details)
  10. release as 13.6 (details)
  11. Start 13.7 development. (details)
Commit f1f02a8c8810a0fdf74e85796971c8b1615e9fd2 by jay
JavaScript: language-selection: migrate from jQuery to built-in browser DOM functions.
The file was modified source/_static/switchers.js
Commit 050b1cb4e32cdb33821023602ec4dcd42e0eb093 by jay
Fixup: use event argument instead of DOM query to retrieve selected language.
The file was modified source/_static/switchers.js
Commit b42f95c93d23cdeaf6fd4a7f94062794132992c6 by jay
Cleanup: use 'value' attribute instead of 'selected' attribute to initialize language-selection.
The file was modified source/_static/switchers.js
Commit 774faf4bcaeeb3a1e539c0a9576a4ddcfac9fd08 by jay
Language-switching: match/replace based on filename extension instead of URL directory-path components.
The file was modified source/_static/switchers.js
Commit 431689781dba23cf162d4cb3317bfd6bfe7b527f by jay
Safety: match and change location using window.pathname component instead of entire href.
The file was modified source/_static/switchers.js
Commit 8f5db85375d97d9f52c761549729774191a5058f by jay
Safety: ensure html suffix match is at the end of the pathname.
The file was modified source/_static/switchers.js
Commit a1eb23d00618111046638b3db7064da0d2582f99 by jay
Rectification: adjust variable/function names to clarify that they operate on URL path components, not entire URLs.
The file was modified source/_static/switchers.js
Commit fa88802b540141a502c09c79d7c58a75d75e9587 by jay
Regression / fixup: the root URL isn't necessarily a sensible fallback; restore the full developers-reference URI as fallback.
The file was modified source/_static/switchers.js
Commit 23b67c5423722ae42f51176ca69d886b77899c75 by jay
Path handling: add special-case to allow redirection from directory bases.
The file was modified source/_static/switchers.js
Commit 77b51424e134d84b1535eb2ed98a1193b811be1c by Holger Levsen
release as 13.6

Signed-off-by: Holger Levsen <holger@layer-acht.org>
The file was modified debian/changelog
Commit 1dc50bf7af26aceef3ad7919c7294cca447f22b5 by Holger Levsen
Start 13.7 development.

d/changelog entries will be written on release
using the git commit messages.

Use 'gbp dch --since debian/13.6'
to write d/changelog entries since that last release.

Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger@layer-acht.org>
The file was modified debian/changelog