Hypolite Petovan
5646a8283d
Merge pull request #14788 from Art4/optimize-composer
...
Add composer script for production installation
2025-02-06 10:59:43 -05:00
Art4
2cea3203b5
Fix composer path in Vagrant docs
2025-02-06 07:47:51 +00:00
Art4
d71264993d
Update docs and scripts to use the correct composer install script
2025-02-06 07:43:52 +00:00
Art4
98f1ae444c
Add composer script for install:prod, remove optimization in dev
2025-02-06 07:21:00 +00:00
Tobias Diekershoff
47db6de393
Merge pull request #14787 from annando/issues
...
Fix notices and missing template variables
2025-02-06 08:02:47 +01:00
Michael
a2e9247936
Fix notices and missing template variables
2025-02-06 05:41:30 +00:00
Hypolite Petovan
91a145106d
Merge pull request #14785 from annando/accessibility-3
...
Accessibility: Widgets and other menues
2025-02-05 22:38:54 -05:00
Michael
58d1d4c1fb
Accessibility: Widgets and other menues
2025-02-05 22:52:39 +00:00
Hypolite Petovan
9e7a527327
Merge pull request #14784 from ne20002/feat/wizard
...
use env variables in install wizard for values if available
2025-02-05 11:22:31 -05:00
Hypolite Petovan
c77c6140fd
Merge pull request #14779 from annando/issue-14746
...
Issue 14746: Improved description
2025-02-05 11:08:05 -05:00
Hypolite Petovan
a378a85c04
Merge pull request #14640 from Art4/introduce-eventdispatcher
...
[EventDispatcher] Proof of concept
2025-02-05 10:42:10 -05:00
ne20002
7f8ac7aaea
use env variables in install wizard for values if available
2025-02-05 14:56:05 +00:00
Michael
22b8be6a8c
Fix codestyle
2025-02-05 09:45:46 +00:00
Michael
74bfa7721d
Issue 14746: Improved description
2025-02-05 09:38:39 +00:00
Art4
f634ec4758
Move HookEventBridge into Friendica\Core\Hooks namespace
2025-02-04 13:23:50 -05:00
Art4
0837ad647a
Fix code style
2025-02-04 13:23:50 -05:00
Art4
70a6c6ed01
Change code style
2025-02-04 13:22:55 -05:00
Art4
d9a2d676d2
Replace Hook with EventDispatcher in Feature class
2025-02-04 13:22:55 -05:00
Art4
673fc71c21
Stop calling DI container over and over again
2025-02-04 13:22:54 -05:00
Art4
f3ccd198a4
Replace Hook with EventDispatcher in Feature class
2025-02-04 13:22:54 -05:00
Art4
b9a191f6d8
Replace Hook with EventDispatcher in Content Nav class
2025-02-04 13:22:54 -05:00
Art4
715248d6a2
Add ArrayFilterEvent, replace app_menu hook
2025-02-04 13:22:54 -05:00
Art4
5b28b3d28f
Let event classes extending Event
2025-02-04 13:22:53 -05:00
Art4
4cbee618d6
Refactor HookEventBridge
2025-02-04 13:22:53 -05:00
Art4
16fb80be1f
Add missing files
2025-02-04 13:22:53 -05:00
Art4
0c406a3696
Create ConfigLoadedEvent
2025-02-04 13:22:53 -05:00
Art4
7e199f034b
Create DI::eventDispatcher() where constructor injection is not possible atm
2025-02-04 13:22:53 -05:00
Art4
2a02f58886
Remove unused StaticEventSubscriber interface
2025-02-04 13:22:53 -05:00
Art4
2e660f44f2
Mark new event and eventdispatcher classes as internal
2025-02-04 13:22:52 -05:00
Art4
9e6f77c4b1
EventDispatcher proof of concept
2025-02-04 13:22:52 -05:00
Hypolite Petovan
df17de7ea7
Merge pull request #14749 from MarekBenjamin/bugfix/14748-frio-filer-dialog-colors
...
Fix filer dialog colors
2025-02-04 13:22:09 -05:00
Hypolite Petovan
23f66d1708
Updated main translation file
2025-02-04 13:20:41 -05:00
Marek Bachmann
01f852a87c
Change filer dialog from color box to modal usage
2025-02-04 13:20:33 -05:00
Hypolite Petovan
827541ed86
Merge pull request #14781 from Eduu/covering-index-for-count-queries
...
Faster count queries when updating the info about current node
2025-02-04 12:54:29 -05:00
Esko Arajärvi
25bb9b12c1
Faster count queries when updating the info about current node
...
MySQL optimiser seems to prefer a full table scan of `post-user`
table in the count query mentioned in issue #14763 . When the origin
and deleted columns are added to the index, the IN-query part of
the query can be done with index-only scan, which is much faster.
Adding the columns in the order
uri-id, origin, deleted
allows some other queries to also use it when checking
for uri-id and origin.
Fixes #14763
2025-02-04 19:47:31 +02:00
Tobias Diekershoff
edbf86449d
Merge pull request #14760 from MrPetovan/bug/warnings
...
Prioritize coalescing parameters in Moderation\Users\*->processGetActions
2025-02-04 14:59:47 +01:00
Hypolite Petovan
0cf1ef397b
Merge pull request #14769 from annando/acessibility
...
Some more screenreader improvements
2025-02-04 07:40:14 -05:00
Michael
795873b911
Fix code standard
2025-02-04 04:55:05 +00:00
Michael
7bbefae3e6
Skip to content
2025-02-04 04:49:05 +00:00
Michael
b5bff3f758
Codestyle changes
2025-02-04 04:49:05 +00:00
Michael
f3c5855fc1
Some more screenreader improvements
2025-02-04 04:49:05 +00:00
Hypolite Petovan
95d3ce5441
Merge pull request #14775 from waldyrious/normalize-signup-form-labels
...
Normalize punctuation in signup form field labels
2025-02-03 21:52:51 -05:00
Waldir Pimenta
773f654e99
Normalize punctuation in signup form field labels
2025-02-03 21:53:02 +00:00
Hypolite Petovan
afba22e2cc
Merge pull request #14773 from waldyrious/close-paren
...
Close paren in message shown at the signup form
2025-02-03 16:42:37 -05:00
Waldir Pimenta
7b5b9c164e
Close paren in message shown at the signup form
2025-02-03 21:09:00 +00:00
Waldir Pimenta
2abc7b4986
Update messages.po main translation file
2025-02-03 19:54:15 +00:00
Hypolite Petovan
9d506071c8
Merge pull request #14764 from haheute/circle-update-wrapper-css
...
[frio] Small CSS fix for circle-update-wrapper shortmode headings
2025-02-02 14:44:14 -05:00
Hypolite Petovan
5ad82bce23
Merge pull request #14762 from juliend2/add-addon-dir
...
Create `addon/` folder in the proper order, since it's now mandatory
2025-02-02 14:43:34 -05:00
Hypolite Petovan
7b0e31714f
Merge pull request #14758 from Art4/hard-deprecate-logger
...
Hard deprecate `Friendica\Core\Logger`
2025-02-02 13:13:24 -05:00
Hannes Heute
410fe15507
[frio] Small CSS fix for circle-update-wrapper shortmode headings
2025-02-01 20:45:15 +01:00