Philipp
94d615fbb7
Update messages.po
2022-10-31 21:00:30 +01:00
Philipp
87291e30a4
Found some more follow-links
2022-10-31 20:58:34 +01:00
Hypolite Petovan
2907b84eb2
Update main translation file after changing strings
2022-10-31 15:34:41 -04:00
Hypolite Petovan
3020dfbeeb
Rename auto_request.tpl form action template variable
2022-10-31 15:30:23 -04:00
Hypolite Petovan
e9e7a73a63
Update main translation file after changing strings
2022-10-31 14:57:26 -04:00
Hypolite Petovan
969b4f991e
Create Profile\Attachment\Upload module class
...
- Add missing response type in AjaxUpload initializition
2022-10-31 14:57:25 -04:00
Hypolite Petovan
2ffa8e6516
Update main translation file after changing strings
2022-10-30 14:22:48 -04:00
Hypolite Petovan
39765e6018
Create Profile\Photos\Upload class
2022-10-30 14:20:01 -04:00
Hypolite Petovan
c5076bec18
Updated main translation file after changing strings
2022-10-30 10:49:48 -04:00
Hypolite Petovan
07dd548a10
Remove mod/wallmessage module
2022-10-30 10:49:47 -04:00
Hypolite Petovan
9561910e83
Create Profile\UnkMail module class
2022-10-30 10:49:47 -04:00
Hypolite Petovan
4189e01987
Merge pull request #12069 from tobiasd/20221026-de
...
DE translation update
2022-10-26 01:36:58 -04:00
Tobias Diekershoff
606dd9f5e6
DE translation update
2022-10-26 07:33:51 +02:00
Tobias Diekershoff
80a897f2f3
add a nofollow to the blocklist export link
2022-10-26 07:30:46 +02:00
Hypolite Petovan
42199d9264
Updated main translation file after removing strings
2022-10-25 19:07:55 -04:00
Hypolite Petovan
5f92473c6e
Update main translation file after changing a string
2022-10-24 18:21:50 -04:00
Tobias Diekershoff
965314f213
RU translation update THX SpcCw
2022-10-22 06:44:08 +02:00
Philipp
84201f0915
Update view/theme/vier/config.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-10-21 10:25:42 +02:00
Philipp
fad1763e28
Update view/theme/quattro/config.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-10-21 10:25:41 +02:00
Philipp
ee71086133
UserSession class [7] - Refactor view/ files
2022-10-21 10:25:41 +02:00
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