Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • YATA YATA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch

  • vermeul
  • YATAYATA
  • Issues
  • #21
Closed
Open
Created Jan 20, 2021 by vermeul@vermeulOwner

Mispar: Upgrade to a newer version of MediaWiki

Currently, we are running on Mediawiki 1.28

  • we use the onPageContentSave hook, which is deprecated as of version 1.35
  • we use this hook to get hand of the source code being saved
  • we then extract the annotations, assign them unique labels and anchors (for links) and change the content before saving
  • instead of the onPageContentSave hook, from 1.35 onwards, the onMultiContentSave hook should be used
  • similarly, the onPageContentSaveComplete hook is deprecated from 1.35 onwards, which we also use (the actual saving of the annotations happens there)
  • List of all hooks

https://jira-bsse.ethz.ch/browse/SSDM-10749

Edited Feb 04, 2021 by vermeul
Assignee
Assign to
Time tracking