Skip to content

Latest commit

 

History

History
120 lines (92 loc) · 5.67 KB

File metadata and controls

120 lines (92 loc) · 5.67 KB

Dokuwiki pageredirect plugin change log

When writing entries, refer to Keep a CHANGELOG for guidelines.

All notable changes to this project will be documented in this file.

  • Make external redirects optional, #43
  • Add Move plugin support, #40
  • Partial support for backlinks with redirects by @michitux in #26
  • Esperanto translation in #30
  • Add informal german language by @ebroda in #33
  • Add redirection target to link metadata by @alexdraconian in #39
  • plugin now requires dokuwiki 2014-05-05 (Ponder Stibbons)
  • revert broken implementation of adding GET parameters to url from #16, fixes #24, #25
  • do not add parameters to url if the redirect is external. 133a129, #25
  • fix fatal error when showing redirected message. a04bcd9, #23
  • fix plugin conflict with creole plugin. 36ebf4a, #18
  • resolve page names to be absolute. #19
  • added german translation #27
  • add French translations. #14
  • display pagename if heading is undefined. #15, #9, #13
  • preserve GET parameters when redirecting. #16
  • add Russian translations. #17
  • update Korean translations. #21
  • fix test which is not passing with new version of Dokuwiki. #22
  • add <br/> tag to the redirect note to avoid being covered by page TOC. #4
  • add Japanese translations. #7
  • make ~~REDIRECT pattern non-greedy. #5, #8
  • honour conf['useheading'] for redirect note. #6, #8
  • basic support for external redirects. #8
  • fix access to protected variable after dokuwiki#555. #10, #11
  • allow #redirect syntax to be lowercase, but it must be start on line. 1362442
  • match anything in page name, to wiki path it is converted internally. f423934
  • preserve #section anchors on redirect. c31b525
  • make redirects 301 redirect permanently to be SEO friendly, 9796335
  • apply prevent conflict patch from wiki comments. 87145da
  • add alternative #REDIRECT namespace/pagename syntax. 01efce2
  • add zh-tw translations. 82539ae
  • add Korean translations. 6aa688d
  • add portugese translations. e22f33a
  • fix matching page with #REDIRECT syntax. 4dca632
  • Build 2