"escapeTags" is removed from the addons #1202

Merged
annando merged 2 commits from escapeTags into develop 2021-11-07 14:39:12 +01:00
annando commented 2021-11-07 10:51:54 +01:00 (Migrated from github.com)

They had been used mostly for content that isn't displayed at all or that only an admin is allowed to enter, like in the impressum. So it was safe to remove the call.

They had been used mostly for content that isn't displayed at all or that only an admin is allowed to enter, like in the impressum. So it was safe to remove the call.
nupplaphil (Migrated from github.com) requested changes 2021-11-07 13:49:16 +01:00
nupplaphil (Migrated from github.com) left a comment

Some PHP7 simplifications :)

Plz double-check e.g. if there are no missing brackets

Some PHP7 simplifications :) Plz double-check e.g. if there are no missing brackets
AlfredSK commented 2021-11-07 15:53:00 +01:00 (Migrated from github.com)

Error 500:

index [CRITICAL]: Uncaught Exception ParseError: "syntax error, unexpected ':'" at /var/www/html/libranet/addon/twitter/twitter.php line 794 {"exception":"ParseError: syntax error, unexpected ':' in /var/www/html/libranet/addon/twitter/twitter.php:794\nStack trace:\n#0 /var/www/html/libranet/src/Core/Hook.php(193): Friendica\\Core\\Hook::callSingle()\n#1 /var/www/html/libranet/src/App.php(375): Friendica\\Core\\Hook::callAll()\n#2 /var/www/html/libranet/src/App.php(346): Friendica\\App->load()\n#3 [internal function]: Friendica\\App->__construct()\n#4 /var/www/html/libranet/vendor/level-2/dice/Dice.php(132): ReflectionMethod->invokeArgs()\n#5 /var/www/html/libranet/vendor/level-2/dice/Dice.php(96): Dice\\Dice->Dice\\{closure}()\n#6 /var/www/html/libranet/src/DI.php(62): Dice\\Dice->create()\n#7 /var/www/html/libranet/index.php(39): Friendica\\DI::app()\n#8 {main}"} - {"file":null,"line":null,"function":null,"uid":"0cb1b7","process_id":3029970}
Error 500: ``` index [CRITICAL]: Uncaught Exception ParseError: "syntax error, unexpected ':'" at /var/www/html/libranet/addon/twitter/twitter.php line 794 {"exception":"ParseError: syntax error, unexpected ':' in /var/www/html/libranet/addon/twitter/twitter.php:794\nStack trace:\n#0 /var/www/html/libranet/src/Core/Hook.php(193): Friendica\\Core\\Hook::callSingle()\n#1 /var/www/html/libranet/src/App.php(375): Friendica\\Core\\Hook::callAll()\n#2 /var/www/html/libranet/src/App.php(346): Friendica\\App->load()\n#3 [internal function]: Friendica\\App->__construct()\n#4 /var/www/html/libranet/vendor/level-2/dice/Dice.php(132): ReflectionMethod->invokeArgs()\n#5 /var/www/html/libranet/vendor/level-2/dice/Dice.php(96): Dice\\Dice->Dice\\{closure}()\n#6 /var/www/html/libranet/src/DI.php(62): Dice\\Dice->create()\n#7 /var/www/html/libranet/index.php(39): Friendica\\DI::app()\n#8 {main}"} - {"file":null,"line":null,"function":null,"uid":"0cb1b7","process_id":3029970} ```
AlfredSK (Migrated from github.com) reviewed 2021-11-07 15:56:45 +01:00
AlfredSK (Migrated from github.com) reviewed 2021-11-07 16:00:03 +01:00
AlfredSK (Migrated from github.com) reviewed 2021-11-07 16:01:05 +01:00
AlfredSK (Migrated from github.com) reviewed 2021-11-07 16:09:30 +01:00
Sign in to join this conversation.
No description provided.