From: Clifton Palmer Date: Fri, 8 Aug 2025 17:54:16 +0000 (-0500) Subject: Added topic tag submodule X-Git-Url: http://git.purplebirdman.com/phpbb.git/commitdiff_plain Added topic tag submodule --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..42fee83 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/robertheim/topictags"] + path = ext/robertheim/topictags + url = https://github.com/RobertHeim/phpbb-ext-topictags.git diff --git a/docker-compose.yml b/docker-compose.yml index 42e72e3..5aaccb5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,7 @@ services: - "80:80" volumes: - phpbb-data:/var/www/html/phpbb + - ./ext:/var/www/html/phpbb/ext depends_on: - mariadb environment: diff --git a/ext/robertheim/topictags b/ext/robertheim/topictags new file mode 160000 index 0000000..74f90ba --- /dev/null +++ b/ext/robertheim/topictags @@ -0,0 +1 @@ +Subproject commit 74f90bad2315def84e5d8710bba2218829d6833e