Philipp
bf39b5a948
Fix messages.po issue
2022-10-21 10:19:13 +02:00
Michael
d3e167c77c
All references to boot.php are now removed
2022-10-19 20:38:25 +00:00
Michael
867e23054d
Updated messages.po
2022-10-19 09:23:13 -04:00
Michael
11944dda32
old boot.php functions replaced in various places
2022-10-19 07:44:08 -04:00
Tobias Diekershoff
f4dbd69e0e
FR translation update THX Nicolas Derive
2022-10-18 22:18:01 +02:00
Philipp
7ac86e49d1
Move Core\Session::get() to DI::session()->get()
2022-10-18 21:10:37 +02:00
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
Michael
b1de40cb42
Updated messages.po
2022-10-17 09:33:29 +00:00
Tobias Diekershoff
a994b76ebc
DE translation update
2022-10-17 08:27:48 +02:00
Hypolite Petovan
bcc1350f1d
Updated main translation file after adding strings
2022-10-16 13:21:43 -04:00
Hypolite Petovan
e556dc3c31
Add new frio.always_open_compose setting
...
- This setting allows the New Post button to always open the Compose page instead of the modal by default
2022-10-16 11:49:27 -04:00
Hypolite Petovan
d826fe0a3b
Refactor files related to the Compose page and frio theme settings
...
- Use dependencies instead of most DI calls in Module\Item\Compose
- Group translation strings in a subkey of the template variables array
- Rewrite array initializations in theme/frio/config
2022-10-16 11:48:28 -04:00
Michael
34c3f189fc
Updated database.sql and messages.po
2022-10-14 22:48:03 +00:00
Roland Häder
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Hypolite Petovan
885f90afa3
Merge pull request #11967 from annando/quote-share
...
Improve quote share ("message_id" added)
2022-10-07 08:00:31 -04:00
Michael
1ef5730d3d
"share" added to autocomplete
2022-10-07 05:54:17 +00:00
Hypolite Petovan
1422e8a510
[frio] Add left sidebar toggle button for mobile anonymous view
...
- It was missing from the anonymous top bar
2022-10-06 18:00:43 -04:00
Michael
4d39ec8b63
Issue 11880: Provide "alt" description from uploaded file
2022-10-03 21:23:04 +00:00
Tobias Diekershoff
560f061380
FR translation update THX Nicolas Derive
2022-09-29 14:26:01 +02:00
Michael
e584185c0a
Updated messages.po
2022-09-25 07:09:22 +00:00
Hypolite Petovan
636325efcc
Merge pull request #11899 from annando/native-xml
...
Template based XML generation is replaced with native XML
2022-09-11 04:39:39 -04:00
Hypolite Petovan
6db79aa741
Updated main translation file after moving strings
2022-09-11 03:35:14 -04:00
Michael
ff89c1a8bf
Template based XML generation is replaced with native XML
2022-09-11 07:00:16 +00:00
Hypolite Petovan
60d1779717
[frio] Add support for asynchronous call to /filerm module for post categories and folders
...
- This prevents the page to change to an empty page when clicking on the remove link of categories and folders
2022-09-11 02:36:06 -04:00
Tobias Diekershoff
9d6e4d7483
HU translation updates THX Balázs Úr
2022-09-11 08:19:20 +02:00
Michael
e2cb705468
Merge remote-tracking branch 'upstream/2022.09-rc' into language
2022-09-04 17:04:13 +00:00
Michael
f5d6671fbd
Merge remote-tracking branch 'upstream/2022.09-rc' into performance
2022-09-04 14:08:16 +00:00
Michael
12d4bae28f
Merge remote-tracking branch 'upstream/2022.09-rc' into language
2022-09-04 14:05:46 +00:00
Michael
7c756a3bcb
Updated database.sql and messages.po
2022-09-04 08:08:50 +00:00
Michael
767883476f
Updated database.sql and messages.po
2022-09-04 08:06:32 +00:00
Michael
b0326afae3
Updated database.sql and messages.po
2022-09-04 08:03:56 +00:00
Michael
757a5c2de9
Loglevels are adjusted
2022-08-30 19:45:30 +00:00
Tobias Diekershoff
97992cf1c6
FR translation update
2022-08-24 07:23:26 +02:00
Hypolite Petovan
2c079757e0
Update main translation file after removing poke feature strings
2022-08-09 14:55:56 -04:00
Hypolite Petovan
4a885a13a6
Remove poke feature
2022-08-09 14:55:55 -04:00
Tobias Diekershoff
15d2aa5cfa
fixed typo
2022-08-09 09:49:28 +02:00
Tobias Diekershoff
48e91d51c8
ZH CN translation updates THX shykana and xenoeye
2022-08-09 08:19:33 +02:00
Tobias Diekershoff
a55b71856c
DE translation update THX vinzv
2022-08-09 08:17:51 +02:00
Hypolite Petovan
0cd64a3769
Updated main translation file after editing a string
2022-08-08 12:34:49 -04:00
Philipp
e0ec304d2a
Merge pull request #11830 from MrPetovan/task/11826-pluralization
...
Use L10n->tt instead of t() for plural strings
2022-08-08 15:35:54 +02:00
Tobias Diekershoff
7634fc2425
added Gàidhlig language translation
...
This adds the initial translation of Friendica core into Gàidhlig by @gunchleoc
redo of #11818
2022-08-08 11:37:39 +02:00
Hypolite Petovan
63a448cad9
Update main translation file after adding pluralization forms
2022-08-08 02:15:24 -04:00
Tobias Diekershoff
0f35b06978
updated the messages.po file
2022-08-05 15:52:04 +02:00
Hypolite Petovan
6857dbe71f
Updated main translation file after adding strings
2022-08-01 12:25:36 -04:00
Hypolite Petovan
49394aedeb
Add password length limit if using the Blowfish hashing algorithm
...
- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password
2022-08-01 12:12:18 -04:00
Michael
13cd6259ec
Updates messages.po
2022-07-29 21:32:58 +00:00
Michael
80592f6365
Updated messages.po
2022-07-29 14:54:25 +00:00
Hypolite Petovan
6e7823eaaa
Merge pull request #11784 from MrPetovan/task/11779-blocklist-notification
...
Add email notification to all users on server domain pattern block list update
2022-07-28 16:26:51 -04:00
Alessandro Lorenzi
94cf4fa37a
fix(frio): "Data" move header in template w/ l10n
...
fix : #11581
2022-07-28 18:10:01 +02:00
Hypolite Petovan
e35651c44a
Updated main translation file after adding strings
2022-07-28 05:39:30 -04:00