Skip to content

[FIX] sefurl: Fix wiki page links again hopefully

Jonny Bradley requested to merge cherry-pick-b27d5670 into 27.x
  • [FIX] sefurl: Fix wiki page links again hopefully

  • [FIX] wiki: If an attribute contains a " char encode it as html as it's output in a "double-quoted" string (to avoid breaking title etc

  • [FIX] sefurl: Filter out empty feature_sefurl_paths

  • [FIX] sefurl: Fix test broken by earlier improvement (i think + is better than %20 in urls)

  • [FIX] wiki: Improve SQL syntax for feature_use_fgal_for_wiki_attachments when renaming a page

  • [FIX] sefurl: Fix separator char for sefurl with feature_wiki_use_date_links

  • [FIX] sefurl: Fix wiki page links again hopefully Needs a unit test to check for: feature_sefurl, slug type, page existence, aliases and urlencoding

See merge request !5382 (merged)

(cherry picked from commit b27d5670)

02b309bd [FIX] sefurl: Fix wiki page links again hopefully d8e2d8c6 [FIX] sefurl: Fix separator char for sefurl with feature_wiki_use_date_links 6c110fd6 [FIX] wiki: Improve SQL syntax for feature_use_fgal_for_wiki_attachments when renaming a page 0cf33ecf [FIX] sefurl: Fix test broken by earlier improvement (i think + is better than %20 in urls) 10c5c8a4 [FIX] sefurl: Filter out empty feature_sefurl_paths a54db860 [FIX] wiki: If an attribute contains a " char encode it as html as it's...

Co-authored-by: Jonny Bradley jmail@nospaces.net

Merge request reports