Tobias Diekershoff
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
Tobias Diekershoff
25ba6023d0
regenerated all the strings
2021-10-10 08:27:53 +02:00
Philipp
adada10eb6
Rename DI::httpRequest() into DI::httpClient()
2021-08-25 21:54:54 +02:00
Tobias Diekershoff
0e48d05a96
DE translation for curweather THX Till Mohr
2021-05-24 08:14:14 +02:00
Tobias Diekershoff
78170f19ee
curweather addon ES translation updated THX Senex Petrovic
2021-04-02 08:30:56 +02:00
Tobias Diekershoff
ead4901020
DE translation for curweather
2021-03-28 19:57:47 +02:00
Tobias Diekershoff
02e6e56e85
curweather addon FR translation updated THX bob lebonche
2021-03-28 19:41:37 +02:00
Tobias Diekershoff
1e12fd066f
curweather addon HU translation updated THX Balázs Úr
2021-03-28 19:19:54 +02:00
Tobias Diekershoff
e55f03e0b6
curweather addon IT translation update THX Sylke Vicious
2021-03-28 19:03:25 +02:00
Tobias Diekershoff
500aab3c53
regenerated all strings.php files from the current translation strings (message.po)
2021-02-01 18:47:38 +01:00
Tobias Diekershoff
7f3704ae54
regenerated messages.po files of the addons
2021-02-01 18:29:42 +01:00
Tobias Diekershoff
d278a4cb2c
curweather addon added HU translation THX Balázs Úr
2020-12-23 21:35:18 +01: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 Vogel
2c69a9c359
Merge pull request #1006 from MrPetovan/task/curl_DI
...
Introduce "HTTPRequest" class
2020-07-25 09:50:01 +02:00
Michael
8fbf514e3d
Standards
2020-07-23 06:07:17 +00: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
8f49ff2054
Fix missing Cache namespace
2020-01-19 16:35:10 +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
a26bfe79e9
Remove unused `use` statements & remove PConfig class
2020-01-18 17:02:59 +01:00
nupplaPhil
febc835a2d
Move PConfig::set() to DI::pConfig()->set()
2020-01-18 16:54:49 +01:00
nupplaPhil
ea3a9052d8
Move PConfig::get() to DI::pConfig()->get()
2020-01-18 16:50:56 +01:00
nupplaPhil
2ca621a92a
Replace deprecated $a->page with DI::page()
2019-12-30 20:02:08 +01:00
nupplaPhil
335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
2019-12-27 21:55:17 +01:00
Tobias Diekershoff
cc7ea016ab
curweather addon updates CA translation THX Joan Bar
2019-11-06 08:47:02 +01:00
Hypolite Petovan
acdd62da3e
[various] Replace deprecated defaults() calls by ?? operator
2019-10-17 11:08:46 -04:00
Tobias Diekershoff
9548250443
mark v1.2
2019-04-24 09:34:21 +02:00
Tobias Diekershoff
0d0e4e3d06
API response celsius and metric both mean to use °C as unit for the temperature
2019-04-24 09:29:32 +02:00
Tobias Diekershoff
08206fdcc0
Merge branch 'master' into develop
2019-01-21 10:04:26 +01:00
Hypolite Petovan
c27b1cb66f
Replace deprecated Addon::*registerHook by Hook::*register
2018-12-26 10:20:18 -05:00
Hypolite Petovan
85b5715a44
Remove require include/*
2018-12-26 00:36:43 -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
07fcb9c62b
A few missed
...
a few missed function calls.
2018-10-31 11:06:15 -04:00
Adam Magness
9079480d4a
move to Renderer class
...
update functions calls for new Renderer class.
2018-10-31 10:55:15 -04:00
Philipp Holzer
e67d810ecd
Move Global Functions - Part 3
...
- Replaced every CACHE_ definition
2018-10-20 18:22:13 +02:00
Philipp Holzer
1454abfdb4
rename App Methods
...
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Hypolite Petovan
9e0c2ea01a
[various] Update "mrpetovan" email address
2018-09-15 19:30:59 -04:00
Tobias Diekershoff
dcbf2f4416
NL translation THX JeroenED
2018-08-25 21:12:02 +02:00
Tobias Diekershoff
22805275b6
PL translation curweather THX waldis
2018-08-06 14:30:44 +02:00
Roland Häder
9695138ba1
[global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils
2018-07-31 03:20:29 +02:00
Roland Häder
e269589c65
[global] CR request: Moved proxify*() methods to separate class
2018-07-31 03:20:04 +02:00
Roland Häder
7032e088f7
[global] Moved to Module\Proxy
2018-07-31 03:20:04 +02:00
Roland Häder
265a2c498e
[global]: Proxy class has been introduced, need to fix these as well.
2018-07-31 03:20:04 +02:00
Roland Häder
f4763f67ad
[curweather] x() no longer used and more ( #669 )
...
* [curweather] Fixes/rewrites:
- Added `App` as type-hint for $a and no & (call-by-reference) anymore
- use empty() instead of deprecated x()
- opening curly brace belongs into new line after function/method declaration
- added a lot other curly braces for better readability
- added spaces and empty lines
* [curweather] CR request:
- added/removed spaces
- added missing line-feed after opening curly brace
* [curweather] Another new line-feed added
* [curweather] CR request:
- added/removed extra spaces
- removed trailing spaces
- nicely indented code block with `'$foo' => 'bar'`
* [curweather] CR request:
- removed stray space
2018-07-24 20:18:59 -04:00