friendica / friendica

Friendica Communications Platform
https://friendi.ca
GNU Affero General Public License v3.0
1.4k stars 333 forks source link

Show maintenance information text on all pages #14262

Open haheute opened 1 week ago

haheute commented 1 week ago

Bug Description

It seems, the information text for the maintenance mode is missing (at least) on the /network page. I tried to find the right spot in the friendica source code, to improve that, but not yet successfully.

Steps to Reproduce

  1. Set the application in maintenance mode
  2. open /network in the browser
  3. open /profile in the browser
  4. look / compare
  5. maybe try some other routes, maybe there are more where the infos are missing.. I don't know.

Actual Result:

see Screenshots

Expected Result:

The info text should be displayed everywhere, if nothing speaks against it. I'm not sure whether logged in or logged out status plays a role.

Screenshots

wartung-network

wartung-profile

Platform Info

Friendica Version: will add later, currently not visible because of maintenance

oigreslima commented 1 week ago

For me, it was resolved by running the command (after git pull): bin/composer.phar install --no-dev