Skip to content

Commit

Permalink
Adds PagePort extension (#208)
Browse files Browse the repository at this point in the history
* Adds PagePort extension

* Indentation fix

* Adds PagePort extension to the list of available extensions
  • Loading branch information
vedmaka authored Aug 18, 2024
1 parent dce0195 commit 1ca9e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,11 @@ RUN set -x; \
# Popups
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups $MW_HOME/extensions/Popups \
&& cd $MW_HOME/extensions/Popups \
&& git checkout -q ff4d2156e1f7f4c11f7396cb0cd70d387abd8187
&& git checkout -q ff4d2156e1f7f4c11f7396cb0cd70d387abd8187 \
# PagePort
&& git clone --single-branch -b master https://github.com/WikiTeq/PagePort.git $MW_HOME/extensions/PagePort \
&& cd $MW_HOME/extensions/PagePort \
&& git checkout -q a6b800c9b3f58c151cdda4ec2f1aa396536c3a7d

# R
RUN set -x; \
Expand Down
1 change: 1 addition & 0 deletions _sources/canasta/DockerSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function isEnvTrue( $name ): bool {
'PageExchange',
// 'PageForms', must be enabled manually after enableSemantics()
'PageImages', # bundled
'PagePort',
'PageSchemas',
'ParserFunctions', # bundled
'PdfHandler', # bundled
Expand Down

0 comments on commit 1ca9e88

Please sign in to comment.