nupplaPhil
800694e9b3
Remove unused `use` statements & remove PConfig class
1 year ago
nupplaPhil
9e9429b56d
Move PConfig::get() to DI::pConfig()->get()
1 year ago
Hypolite Petovan
146646c4d4
Replace deprecated calls to defaults() by ?? and ?: in src/
2 years ago
Hypolite Petovan
4e207ef786
Enable addon using emailer hooks to skip default call to mail()
2 years ago
Hypolite Petovan
ce177f22c8
Fix doc blocks and return value type
2 years ago
Hypolite Petovan
3282ce5389
Fix PHPDoc comments project-wide
2 years ago
Hypolite Petovan
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
- Update documentation
2 years ago
Hypolite Petovan
895b3abf32
Remove/replace killme() with *exit()
2 years ago
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2 years ago
Adam Magness
50da89d861
Logger Levels
update logger levels in calls
3 years ago
Adam Magness
14fde5dc9b
Log function
implement log() function.
3 years ago
Michael
fd7e45042a
The days are getting shorter, like the list of removed notices ...
3 years ago
miqrogroove
79446a625d
Update Emailer.php
3 years ago
miqrogroove
5b8619f501
Add Missing Fifth Argument to mail() Function Call
This is desperately needed to fix Issue #5190 . In case of any unexpected problem, the admin can use
`$a->config['system']['sendmail_params'] = false;`
3 years ago
Adam Magness
11cf36105c
Update Addon functions and calls
Update function names and calls for Addon class.
3 years ago
Hypolite Petovan
e36f2bb1fb
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
3 years ago
Adam Magness
9a4e741d1a
Review Changes
renamed some functions and adjusted corresponding calls.
3 years ago
Adam Magness
e90b0748aa
Code Cleanup
Standards clean up
3 years ago
Adam Magness
6008e3df11
Email to src
Create Email class and update/rename functions and function calls.
3 years ago
Adam Magness
1726ededac
Emailer to src
Move emailer to src Friendica\Util namespace
3 years ago