diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b7478..537f3d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,8 @@ - Updated StatusController, add interstitial logic. ([003caf7e](https://github.com/pixelfed/pixelfed/commit/003caf7e)) - Updated middleware, add AccountInterstitial support. ([19d6e7df](https://github.com/pixelfed/pixelfed/commit/19d6e7df)) - Updated BaseApiController, add favourites method. ([76353ca9](https://github.com/pixelfed/pixelfed/commit/76353ca9)) +- Updated dockerfile, fix composer issue. ([ef45c4b21](https://github.com/pixelfed/pixelfed/commit/ef45c4b21)) +- Updated reply/comment view, improve layout and include child reply. ([2eca670e](https://github.com/pixelfed/pixelfed/commit/2eca670e)) ## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9) ### Added diff --git a/contrib/docker/Dockerfile.apache b/contrib/docker/Dockerfile.apache index e9e58805..f2fb254c 100644 --- a/contrib/docker/Dockerfile.apache +++ b/contrib/docker/Dockerfile.apache @@ -92,11 +92,9 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \ COPY . /var/www/ # for detail why storage is copied this way, pls refer to https://github.com/pixelfed/pixelfed/pull/2137#discussion_r434468862 RUN cp -r storage storage.skel \ - && composer global require hirak/prestissimo --prefer-dist --no-interaction --no-ansi --no-suggest \ && composer install --prefer-dist --no-interaction --no-ansi --optimize-autoloader \ - && composer update --prefer-dist --no-interaction --no-ansi \ - && composer global remove hirak/prestissimo --no-interaction --no-ansi \ - && rm -rf html && ln -s public html + && rm -rf html && ln -s public html \ + && chown -R www-data:www-data /var/www VOLUME /var/www/storage /var/www/bootstrap CMD ["/var/www/contrib/docker/start.apache.sh"] diff --git a/resources/views/status/reply.blade.php b/resources/views/status/reply.blade.php index 1a886faf..f59df58d 100644 --- a/resources/views/status/reply.blade.php +++ b/resources/views/status/reply.blade.php @@ -4,27 +4,62 @@
{!! $status->rendered !!}
-{!! $status->rendered !!}
+{!! $status->rendered !!}
-{!! $status->rendered !!}
+