Commit graph

84 commits

Author SHA1 Message Date
f4110880a1 Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
c137fc5e79 HU and IT translation updates 2023-04-21 21:41:23 +02:00
1c677722b3 translations updates for 2023.03 2023-04-09 07:58:49 +02:00
648fadedd3
[various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
be80e77e93
[notifyall] Fix email selection
FollowUp #1313
2023-01-03 14:01:45 +01:00
fada358607 [various] Use new centralized admin account retrieval methods 2022-11-18 12:00:03 -05:00
592374b795 Some useless EOL removed 2022-10-17 21:00:03 +00:00
897dbb30cf Remove "notice" with new function 2022-10-17 20:17:25 +00:00
06b15a6ed0
Changes:
- added missing type-hints
- avoided local variables
- added some documentation
- changed double-quotes to single
2022-06-30 13:33:22 +02:00
3ab46781b1
Changes:
- if a <addon>_module() function is empty, it is more a statement and not a
  real function
2022-06-24 23:35:16 +02:00
04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
91f5ba9eab
notifyall addon FR translation updated THX kalon33 2022-05-25 08:36:09 +02:00
53a806af87
notifyall addon FR translation updated THX kalon33 2022-05-24 08:00:56 +02:00
931be19eca
DA DK translation for various addons added THX atjn 2022-05-02 12:26:36 +02:00
ed96e0a2f6
PL translation update THX strebski 2022-03-08 16:26:19 +01:00
1e60ac18cf DE addon translation update 2022-01-22 18:52:57 +01:00
631b456755 SV addon translation update THX Kristoffer Grundström 2022-01-22 18:50:50 +01:00
6a349e7fd9 Support for cleared boot.php 2021-11-04 20:32:16 +00:00
63fca0af29
Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
86de95f77b added AR translations to the Friendica addons
Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
2021-10-10 12:55:16 +02:00
25ba6023d0 regenerated all the strings 2021-10-10 08:27:53 +02:00
d0954b453a notifyall addon HU translation added THX Balázs Úr 2021-03-28 22:37:27 +02:00
9e04346676 notifyall addon IT translation updated THX fabrixxm 2021-03-28 20:19:54 +02:00
500aab3c53 regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
7f3704ae54 regenerated messages.po files of the addons 2021-02-01 18:29:42 +01:00
6ca00ec39d RU translation of notifyall addon added THX Alexander An 2020-09-01 14:47:38 +02:00
203672cf27 [various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
2020-07-27 08:30:41 -04:00
3f84caeec5 Unneeded "info" messages removed 2020-07-23 03:48:52 +00:00
nupplaPhil
b5759d24ee
Add license info at Friendica classes 2020-02-09 15:45:35 +01:00
ae5ebf1e89
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
2020-01-26 23:47:15 +01:00
49254a8307
Introduce interface for emailing and create email classes 2020-01-26 20:23:58 +01:00
b828762910
Add explicit parameters to Sender::send() method signature 2020-01-26 01:04:53 +01:00
eb18a0d761
Make EMailer util dynamic 2020-01-25 23:10:38 +01:00
65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-27 21:55:17 +01:00
0775c28854
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-27 21:55:16 +01:00
99db3452e3
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() 2019-12-27 21:55:16 +01:00
acdd62da3e [various] Replace deprecated defaults() calls by ?? operator 2019-10-17 11:08:46 -04:00
0e264465ac
Split goaway to System::externalRedirectTo() and App->internalRedirect() 2019-02-04 01:50:39 +01:00
e825cbc7a1
renamed System::redirectTo to System::redirect 2019-02-04 01:50:30 +01:00
a1254b4c85
wrong indent 2019-02-04 01:50:17 +01:00
3d3a11fa46
Replaced goaway() with System::redirectTo() 2019-02-04 01:50:15 +01:00
d836593a3b Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
2018-11-30 09:11:56 -05:00
Adam Magness
9079480d4a move to Renderer class
update functions calls for new Renderer class.
2018-10-31 10:55:15 -04:00
Adam Magness
49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
d197bf4c2b
Bugfix - Replacing goaway() 2018-10-24 20:09:36 +02:00