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 Vogel
|
2c69a9c359
|
Merge pull request #1006 from MrPetovan/task/curl_DI
Introduce "HTTPRequest" class
|
2020-07-25 09:50:01 +02:00 |
|
Michael
|
3f84caeec5
|
Unneeded "info" messages removed
|
2020-07-23 03:48:52 +00:00 |
|
nupplaPhil
|
19b2c8d833
|
Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull"
|
2020-07-21 03:32:23 -04:00 |
|
nupplaPhil
|
40ff1d7fda
|
Make "HTTPRequest::fetchUrl" dynamic
|
2020-07-21 03:30:37 -04:00 |
|
nupplaPhil
|
9640142a72
|
Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest"
|
2020-07-21 03:27:52 -04:00 |
|
nupplaPhil
|
65e4726718
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:43 +01:00 |
|
nupplaPhil
|
75143e27b5
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:52 +01:00 |
|
nupplaPhil
|
1ce63185ab
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:12 +01:00 |
|
nupplaPhil
|
191e298504
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:48 +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 |
|
Hypolite Petovan
|
c27b1cb66f
|
Replace deprecated Addon::*registerHook by Hook::*register
|
2018-12-26 10:20:18 -05: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
|
4a667f640f
|
Function renamed
update function calls
|
2018-11-09 13:32:45 -05:00 |
|
Adam Magness
|
1ac32c622e
|
Functions moved to Strings class
implement functions from Strings class
|
2018-11-09 07:09:15 -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
|
c9a8974165
|
Logger Levels
update logger levels
|
2018-10-30 09:48:09 -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 |
|
Adam Magness
|
f151406355
|
Review updates
update renamed and moved functions
|
2018-01-27 11:23:04 -05:00 |
|
Adam Magness
|
ca3c45101e
|
Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
|
2018-01-27 08:52:02 -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 |
|
Adam Magness
|
0afd633346
|
Addon class
plugin moved to Addon src class
|
2018-01-19 07:20:17 -05:00 |
|
Hypolite Petovan
|
27b60e003f
|
Use short form array syntax everywhere
|
2018-01-15 08:15:33 -05:00 |
|
Adam Magness
|
036754e455
|
Move Cache to src
Cache class moved to Friendica\Core namespace
|
2017-11-09 11:08:32 -05:00 |
|
Adam Magness
|
48dcbc6f3f
|
Issue 3873
Replace deprecated functions with new syntax
|
2017-11-06 18:55:24 -05:00 |
|
Hypolite Petovan
|
8fa3f2415a
|
Replace and/AND and or/OR by && and ||
|
2017-06-08 21:20:27 -04:00 |
|
Michael Vogel
|
68ca56471a
|
delete test file
|
2015-06-21 02:02:16 +02:00 |
|
Michael Vogel
|
1b9fee043c
|
Round the coordinates
|
2015-06-21 01:58:19 +02:00 |
|
Michael Vogel
|
b9a9c6bde3
|
Enhanced logger
|
2015-06-20 22:29:01 +02:00 |
|
Michael Vogel
|
47329fb2e7
|
New plugin to add location data for posts that only contain latitude and longitude.
|
2015-06-20 18:40:05 +02:00 |
|