Skip to content

Commit

Permalink
SMW 2.1 -> 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 30, 2024
1 parent b64e698 commit 1e065f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Empty file added test
Empty file.
5 changes: 3 additions & 2 deletions webserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get install -y --no-install-recommends software-properties-common && \
php5.6-apcu \
php5.6-fpm \
php5.6-cli \
php5.6-curl \
php5.6-mysql \
php5.6-imagick \
php5.6-xml \
Expand Down Expand Up @@ -78,7 +79,7 @@ COPY ./webserver/html/ropewiki/composer.json /usr/share/nginx/html/ropewiki/comp
RUN cd /rw && composer config --no-plugins allow-plugins.composer/installers false && composer install

# Copy missing 'powered by semantic mediawiki' image (seems peculiar to SMW 2.1 version)
COPY ./webserver/html/ropewiki/extensions/SemanticMediaWiki/smw_button.png /rw/extensions/usr/share/nginx/html/ropewiki/vendor/mediawiki/semantic-media-wiki/resources/images/smw_button.png
COPY ./webserver/html/ropewiki/extensions/SemanticMediaWiki/smw_button.png /rw/extensions/usr/share/nginx/html/ropewiki/vendor/mediawiki/semantic-media-wiki/res/images/smw_button.png

# Note: We do not need to follow the rest of the instructions to install
# SemanticMediaWiki 2.1 because the files we will copy over are already
Expand Down Expand Up @@ -107,7 +108,7 @@ RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extens
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extensions-Variables Variables && cd Variables && git checkout 6f4bbd0
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extensions-PdfHandler PdfHandler && cd PdfHandler && git checkout 5e29202
RUN cd /rw/extensions && git clone https://gitlab.com/nornagon/Preloader && cd Preloader && git checkout 02539e0
RUN cd /rw/extensions && git clone https://github.com/RopeWiki/SemanticForms && cd SemanticForms && git checkout 9169c63
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extensions-PageForms SemanticForms && cd SemanticForms && git checkout 3.7
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-skins-Vector Vector && cd Vector && git checkout fad72e2
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extensions-MultimediaViewer.git MultimediaViewer && cd MultimediaViewer && git checkout REL1_24
RUN cd /rw/extensions && git clone https://github.com/wikimedia/mediawiki-extensions-ReplaceText ReplaceText && cd ReplaceText && git checkout REL1_24
Expand Down
2 changes: 1 addition & 1 deletion webserver/html/ropewiki/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.2",
"psr/log": "1.0.0",
"mediawiki/semantic-media-wiki": "2.1",
"mediawiki/semantic-media-wiki": "2.5.8",
"mediawiki/header-footer": "2.1.0",
"mediawiki/semantic-maps": "3.1.3",
"mediawiki/semantic-result-formats": "2.1.2"
Expand Down

0 comments on commit 1e065f3

Please sign in to comment.