•  
      request #19180 Mediawiki plugin should directly provide its service link instead of trying to follow the project name
    Infos
    #19180
    Thomas Gerbet (tgerbet)
    2021-01-19 09:15
    2021-01-13 16:12
    20756
    Details
    Mediawiki plugin should directly provide its service link instead of trying to follow the project name
    Since the introduction of the Tuleap\Layout\ServiceUrlCollector event in 2018 plugins have a way to directly provides the URLs to their services instead of trying to update it in the DB when changes happen.

    The Mediawiki plugin is a good candidate to use this (sort of) new behavior since it uses the project shortname in its URL so it has to follow project renames.
    Using directly the Tuleap\Layout\ServiceUrlCollector event in the Mediawiki allow us to remove the Event::SERVICE_REPLACE_TEMPLATE_NAME_IN_LINK event.
    Mediawiki
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-01-19
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2021-01-13 16:28

    • Summary
      -Mediawiki should directly provide its service link instead of trying to follow project name 
      +Mediawiki plugin should directly provide its service link instead of trying to follow the project name 
    • Status changed from Under implementation to Under review