Commit Graph

6379 Commits

Author SHA1 Message Date
Michael 3d64c3031b Preview for Videos and images / Video resolution selection 2021-04-28 19:05:46 +00:00
Michael 8685e5ca32 Reworked media handling 2021-04-26 06:50:12 +00:00
Tobias Diekershoff 090a019390 IT translation update THX Sylke Vicious 2021-04-20 11:06:21 +02:00
Tobias Diekershoff 515b360569 EN US translation update THX Steffen K9 2021-04-18 07:42:49 +02:00
Hypolite Petovan af2cdac8d4 Frio: Adapt textcomplete display to dark/black schemes 2021-04-13 11:08:32 -04:00
Philipp Holzer 8f36da9daf
Update messages.po 2021-04-10 20:30:19 +02:00
Michael 99e93d2ba8 Remove empty lines arounf the horizontal ruler, no maximum height 2021-04-07 12:17:35 +00:00
Michael e8a539b68d Move template to content/ 2021-04-05 11:44:43 +00:00
Michael 7e0d21b5bb Audio attachments are now displayed as audio elements 2021-04-05 09:15:36 +00:00
Tobias Diekershoff b57240c05d update for ES THX Senex Petrovic 2021-04-02 08:20:14 +02:00
Tobias Diekershoff e36514e989 DE translation update 2021-04-02 08:16:24 +02:00
Tobias Diekershoff 99ab9cf219 HU translation updated THX Balázs Úr 2021-04-02 07:47:40 +02:00
Tobias Diekershoff 52b75b931f EN US translation refresh for ##9993 2021-04-02 07:41:06 +02:00
Balázs Úr befc2af504
Merge branch '2021.03-rc' into copyright-2021 2021-03-29 08:45:21 +02:00
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Tobias Diekershoff 8fc6a5858f RU translations THX SpcCw 2021-03-28 19:14:17 +02:00
Tobias Diekershoff eaf5647217 HU translation updated THX Balázs Úr 2021-03-28 19:14:09 +02:00
Tobias Diekershoff 6426519cf6 IT translation update THX Sylke Vicious 2021-03-28 19:11:59 +02:00
Philipp Holzer 95a7645cba
Update messages.po 2021-03-27 22:46:47 +01:00
Hypolite Petovan 95efb70902 Updated main translation file after adding a translation string 2021-03-14 19:35:41 -04:00
Hypolite Petovan 011e67d680 Add translation string for "Back to top" 2021-03-14 18:12:20 -04:00
Hypolite Petovan ef58effb53 Update main translation after translation string change 2021-03-14 14:19:35 -04:00
Hypolite Petovan d30055070e Updated source translation files after adding translation strings 2021-03-10 09:50:20 -05:00
Hypolite Petovan 064ff693fd Add custom message to the maintenance module display 2021-03-10 09:50:20 -05:00
Roland Häder 5691099a15
Added missing type-hints
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-09 13:37:48 +01:00
Michael 414b9558ec Updated messages.po 2021-03-08 21:25:03 +00:00
Michael 972c9f7bc0 Issue 9743: Added translatable texts 2021-03-08 21:17:27 +00:00
Michael 553ad2994b The template "maitnenance.tpl" isn't used anymore 2021-03-08 10:41:33 +00:00
Hypolite Petovan 2f590b2e07
Fix condition formatting in view/theme/frio/theme.php 2021-02-28 07:44:36 -05:00
Michael 530cfba71e Offer "follow thread" only when you don't already follow 2021-02-28 07:47:07 +00:00
Michael e8ab396d48 Perfgorm a reload after following a thread 2021-02-27 21:57:38 +00:00
Tobias Diekershoff 61ff7fc532 regen messages.po 2021-02-23 10:08:30 +01:00
Hypolite Petovan 3859b7ba10 Move /parse_url module to /parseurl
- Update oexchange module to use BBCode::embedURL instead of a self-request
- Remove mod/parse_url.php file
- Restrict ParseUrl module to authenticated users
2021-02-18 09:06:27 -05:00
Hypolite Petovan 07c938a950 Move vier-specific smileybutton styles to addon 2021-02-09 23:25:47 -05:00
Michael Vogel 04caf17772
Merge pull request #9887 from MrPetovan/task/9872-normalize-frontend-api-responses
Replace references of mod/subthread with item/{id}/follow
2021-02-01 20:30:31 +01:00
Tobias Diekershoff f0de969b21 DE translation update 2021-02-01 07:16:33 +01:00
Tobias Diekershoff 980fb03d94 IT translation update THX fabrixxm 2021-02-01 07:05:10 +01:00
Tobias Diekershoff cf8f69f84b BG translation update THX Rafael Kalachev 2021-02-01 07:04:13 +01:00
Hypolite Petovan 7f78d6e722 Replace references of GET mod/substhread with POST item/{id}/follow 2021-01-31 17:36:18 -05:00
Hypolite Petovan b31fc3bfa9 Move GET starred/{id} to POST item/{id}/star 2021-01-31 14:21:57 -05:00
Hypolite Petovan 5d270fbb54 Rename dostar() to doStar() 2021-01-31 14:21:09 -05:00
Hypolite Petovan 6d31c11e57 Move GET item/ignore/{id} to POST item/{id}/ignore 2021-01-31 12:56:44 -05:00
Hypolite Petovan 586d39420e Rename doignore to doIgnoreThread 2021-01-31 12:55:50 -05:00
Michael Vogel 71b85ef393
Merge pull request #9893 from MrPetovan/bug/9879-empty-plurals
Skip empty message strings in Console\PoToPhp
2021-01-31 18:32:44 +01:00
Hypolite Petovan 151db1104a Move GET /like/{id} to POST /item/{id}/activity/{verb} 2021-01-31 08:41:04 -05:00
Hypolite Petovan 3a18669730 Rename dolike to doActivityItem 2021-01-31 08:39:47 -05:00
Hypolite Petovan 3fae0cd650 Update translated strings files after update to Console\PoToPhp 2021-01-31 08:39:20 -05:00
Michael Vogel 56a77f5275
Merge pull request #9882 from MrPetovan/bug/po2php-plural-conversion
Remove ternary operators from converted .po plural condition
2021-01-31 11:43:25 +01:00
Hypolite Petovan 188f7b0eb0 Move GET pinned/{id} to POST item/{id}/pin 2021-01-30 18:42:23 -05:00
Hypolite Petovan b3b2bc96ba Rename dopin() to doPIn 2021-01-30 18:12:01 -05:00