Commit Graph

46 Commits (3ab46781b1bd31dc5ba4b6d2ff5ae7499d684da2)

Author SHA1 Message Date
Roland Häder 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
Roland Häder 04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
Michael 6a349e7fd9 Support for cleared boot.php 2021-11-04 20:32:16 +00:00
Hypolite Petovan 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
Michael 3f84caeec5 Unneeded "info" messages removed 2020-07-23 03:48:52 +00:00
nupplaPhil ae5ebf1e89
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
2020-01-26 23:47:15 +01:00
nupplaPhil 49254a8307
Introduce interface for emailing and create email classes 2020-01-26 20:23:58 +01:00
nupplaPhil b828762910
Add explicit parameters to Sender::send() method signature 2020-01-26 01:04:53 +01:00
nupplaPhil eb18a0d761
Make EMailer util dynamic 2020-01-25 23:10:38 +01:00
nupplaPhil 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
nupplaPhil 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
nupplaPhil f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
nupplaPhil 48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
nupplaPhil 335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-27 21:55:17 +01:00
nupplaPhil 0775c28854
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-27 21:55:16 +01:00
nupplaPhil 99db3452e3
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() 2019-12-27 21:55:16 +01:00
Hypolite Petovan acdd62da3e [various] Replace deprecated defaults() calls by ?? operator 2019-10-17 11:08:46 -04:00
Philipp Holzer 0e264465ac
Split goaway to System::externalRedirectTo() and App->internalRedirect() 2019-02-04 01:50:39 +01:00
Philipp Holzer e825cbc7a1
renamed System::redirectTo to System::redirect 2019-02-04 01:50:30 +01:00
Philipp Holzer a1254b4c85
wrong indent 2019-02-04 01:50:17 +01:00
Philipp Holzer 3d3a11fa46
Replaced goaway() with System::redirectTo() 2019-02-04 01:50:15 +01:00
Hypolite Petovan 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
Philipp Holzer d197bf4c2b
Bugfix - Replacing goaway() 2018-10-24 20:09:36 +02:00
Philipp Holzer e4afd1c120
remove z_root() 2018-10-13 19:07:22 +02:00
Tobias Diekershoff 3f6239bb2b some more get_hostname to getHostName changes 2018-10-11 13:24:39 +02:00
Michael 43d8d50799 Again a user found a notice ... 2018-09-02 07:46:55 +00:00
Hypolite Petovan 9e1e088c09 [various] Replace direct accesses to $a->config with Config::get 2018-07-10 08:41:32 -04:00
Tobias Diekershoff 6244cfe58a no more space to breath 2018-05-14 14:45:29 +02:00
Tobias Diekershoff c297dfb24f bracings 2018-05-14 07:02:31 +02:00
Tobias Diekershoff a74dbd6ad0 nitpickers 2018-05-14 06:59:26 +02:00
Tobias Diekershoff 8401cfb6f9 less & 2018-05-13 17:17:40 +02:00
Tobias Diekershoff 82ff2c2dd2 more free Apps for the world 2018-05-13 17:16:06 +02:00
Tobias Diekershoff d1bf9bd4b7 noX 2018-05-13 17:14:13 +02:00
Tobias Diekershoff 185e315bd0 enclose senders name in quotation marks 2018-05-13 14:22:45 +02:00
Hypolite Petovan 91fd77af3b Refactor bbcode() into BBCode::convert() 2018-02-14 21:43:40 -05:00
Adam Magness b191d5716c Remove sprintf with translations
don't use sprintf with translation functions
2018-01-23 22:59:20 -05:00
Adam Magness f8c162cbfb Update t() calls
Update all t() calls.
2018-01-22 18:09:05 -05:00
Adam Magness c71f7b0e1a Update function names
update function names and hook calls
2018-01-20 08:57:41 -05:00
Hypolite Petovan 27b60e003f Use short form array syntax everywhere 2018-01-15 08:15:33 -05:00
Michael 90a5c32238 Addons hadn't been changed for the moved emailer class 2017-11-22 23:10:01 +00:00
Tobias Diekershoff 9f845beffd when more then one users have the same email, only send the notification once 2016-09-09 11:01:37 +02:00
Tobias Diekershoff 08546e30f9 send mail to admin(s) in test more 2016-09-06 15:00:07 +02:00
Tobias Diekershoff b59f2fab49 if a sender_email for the system is set, use this, else use noreply@... 2016-09-06 13:37:26 +02:00
rabuzarus 9b8b0d8e86 port hubzillas hubwall addon to friendica (notifyall) 2016-08-13 15:42:32 +02:00