Skip to content

Commit

Permalink
Font & theme improvements
Browse files Browse the repository at this point in the history
- Upgrade Seasons Theme
- Upgrade DublinCoreExtended
- fix Omeka Chinese language for 'Coverage'
- fix plugin permissions (Multilanguage)
  • Loading branch information
andrew-gardener committed Aug 6, 2024
1 parent 4ab3f68 commit 4a5cf02
Show file tree
Hide file tree
Showing 669 changed files with 18,588 additions and 1,054 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
COPY docker/gcha.ini /usr/local/etc/php/conf.d/gcha.ini
COPY docker/image-policy.xml /etc/ImageMagick-6/policy.xml

# override omeka chinese language files
COPY docker/omeka/application/languages/zh_CN.mo docker/omeka/application/languages/zh_CN.po /var/www/html/application/languages/

# omeka settings
COPY --chown=www-data:www-data --chmod=771 docker/omeka/db.ini docker/omeka/robots.txt docker/omeka/.htaccess /var/www/html/
COPY --chown=www-data:www-data --chmod=771 docker/omeka/application/config/config.ini /var/www/html/application/config/config.ini
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
db:
container_name: gcha_db
Expand Down
Binary file added docker/omeka/application/languages/zh_CN.mo
Binary file not shown.
Loading

0 comments on commit 4a5cf02

Please sign in to comment.